﻿/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#d4d2cb;
	
	color:#565656;
	}
	
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input {
	margin:0;
	padding:0;
	}
	
img, table, fieldset {
	border:none;
	}
	
ul {
	list-style:none;
	}
	
p {
	margin:12px 0;
	}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:;
	}
h1,
h2,
h3 {
	font-family:"Times New Roman", Times, serif;
	}
		
h1 {
	font-size:18px;
	}
h2 {
	font-size:14px;
	color:#637077;
	}
#content h2 {
	border-bottom:2px #637077 solid;
	padding-bottom:4px;
	margin-bottom:12px;
	}
#content h2 span{
	font-size: 11px;
	font-weight: normal;
	padding-left:1em;
	font-family: Arial;
}
#content h2 span a{
	color:#637077;
	text-decoration: underline;
}
#content h2 span a:hover{
	text-decoration: none;
}
h3	{
	font-size:14px;
	color:#000;
	background-color:#d5d2cb;
	border-bottom:1px #637077 solid;
	padding:6px 0 4px 6px;
	}

h4 {
	font-size:12px;
	}
hr.thick {
	border:1px #637077 solid;
	}
	
	
#container {
	background:#fff url(../images/bg_main.gif) repeat-y;
	width:842px;
	margin:0 auto;
	}
#masthead {
	background-color:#fff;
	padding-bottom:15px;
	font-size:1px;
	line-height:1em;
	margin:0;
}

/*SIDENAV*/
#sidenav {
	clear:both;
	float:left;
	width:170px;
	background-color:#efebe4;
	margin:12px 0 0 7px;
	padding:0 0 24px 0;
	display:inline;
	}
#sidnav h2,
#sidenav p {
	padding-left:12px;
	}
#sidenav p {
	font-size:9px;
	}
#sidenav,
#sidenav a {
	color:#4d585d;
}

#sidenav #searchform {
	margin:0;
	padding:0;
	height:22px;
	padding-bottom:10px
	}
#sidenav #searchform input {
	float:left;
	margin-top:1px;
	}
#sidenav #categories,
#sidenav h3,
#txt_search,
#txt_email {
	margin-left:12px;
	}
	
#txt_search,
#txt_email {
	border:1px #abaaa7 solid;
	font-size:10px;
	padding:2px;
	}
#txt_search {
	width:90px;
	height:12px;
	}
#txt_email {
	background-color:#efebe4;
	width:136px;
	}
	
#btn_ok {
	 margin-bottom:4px;
	 }
#categories {
	width:134px;
	margin:12px 0 24px 0;
	size:11px;
	}
#categories li {
	background:url(../images/bg_list1.gif) no-repeat 0px 8px;
	padding:5px 14px;
	}
#sidenav #btn_submit {
	display:block;
	margin:6px 0 0 110px;
	}
/* added by Ethos -- start */

input#btn_ok {
	width:35px;
	height:21px;
	border:none;
	background:transparent url('../images/btn_ok_redgry_mod.gif') 0 0 no-repeat;
	cursor:pointer;
	margin-left:8px;
	margin-top:0;
	display:inline;
}

.ass_contact:after{
height:0;
	display: block;
	clear: both;
	content: "";
	overflow: hidden;  
}
.ass_contact{
	padding:0 1em;
}
.ass_content{
	font-size:1.1em;
	color:#3a3a3a;
}
.ass_content form{
	width:380px;
	margin:0 auto;
	height:20px;
	font-size:.85em;
}
.ass_content form label{
	display: block;
}
.ass_content form input{
	border: 1px solid #b3b3b3;
	width:178px;
	height:18px;
	line-height: 18px;
}
.ass_content form textarea{
	width:380px;
	border: 1px solid #b3b3b3;
	height:110px;
}
.ass_content form div.aright{
	text-align: right;
	padding-top:1.2em;
}

.ass_content button{
	border:none;
	width:80px;
	height:21px;
	text-indent: 1em;
	background: url(../images/ass_contact_button.gif) no-repeat;
	color: #617b93;
	line-height: 21px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.ass_content form div.short{
	width:190px;
	margin-bottom: .8em;
	float: left;
}
.ass_content img{
	margin:0 0 1em 1.6em;
}
.ass_content a{
	text-decoration: underline;
}
.ass_content p{
	margin-bottom:1.4em;
	margin-top:0;
}
.tellafriend{
	width:235px;
	height:216px;
	padding:6px 6px 0 9px;
	background: url(../images/tellafriend.gif) no-repeat;
}
.tellafriend h1{
	height: 36px;
	color: #fff;
	background: #637177;
	line-height: 36px;
	padding-left:.5em;
}
.tellafriend h2{
	padding:1em;
	font-weight: normal;
	color: #000;
	
}
.tellafriend form{
	padding-left:2em;
	margin: 0;
}
.tellafriend form label,.tellafriend form input{
	display: block;
}
.tellafriend form input{
	margin-bottom: .6em;
	width:180px;
	border: 1px solid #c0c0c0;
	height:18px;
	line-height: 18px;
}
.tellafriend button{
	border:none;
	width:80px;
	height:21px;
	text-indent: 1em;
	background: url(../images/ass_contact_button.gif) no-repeat;
	color: #617b93;
	line-height: 21px;
	margin: .5em 30px 0 0;
	font-size: 1em;
	font-weight: bold;
	float: right;
}
/* added by Ethos -- end */
/*BREADCRUMBS*/
#breadcrumb {
	font-size:10px;
	margin-bottom:16px;
	clear:right;
	}
#breadcrumb,
#breadcrumb a {
	color:#637077;
	}
#breadcrumb a {
	text-decoration:underline;
	}
#breadcrumb li {
	display:inline;
	margin-left:0;
	}
	
/*CONTENT*/
#content {
	margin-left:190px;
	padding-right:18px;
	line-height:1.5em;
	
	}
/*FOOTER*/
#footer {
	clear:both;
	text-align:center;
	font-size:10px;
	background:url(../images/bg_main_bot.gif) no-repeat top;
	padding:54px 0 12px 0;
	width:842px;
	margin:auto;
	}
#footer, 
#footer a {
	color:#637077;
	}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration:underline;
	}
#footer li {
	display:inline;
	
	}
	
/*HEADINGS*/
 

#hd_findaproduct {	
	background:url(../images/hd_findaproduct.gif) no-repeat;
	width:85px;
	height:7px;
	margin:0 0 8px 0;
	border:none;
	padding:0;
	}
	
#hd_productcategories,
#hd_productcatalog,
#hd_newsletter {
	height:22px;
	background-position:18px 7px;
	
	background-repeat:no-repeat;
}
#hd_productcategories {
	background-image:url(../images/hd_productcat.gif);
	background-color:#637177; 
	}
#hd_productcatalog {
	background-image: url(../images/hd_2008prodcat.gif);
	background-color:#637177; 
	}
#hd_newsletter {
	background-image: url(../images/hd_newslettersignup.gif);
	background-color:#637177; 
	}
	
.textreplace {
	text-indent:-999em;
	overflow:hidden;
	}
	
.details {
	color:#000;
	font-weight:bold;
	}

	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sendtofriend {
}
