/*/////////////////////////////
Optimate Screen Stylesheet
/////////////////////////////*/


/*================================
	Defaults
================================*/

* {
	font-family: Arial,Tahoma,Verdana,Helvetica;
	margin: 0;
	padding: 0;
	border: 0;
}

/*================================
	Layout
================================*/

body {
	behavior:url("csshover.htc"); /*enables :hover psuedo-class in Internet Explorer using custom behaviours file (only applies to IE)*/
}

#page {
	width: 763px;
	margin: 10px auto;
	border: 1px solid #002136;
	font-size: 80%;
	padding-bottom: 10px;
}

#content {
	margin-top: 40px;
}

/*================================
	Navigation
================================*/

#menu, #menu ul {
	list-style-type: none;
	background: #5F6061;
}
#menu li {
	float: left;
	position: relative;
	padding: 0 15px 2px 5px;
}
#menu li ul li {
	float: none;
	padding: 2px 15px 2px 5px;
	text-transform: none;
	border-bottom: 1px solid #B0AFAF;
	font-size: 80%;
}
#menu ul {
	display: none;
	position: absolute;
	border-top: 2px solid white;
	
}

li > ul { /*everything but IE position fix. (IE does not support child selectors) */
	margin-top: -1px;
}

#menu li:hover ul{
	display: block;
	top: 20px;
	left: 0px;
}

#menu {
	height: 19px;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	padding-left: 20px;
	font-size: 10pt;
	line-height: 18px;
	vertical-align: center;
}

#menu a, #menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
	font-size: 90%;
	letter-spacing: 1px;
}

#menu a:hover {
	color: #E54F13;
}


/*================================
	Header
================================*/

#header {
	background: url(images/optimate_logo.png) no-repeat;
	display: block;
	width: 100%;
	height: 93px;
	text-indent: -8000px;
	float: none;
	padding: 0;
	margin: 0;
}

#header.front {
	background: url(images/optimate_logo_front.png) no-repeat;
}

/*================================
	Feature
================================*/

a#feature,a#feature:link,a#feature:visited {
	display: block;
	width: 242px;
	height: 84px;
	font-size: 140%;
	color: #E5E4E4;
	padding: 20px;
	font-weight: 200;
	margin-top: 25px;
	text-decoration: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*================================
	Front Page Only
================================*/

h1.front {
	color: #E54F13;
	font-weight: 200;
	font-size: 290%;
	margin:23px 15px 5px 15px; 
	padding: 0;
	float: none;
	width: auto;
}

p.front {
	margin-left: 282px;
	line-height: 110%;
}

/*================================
	Elements
================================*/

h1 {
	width: 220px;
	font-size: 240%;
	padding: 0 0px 20px 20px;
	float: left;
	font-weight: 200;
	color: #00172D;
}

p {
	font-size: 130%;
	line-height: 110%;
	margin: 10px 30px 20px 260px;
	color: #7B7979;
}
#office {
	display: block;
	width: 242px;
	height: 114px;
	font-size: 100%;
	color: #E5E4E4;
	padding: 0px;
	font-weight: 200;
	margin-top: 0px;
	text-decoration: none;
	float: left;
}
