@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	height: 105px;
}
#top img.logo{
	display:block;
	font-size:0;
	line-height:0;
	padding:12px 0 0 0;
	float:left;
}
#top ul.topnav{
	display: block;
	float: right;
	padding:30px 0 0 0;
}
#top ul.topnav li {
	float: left;
	margin:0 10px 0 0;
}
#top ul.topnav li.noMargin{
	margin:0;
}
#products ul.products li.noMargin {
	margin: 0px;
}

#top ul.topnav li a {
	height: 40px;
	width: 85px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 38px;
	text-align: center;
	color: #9A9A9A;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#top ul.topnav li a:hover {
	background-image: url(../images/navh.gif);
	height: 40px;
	width: 85px;
	color: #FFF;
}
#top ul.topnav li a.selected {
	background-image: url(../images/navh.gif);
	height: 40px;
	width: 85px;
	color: #FFF;
}
.details {
	float: left;
	width: 425px;
}
.details h1 {
	background-image: url(../images/h1.gif);
	text-indent: -9999px;
	height: 29px;
	background-repeat: no-repeat;
}
p.topcon {
	display: block;
	padding-left: 4px;
	color: #F1FDFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p.tab img {
	margin-right: 10px;
}
.slider {
	float: right;
	height: 200px;
	width: 350px;
	border: 4px solid #0b5f6b;
	overflow: hidden;
	position: relative;
}
.header {
	padding-top: 5px;
	height: 216px;
}
#breadcrumb {
	float: left;
	width: 300px;
	height:35px;
	overflow:hidden;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#catagories {
	float: right;
	width: 200px;
	padding-top: 8px;
}
#midlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 36px;
	line-height: 35px;
}
#mid {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	line-height: 19px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#main {
	width: 450px;
	float: left;
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar a {
	color:#6C6C6C;
}
.conhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #454545;
	font-weight: normal;
	margin-bottom: 8px;
	display: block;
}
.deshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0D7483;
	width:490px;
	overflow:hidden;
	margin-bottom: 8px;
	display: block;
}
#main p {
	text-align: justify;
	display: block;
	margin-bottom: 20px;
}
#main ul.prods {
	display: block;
	margin-top: 10px;
}
#main ul.prods li {
	width:400px;
	display: block;
	overflow:hidden;
	margin-right:10px;
	height: 28px;
	line-height: 32px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 10px;
}
.box {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	border: 1px solid #e9e8e8;
	margin-bottom: 20px;
	background-color: #FCFCFC;
}
.box h4 {
	font-size: 11px;
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
	padding-bottom: 12px;
}
.bloghead {
	background-image: url(../images/blog-design.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}
.twitterhead {
	background-image: url(../images/tweet.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}
.sharehead {
	background-image: url(../images/add.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}
#sidebar .box span {
	display: block;
	text-align: right;
}
#sidebar .box span a {
	color: #0D7483;
}
.box ul li {
	font-size: 11px;
	list-style-image: url(../images/blog-bullet.gif);
	list-style-position: inside;
	margin-bottom: 7px;
}
.box form .btn {
	background-color: #98AA33;
	color: #FFF;
	text-transform: uppercase;
	height: 26px;
	border: 1px solid #88982E;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.box form .newsletter {
	background-color: #F8F8F8;
	border: 1px solid #D1D1D1;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAA;
	width: 150px;
	height: 20px;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}
.newsletterhead {
	background-image: url(../images/news-letter.gif);
	background-repeat: no-repeat;
	padding-left: 32px;
}
#maincon {
	padding: 20px 0 20px;
}
#footer {
	margin-top: 25px;
	background-color: #f8f8f8;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#botnav {
	width: 450px;
	float: left;
}
#copyright {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 11px;
}
#botnav ul  li {
	display: block;
	float: left;
	margin-right: 10px;
}
#botnav ul li a {
	color: #919191;
}
#botnav ul li a:hover {
	color: #095661;
}
.slider img.featured {
	position: absolute;
	top: 0px;
	right: 0px;

}
#slider ul li {
	overflow: hidden;
	height: 200px;
	width: 350px;
}
#prevBtn, #nextBtn { 
	display: block;
	width: 28px;
	height: 26px;
	position: absolute;
	right: 25px;
	bottom: 0px;
}
	
