@charset "UTF-8";
body {
	font: 80%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: rgb(241,241,241);
	margin: 15px 0;
	padding: 0;
	color: #666;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h4, h5, h6, p {
	margin-top: 0;	
	margin-bottom: 15px;
	padding-right: 35px;
	padding-left: 35px;
}
h3 {
	margin-top: 0;	
	margin-bottom: 5px;
	padding-right: 35px;
	padding-left: 35px;
}
h1, h2, h3 {
	color: rgb(178,25,30);	
}

a img {
	border: none;
}

a:link {
	color: rgb(235,27,49);
	text-decoration: none; 
}
a:visited {
	color: rgb(180,52,43);
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 980px;
	background: #FFF;
	background-image:url(../images/TopPattern170.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	border-radius: 15px;
}

.header {
	/*background-image:url(../stowawaymobile/images/RedGrad1.jpg);
	background-repeat:repeat-y;*/
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#logo {
	width: 475px;
	height: 100px;
	padding: 20px 20px 21px 25px;
}
.banner1 {
	float: right;
	width: 390px;
	height: 104px;
	margin: 0 35px 0 0;
	padding: 8px 0;
	background: rgb(241,241,241);
	text-align:center;	
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.banner1 h1 {
	margin: 0;
	padding: 0;
	font-size: 260%;
	color: rgb(202,27,32);
	line-height: 1.1;
}
.banner1 h2 {
	margin: 0;
	padding: 0;
	font-size: 160%;
	color: #000;
	line-height: 1.1;
}
.banner1 h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #000;
	line-height: 1.1;
}
.banner2 {
	width: 500px;
	height: 140px;
	margin: 20px 0;
	background-image:url(../images/banner2BG.jpg);
	text-align:center;	
	border-radius: 15px;
}
.banner2 h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 280%;
	color: rgb(202,27,32);
	line-height: 1.1;
}
.banner2 h2 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 160%;
	color: #000;
	line-height: 1.1;
}

#topnav {
	/*background-image:url(../images/RedGrad2.jpg);
	background-repeat:repeat-y;	*/
}

.leftcol1 {
	padding: 30px 0px 0 20px;
	margin-bottom: 10px;
	float: left;
	width: 500px;
	text-align:justify;
}
.leftcol1 ul {
	padding: 0 0 0 70px;
	margin-bottom: 15px;
}
.rightcol1 {
	padding: 30px 0 10px 0;
	margin-bottom: 10px;
	width: 459px;
	float: left;
	text-align:justify;

}
.rightcolcontainer {
	padding: 24px 30px;	
}
.centercol1 {
	padding: 30px 0 20px 50px;
	margin: 0 30px;
	width: 920px;
}
.centercol2 {
	padding: 0 0 20px 30px;
	margin: 0 30px;
	width: 870px;
}
.centercol3 {
	padding: 20px 20px 15px 20px;
	width: 940px;
	background-image: url(../images/TopPattern170.jpg);
	background-repeat: no-repeat;
}
.centercol3 p, .centercol3 h3 {
	color:#FFF;	
}
.centercol4 {
	padding: 20px 20px 15px 20px;
	width: 940px;
	background-image: url(../images/TopPattern170B.jpg);
	background-repeat: no-repeat;
}
.centercol4 p, .centercol4 h3 {
	color:#FFF;	
}
.centercol2 ul, .centercol2 ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none; 
	margin: 0 0 0 553px;
	font-size: 85%;
}
ul.nav li {
	float: left;
	text-align:center;
}
ul.nav a, ul.nav a:visited { 
	padding: 9px 2px 7px 0px;
	margin: 0 2px;
	display: block;
	width: 73px;
	height: 13px;
	text-decoration: none;
	color: rgb(241,241,241);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: rgb(25,3,2);
	color: rgb(241,241,241);
}
li.currentpage a, li.currentpage a:visited, li.currentpage a:hover, li.currentpage a:active, li.currentpage a:focus {
	background: rgb(241,241,241);
	color: rgb(180,52,43);	
	height: 13px;
	border: none;
}

ul.CustNav {
	list-style: none; 
	margin: 0;
	font-size: 85%;
}
ul.CustNav li {
	float: left;
	text-align:center;
}
ul.CustNav a:link, ul.CustNav a:visited { 
	padding: 9px 0px 7px 0px;
	margin: 0 1px 0 0;
	display: block;
	width: 125px;
	height: 13px;
	background-image:url(../images/black2x2-45percent.png);
	background-repeat:repeat;
	color: rgb(241,241,241);
}

ul.CustNav a:hover, ul.CustNav a:active, ul.CustNav a:focus {
	background: rgb(25,3,2);
	color: rgb(241,241,241);
	text-decoration: none;
}

