@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg.gif);
}

#bgcontainer {
	height: 160px;
	background-image: url(../images/bgtop.png);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	height: 171px;
}

#header img {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}

#header .quote {
	font-size: 18px;
	font-style: italic;
	float: right;
	color: #ffffff;
	width: 500px;
	margin-top: 20px;
	margin-right: 20px;
}

#content {
	padding: 30px;
	min-height: 400px;
	width: 620px;
	float: right;
	text-align: left;
}

#sideNav {
	float: left;
	width: 200px;
}

#sideNav ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-left: 5px;
	list-style: none;
}

#sideNav ul ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 10px;
}

#sideNav li img {
	width: 145px;
	height: 45px;
}

#topNav {
	margin-top: 15px;
	border-bottom: thin solid #d0dff1;
	border-top: thin solid #d0dff1;
	background-color: #f4f4f4;
	height: 30px;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav li {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 14px;
}

#topNav .bgDiv {
	background-image: url(../images/nav/division.png);
	background-repeat: no-repeat;
	background-position: 0px;	
}

#topNav li a {
	line-height: 30px;
	float: left;
	width: 100px;
	display: block;
	text-align: center;
}

a {
	color: #00234c;	
}

a:hover {
	color: #456dca;	
}

#footer {
	clear: both;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	border-top: thin solid #999999;
}

#footer a {
	color: #666666;
}

img, img a, a img {
	border: 0;	
}

h1, h2 {
	color: #00234c;
	border-bottom: thin solid #cccccc;
}

h3, h4 {
	color: #00234c;
}

.bottomLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.twelveText {
	font-size: 12px;
}

.testimonial {
	font-size: 16px;
	color: #00234c;
	font-style: italic;
	margin: 20px;
	padding: 10px;
	border-bottom: thin #999 dashed;
}

.browseProduct {
	font-size: 13px;	
}

#form {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 15px;
}

.formTitle {
	color: #FFFFFF;
	background-color: #00234c;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.formTitle2 {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	font-style: italic;
}

.formRed {
	font-size: 12px;
	color: #F00;
}

.formTop {
	font-weight: bold;
	text-decoration: underline;
}

.formSize {
	color: #090;
}

.formS {
	font-size: 14px;
	vertical-align: top;
}

.formItem1 {
	background-color: #FFFFFF;	
}

.formItem2 {
	background-color: #e6eef7;
}

.thirdList {
	width: 33%;
	margin: auto;
	float: left;
}

.halfList {
	width: 50%;
	margin: auto;
	float: left;
}

.picLeft {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.picRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

.social {
	padding-top: 20px;
	padding-left: 15px;
}