@charset "utf-8";
/**
 **************************************************
 GENERAL DEFINITIONS
 **************************************************
 */
a {
	color:#c7a231;
}

#footer a  {
	color:#fff;
}




/**
 **************************************************
 LAYOUT
 **************************************************
 */
#header {
	background:url(../img/header-b2b-bg.png) top left no-repeat;

}

#footer {
	position:relative;
	height:305px;
	background:url(../img/footer-b2b-bg.png) top left no-repeat;
}




/**
 **************************************************
 NAV MAIN
 **************************************************
 */
ul#navMain {
	width:870px;
	bottom:auto;
	top:50px;
	left:10px;
	position: relative;
}
#navMain li {
	display:block;
	width:250px;
	margin-right:0;
	float:none;
	height: 24px;
	font-size:0;
	line-height:0;
	position: absolute;
}


#navMain li.first {
	top: 24px;
	left: 0px;
	margin: 0px;
}
#navMain li.second {
	top: 48px;
	left: 0px;
}
#navMain li.third {
	top: 72px;
	left: 0px;
}
#navMain li.fourth {
	top: 0px;
	left: 250px;
}
#navMain li.fifth {
	top: 24px;
	left: 250px;
}
#navMain li.sixth {
	top: 48px;
	left: 250px;
}
#navMain li.seventh {
	top: 72px;
	left: 250px;
}
#navMain li.eighth {
	top: 72px;
	left: 500px;
}


/**
 **************************************************
 FOOTER
 **************************************************
 */
#infobox, #contactbox, form#searchbox {
	height:205px;
}

 


/**
 **************************************************
 NAV MISC
 **************************************************
 */
#navMisc {
	font-size:0.8em;
}



