﻿/*---->>>Style Sheet Rules<<<----*/

/*---->>>Sets HTML Rules<<<----*/

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}

hr {
	background-color: #3a426c;
	color: #3a426c;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

h1 {
	color: #3a426c;
	font: bold 22px Tahoma, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 15px 0;}

h2 {
	color: #3a426c;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3 {
	color: #3a426c;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	color: #616161;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;}

h5 {
	color: #3a426c;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0;}

h6 {
	color: #616161;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;}

a {
	color: #4d5796;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;}
	
/*---->>>Sets Formatting for Form<<<----*/

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #3a426c;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*---->>>Sets ID Rules Used for Page Layout<<<----*/
#wrapper1 {
	background-image: url('images/wrapper1.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

#wrapper2 {
	background-image: url('images/wrapper2.jpg');
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*---->>>Logos<<<----*/
#mainlogo {
	background: #ffffff url('images/logos/main_logo_image.jpg') no-repeat;
	text-align: left;
	font-size: 80%;
	color: #606060;
	height: 140px;
	padding: 20px 0 0 20px;
}
	
	#mainlogo a {
	color: #919191;
	font-weight: normal;
	text-decoration: none;}
	
	#mainlogo a:hover {
	color: #919191;
	font-weight: normal;
	text-decoration: underline;}
	
#logowinches {
	background: #ffffff url('images/logos/winches_logo.jpg') no-repeat;
	text-align: left;
	font-size: 80%;
	color: #606060;
	height: 140px;
	padding: 20px 0 0 20px;}
	
	#logowinches a {
	color: #919191;
	font-weight: normal;
	text-decoration: none;}
	
	#logowinches a:hover {
	color: #919191;
	font-weight: normal;
	text-decoration: underline;}

#logopulleys {
	background: #ffffff url('images/logos/pulleys_logo.jpg') no-repeat;
	text-align: left;
	font-size: 80%;
	color: #606060;
	height: 140px;
	padding: 20px 0 0 20px;}
	
	#logopulleys a {
	color: #919191;
	font-weight: normal;
	text-decoration: none;}
	
	#logopulleys a:hover {
	color: #919191;
	font-weight: normal;
	text-decoration: underline;}

#logotrailerparts {
	background: #ffffff url('images/logos/trailer_parts_logo.jpg') no-repeat;
	text-align: left;
	font-size: 80%;
	color: #606060;
	height: 140px;
	padding: 20px 0 0 20px;}
	
	#logotrailerparts a {
	color: #919191;
	font-weight: normal;
	text-decoration: none;}
	
	#logotrailerparts a:hover {
	color: #919191;
	font-weight: normal;
	text-decoration: underline;}

#mainnavigation {
	background: url('images/navbar.jpg');
	text-align: center;
	height: 30px;
	padding: 0 10px 0 10px;}

#content {
	float: right;
	width: 645px;
	line-height: 1.5em;
	padding: 25px 15px 10px 10px;}

#contentwide {
	width: 860px;
	line-height: 1.5em;
	padding: 10px 20px;}

#sidebar {
	font-size: 85%;
	float: left;
	width: 210px;
	padding: 0px 10px 10px 10px;}

#footer {
	clear: both;
	background: #ffffff url(images/footer.jpg) no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 80%;
	padding: 7px 20px 0 20px;
	height: 55px;}

#footer a {
	color: #ffffff;
	font-weight: normal;}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;}
	
#footer p {
	margin: 0;
	padding: 10px 0;}
	
/*---->>>Sets 2-Column Catalog Display<<<----*/

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 312px;}

.catalog1 {
	padding: 0px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	width: 435px;}
	
.catalog2 {
	padding: 0px;
	line-height: 1em;
	text-align: right;
	vertical-align: top;
	width: 210px;}

/*---->>>Sets Classes Used for Formatting<<<----*/

p.small {
	font-size: 80%;}

.box {
	background: #f6f6f6;
	border: 1px dashed #c2c2c2;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;}

.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.image-border {
	border: 3px double #ebebeb;}
		
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #ebebeb;}
}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #ebebeb;}
}
	
.imagecenter-border {
	margin: 0 0 0 10px; 
	float: center;
	border: 3px double #ebebeb;}
}

.imagecenter {
	margin: 0 0 0 15px;
	border: 3px double #ebebeb;}
}
		
.style1 {
	vertical-align: middle;
}

