/* @group Menu */

div#hero {
	width: 900px;
	height: 230px;
}

div#menu {
	height: 35px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
}

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

div#menu ul li {
	float: left;
	margin: 0px;
	width: auto;
}

div#menu ul li.buy {
	background: url(../images/menuBuy_bg.jpg) repeat-x left top;
}

div#menu ul li a {
	display: block;
	line-height: 35px;
	text-transform: uppercase;
	color: #000;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	width: auto;
}

div#menu ul li a.selected,
div#menu ul li a:hover {
	color: #fff;
	background: url(../images/menu_hover.jpg) no-repeat;
}

div#menu ul ul {
	position: absolute;
	width: auto;
	left: -999em;
	padding: 10px 0px;
	z-index: 100;
}

div#menu ul ul li {
	float: none;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: auto;
}

div#menu ul li:hover {
	position: static;
}

div#menu ul ul li a {
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
}

div#menu ul ul li a:hover {
	background: #E5E5E5;
	color: #003099;
}

/* @end */

/* @group Content */

div#hero {
	height: 230px;
}

div#content {
	float: left;
	margin-left: 36px;
	width: 550px;
	padding-top: 10px;
	position: relative;
	min-width: 0;
}

div#content div.subnav {
	padding: 5px 10px;
	background: #E0EAED;
	margin-top: 10px;
}

div#content div.subnav h2{
	margin: 0px;
}

div#content div.subnav p {
	margin-bottom: 0px;
}

div#content div.subnav p a {
	margin-right: 20px;
}

div#content div.bio {
	margin-bottom: 15px;
	clear: both;
}

div#content div.bio img {
	margin-right: 15px;
	margin-top: 5px;
}

div#content div.bio h4 {
	margin-top: 0px;
}

div#content div.bio div {
	overflow: hidden;
}

div#content div.bio table, div#content div.bio table td {
	border-spacing: 0x;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.howItWorks {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

table.howItWorks tr{
	background: #EAEFF0;
	border: 1px solid #4C99E9;
	border-width: 1px 0px;
}

table.howItWorks td.large{
	font-size: 22px;
	color: #003099;
	font-weight: bold;
}

table td.kitImage {
	vertical-align: middle;
}

div.details p small {
	font-size: 10px;
	font-weight: bold;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	float: left;
	width: 275px;
	margin-left: 20px;
	padding-top: 20px;
}

div#sidebar div {
	background: #edf1f3;
	border-bottom: 3px solid;
	padding: 1px 10px 5px;
	margin-bottom: 20px;
}

div#sidebar div div {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#sidebar div.servicePack {
	background-image: url(../images/sidebar_servicePack.jpg);
	background-repeat: no-repeat;
	padding: 89px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

div#sidebar div.servicePack table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

div#sidebar div.buy {
	background-image: url(../images/sidebar_buy.jpg);
	background-repeat: no-repeat;
	padding-top: 77px;
	position: relative;
}

div#sidebar div.buy table {
	margin-bottom: 15px;
	width: 100%;
}

div#sidebar div.buy table td,
div#sidebar div.servicePack table td {
	vertical-align: middle;
	padding: 5px 0px 5px 10px;
}

div#sidebar div.buy table td h4,
div#sidebar div.servicePack table td h4{
	margin: 0px;
}

div#sidebar div.servicePack table td{
	padding-right: 5px;
}

div#sidebar div.servicePack table td.center{
	padding-right: 0px;
}

div#sidebar div.buy h4 a{
	padding: 7px 6px;
	background: #003099 url(../images/buyBtn_bg.jpg) repeat-x left top;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

div#sidebar div.buy h4{
	margin-bottom: 20px;
}

div#sidebar div.servicePack div.textBlock {
	background: #dbe4e6;
	position: absolute;
	height: 300px;
	width: 194px;
	top: 89px;
	right: 0px;
	padding: 3px 10px;
}

div#sidebar div a.headline {
	height: 70px;
	width: 275px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* @end */

/* @group Contact Form */

p.errorMessage,
div.wpcf7-validation-errors {
	display: block;
	text-align: center;
	padding: 15px;
	background: #f3f3f3;
	position: relative;
	top: 15px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
}

div.wpcf7 ul.selectReplacement {
	width: 250px;
}

div.wpcf7 input, div.wpcf7 textarea {
	border: 0px;
	background: #E5E5E5;
	padding: 5px 3px;
	width: 525px;
}

div.wpcf7 input.submit {
	width: auto;
	cursor: pointer;
}

div.wpcf7 label {
	margin-top: 5px;
}

div.wpcf7 table {
	width: 507px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-spacing: 8px;
}

div.wpcf7 table tr input{
	width: 165px;
}

div.wpcf7 table tr.full input, div.wpcf7 table tr.full textarea{
	width: 440px;
}

div.wpcf7 table tr.auto input, div.wpcf7 table tr.auto textarea{
	width: auto;
	background: #fff;
}

div.wpcf7 a.button {
	width: 80px;
	float: right;
}

/* @end */



/* @group Colors */

h2, h3, h4 {
	color: #003099;
}

h4 span {
	color: #73B32B;
}

a:hover {
	color: #4C99E9;
}

ul li {
	font-size: 9px;
	color: #4C99E9;
}

div#header p {
	background-image: url(../images/phone_blue.png);
}

div#menu ul ul {
	background: #338BE6;
}

div#menu ul li a.selected,
div#menu ul li a:hover {
	background-color: #006EE0;
	background-position: center top;
}

div#sidebar div {
	border-bottom-color: #4C99E9;
}

ul.selectReplacement li {
	background: #fff url(../images/select_arrow_blue.jpg) no-repeat right bottom;
}

p.errorMessage {
	color: #003099;
	border-color: #4C99E9;
}

table.stripe th {
	color: #003099;
}

/* @end */