/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, 
q, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, hr, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* main */

body {
	background: #000 url('images/bg_body.png') repeat-x;
	color: #666;
	font: 12px Verdana, sans-serif, Arial, 'Helvetica';
}

a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

div.hr { 
width: 128px;
height: 4px;
margin: 10px auto;
background: url('images/hr.gif') no-repeat; 
}

div.hr hr { 
display: none; 
}

blockquote {
font: 18px Georgia, Verdana, sans-serif, Arial, 'Helvetica';
color: #999;
width: 90%;
margin: 15px auto 5px auto;
padding: 12px 25px 10px 10px;
background: url('images/bg_blockquote.png') no-repeat;
}

#mainwrapper {
	width: 860px;
	margin: 0 auto;
}


/* background logo clickability */

h1 {
	margin: 25px 0 0 0;
}

h1 a {
	background: url('images/logo.gif') no-repeat;
	width: 400px;
	height: 49px;
	display: block;
	text-indent: -9999em;
}

/* header */

#header {
	width: 860px;
	margin: 0 auto;
}

#header ul {
	background: url('images/bg_nav.png') left bottom repeat-x;
	height: 50px;
	margin: 25px 0 0 0;
}

#header ul li {
	float: left;
	font-size: 14px;
	padding-right: 5px;
}

#header ul li a {
	background-position: 0 -50px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	height: 50px;
}

#header ul li a:hover {
	background-position: 0 0px;
}

#header ul li.active a {
	background-position: 0 0px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
	height: 50px;
}

/* navigation */

#nav_home a {
	background-image: url('images/button_home.gif');
	width: 70px;
}

#nav_about a {
	background-image: url('images/button_about.gif');
	width: 97px;
}

#nav_companies a {
	background-image: url('images/button_companies.gif');
	width: 141px;
}

#nav_services a {
	background-image: url('images/button_services.gif');
	width: 122px;
}

#nav_contact a {
	background-image: url('images/button_contact.gif');
	width: 103px;
}

/* content */

#topcontent {
	width: 860px;
	background: url('images/bg_topcontent.png') no-repeat;
	margin: 12px 0 0 0;
}

#topcontent h2 {
    color: #cc9900;
	font: 20px Georgia, Verdana, sans-serif, Arial, 'Helvetica';
	padding: 12px 0 12px 0;
	margin: 0 0 2px 20px;
}

#leftwrapper {
	float: left;
	width: 612px;
}

#maincontent {
	background: url('images/bg_maincontent.png') no-repeat;
	width: 612px;
	margin: 12px 0 0 0;
	position: relative;
}

#maincontent h2 {
    color: #999;
	font: 26px Georgia, Verdana, sans-serif, Arial, 'Helvetica';
	padding: 12px 0 12px 0;
	margin: 0 0 2px 20px;
	width: 80%;
}

#maincontent p {
	margin: 0 20px 10px 20px;
	font-size: 16px;
	line-height: 24px;
}


#sidewrapper {
	width: 235px;
	float: right;
}

#sidewrapper hr {
	margin-bottom: 10px;
}

/* companies specific sidebar */


#companies {
	background: url('images/bg_sidewrapper.png') no-repeat;
	margin: 12px 0 0 0;
}

#companies h2 {
    color: #999;
	font: 26px Georgia, Verdana, sans-serif, Arial, 'Helvetica';
	padding: 12px 0 12px 0;
	margin: 0 0 0 10px;
}

#companies p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 3px 5px 10px;
}

#companies .wrap {
	margin-right: 0;
}

#companies div {
	width: 95%;
	height: 100%;
	padding: 10px 0 20px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#companies div img {
	float:left;
	vertical-align: top;
	margin-right: 8px;
}

#companies div a {
	font-size: 10px;
}

#companies div small {
	font-size: 10px;
	font-weight: normal;}


/*footer*/

#footerwrap {
	text-align: center;
	background: url('images/bg_footer.png') repeat-x;
}

#footer {
	width: 720px;
	margin: 0 auto;
	padding: 80px 0 10px 0;
	font-size: 1.0em;
}

#footer a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}



/* hacks for browser */
#companies ul:after, #mainwrapper:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#companies ul {display:inline-block;}
/* Hide from IE Mac \*/
#companies ul {display:block;}
/* End hide from IE Mac */