@import  url("/site/css/reset.css");
@import  url("/site/css/global.css");
@import  url("/site/css/styles.css");
 

/* ---------------------------- */
/*         -- Markup --         */
/*                              */

.wrapper {
	overflow: hidden;
	zoom: 1;
}

#container {
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
  background: url(/site/img/bg-header.gif) left 57px no-repeat;
	/*background: url(/site/img/corner.gif) right top no-repeat;*/
  
}

#header {
	position: relative;
	/*height: 255px;*/
  height: 200px;
	/*background: url(/site/img/bg-header.gif) left 57px no-repeat;*/
  background: url(/site/img/corner.png) right top no-repeat;
  /*padding: 0 0 0 20px;*/
	padding: 0;
  /*margin: 0;*/
  margin: 0 0 0 20px;
}

#logo {
	float: left;
	position: relative;
	left: -43px;
	margin: 37px 0 0 12.5%;
}

#top-nav {
	float: right;
	font: 0.875em "Trebuchet MS", Helvetica, sans-serif;
    width: 70%;
    padding: 0;
    margin: 0;
    position: static;
    background: none;
    height: 200px;
}

#top-nav-bg-left {
	height: 255px;
	background: url(/site/img/bg-top-right.png) top right no-repeat;	
	padding:  0 12.5% 0 12.5%;
	overflow: hidden;
}

#top-nav .grid {
  padding: 0 20px 0 84px;
  background: url(/site/img/bg-top-left.png) top left no-repeat;
  margin:0 0 0 -84px;
  position: relative;
  zoom: 1;
}


#sub-nav {
	float: left;	
	list-style: none;
	font-size: 0.857em;
  position: relative;
  top: -19px;
}

#person {
	position: absolute;
	top: 131px;
	right: 0px;
	width: 385px;
	height: 200px;
	overflow: hidden;
	font-style: italic;
	font-size: 0.875em;
	z-index: 0;
}

#wrapper {
	overflow: hidden !important;
	overflow: visible;
	_height: 1%;
	zoom: 1; /* IE */
	margin: 0 auto;
  position: relative;
  z-index: 1;
}

#content, #aside, #extra {overflow: hidden; zoom: 1;}

#subwrapper {
	 float: right;
	 width: 100%;
}

#content, #content-wide {
	float: left;
	width: 100%;
	margin: 0 -20% 0 0;
	font-size: 0.875em;		
}

#content-wide {
	margin: 0;
    float: right;
}

#content .lining {
	padding: 0 20% 0 20%;
}

#content .services { padding: 0 0 0 20%;}

#content-wide .lining {
	padding: 0 0 0 20%;
}


#content .lining .column, #content-wide .lining .column {width: 100%;}

#extra {float: right; width: 20%;}
#extra .lining {margin: 65px 10px 0 10px;}

#aside  {
	float: left;
	width: 20%;
	margin-right: -20%;
	font-size: 0.875em
}

#aside .lining {margin: 65px 20px 0 20px;}

#index-projects {
	position: relative;
	margin: 0 20px;
	_height: 100%;
}

#main-column-box {
	font-size:0.875em;
	color: white;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

#main-left-column {
	position: relative;
	left: -20px;
	float: left;
	width: 40%;
	background: #666 url(/site/img/bgvirmar01.png) left bottom no-repeat;
	padding: 0 20px 33px 0;
	margin-right: -20px;
	margin-top: 75px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	zoom: 1;
}

#main-right-column {
	float: right;
	width: 60%;

}

h3.service {padding-top: 105px; background: 40% 0 no-repeat;}
h3.serv-smm {background-image: url(/site/img/serv-smm.png);}
h3.serv-production {background-image: url(/site/img/serv-production.png);}
h3.serv-advertising {background-image: url(/site/img/serv-advertising.png);}
h3.serv-easypr {background: url(/site/img/serv-pr.png) left top no-repeat;}


/* ---------- Footer ---------- */
#footer {
	position: relative;
	border-top: 5px solid black;
	padding: 24px 0;
	margin: 20px 20px 0 20px;
	font-size: 0.75em;
	overflow: hidden;
	zoom:1;
}

/*                              */
/*         -- Markup --         */
/* ---------------------------- */