/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.trade {
	font-variant: small-caps;
	text-transform: uppercase;
}

h1 {
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
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: 20px;
	margin: 10px;
}

li { 
	line-height: 14pt
} 

.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;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}



/* sean's additions */
#gTranslate {
	border: 1px solid black;
	background: #fff;
	display: none;
	position: absolute;
	top: 45px;
	padding: 10px;
}
.product_attr {
	font-size: 9px;
	align: center;
	font-weight: normal;
	line-height: 7px;
}