body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	background: #352d22;
}

img{
	border: 0;
}

#mainArea{
	position: relative;
	top: 45px;
	width: 1071px;
	min-height: 588px;
	margin: 0 auto;
	z-index: 5;
}
#mainTopBg{
	position: relative;
	width: 1071px;
	background-image: url(../images/top_bg.png);
	height: 52px;
}
#mainTop{
	position: relative;
	width: 1071px;
	left:26px;
	top:27px;
}
#mainTop1{
	width: 318px;
	height: 25px;
	background: url(../images/top_1.png);
	float:left;
}

#mainTop2{
	/*position: relative;*/
	width: 19px;
	height: 25px;
	background: url(../images/top_2.png) no-repeat;
	float:left;
}

#mainTop3{
	/*position: relative;*/
	width: 682px;
	height: 25px;
	background: url(../images/top_3.png) no-repeat;
	float:left;
}

#mainBotBg{
	position: relative;
	width: 1071px;
	background-image: url(../images/bot_bg.png);
	height: 72px;
}

#mainBot{
	position: relative;
	width: 1071px;
	left:26px;
	clear:both;
}
#mainBot1{
	/*position: relative;*/
	width: 318px;
	height: 33px;
	background: url(../images/bot_1.png);
	/*left: 20.5px;*/
	float:left;
}

#mainBot2{
	/*position: relative;*/
	width: 19px;
	height: 33px;
	background: url(../images/bot_2.png) no-repeat;
	float:left;
}

#mainBot3{
	/*position: relative;*/
	width: 682px;
	height: 33px;
	background: url(../images/bot_3.png) no-repeat;
	float:left;
}

#midSectionFull{
	/*position: relative;*/
	width: 1071px;
	background-image: url(../images/midSectionFullBG.png);
	clear:both;
	overflow:auto;
}

#midSectionWhite{
	position: relative;
	width:1013px;
	left:29px;
}

#navigationSection{
	width: 315px;
	/*
	position: relative;
	height: 490px;
	min-height: 490px;
	border-left: 3px solid #938b82;*/
	background: url(../images/nav-content_background.png) repeat-x;
	/*overflow: hidden;*/
	float:left;
}

#main_logo{
	position: relative;
	width: 245px;
	height: 33px;
	top: 10px;
	margin: 0 auto;
	z-index: 20;
}

#breakSection{
	/*position: relative;*/
	width: 12px;
	background-color: #33CCCC;
	/*float:left;*/
}

#contentSection{
	float:right;
	width:654px;
	padding-right: 15px;
	padding-left: 15px;
}

#pageTtile{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AE9F76;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7A9AC;
	text-transform: uppercase;
	line-height: 28px;
}

#product_information{
	border-bottom: 1px solid #a7a9ac;
	width: 652px;
	font-family: Arial, "sans-serif";
	font-size: 12px;
	color: #666666;
	overflow:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}

#subpage_information{
	width: 652px;
	font-family: Arial, "sans-serif";
	font-size: 12px;
	color: #666666;
	overflow:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}


.pageTtileSmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AE9F76;
	text-transform: uppercase;
}

#product_flash_content{
	position: relative;
	width: 652px;
	height: 352px;
	margin-bottom: 10px;
	background-image: url(../images/grey_grad_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left_side{
	position: relative;
	width: 305px;
	min-height: 150px;
	float: right;
	margin-bottom: 20px;
	text-align: justify;
	padding-left: 10px;
}

	.left_side ul{
		/*padding-left: 2px;*/
		list-style-image: url(../images/product_bullet.png);
		list-style-type:square;
	}
	
		.left_side ul li{
			/*margin-bottom: 2px;*/
			list-style-image: url(../images/product_bullet.png);
			list-style-type:square;	
		}

#product_pannel1{
	position: relative;
	width: 305px;
	padding-right: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

#product_pannel2{
	position: relative;
	width: 295px;
	padding-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}

	#product_pannel2 ul{
		/*padding-left: 2px;*/
		list-style-image: url(../images/product_bullet.png);
		list-style-type:square;
	}
	
		#product_pannel2 ul li{
			/*margin-bottom: 2px;*/
			list-style-image: url(../images/product_bullet.png);
			list-style-type:square;	
		}

