/*//////////////////////////////////////////////
Optimate Screen Stylesheet (Faceguard specific)
//////////////////////////////////////////////*/

#header {
	background: url(images/faceguard_logo.png) no-repeat;
	height: 90px;
}

#menu {
	background: #E54F13;
	border: 0;
}

#menu a:hover {
	color: #1A4056;
}

#menu ul {
	border-top: 0;
}

#menu li ul li{
	background: #1A4056;
}

#menu li ul li a:hover {
	color: #E54F13;
}

#page {
	background: #002136 url(images/faceguard_background.png) no-repeat 0 109px;
}

h1 {
	float: none;
	width: auto;
	margin-left: 170px;
	padding: 0;
	color: #E54F13;
}

h3 {
	float: none;
	width: auto;
	margin-left: 170px;
	padding: 0;
	color: #E54F13;
}

h4 {
	float: none;
	width: auto;
	margin-left: 170px;
	padding: 0;
	color: #E54F13;
}

p {
	margin-left: 170px;
	color: white;
}

p.BigBold {
	font-size: 150%;
	font-style: bold;
	margin-left: 170px;
	color: white;
}

#optimate_small {
	background: url(images/optimate_logo_small.png) no-repeat;
	width: 110px;
	height: 31px;
	margin: 30px 0 30px 30px;
	display: block;
	text-indent: -3000px;
}

img.RightFloatPic {
	float: right;
	padding: 5px
}

#LeftMenu {
	float:left;
	padding-top:36px;
	font-size:85%;
	text-align:left;
	margin:0px
}

.LeftMenu {
	margin:0px;
	background:#E54F13
}

th.setwidth {
	width:105px;
	padding-left: 4px
}

ul.content {
	margin-left: 200px;
	margin-bottom: 10px;
	margin-right:40px;
	color: white;
	font-size:120%
}


a.LeftMenu:link {color:white; text-decoration:none; font-weight:100}
a.LeftMenu:active {color: #1A4056; text-decoration:none; font-weight:100}
a.LeftMenu:visited {color:white; text-decoration:none; font-weight:100}
a.LeftMenu:hover {color: #1A4056; text-decoration:none; font-weight:100}
