/*
= STELTER PARTNERS CSS
----------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #cfcfc2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, if you want to change anything, just change this.*/
	color: #000;
	text-align: center;
	padding: 3px 0;
	}

#wrapper {xborder: 1px solid red;
	width: 755px;
	margin: 0 auto;
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	color:#666;
	}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}

/*Firefox Inheritance Hack*/ table, thead, tbody, tr, td, th {
	font-size: inherit;
	font-family: inherit;
	}
	
/*IE7 Inheritance Hack*/ table {font-size:1em;}

img {
	border: none;
	}

a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #111;
	}

	a:hover {
		text-decoration: underline;
		color: #000;
		}

	a.pdf {
		display: block;
		line-height: 16px;
		margin-left: 5px;
		padding-left: 18px;
		background: transparent url(../images/pdf.gif) no-repeat left center;
		}

	a.world {
		display: block;
		line-height: 16px;
		margin-left: 5px;
		padding-left: 18px;
		background: transparent url(../images/world.gif) no-repeat left center;
		}


/*
= CONTAINER used as the base container for all modules added to a page
----------------------- */
.container {margin:0; padding:0; border: none;}

/*
= HEADER - done 11/30
----------------------- */

#header {xborder: 1px solid blue;
	width: 747px;
	position: relative;
	background: url(../images/mainbg.gif) no-repeat 0 0;
	overflow: hidden;
	}

#header #logo {
	float:left;
	height: 70px;
	min-height: 70px;
	width: 523px;
	border-bottom: 1px solid #efefe0;
	}

#header #searchbox {
	float:left;
	height: 70px;
	min-height: 70px;
	width: 209px;
	border-bottom: 1px solid #efefe0;
	}
	
	#searchbox table {
		float:left;
		margin-right:5px;
		}

	#header h1 {
		float: left;
		width: 250px;
		}

		#header h1 img {
			float: left;
			margin: 10px 0 0 12px;
			}

/*
= SUBHEADER - done 11/30
----------------------- */
#subheader {
	width: 747px;
	color: #ddd;
	position: relative;
	background: url(../images/mainbg.gif) no-repeat 0 50%;
	overflow: hidden;
	}

/*
= FOOTER - done 11/30
----------------------- */

#footer {
	clear: both;
	width: 747px;
	padding-top: 30px;
	background: url(../images/mainbg.gif) no-repeat 0 100%;
	}

	#footer p {
		font-size: 0.9em;
		color: #8f8f8f;
		position:relative;
		top: -10;
		}

/*
= PAGE CONTENT - done 12/14
----------------------- */

#pagecontent {
	width: 747px;
	position: relative;
	background: url(../images/mainbg.gif) no-repeat 0 50%;
	overflow: hidden;
	margin:0;
	padding:0;
	}

/*
= CONTENT - done 12/14
----------------------- */
#content {
	float: left;
	width: 480px;
	min-height:459px;
	height:auto !important;
	height:459px;
	margin-left: 15px;
	}
	
#fullcontent {
	float: left;
	width: 732px;
	min-height:459px;
	height:auto !important;
	height:459px;
	margin-left: 0;
	}

/*
= SIDEBARS - done 12/14
----------------------- */
#rightsidebar {
	float: right;
	width: 205px;
	margin-right: 5px;
	text-align: left;
	}

#leftsidebar {
	float: left;
	width: 205px;
	margin-left: 15px;
	text-align: left;
	}

/*
= SLIDING MENU - done 12/14
----------------------- */
/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu span {
	display:block;
	cursor: pointer;
	}

#dhtmlgoodies_slidedown_menu ul {
	position:relative; 
	margin:0; 
	padding:0;
	}

#dhtmlgoodies_slidedown_menu li {
	position:relative;
	list-style:none;
	line-height: 1.7em;
	}
	
#dhtmlgoodies_slidedown_menu a {
	font-size:0.95em;
	color: #000;
	text-decoration:none;
	padding-left:2px;	
	}
	