.right_side{
	position: relative;
	width: 305px;
	min-height: 150px;
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: justify;
	border-right: 1px solid #a7a9ac;
}

#footer{
	position: relative;
	width: 600px;
	margin: 0 auto;
	top: 30px;
	text-align: center;
	font-size: smaller;
	color: #bd9473;
	z-index:100;
}

	#footer a:link, #footer a:active, #footer a:visited{
		color: #bd9473;
		text-decoration: none;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}
	
.subTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AE9F76;
	text-transform: uppercase;
}	

#news_media_thum{
	margin: 14px;
	width: 130px;
	border: 1px solid #CCCCCC;
}

/* added my mike july 30th 2009 */
#theFlashContent{
	z-index: 100;
	position: relative;
	margin: 0 auto;
	top: -514px;
	left: 164px;
	width: 690px;
	height: 486px;
	z-index: 1000;
	padding: 0;
}

/* added my mike aug 4th 2009 */
#media_sections{
	
}

#media_sections .single_media_section{
	
}

#media_sections .single_media_section .title_area{
	background: #6d5b4d;
	border: 1px solid #AE9F76;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#media_sections .single_media_section .title_area h1{
	color: #AE9F76;
	font-size: 16px;
	margin: 10px 10px 10px 20px;
}

#media_sections .single_media_section dl{
	
	margin: 20px 0 20px 0;
	
}

#media_sections .single_media_section dl dt{
	
	font-weight: bold;
	margin: 5px 0 5px 0;
	
}

#media_sections .single_media_section dl dd ol{
	
	margin: 5px 0 5px 0;
	
}

#media_sections .single_media_section dl dd ol li{
	
	margin: 2px 0 2px 0;
	
}

#media_sections ul{
	margin: 20px 0 20px 0;
	font-size: 14px;
	font-weight: bold;
}

#media_sections ul li{
	margin: 5px 0 5px 0;
}

#media_sections ul li a:link, #media_sections ul li a:active, #media_sections ul li a:visited{
	text-decoration: none;
	color: #AE9F76;
}

#media_sections ul li a:hover{
	text-decoration: none;
	color: #C6A68C;
}


#manual_link{
	position: relative;
	top: 8px;
	left: 30px;
	z-index: 100;
	font-weight: bold;
	font-size: 12px;
	color: #AE9F76;
}

#manual_link ul{
	list-style-image: url(../images/product_bullet.png);
}

#manual_link ul li a:link, #manual_link ul li a:active, #manual_link ul li a:visited{
	text-decoration: none;
	color: #AE9F76;
}

#manual_link ul li a:hover{
	text-decoration: none;
	color: #C6A68C;
}

.aboutus{
	padding-top: 25px;
}

.homepage_footer{
	position: relative;
	width: 600px;
	margin: 0 auto;
	top: -450px;
	text-align: center;
	font-size: smaller;
	color: #bd9473;
}

	.homepage_footer a:link, #footer a:active, #footer a:visited{
		color: #bd9473;
		text-decoration: none;
	}
	
	.homepage_footer a:hover{
		text-decoration: underline;
	}
	
.noOverflow{
	overflow: hidden;
}

.tips_image{
	margin-bottom: 15px;
}

.tips_image img{
	border: 0;
}

.tips_image .tiptitle{
	width: 100%;
	text-align: center;
}

.tips_image h3{
	color: #a7a9ac;
	font-size: 16px;
	font-weight: bold;
}

#locatorDisplay{
	position: relative;
	display: table;
	width: 100%;
}

#consumers{
	position: relative;
	float: left;
	width: 49%;
	min-height: 150px;
}

#retail{
	position: relative;
	float: right;
	width: 50%;
	min-height: 150px;
}

#locatorDisplay .rightBorder{
	border-right: 1px solid #a7a9ac;
}

#locatorDisplay .subdisplay{
	
}

#locatorDisplay .subdisplay .title{
	
}

#locatorDisplay .subdisplay .title h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AE9F76;
	text-decoration: none;
}

#locatorDisplay .subdisplay .content{
	
}

#locatorDisplay .subdisplay .content p{
	margin-top: 10px;
}

.locatorLink a:link, .locatorLink a:active, .locatorLink a:visited{
	color: #AE9F76;
	text-decoration: none;
}

.locatorLink a:hover{
	text-decoration: underline;	
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #AE9F76;
}



