body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font: x-small Arial, Helvetica, Sans-Serif;
	background-color: #ccc;
}

#container {
	width: 700px;
	\width: 700px;
	w\idth: 700px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumbs a {
	color: #000;
}

#layout {
	width: 500px;
	padding: 0 9px 0 9px;
	vertical-align: middle;
	background: #fff;
	border: 2px solid #333;
}

#layout p {
	text-align: left;
}

/* MENU BAR */

#topMenu, #topMenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#topMenu {
	position: relative;
	color: #fff;
	margin-top: -1px;
	height: 20px;
	vertical-align: middle;
}

#topMenu ul {
	background: url(../images/bg_topnav-mid.gif) repeat-x;
	float: right;
	font-weight: bold;
}

#topMenu a {
	display: block;
}

#topMenu li {
	float: left;
}

#topMenu li a {
	color: #fff;
	font-weight: bold;
	padding: 3px 6px 5px 6px;
	text-decoration: none;
}

#topMenu li a#leftCorner {
	float: none;
	padding-left: 10px;
	padding-right: 6px;
	background: url(../images/bg_topnav-left.gif) top left no-repeat;
}

#topMenu li a#rightCorner {
	padding-right: 10px;
	background: url(../images/bg_topnav-right.gif) top right no-repeat;
}

#topMenu li a:hover {
	color: #330000;
}

#topMenu li ul {
	position: absolute;
	background: #ff9900;
	width: 10em;
	left: -999em;
}

#topMenu li li {
	width: 10em;
	margin-top: 2px;
	border-bottom: 1px #000 solid;
}

#topMenu li:hover ul, #topMenu li.sfhover ul {
	left: auto;
}

#bottomMenu {
	position: relative;
	color: #fff;
	padding: 4px 0 0 0;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

#bottomMenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#bottomMenu a:hover {
	color: #ff9900;
}

#headerBox {
	padding: 0px;
	height: 150px;
	margin: 0px;
	background: #ccc url(../images/header.gif) 0px 0px no-repeat;
	clear: left;
}

#headerBar {
	height: 10px;
	background-color: #ff9900;
}


/* MAIN CONTENT */

#content {
	background-color:#fff;
}

#content p {
	padding: 0 10px;
}

#contentminheight {
	position: relative;
	width: 1px;
	height: 100px;	
}

hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
}

.notice { /* Styles an announcement DIV for any info we want to stand out */
	background: #ffe3ba;
	border: 1px #ff9900 dotted;
	margin: 10px 60px 20px 60px;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
}

.catalogCalloutContainer {
	margin: 2px 15px 0 10px;
	width: 135px;
	border: 1px #739DD3 solid;
	background: #DFE7F5 url('../images/download_catalog-bg.png') top left repeat-x;
	text-align: center;
	float: right;
	-moz-box-shadow: 2px 2px 5px #888888;
	-webkit-box-shadow: 2px 2px 5px #888888;
	box-shadow: 2px 2px 5px #888888;
}

.catalogCalloutHeader {
	height:20px;background-color:#739DD3;margin-bottom:10px;padding-top:5px;
}

.catalogCalloutHeader span {
	font-size:1.2em;font-weight:bold;padding-top:4px;
}

.catalogCalloutFileSize {
	color:#666666;font-size:1.0em;font-style:italic;margin:0 0 5px 0;padding:0;
}

.downloadBtn {
	margin: 5px auto;
	padding: 0;
	width: 100px;
	height: 22px;
	text-align: center;
}

.downloadBtn a {
	width: 100px;
	height: 22px;
	background: transparent url('../images/download_catalog-btn1.png') 0 0 no-repeat;
	display: block;
}

.downloadBtn a:hover {
	background: transparent url('../images/download_catalog-btn2.png') 0 0 no-repeat;
}


/* PRODUCT PAGES */

.prodCat {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.prodCat a {
	color: #333;
	float: right;
	font-weight: normal;
}

.mainProdLink {
	font-weight: bold;
}

.news a {
	color: #333;
	font-weight: bold;
}

table {
	margin-bottom: 5px;
}

.title {
	font-weight: bold;
	text-align: left;
	height: 15px;
	background-color: #ffe1b5;
}


img {
	margin-right: 5px;
}

/* DEALER PAGE */

.stateDealer {
	margin: 20px 0;
}

.stateDealer p {
	margin: 0 0 3px 0;
}

.stateDealer span {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
}

.stateHead {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF9900;
}

/* NEWS/REVIEW PAGES */

#contentLinks ul {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 10px; 
        width: 95%;
} 

#contentLinks li {
        border: 1px dotted #FF9900;
        border-width: 1px 0;
        margin: 5px 0;
}

#contentLinks li a { 
        color: #333;
        display: block;
        font: bold 120% Arial, Helvetica, Sans-Serif;
        padding: 5px;
        text-decoration: none;
}

 * html #contentLinks li a {  /* make hover effect work in IE */
	width: 400px;
}

#contentLinks li a:hover {
        background: #FFE7D0;
}

#contentLinks a em { 
        color: #333;
        display: block;
        font: normal 100% Arial, Helvetica, Sans-Serif;
        line-height: 125%; 
}

#contentLinks a span {
        color: #B96F01;
        font: normal 85% Arial, Helvetica, Sans-Serif;
        line-height: 150%;
}

/* RIGHT COLUMN */

#rightCol {
	width: 155px;
	height: 100%;
	margin: 0px;
	padding: 0 0 0 5px;
	vertical-align: top;
	float: right;
}

#rightCol ul {
	width: 100%;
	padding: 0px;
	margin: 5px 0 0 0;
	list-style: none;
	font-size: 1.1em;
}
		
#rightCol li { /* nav list items */
	margin: 0;
	display: block;
	color: #000;
	overflow: hidden;
	padding-bottom: 5px;
}

#rightCol p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.0em;
	padding-bottom: 5px;
}
		
#rightCol li a {
	color: #000;
}

#rightCol li a:hover {
	color: #993300;
}


/* FOOTER */

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
	text-align: center;
	background-color: white;
}

#copyright {
	margin-top: 10px;
	text-align: center;
}

#copyright a {
	color:#333;
	text-decoration: underline;
}


/* TYPOGRAPHY */

h1, h2, h3, h4 {
	
}

h1 {
	 margin-top: 0px;
	 font-size: 1.2em;
}

h2 {
	 margin-top: 0px;
	 font-size: 1.4em;
	 padding: 10px 10px 0 10px;
}

h3 {
	 margin-top: 10px;
	 font-size: 1.4em;
}

h4 {
	margin: 5px 0 0 10px;
	font-size: 1.2em;
}

p {	
	color: #333;
	font-size: 1.2em;
}

p.contact {	
	margin-top: 5px;
	margin-bottom: 20px;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

.notes {
	margin: 10px 5px 10px 10px;
	font-style: italic;
	padding-bottom: 5px;
	float: right;
}

.notes a:hover {
	color: #993300;
}

a {
	color: #000;
}

a:hover {
	color: #ff9900;
}

.smallPrint {
	font-size: 1.0em;
}
