/* Eric Meyer Resetting Again */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global layout */
html, body { height: 100% }
body { background: #b2d235 url(../img/bg.gif) center center repeat-y; font-family: Arial, sans-serif; color: #272626; }

#header_bg { position: absolute; left: 0; right: 0; top: 0; height: 166px; background: url(../img/header_bg.png); z-index: 1; }
#container { margin: 0 auto; width: 961px; }
#header { z-index: 2; position: relative; height: 160px; }
#main { width: 948px; padding: 0 0 0 15px; overflow: hidden; position: relative; zoom: 1; z-index: 0;}
#footer { margin: 2px 15px 0 15px; border-top: solid 1px #272626; padding-top: 25px; text-align: center; }


/* Misc. elements */
#logo { display: block; text-decoration: none; overflow: hidden; text-indent: -99999px; background: url(../img/logo.gif); width: 178px; height: 104px; position: absolute; left: 43px; top: 23px; }
#copyright { font-size: 12px; color: #968f8f; margin-top: 7px; }


/* Grid styles */
.block { margin: 0 15px 15px 0; float: left; }


/* Navigation Lists */
#main_nav { width: 304px; height: 16px; position: absolute; right: 15px; top: 68px; background: url(../img/main_nav.gif) left top no-repeat; z-index: 3; }
	#main_nav li { float: left; position: relative; }
	#main_nav li a { display: block; height: 16px; text-indent: -99999px; overflow: hidden; }
	#nav-what_we_do { width: 105px; margin-right: 22px; }
	#nav-partners { width: 80px; margin-right: 22px; }
	#nav-clients { width: 66px; margin-right: 22px; }
	#nav-register { width: 74px; }
	
	#main_nav li ul { width: 107px; height: 120px; padding: 5px 0 0 6px; background: url(../img/main_subnav.png) left top no-repeat; position: absolute; left: -6px; top: 16px; display: none; }
	#main_nav li ul li { float: none; height: 20px; line-height: 20px; margin-top: 4px; }
	#main_nav li ul li a { color: #fff; font-size: 12px; text-decoration: underline; text-indent: 0; padding-left: 8px; }
	#main_nav li ul li:hover { background: url(../img/main_subnav_item.gif) left top no-repeat; }
	
	#main_nav li:hover ul { display: block }
	
#secondary_nav { width: 468px; height: 12px; position: absolute; right: 15px; top: 96px; background: url(../img/secondary_nav.gif); }
	#secondary_nav li { float: left; }
	#secondary_nav li a { display: block; height: 12px; text-indent: -99999px; overflow: hidden; }
	#nav-home { width: 35px; margin-right: 16px; }
	#nav-request_anofit { width: 83px; margin-right: 16px; }
	#nav-advertising { width: 64px; margin-right: 16px; }
	#nav-search_communities { width: 118px; margin-right: 16px; }
	#nav-careers { width: 43px; margin-right: 16px; }
	#nav-contact { width: 45px; }
	
#footer_nav { font-size: 12px; color: #272626 }
	#footer_nav li { display: inline; }
	#footer_nav li a { color: #272626 }