#nextBtn { 
	right:-2px;
}	
													
#prevBtn a, #nextBtn a {
	display:block;
	width:27px;
	height:26px;
	background-image: url(../images/btn_prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}	

#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}

.s-category,
					.s-filter {
						position:relative;
					}
.cat-btn,
						.s-filter  .fltr-btn {
	display:block;
	float:right;
	margin-bottom:5px;
	text-decoration:none;
	background-color: #eee;
						}
						
							.cat-btn span,
							.s-filter .fltr-btn span {
	background:url(../images/curve-scat.gif) no-repeat 0 -35px;
	float:left;
	display:block;
							}
							
	.cat-btn span strong,
	.s-filter .fltr-btn span strong {
	color:#333;
	display:block;
	float:left;
	font-size:12px;
	height:24px;
	padding-bottom: 0;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 5px;
								}
								
	.cat-btn span strong em {
	font-style:normal;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 25px;
									}
									
	.s-category ul {
	border:1px solid #ddd;
	border-bottom:0px;
	display:none;
	position:absolute;
	top:25px;
	width:147px;
	background-color: #fff;
	right: 0px;
						}
	* html .s-category ul { width:188px }
	*:first-child+html .s-category ul { width:188px }
						
	.s-category ul li {
								border-bottom:1px solid #ccc;
								float:none;
								margin:0;
							}
							
	.s-category ul li a {
	background:none;
	display:block;
	float:none;
	font-size:11px;
	text-decoration:none;
	color: #333;
	height: 18px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
								}
	* html .s-category ul li a { padding:0px 5px 4px }
	.s-category ul li a:hover { background:#eee }
#breadcrumb a {
	color: #FFF;
}
#main ul.prods li a {
	color: #5D5D5D;
}
.left { float:left;}
.right {float:right;margin-top: 10px;margin-bottom: 10px;}
#products ul.products {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width:600px;
}
#products ul.products li {
	float: left;
	width: 190px;
	height: 215px;
	border: 1px solid #E0E0E0;
	display: inline; /*--IE6 Fix - Fixes double margin*/
	margin-left: 8px;
	margin-bottom: 12px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#products ul.products li:hover {
	border: 1px solid #C3C3C3;
}
#products ul.products li img {
	display: block;
	width: 182px;
	height: 150px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#products ul.products li img:hover {
 filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity:0.9;
}
#products .products span {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}
#products .products a {
	color: #095661;
}
#products .products h3 {
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
ul.prodlist {
	max-height:870px;
	overflow:auto;
	display:block;
	width:185px;
	border:1px solid #E0E0E0;
	font:normal 10px Arial, Helvetica, sans-serif;
}
ul.prodlist li {
	display:block;
}
ul.prodlist li a {
	display:block;
	padding:5px;
	color:#595959;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2E2E2;
}
ul.prodlist li a:hover {
	background-color:#F4F4F4;
}
span.subhead {
	display:block;
	padding:5px;
	background-color:#333;
	color:#fff;
	height:22px;
	line-height:22px;
	font-weight:bold;
}
.pagenavi { text-align: right;width: 590px; }
.pagenavi.padright { padding: 0px 16px 0px 0px; }
.pagenavi a { color: #6c6c6c; font-size: 12px; }
.pagenavi a:hover { font-weight: bold; }
.pagenavi .current { font-weight: bold; }
.pagenavi a.prev, .pagenavi a.next { border: 1px solid #ffffff; background: #dfdfdf; padding: 2px 7px 4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #727272; }
.pagenavi a.prev:hover, .pagenavi a.next:hover { font-weight: normal; background: #959595; color: #ffffff; }
.pagenavi a, .pagenavi span { margin-right: 5px; }
#productdes {
	width: 585px;
	float: left;
}
#contact {
	width: 500px;
	float: left;
}
#address, #moreprod {
	float: right;
	width: 275px;
	padding:8px 5px 10px 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0D7483;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-bottom-color: #C4C4C4;
	border-left-color: #C4C4C4;
}
#address h3, #moreprod h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#address .map {
	margin-bottom: 5px;
	display: block;
}
#address p {
	display: block;
	margin-bottom: 5px;
}
#address ul.phone {
	display: block;
}
#address  a {
	color: #6C6C6C;
}
#address  li {
	height: 20px;
	line-height: 18px;
	display: block;
	margin-bottom: 8px;
}
#address  li.mail {
	background-image: url(../images/icon-mail.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 28px;
}
#address  li.tel {
	background-image: url(../images/icon-phone.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 28px;
}
#address  li.add {
	background-image: url(../images/icon-globe.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 28px;
}
#productdes img.proimg {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	width:180px;
	height:150px;
	overflow:hidden;
}
#productdes p span.head {
	display: block;
	font-weight: bold;
	color: #4D4D4D;
	font-size: 13px;
}
#productdes p {
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
}
#productdes b {
	color:#626262;
}
#contact form {
	margin-top: 10px;
}

