 body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande","Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
} 

*>body { font-size: 12px; }

a { color: #617300; }
a:hover { color: #FA7A14; }

p {
	line-height: 110%;
	margin: 0px 0;
	padding: 0px 0;
}

img {
	border: 0px solid;
}


/* LOGO
********************************************************************/

h1#logo {
	position:absolute;
	left:0px;
	padding:0;
	margin:0;
	width:208px;
	overflow:hidden;
	text-align:center;
}

h1#logo a {
	display:block;
	position:relative;
	height:85px;
	font-size:1px;
}

h1#logo a span {
	position:absolute;
	display:block;
	top:0px;
	left:0;
	width:209px;
	height:85px;
	background:url('../images/logo.gif') no-repeat left top;
	z-index:10;
	cursor:hand;
}

html>body h1#logo a span { cursor:pointer }


/* MENU
********************************************************************/

#top-menu {
	background: url(../images/menu.gif) no-repeat 0 0;
	clear: both;
	height: 37px;
	margin: 12px 0;
	overflow: hidden;
	width: 530px;
	position: absolute;
	top: 36px;
	left: 215px;
	list-style-image: none;
}

#top-menu ul {
	height: 37px;
	list-style: none;
	margin: 0 0 2px 3px;
	display:block;
	padding:0;
	float:left;
	width:530px;
	list-style-image: none;
}

#top-menu li {
	display: block;
	height: 37px;
	float: left;
	margin: -2px 1px 0 0;
	text-align: center;
	list-style-image: none;
	background: none;
}

#top-menu a {
	border: none;
	color: #492100;
	display: block;
	list-style-image: none;
	height: 37px;
	line-height: 37px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 89px;
}

#top-menu a:hover {
	text-decoration: underline;
	border: none;
	color: #D8701C;
}

#meta {
	position:relative;
	float:right;
	right:0px;
	top:19px;
}

#meta ul {
	padding:0;
	margin:0;
	list-style:none;
	
}

#meta li {
	display:block;
	float:left;
	padding:0;
	padding-left:12px;
	margin-right:10px;
	background:url('../images/bullet-std.gif') no-repeat 0 .3em;
	white-space:nowrap;
	font-size:75%;
	font-weight:bold;
	text-transform:uppercase;
}

html>body #meta li {
	display:inline;
	float:none;
	font-size:80%;
}

#meta a, #meta a:hover { text-decoration:none }

#meta li.current {
	color:#FA7A14;
}

/* HEADERS
********************************************************************/

#content h1 {
	display:block;
	padding:0;
	margin:0;
	margin-right:30px;
	height:36px;
	width:720px;
	background:url('../images/title-left.gif') no-repeat left top;
}

html>body #content h1 {
	height: 60px;
}

#content h1 span {
	display:block;
	padding:12px 10px;
	font-weight:normal;
	font-size:95%;
	color:#FFF;
	background:url('../images/title-right.gif') no-repeat right top;
}

html>body #content h1 span {
	padding:11px 10px;
	font-size:110%;
}

h2 {
	color:#FA7A14;
	font-size:135%;
}

h3 {
	padding:0;
	margin:0;
	position:relative;
	font-size:110%;
}

#title {
	width:222px;
	height:21px;
	top:0px;
	background:url('../images/welcome_h2.gif') no-repeat left top;
}


h2 span, h3 span { display:none }


/* LISTS
********************************************************************/

ol, ul {
	padding:0 10px;
	margin:10px 10px;
}

ul { list-style:none }

ol li {
	padding:3px 0;
	padding-left:0;
	margin-left:1em;
}

ul li {
	padding:3px 0;
	padding-left:1em;
	background:url('../images/bullet-std.gif') no-repeat 0 11em;
}

.block ul {
	position:relative;
	top:0;
	left:0;
	padding:1px;
	margin:0;
}

.block li {
	padding-left:1.3em;
	padding-bottom:10px;
	margin:0 10px;
	font-weight:bold;
	font-size:85%;
	background-position:0 .8em;
}

html>body .block li { background-position:0 .6em; }

.block li.current {
	border-top:1px solid #D0DCE6;
	border-bottom:1px solid #D0DCE6;
	background:#FFF;
	padding:5px 10px;
	padding-left:2.2em;
	margin:0;
	margin-bottom:3px;
}

.block li.current a {
	color:#E46314;
	text-decoration:none;
}

#about-page ul.dealers { border-bottom:none;}
ul.dealers {
	border-bottom: thin dotted #CECD87;
	margin-bottom:10px;
}

.block .dealers li { padding-bottom:0 }

html>body .block .dealers li { padding-bottom:10px; }

ul.links {
	margin:0px 0;
	margin-bottom:0;
}

.block .links li {
	font-weight:normal;
	background:url('../images/bullet-arrow.gif') no-repeat -1px .4em;
	padding-left:20px;
}

ul.download {
	padding-left:0;
	margin-left:2px;
}

.dealers li span, .download li span {
	display:block;
	font-weight:normal;
	color:#262D00;
}


/* BLOCKS
********************************************************************/

blockquote {
	float:left;
	padding:10px;
	padding-left:20px;
	margin:5px 15px 10px -10px;
	width:200px;
	background:#FFF url('../images/block-content-bg.gif') repeat-x 0 -3px;
	border-bottom:3px solid #D0DCE6;
	font-size:120%;
	line-height:150%;
}

html>body blockquote { 
	padding-left:10px;
	width:175px;
}

.block {
	position:relative;
	margin:0;
	margin-bottom:20px;
	padding:0;
}

#left-col .block {
	width:460px;
}

.orange-container .head-left, .normal-container .head-left {
	padding:0;
	margin:0;
	background:url('../images/block-orange-top-left.gif') no-repeat left top;
	width:212px;
	height:31px;
}

#left-col .normal-container {
	margin-top:30px;
}

#left-col .normal-container .head-left {
	width:442px;
}

.normal-container .head-left { background:url('../images/block-top-left.gif') no-repeat left top }

.orange-container .head-right, .normal-container .head-right {
	position:relative;
	right:-18px;
	margin-left:-18px;
	display:block;
	padding:10px 18px;
	background:url('../images/block-orange-top-right.gif') no-repeat right top;

}
.normal-container .head-right { background:url('../images/block-top-right.gif') no-repeat right top }

.orange-left { background:url('../images/block-orange-bot-left.gif') no-repeat left bottom }
.normal-left { background:url('../images/block-bot-left.gif') no-repeat left bottom }
.orange-right, .normal-right {
	position:relative;
	padding:14px 6px;
	padding-top:0;
	background:url('../images/block-orange-bot-right.gif') no-repeat right bottom;
}
.normal-right { background:url('../images/block-bot-right.gif') no-repeat right bottom }

.block-content, .block-center {
	padding: 15px 0 5px 0;
	background: #FFF url('../images/block-content-bg.gif') repeat-x 0 1px;
	border-top: 1px solid #FFF;
}

.news {
	padding: 0px 0 5px 0px;
	margin-left: -22px;
	width: 240px;
}

.news ul li a { text-decoration: none; color: #5F7204;}
.news ul li a:hover { border-bottom: thin dotted; color: #D76A00;}

.block-center { 
	padding-left:10px;
	padding-right:10px;
}