/* ------------- general styles */
body {
	margin: 0;
	padding: 0;
	height : 100%;
	background: url(/img/siteimages/bkg_topright.jpg) repeat-x;
}
html { 
	height : 100%;
	background: #969696 url(/img/siteimages/bkg.jpg) repeat-x;
}
/* ------------- backgrounds */
#topleftbkg {
	width: 50%;					/* set half the width */
	height: 115px; 				
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/img/siteimages/bkg_topleft.jpg) repeat-x;
}

/* ------------- container */
#container {
	width: 900px;
	position: relative;			/* required */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -76px;
}
/* ------------- header */
#header {
	width: 900px;
	margin: 0 auto;
	position: relative;			/* required */
	z-index: 1; 				/* only opera needs this! */
	background: url(/img/siteimages/header.jpg) no-repeat;
	height: 115px;
}
#headerleft {
	width: 150px;
	height: 115px;
	float:left;
}
#stlogo {
	position: relative;
	width: 106px;
	height: 101px;
	background: #000;
	top: 11px;
	left: 20px;
}
#headerright {
	width: 745px;
	height: 115px;
	float:right;
}
#searchfields {
	position: relative;
	width:625px;
	height:30px;
	top: 40px;
	left: 100px;
}
#dealerlocations {
	position : relative;
	width : 62px;
	top:2px;
	margin-right:5px;
	float:left;
}
#dealerlocations a {
	cursor:default;
	position : relative;
	width : 62px;
	height: 25px;
	display : block;
	overflow:hidden;
	text-indent: -9999px;
	background : transparent url(/img/siteimages/dealer_locator.png) no-repeat;
}
#dealerlocations a:hover {
	background-position: 0% -25px;
}
#zipcodesearch {
	position: relative;
	width: 195px;
	top:2px;
	float:left;
}
#international {
	position : relative;
	width : 115px;
	top:1px;
	float:left;
}
#international a {
	position : relative;
	width : 115px;
	height: 25px;
	display : block;
	overflow:hidden;
	text-indent: -9999px;
	background : transparent url(/img/siteimages/international.png) no-repeat;
}
#international a:hover {
	background-position: 0% -25px;
}
#productsearch {
	position: relative;
	width: 200px;
	text-align:right;
	top:2px;
	float:right;
}
#DealerZip, #ProductQuery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #add138;
	padding : 4px 3px 4px 3px;
	width:145px;
	margin-left: 1px;
}
/* ------------- nav */
#navbkg {
	position : relative;
	width : 790px;
	height: 26px;
	margin-top:5px;
	left:20px;
	background : url(/img/siteimages/navbkg.png) no-repeat;
	top: 0px;
	z-index:5;
}
/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:5;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:20px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
#nav {
	position : relative;
	margin-top : 6px;
	margin-left: 0px;
	float:left;
}
/*#nav ul {
	margin : 0px;
	display:inline;
	list-style-type: none;
	
}*/
/*#nav li {
	display: block;
	float:left;
}*/
#nav ul li ul {
	border: solid 1px #969696;
	background-image: url(/img/siteimages/dropdown_menu_bkg.png);
	background-repeat: repeat;
	/*background: rgb(0,0,0);
	opacity: 0.8;
	background: rgba(0,0,0,0.8);*/ /*oh if only IE could support either rgba or opacity*/
}
#nav ul li ul li {
	height: 28px;
	margin:0;
	padding:0;
	border-bottom: solid 1px #969696;
}

