/* CSS Document */

/* UNIVERSAL STYLES
*********************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #000;
}

.clearfix {
	height: 1px;
	line-height: 0.1px;
	clear: both;
}


/* HEADER STYLES
*********************************************/
#header {
	background: #fff url(../images/header_bg.gif) repeat-x bottom left;
	height: 90px;
}

#hc {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

div.hr {
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	border-top: 3px solid #A80000;
}

h1 {
	position: absolute;
	right: 29px;
	top: 12px;
	background: url(../images/logo.gif) no-repeat top left;
	text-indent: -9999px;
	width: 222px;
	height: 62px;
}

/* SUBNAV STYLES
**********************************************/
#hc #subnav {
	height: 50px;
	padding: 6px 0 0 18px;
}

#subnav ul {
	list-style: none;
}

#subnav ul li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 0 7px;
	border-right: 1px solid #ccc;
}

#subnav ul li.close {
	border-right: 0;
}

#subnav li a, #subnav li a:visited {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#subnav li a:active, #subnav li a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}


/* MENU STYLES
**********************************************/
#ml, #menu, #mr {
	float: left;
	bottom: 0px;
	height: 31px;
}

#ml {
	background: url(../images/menu_tl.gif) no-repeat bottom left;
	width: 7px;
	clear: left;
}

#menu {
	background: url(../images/menu_bg.gif) repeat-x bottom left;
}

#mr {
	background: url(../images/menu_tr.gif) no-repeat bottom left;
	width: 33px;
}

#menu ul {
	list-style: none;
	margin: 0 5px;
}

#menu ul li {
	float: left;
	vertical-align: bottom;
}

#menu ul li.on, #menu li.on:hover {
	background: transparent url(../images/menu_selected.gif) repeat-x bottom left;
}

#menu ul li:hover {
	background: transparent url(../images/menu_over.gif) repeat-x bottom left;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	height: 31px;
	text-indent: -9999px;
}

#menu li.pos0 a {
	background: transparent url(../images/home.gif) no-repeat bottom;
	width: 87px;
}

#menu li.pos1 a {
	background: transparent url(../images/about.gif) no-repeat bottom;
	width: 89px;
}

#menu li.pos2 a {
	background: transparent url(../images/services.gif) no-repeat bottom;
	width: 98px;
}

#menu li.pos3 a {
	background: transparent url(../images/projects.gif) no-repeat bottom;
	width: 189px;
}

#menu li.pos4 a {
	background: transparent url(../images/quality.gif) no-repeat bottom;
	width: 180px;
}

#menu li.pos5 a {
	background: transparent url(../images/safety.gif) no-repeat bottom;
	width: 87px;
}

/* CONTAINER STYLES
******************************************/
#container, #footer {
	width: 910px;
	margin: 0 auto;
	color: #fff;
}

#container {
	padding: 25px 15px 20px 15px;
	border-bottom: 1px solid #A80000;
}


/* FOOTER STYLES
******************************************/
#footer {
	color: #666;
	padding: 3px 0;
}

#footer p {
	font-size: 10px;
	margin: 0 5px;
}

#footer p.left {
	float: left;
}

#footer p.right {
	float: right;
}

#footer a, #footer a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

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