@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #aaa;
	background-image: url(graphics/bg1.gif);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 980px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	width: 980px;
	background-color: #FFF;
	margin-bottom: 50px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
.oneColFixCtrHdr #footer {
	background-color: #333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 25px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
}
.imagespace1 {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.imagespace2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imagespace3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-left: 28px;
}
.imagespace4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-left: 0px;
}
.blueLink:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #03C;
	text-decoration: none;
}
.blueLink:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

#footer p {
	font-family: "Courier New", Courier, monospace;
	color: #CCC;
	font-size: 12px;
}
#footer p a {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
	text-decoration: underline;
}
#footer p a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.offerwrapper {
	width: 924px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.ootwwrapper {
	width: 924px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #336;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
.price {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.carpic {


}
.description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 300;
	float: right;
	width: 290px;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
}
#mainContent h5 {
	margin: 0px;
}
#mainContent form table tr td fieldset {
	background-color: #ACD1E3;
	color: #333;
	height: 500px;
	border: thin solid #666;
}
fieldset legend {
	font-size: 110%;
	font-weight: bold;
}

.ContactPageLeft {
	float: left;
	width: 150px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.ContactPageRight {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 300px;

}
.disclaimer {
	font-size: 10px;
	text-align: center;
	padding: 10px;
}
.smallprint {
	font-size: 10px;
	font-weight: lighter;
	color: #F30;
}

input {
	background-color: #FFD;
}

textarea {
	background-color: #FFD;
}

select {
	background-color: #FFD;
}

.radio {
	background-color: #ACD1E3;
}
#strapline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #F00;
	width: 940px;
	text-align: center;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
