/*
Theme Name: OpsAdvantage Theme
Theme URI: http://webdisect.com/
Description: The default theme for opsadvantage.com.
Version: v1
Author: Dheer Gupta
Author URI: http://webdisect.com/
*/

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

a {
	color: #ea7f1e;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a img {
	border: none;
}

h1, a h1, h1 a {
	color: #000;
}

a:hover h1, h1 a:hover {
	color: #ea7f1e;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0px;
	padding-left: 0;
}

h2, h3, h4, h5 {
	color: #b20000;
}

h6 {
	background: url(images/orange-arrow.png) no-repeat left center;
	font-size: 12px;
	padding-left: 10px;
	margin: 15px 0 5px;
}

a.orangearrow {
	background: url(images/orange-arrow.png) no-repeat right center;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
}

.wrapper-bg {
	background: url(images/wrapper-bg.png) no-repeat top center;
}

#content {
	clear: both;
	min-height: 500px;
	width: 960px;
}

.center-container {
	width: 842px;
	margin: 0 auto;
}

#header {
}

#topnav {
	float: right;
	height: 35px;
	width: 110px;
}

#topnav ul {
	border: 1px solid #E1E1E1;
	background-color: #F4F4F4;
	height: 20px;
	padding: 0;
	margin: 0;
}

#topnav ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 0;
	overflow: hidden;
}

#topnav ul li a {
	border: 0;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding-right: 10px;
}

#topnav ul li a:hover {
	color: #ea7f1e;
}

#topnav ul li.contact a {
	border-right: 1px solid #E1E1E1;
}

#topnav ul li.login a {
}

#logoblock {
	clear: both;
}

#logo {
	float: left;
}

#logoblock a img {
	border: none;
	height: 34px;
}

#navmenu {
	float: right;
	font-size: 13px;
}

#navmenu ul {
	height: 40px;
	padding: 0;
	margin: 0;
}

#navmenu ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#navmenu ul li a {
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	height: 21px;
	margin: 0 0 0 10px;
	padding-right: 10px;
}

#navmenu ul li.OM a {
	border: none;
	padding: 0;
}

#footer {
	border-top: 1px solid #CBCBCB;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 2px 0 5px;
	width: 960px;
}