.photobanner1 {
	width: 905px;
	height: 300px;
	background-image:url(../images/truck300.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 75px;
}
.photobanner2 {
	width: 915px;
	height: 300px;
	background-image:url(../images/unit300.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 65px;
}
.photobanner3 {
	width: 915px;
	height: 300px;
	background-image:url(../images/unit300.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 65px;
}
.photobanner4 {
	width: 915px;
	height: 300px;
	background-image:url(../images/truckB300.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 65px;
}
.photobanner5 {
	width: 915px;
	height: 300px;
	background-image:url(../images/truckGirl-300.jpg);
	background-repeat:no-repeat;
	padding: 0 0 0 30px;
}
.photobannercopy {
	width: 350px;
	height: 264px;
	margin: 0;
	color:#FFF;
	padding: 35px 0 0 0;
}

.photobannercopy  h2{
	font-size: 130%;
	color:#FFF;
}
.photobannercopy  h3{
	font-size: 110%;
	color:#FFF;
}
.photobannercopy2 {
	width: 430px;
	height: 264px;
	margin: 0;
	color:#FFF;
	padding: 35px 0 0 0;
}

.photobannercopy2  h2{
	font-size: 140%;
	color:#FFF;
}
.photobannercopy2  h3{
	font-size: 110%;
	color:#FFF;
}
.photobannercopy4 {
	width: 375px;
	height: 264px;
	margin: 0;
	color:#FFF;
	padding: 35px 0 0 0;
}

.photobannercopy4  h2{
	font-size: 140%;
	color:#FFF;
}
.photobannercopy4  h3{
	font-size: 100%;
	color:#FFF;
}
.photo1 {
	width: 390px;
	height: 215px;
	margin: 0 36px 20px 36px;
	background: rgb(241,241,241);
	border-radius: 15px;
}
.photo2 {
	width: 440px;
	height: 215px;
	margin: 0 36px 20px 36px;
	background: rgb(241,241,241);
	border-radius: 15px;
}
.photo3 {
	width: 390px;
	height: 284px;
	margin: 0 36px 20px 36px;
	background: rgb(241,241,241);
	border-radius: 15px;
}
.photo-supply-ad {
	width: 390px;
	height: 390px;
	margin: 0 36px 20px 36px;
	background: rgb(241,241,241);
	border-radius: 15px;
}

.formbtn {
	width: 390px;
	height: 35px;
	margin: 0 36px;
	padding: 10px 0 0 0;
	background-image: url(../images/FormTopBG.jpg);
	background-repeat:repeat-x;	
	border-radius: 15px;
}
.formbtn h2 {
	text-align:center;
	color: #fff;	
}
.formtop {
	width: 390px;
	height: 35px;
	margin: 0 36px;
	padding: 10px 0 0 0;
	background-image: url(../images/FormTopBG.jpg);
	background-repeat:repeat-x;	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.formtop h2 {
	text-align:center;
	color: #fff;	
}
.formBG {
	background-color: rgb(241,241,241);
	width: 390px;
	margin: 0 36px;
	padding: 20px 0 10px 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.formBG p {
	font-size: 90%;
	line-height:1.2;
	text-align:justify;
	}
.formcol2 {
	float: left;
	width: 270px;
	margin: 10px;
	padding: 2px;	
}

.greyBG2 h3 {
	font-size:105%;
	text-align: center;
	margin-bottom: 18px;		
	}
	
.greyBG {
	background-color: rgb(241,241,241);
	padding: 10px 0;
	margin: 0 0 15px 0;
	border-radius: 15px;
}
.greyBG2 {
	width: 390px;
	background-color: rgb(241,241,241);
	margin: 0 36px;
	padding: 20px 0 10px 0;
	border-radius: 15px;
}
.list li {
	font-size:95%;
	margin: 0 60px 15px 0;	
}
.downloadbutton {
	width: 130px;
	text-align:center;
	display: inline-block;
	float: right;
}
.downloadbutton p {
	font-size: 80%;
	margin: 5px 0;
	padding: 0;
}
/* ~~ The footer ~~ */
.footer {
	height:40px;
	padding: 0 15px;
	background-image:url(../images/TopPattern170.jpg);
	background-repeat:no-repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.footer p {
	font-size: 90%;
	color: rgb(241,241,241);
	padding: 10px 0 0 0;
	margin: 0;
}
.footernav {
	float: right;	
}
.footernav a:link, .footernav a:visited {
	color: #fff;
}
.footernav a:hover, .footernav a:active, .footernav a:focus {
	color: rgb(235,27,49);
	text-decoration:underline;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.centertext {
	text-align: center;	
}
.required {
	color: #D00;
}
.rounded {
	border-radius: 15px;
}
.no_bottom_margin {
	margin-bottom: 0;	
}
table {
	font-size: 85%;	
	margin: 10px 0 10px 30px;
}