/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

#suckerfishnav li:last-child{
border-right:none ;
}

body
{
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1, h1 a
{
	text-align: -9999px;
	font-size: 30px;
	font-weight:lighter;
	color:#FF9900;
	margin-bottom:0px;	text-indent: -9999px;
}#post-729 h1 {	font-size: 30px;
	font-weight:lighter;
	margin-top:50px;
	color:#FF9900;
	text-align:left;
	margin-right:20px;
	margin-bottom:10px;
}

h2
{	text-indent: -9999px;
	font-size: 20px;
	color:#FF9900;
	font-weight:lighter;
	text-transform:uppercase;
}

#logo h2, #logo h2 a
{
	text-align: -9999px;
	font-size: 20px;
	color:#FF9900;
	font-weight:lighter;
	text-transform:none;
}

h3
{
	font-size: 21px;
	font-weight:lighter;
	text-decoration:underline;margin-top:50px;margin-bottom:20px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
	margin-left:25px;
}

#col2 ul
{
	list-style: square;
	margin-left:0px;
	padding-left:0px;

}

p,
dl,
hr,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}

#content p a{
	text-decoration:underline;
}
#content p a:hover{
	text-decoration:none;
}



#footer li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}

.dealerslogin {
	font-weight:bold;
	font-size:larger;
}

#footer a{
	color:#FF9900;
}

p.bodytext{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

ul.menubar{
	color:#333333;
	text-transform:uppercase;
	padding:10px;
	margin:0px;
}

ul.menubar li{
	display:inline;
	list-style:none;
	padding-right:15px;
}

ul.leftsub{
	list-style:none;
	color:#333333;
	margin:0px;
	padding:0px;
}

#leftsub li{
	font-size:12px;
	margin-left:0px;
	padding:10px 5px 10px 15px;
	border-bottom:#999999 solid thin;
}

#col2 li a{
	font-size: 18px;
	text-decoration:underline;
	color:#FFFFFF;
	list-style-image:none;
	padding-bottom:5px;
}
#col2 li{
	list-style:none;
	padding-bottom:20px;
}

#menu a{
	color:#333333;
}

#menu a:hover{
	color:#FFFFFF;
}

#pageheading a{
	color:#FF9900;
}

.back{
	color:#FFFFFF;
}

.wp-caption-text{
	font-style:italic;
	font-size:95%;
	color:#CCC;
	text-align:center;
}