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

body {
	background-color:#fff;
	padding:0 0 50px 0;
}
div#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div#banner-top {
	background-image: url("../images/top_banner.gif");
	background-repeat: no-repeat;
	background-position: top;
	height: 116px;
	border-bottom: 3px solid #c4e4d3;
	padding-bottom: 10px;
}
div#banner-top img  {
	border:none;
	margin-top:20px;
	margin-left:20px;
}
div#random-banner {
	 border-top: 2px solid #fff;
	 border-bottom:2px solid #fff;
}
div#main-nav {
	height:25px;
	background-color:#d9e7f1;
	position:absolute; top:404px;
	width:900px;
	border-top:2px solid #fff;
}
div#content {
	margin-top:60px;
}
div#labels {
	width:350px;
	float:left;
	margin-top:-10px;
}
div#sub-content, .quotes
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
div#sub-content
{
	width:500px;
	margin-left:360px;
	margin-top:0px;
	text-align:justify;
}
li.about a:hover, ul#about-sub li{
	display:block;
}
div#main-nav ul li ul#about-sub {
	border-left: 1px solid #666;
	display:none;
}
div#main-nav ul li ul#about-sub li {
	display:none;
}
img.label
{
	float:right;
	margin-top:0;
}
strong, h3, h4 {
	color:#015fa5;
}
div#sub-content h3 {
	margin-bottom:0.25em;
	padding-bottom:0;
	margin-top:1.25em;
	text-transform:capitalize;
}
div#sub-content h3:first-child, div#sub-content h3.firstchild {
	margin-top:0;
}
div#sub-content p, div#sub-content ul {
	margin-top:0;
	padding-top:0;
	margin-bottom:0.75em;
}
div#sub-content ul {
	padding-left:1.75em;
	margin-left:0;
}
a.content-links {
	color:#015fa5;
}

/* Forms */
.error
{
	color: red;
}
div.input
{
	margin-bottom: 0.5em;
	margin-right: 2em;
}
div.input label
{
	display: block;
	margin-bottom: 0.1em;
}
div.input select
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
div.input.checkbox label, #div_product label
{
	display: inline;
}
.inputgroup
{
	clear: both;
}
#div_name, #div_province, #div_phone, #div_pickup_date
{
	float: left;
}
#div_pickup_date
{
	margin-right: 0.25em;
}
#div_submit
{
	margin-top: 1.5em;
}

.quotes
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #0f5d9c;
	font-weight: bold;
	padding-top: 10px;
	width: 85%;
}