/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
p {
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}
.left {
	float: left;
}

.right {
	float: right;
	padding-left: 10px;
}

.clearBoth {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.red {
	color: #CC0000
}

.menu {
	color: #FFFFFF; 
	font-size: 12px;
	text-decoration: none
}

.footer {
	color: #999999; font-size: 10px;
	text-align: center;
}

p {
	line-height: 18px;
	margin: 10px;
}

li { 
	line-height: 16px;
} 

.dealers {
	text-decoration: none;
	font-weight: bold;
}

.magazine_captions {
	font-size: x-small;
	text-align: center;
	font-weight: normal;
	line-height: 13px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	padding: 0px;
	height: 50px;
	margin: 0px;
}
ul.gallery {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		/*ul.gallery li {
	display: block;
	float: left;
	margin: 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 2px #313739 solid; }*/
.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