#nav ul li ul li a {
	display:block;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	font-size: 11px;
	line-height: 28px;
	letter-spacing:1px;
	vertical-align: middle;
	text-decoration:none;
	text-indent:10px;
}
#nav ul li ul li a:hover {
	color: #add138;
	background: rgb(0,0,0);
}
#nav ul li ul li.last {
	border: none;
}
/*#nav a{
	margin:0px;
	padding:0px;
	height: 15px; 
	display: block;
}*/
#nav #home a.main{ 
	background: transparent url(/img/siteimages/home.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 65px;
	text-indent : -9999px;
}
#nav #products a.main{ 
	background: transparent url(/img/siteimages/products.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 106px;
	text-indent : -9999px;
}
#nav #news a.main{ 
	background: transparent url(/img/siteimages/news.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 73px;
	text-indent : -9999px;
}
#nav #about a.main{ 
	background: transparent url(/img/siteimages/about.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 103px;
	text-indent : -9999px;
}
#nav #downloads a.main{
	background: transparent url(/img/siteimages/downloads.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 122px;
	text-indent : -9999px;
}
#nav #contact a.main{ 
	background: transparent url(/img/siteimages/contact.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 118px;
	text-indent : -9999px;
}
#nav #forum a.main{ 
	background: transparent url(/img/siteimages/forum.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 71px;
	text-indent : -9999px;
}
#nav #home a:hover.main {
	background-position: 0% -15px;
}
#nav #products a:hover.main {
	background-position: 0% -15px;
}
#nav #news a:hover.main {
	background-position: 0% -15px;
}
#nav #about a:hover.main {
	background-position: 0% -15px;
}
#nav #downloads a:hover.main {
	background-position: 0% -15px;
}
#nav #contact a:hover.main {
	background-position: 0% -15px;
}
#nav #forum a:hover.main {
	background-position: 0% -15px;
}
/* ------------- content */
#content {
	position: relative;
	width: 860px;
	margin: 0 auto;
}
#clearmaincontent {
	clear:both;
}
/* ------------- secondarybkg */
#secondaryheader {
	position: relative;
	width: 858px;
	height:11px;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	margin: 0 auto;
	background: url(/img/siteimages/secondaryheader.png) no-repeat; 
}
#secondaryloop {
	position: relative;
	width: 858px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	margin: 0 auto;
	background: url(/img/siteimages/secondaryloop.png) repeat-y; 
}
#secondaryfooter {
	position: relative;
	width: 859px;
	height: 30px;
	border-left: 1px solid #969696;
	margin: 0 auto;
	background: url(/img/siteimages/secondaryfooter.png) no-repeat; 
}
/* ------------- maincontent */
#maincontent {
	position: relative;
	width: 830px;
	margin: 0 auto;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #add138;
	margin-top:0px;
	margin-bottom: 15px;
	color: #add138;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #add138;
	margin-top:0px;
	margin-bottom: 8px;
	color: #add138;
}
h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #969696;
	margin-top:0px;
	margin-bottom: 8px;
	color: #969696;
}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 8px;
	color: #969696;
}
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom: 20px;
	color: #969696;
}
h6 a:link { 
	color: #969696;
	font-weight: normal;
	font-style:italic;
	text-decoration : none;
}
h6 a:visited { 
	color: #969696;
	font-weight: normal;
	font-style:italic;
	text-decoration : none;
}
h6 a:hover { 
	color: #add138;
	font-weight: normal;
	font-style:italic;
	text-decoration : none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:20px;
	color: #fff;
}
p.last {
	margin-bottom:0px;
}
p a:link { 
	color : #fff;
	font-weight: normal; 
	text-decoration : underline;
}
p a:visited { 
	color : #fff;
	font-weight: normal; 
	text-decoration : underline;
}
p a:hover { 
	color : #add138;
	font-weight: normal; 
	text-decoration : underline;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #add138;
	padding: 2px;
	position : relative; 
	width: 200px; 
}
img.image {
	border: 1px solid #add138
}
/* ------------- push */
#push {
	height: 76px;				/* this pushs the footer */	
}

/* ------------- footer */
#footer {
	position : relative;
	height : 76px;
	margin: 0 auto;
	z-index: 1;
	text-align:center;
	bottom: 0;
}
#footerbkg {
	position : relative;
	width:900px;
	height : 76px;
	margin: 0 auto;
	z-index: 1;
	text-align:center;
	background: url(/img/siteimages/footerbkg.jpg) no-repeat;
}
#bottomleftbkg {
	width: 50%;					/* set half the width */
	height: 76px; 				
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/img/siteimages/bkg_bottomleft.jpg) repeat-x;
}
#bottomrightbkg {
	width: 50%;					/* set half the width */
	height: 76px; 				
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(/img/siteimages/bkg_bottomright.jpg) repeat-x;
}
#bottomnav {
	position : relative;
	width : 900px;
	top : 61px;
}
div#bottomnav ul {
	margin : 0 auto;
	padding: 4px;
	display: inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #969696;
}
div#bottomnav li {
	display: inline;
	margin-right: 4px;
	padding-right: 7px;
	border-right: 1px solid #969696;
	font-weight: normal;
}
div#bottomnav li.last {
	border-right: 0;
	padding-right:0;
}
div#bottomnav a:link { 
	color : #969696; 
	text-decoration : underline;
}
div#bottomnav a:visited { 
	color : #969696; 
	text-decoration : underline;
}
div#bottomnav a:hover { 
	color : #add138; 
	text-decoration : underline;
}
#usm {
	position : relative;
	width : 100px;
	height : 44px;
	z-index:2;
	top: 13px;
	text-align:left;
	right: 30px;
	float:right;
}
#usm a { 
	display : block; 
	width : 100px; 
	height : 44px; 
}
h1.usmlogo { 
	position : absolute; 
	width: 100px; 
	height : 44px;
	margin: 0 auto;
	background : url(/img/siteimages/usmlogo.png) no-repeat;
	text-indent : -9999px;
}

.ui-dialog {
	/*border: solid 1px #969696;*/
	border: solid 1px #add138;
	/*background: #414141 repeat-y;*/ /*change me to style main dialog background*/
	background:#ffffff;
	z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa; /*change me for contrasting line between title bar and main dialog*/
	background: #add138; /*change me for titlebar background color/image*/
	padding:0px;
	cursor:move;
	height:28px;
	_height:29px;
}

.ui-dialog .ui-dialog-titlebar-close {
	width:16px;
	height:16px;
	/*background: url(/img/dialog/dialog-titlebar-close.png) no-repeat;*/	/*change me to display a close graphic*/
	position:absolute;
	top:6px;
	right:7px;
	cursor:default;
}
.ui-dialog .ui-dialog-titlebar-close-hover {
	/*background: url(/img/dialog/dialog-titlebar-close-hover.png) no-repeat;*/ /*change me to display a diff close graphic on hover*/
}
.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color:white;
	font-weight:bold;
	position:relative;
	font-family:arial,helvetica,sans-serif;
	font-size:0.8em;
	top:7px;
	left:4px;
}
.ui-dialog .ui-dialog-content {
	margin:1.2em;
}
.ui-dialog .ui-dialog-buttonpane {
	position:absolute;
	bottom:8px;
	right:12px;
	width:100%;
	text-align:right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin:6px;
}