#dhtmlgoodies_slidedown_menu #SlidingMenu_initialExpandedMenuItem {
	font-weight:bold;
	}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */	}	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul {
	margin-left: 0;
	padding:1px;
	}
	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {	/* Sub menu items */	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul {
	margin-left:8px;
	padding:1px;
	}
	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3 {	/* Sub menu items */	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul {
	margin-left:16px;
	padding:1px;
	}
	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 {	/* Sub menu items */	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul {
	margin-left:24px;
	padding:1px;
	}

#dhtmlgoodies_slidedown_menu .slMenuItem_depth5 {	/* Sub menu items */	}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5 ul {
	margin-left:32px;
	padding:1px;
	}

/*
= SEARCH - done 12/15
----------------------- */
#searchbox input.motiosearchbutton {border:none; margin-left:3px;}
#searchbox input {font:11px Verdana, Arial, San-serif; color:#999;}
#searchbox table {margin-top:20px; text-align:left;}

#motiosearchresults {margin:15px;}

tr.motiosearchodd {background:#fafafa;}
tr.motiosearcheven {background:#fff;}

.motiosearchcount {float:left; padding:10px 10px;}
.motiosearchcount .SubHead {font-size:40px; color:#d0d0d0;}

.motiosearchtitle {padding-top:10px;}
.motiosearchtitle a.SubHead {font-size:16px; font-weight:bold; text-decoration:none;}
.motiosearchtitle a:hover.SubHead {color:#fff; background:#000; text-decoration:none;}

.motiosearchrelevance {display:none}
.motiosearchdesc .Normal {}
.motiosearchurl {display:none;}

.motiosearchlink {float:left; padding:3px 0 10px 0;}
.motiosearchlink a.CommandButton {font-size:11px; color:#999; border-bottom:1px dotted #ccc; text-decoration:none;}
.motiosearchlink a:hover.CommandButton {color:#fff; background:#000; text-decoration:none;}

.motiosearchdate {display:none;}
.motiosearchdate .Normal {font-size:10px; color:#999;}

/*
= MAIN NAVIGATION - done 11/30
----------------------- */

#mainnav {
 	clear: both;
 	width: 717px; /*732px - 15px for margin left*/ 
 	padding-top: 25px;
 	}

	#mainnav ul li {
		display: inline;
		margin-left:15px;
		}
		
	#mainnav a {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		}
		
		#mainnav a:hover {
			color: #efefef;
			background-color: #1f1f15;
			}

#search {
	margin-top: 20px;
	}

/*
= HOMEPAGE NAVIGATION - done 12/14
----------------------- */
#homephoto {
	float:left;
	width:442px;
	margin:15px 0 0 15px;
	}
/*IE6 Hack*/ * html #homephoto {margin-left:10px !important;}

#homemenu {
	float: left;
	margin: 15px 10px; 
	width: 225px
	}
	
.homemenubutton {
	padding-bottom: 30px;
	}
	
.homepagelink {
	padding-top:25px;
	}
	
	.homepagelink a:hover {
		color: #fff;
		background: #000;
		text-decoration:none;
		}

/*
= PRODUCTS PAGE - done 12/14
----------------------- */
.product_buttons li {
	list-style:none; 
	margin:15px; 
	float:left; 
	width:336px; 
		widt\h:332px; /*IE7 Hack*/
	height:200px; 
		heigh\t: 198px; /*IE7 Hack*/
	text-align:center; 
	cursor:pointer;
	}
/*IE6 Hack*/ * html .product_buttons li {width:320px !important;}	


.product_buttons a {display:block; border: 2px solid #fff; text-decoration: none;}
.product_buttons a:hover {border: 2px solid #000;}
.product_buttons p {padding:50px 20px 42px 20px; color: #fff; text-decoration: none;}

.product_lw_button {background:#C90016;}
.product_lw_button img {margin-bottom: 10px;}

.product_sw_button {background:#3C83BB;}
.product_sw_button img {margin-bottom: 10px;}

.product_ps_button {background:#7FC31C;}
.product_ps_button img {margin-bottom: 10px;}

.product_ws_button {background:#F2D41A;} 
.product_ws_button p {color: #000;}
.product_ws_button img {margin-bottom: -4px;}

/*
= DEALERS PAGE - done 12/14
----------------------- */
.state_list {width:99px; float:left; text-align:left; font-size:.95em}
.state_list li {list-style:none; padding-bottom:3px;}
.state_list a:hover {color:#fff; background:#000; text-decoration:none;}

#dealerpane {
	float: left;
	margin: 15px 25px 0 0;
	color: #333;
	width: 480px;
	height: 480px;
	overflow: auto;
	}
/*IE6 Hack*/ * html #dealerpane {width:460px; margin-right:15px !important;}
	
#dealers {width:450px; font-size:1.0em;}
#dealers tr {height:70px;}
#dealers td.state {border-bottom: 2px solid #cdcdc2; vertical-align:bottom;}
#dealers td.state h3 {margin-bottom:0; padding-bottom:0}
#dealers td {border-bottom: 1px solid #efefe0; vertical-align:bottom; padding-bottom:5px;}
#dealers td.col1 {width:50%;}
#dealers td.col2 {width:50%;}
#dealers td p.name {font-weight:bold;}
#dealers td p {padding:0; margin:0; line-height:1.2em;}
#dealers td a:hover {color:#fff; background:#000; text-decoration:none;}


/*
= CONTACT US PAGE - done 12/14
----------------------- */
.contactus {
	float: left;
	width: 270px;
	margin-left: 15px;
	background: transparent url(../assets/StelterPartnersmap.gif) top right no-repeat;
	}
/*IE6 Hack*/ * html .contactus {margin-left:10px !important;}
	
.map {
	float: right;
	width: 406px;
	margin: 15px 15px 0 0;
	text-align: center;
	}
/*IE6 Hack*/ * html .map {margin-right:5px !important;}

	.map img {float: right;}
	.map a:hover {color:#fff; background:#000; text-decoration:none;}
	
/*
= PRODUCT COLLECTIONS - done 12/14
----------------------- */
#maincollection {
	xclear: both;
	float: left;
	margin: 15px 15px 0 0;
	color: #333;
	width: 490px;
	height: 400px;
	overflow: auto;
	}
/*IE6 Hack*/ * html #maincollection {margin-right:5px !important;}
		
	#maincollection p {
		font-size: 12px;
		margin: 0;
		padding: 0;
		}

.collection {
	float: left;
	width: 155px;
	margin: 3px 0 7px 0;
	} 
		
	.collection p {
		text-align: center;
		}
		
	.collection a {
		display: block;
		width: 151px;
		border: 2px solid #fff;
		text-align: center;
		}
		
		.collection a:hover {
			border: 2px solid #cfcfc2;
			}

/*
= PAGE NAVIGATION
----------------------- */

#pagenav {xborder: 1px solid red;
	xclear: both;
	float: right;
	width: 175px;
	margin: 0;
	padding: 10px 40px 0 0;
	}

	#pagenav ul {
		margin: 0;
		padding: 0;
		border-top: 3px solid #dfdfd4;
		}
	
	#pagenav li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 80%;
		}

	#pagenav li a {
		font-size: .75em;
		font-weight; bold;
		text-decoration: none;
		text-transform: uppercase;
		color: #333;
		padding: 1px 3px;
		}
		
		#pagenav li a li a {
			font-size: .75em;
			font-weight; bold;
			text-decoration: none;
			xtext-transform: uppercase;
			color: #333;
			padding: 1px 3px;
			}
				
		#pagenav a:hover {
			color: #efefef;
			background-color: #1f1f15;
			}

#pagenav .lw_menu a:hover {
			color: #efefef;
			background-color: #DB0029;
			}

#pagenav .home_page a:hover {
			color: #efefef;
			background-color: #1f1f15;
			}



/*
= PRODUCTS
----------------------- */
#prod_detail h2 {margin-bottom:0; padding-bottom:0;}
#prod_detail p {margin:0; padding:0 0 5px 0;}

#prod_left {float:left;	width:250px;}
#prod_right {float:left; width:220px; margin-left:10px;}
	
#prod_info li {font-size:0.9em; list-style-type:disc; margin-left:15px; padding:0; line-height:140%;}

#prod_views {margin-top:20px;}
#prod_views img {margin:5px 10px;}

#prod_docs {margin-top:40px;}
#prod_docs li {list-style:none; font-size:0.9em; margin-left:1px; padding:4px 0;}
#prod_docs a {text-decoration:none;}
#prod_docs a:hover {color:#fff; background:#000; text-decoration:none;}
#prod_docs span {font-size:0.8em; color:#999;}

#prod_next {margin-top: 40px;}

.next_item {float:left; width:70px;} 
.next_item a {display:block; width:70px; border: 1px solid #fff; text-align:center;}
.next_item a:hover {border: 1px solid #cfcfc2;}

/*
= ADMIN
----------------------- */

#edit {
	float: left;
	width: 100%;
	background-color: #efefe0;
	}
	
	#edit input {
		margin: 5px;
		}
	
	#edit span {
		font-size: .7em;
		color: #666;
		padding-left: 10px;
		}
	
fieldset {
	float: left;
	}
	

/* =FORMS 
----------------------------- */	
.form_container {
	font-size: 14px;
	width: 550px;
	}
	
	.form_container fieldset {
		border: 0px solid #ccc;
		margin-bottom: 15px;
		}
	
		.form_container fieldset legend {
			color: #014E82;
			font-weight: bold;
			font-size: 16px;
			}
			
	.form_container ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
	
		.form_container ul li {
			list-style: none;
			color: #000;
			font-weight: normal;
			margin-left: 5px;
			}

			.form_container ul li.label {
				list-style: none;
				color: #000;
				font-weight: bold;
				padding-top: 15px;
				}
	
	.form_container div.full {
		width: 100%;
		margin-bottom: 7px;
		margin-left: 2px;
		padding: 5px;
		background-color: #efefe0;
		}
		
		.form_container div.full span {
			font-weight: normal;
			}
			
	.form_container h3 {
		padding-bottom: 20px;
		}
		
	.form_container .required {
		font-size: 11px;
		color: orange;
		}
		
	.form_container .small {
		font-size: 11px;
		color: #999;
		}
		
	.form_container div.highlite {
		margin: 20px 10px;
		padding: 0 0 3px 10px;
		border-left: 2px dotted #DFD48B;
		}
	
	.form_container input {
		font-size: 12px;
		padding: 2px;
		}


input.field {
	color: #073A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 0 2px 4px;
	background-color: #fcfcfc;
	border: 1px solid #999;
	margin: 2px 0;
	}
	
.values {
	color: #073A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	}
	
select.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #fcfcfc;
	}
	
	select.medium {width: 200px;}

textarea.field {
	color: #073A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 0 2px 4px;
	background-color: #fcfcfc;
	border: 1px solid #999;
	margin: 2px 0;
	}

textarea.small {width: 250px; height: 100px;}
textarea.medium {width: 400px; height: 100px;}
textarea.large {width: 460px; height: 200px;}

input.small {width: 250px;}
input.medium {width: 300px;}
input.large {width: 420px;}

input.currency {width: 80px; text-align: right; padding-right: 4px;}

.review {
	padding-left: 15px;}
