table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table td {
	padding: 0px;
}

h4 {
	color: #003099;
}

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

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

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

div#menu p {
	width: 541px;
	text-transform: uppercase;
	color: #003099;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	line-height: 35px;
	position: absolute;
	right: 32px;
	background: url(../images/menu_home_bg.jpg) repeat-x;
	padding: 0px 12px;
}

div#content {
	float: left;
	margin: 20px 0px 0px 25px;
	width: 260px;
}

div#content div {
	background: #edf1f3;
	border-bottom: 3px solid #006EE0;
	padding: 10px 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

div#content div img {
	margin-right: 5px;
	margin-top: 3px;
}

div#content div h4, div#content div p {
	padding-left: 0px;
}

div#content h4, div#content p {
	padding-left: 12px;
}

div#form {
	float: left;
	width: 541px;
	margin: 20px 0px 0px 20px;
	padding: 10px 12px;
	background: #edf1f3;
	border-bottom: 3px solid #006EE0;
}

div#form table th{
	background: #DBE4E6;
	color: #003099;
	vertical-align: middle;
	font-weight: normal;
}

div#form table th.num{
	font-size: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 0px;
}

div#form table td{
	padding-top: 0px;
	padding-bottom: 7px;
}

div#form table td input{
	position: relative;
	top: 3px;
}

div#form form span {
	float: right;
	position: relative;
	top:-20px;
}

div#form form span img{
	margin-top: 9px;
	margin-right: 5px;
}

div#form input.submit{
	border: 0px;
	padding: 7px 12px;
	background: #003099 url(../images/buyBtn_bg.jpg) repeat-x left top;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
	cursor: pointer;
}





/* @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 */