#productdes table  {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-right: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#productdes table thead {border-bottom: 1px solid #CCCCCC; }
#productdes table thead th{
	color:#FFF;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	border-right: 1px solid #CCCCCC;
	background-color: #409AAA;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#productdes table td {
	line-height: 16px;
	vertical-align: middle;
	border-right: 1px solid #CCCCCC;
	height: 35px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F4F4F4;
	font-size: 11px;
}
#productdes table tr.odd td { background: #fff;}

/*MOUSEOVER*/
#productdes table tr.over td,
#productdes table tr:hover td {
	cursor: pointer;
	background-color: #E8E4DE;
}
#productdes table caption {
	font-weight: bold;
	color: #575757;
	font-size: 13px;
}
.optional {
	margin-top:10px;
}
.optional b {
	color:#626262;
}

#productdes a {
	color: #454545;
}

#productdes a:hover {
	color: #454545;
	text-decoration: underline;
}
.text-label {
	color: #cdcdcd;
	font-weight: bold;
}
ul.news {
	padding-top: 10px;
	display:block;
}
h3.news {
	margin-bottom: 5px;
	border: none;
	font-size: 12px;
	color: #515151;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #eee;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
h3.news a {color:#515151;}
h3.news:hover {
	background-color: #E6E6E6;
}

p.desc { margin-bottom: 10px }
p.date {
	color: #868686;
	font-style: italic
}

a.cont {
	display: block;
	float: right;
	font-style: normal;
	color:#3D94A3;
}

.error {
	color:#C00;
	font-size:11px;
	background-image: url(../images/warning.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.success {
	color:#333;
	font-size:11px;
	background-image: url(../images/accept.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#query{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 450px;
}
#query label {
	width: 80px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#query input,#query textarea,#query select {
	float: left;
	padding:7px;
	border:1px solid #DBDBDB;
	font:16px Arial, Helvetica, sans-serif;
	width:350px;
	color:#999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 10px;
}
#query input:focus,#query textarea:focus,#query select:focus {
	color:#4D4D4D;
	border-top-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
	border-left-color: #AEAEAE;
}
#query input[type=submit],#query input.submit {
	width:auto;
	border:1px solid #69ABA6;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	width:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	background-color: #409AAA;
	float: right;
	margin: 0;
}
#query input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus {
	color:#fff;
	background-color: #378593;
}
#note {margin-top:10px;}
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok {
	border: 1px solid #B2B2B2;
	height: auto;
	width: 90%;
	padding: 8px;
	text-align: center;
	-moz-border-radius: 5px;
	background-color: #eee;
}