/* Reset ================================================================================= */
* { margin:0; padding:0; }

select{margin-bottom:1px; height:20px;}
input{height:13px;}

.full-width{width:100%;}
.container{width:100%; overflow:hidden;}
.clear{clear:both;}
.ie-fix{width:100%; position:relative; border:none;}
.radio, checkbox{border:0; background:0;}
.page-indent{padding:0 17px 17px 26px;}
.pages-border{border:1px solid #CFE2ED; padding:17px;}

body          { background:#FEFFFF; font-family:Arial, Helvetica, sans-serif; font-size:0.6875em; line-height:1.63em; color:#818797; text-align:center; }

img           { border:0; vertical-align:top; }

a             {color:#DB5403; text-decoration:underline;}
a:hover       {text-decoration:none;}
a:hover img   {position:relative;}
:focus        { outline: 0; }

/* Headings */
h1            { font-size:1em; font-weight:normal; line-height:1.3; }
h2            { font-size:1em; font-weight:normal; line-height:1.34; }
h3            { font-size:1em; font-weight:bold; line-height:normal; }
h4            { font-size:0.98em; font-weight:bold; }
h5            { font-size:0.98em; font-weight:bold; }
h6            { font-size:0.92em; font-weight:bold; }

/* Forms */
form          { border:none; display:inherit;  }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }


/* Layout ================================================================================= */
.wrapper{
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.site-wrapper{
	background-image: url(../images/blubg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.page { width:969px; margin:0 auto; padding:0; text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-print .print-head{padding-bottom:20px;}
.page-print .page-title{padding-left:0; padding-bottom:0;}
.page-print .col2-set{padding:5px 0;}
.page-print .col2-set .col-1,
.page-print .col2-set .col-2{padding:5px 0;}
.page-print h3{margin-bottom:10px;}
.page-popup { padding:20px; text-align:left; }
.page-popup .page-title{padding:0 0 10px;}
.page-popup .page-title h2{font-weight:bold;}
.page-popup .product-name{margin-bottom:10px;}
.page-popup button{margin-bottom:10px;}
.page-popup p.a-right,
.page-popup .nav{margin:10px 0;}
.main {padding:147px 5px 7px;}

.main-block{margin-bottom:13px;}
.main-block .corners-top{width:100%; overflow:hidden; background:url(../images/main_block_corners_left_top.png) left top no-repeat;}
.main-block .corners-top div{margin:0 5px; height:5px; background:url(../images/main_block_top_bg.png) left top repeat-x;}
.main-block .corners-top div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(images/main_block_corners_right_top.png) left top no-repeat;}
*html .main-block .corners-top{background:url(../images/main_block_corners_left_top_ie.gif) left top no-repeat;}
*html .main-block .corners-top div{background:url(../images/main_block_bg_ie.gif) left top repeat-x #FEFEFF; overflow:hidden;}
*html .main-block .corners-top div div{background:url(../images/main_block_corners_right_top_ie.gif) left top no-repeat;}
.main-block .content{border-left:1px solid #DBDEE0; border-right:1px solid #DBDEE0; background:url(../images/main_block_bg.png) left top repeat;}
*html .main-block .content{background:#FEFEFF;}
.main-block .corners-bot{width:100%; overflow:hidden; background:url(../images/main_block_corners_left_bot.png) left top no-repeat;}
.main-block .corners-bot div{margin:0 5px; height:5px; background:url(../images/main_block_bot_bg.png) left top repeat-x;}
.main-block .corners-bot div div{margin:0 -5px 0 0; position:relative; float:right; width:5px; background:url(images/main_block_corners_right_bot.png) left top no-repeat;}
*html .main-block .corners-bot{background:url(images/main_block_corners_left_bot_ie.gif) left top no-repeat;}
*html .main-block .corners-bot div{background:url(images/main_block_bg_ie.gif) left 4px repeat-x #FEFEFF; overflow:hidden;}
*html .main-block .corners-bot div div{background:url(images/main_block_corners_right_bot_ie.gif) left top no-repeat;}

/* Base Columns */ 
.col-left { float:left; width:231px; }
.col-main { float:left; width:715px; }
.col-right { float:right; width:231px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Header ================================================================================ */
.header{}
.header-wrapper{}
.header-wrapper-2{}
.header .header-block{position:relative;}
.header .header-block .indent{position:absolute; top:20px;}
.header .header-block .col-1{width:252px; float:left; padding-top:14px;}
.header .header-block .col-mid{width:300px; float:left; padding-top:14px;}
.header .header-block .col-2{width:417px; float:left;}
#logo { float:left; width:337px; height:15px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;}
.header .links { float:right; }
.header .links li{display:inline; padding-right:11px; margin-right:11px; background:url(../images/top_links_divider.gif) right 5px no-repeat;}
.header .links li a{white-space:nowrap; color:#000000; text-decoration:none;}
.header .links li a:hover{text-decoration:underline;}
.header .links li.last{background:0; padding-right:17px; margin:0;}
.header .form-search{width:302px; height:39px; margin-top:12px; border:none; float:right; background:url(../images/search_bg.png) left top no-repeat; padding:10px 19px 0 16px;}
.header .form-search label{color:#3B4365; font-weight:bold; font-size:1.09em; float:left; margin-top:3px;}
.header .form-search input{width:227px; height:20px; margin:0px 0 0 0px; padding-left:2px;font-size:16px; font-weight:bold; color:#00CCCC; border:4px solid #00CCCC;float:left; }
.header .form-search button{width:63px; height:32px!important; float:right; background-color: #00CCCC; font-size:16px; font-weight:bold; color:#FFFFFF;  padding-top:5px;}
.header .form-search button span{}
.header .search-autocomplete{background:#FFF; border:1px solid #D8DACD; padding:10px; z-index:99999;}
.header .welcome-msg{text-align:right; margin-top:10px; padding:0 18px 11px 0; font-size:1.09em; color:#DB5403;}


/********** Navigation > */
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button { font:11px Tahoma, Arial, Helvetica, sans-serif; vertical-align:middle; }
input, input.input-text, select, textarea {background:#fff; border:1px solid #D9D9D9; border-left:2px solid #7F7F7F; border-top:2px solid #7F7F7F; color:#818797;}
input.input-text:focus, select:focus, textarea:focus {}
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; width:13px; height:13px; border:0!important;}
input.qty { width:2.5em; }
textarea { overflow:auto; }

button.button,
button.button-3,
button.button-4 {
	background:0;
	border:0;
	cursor:pointer;
	overflow:visible;
	width:auto;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;		
	height:24px!important;	
}
button.button span,
button.button-4 span{margin:0; display:block; background:url(images/buttons_left_bg.gif) left top no-repeat!important; height:24px!important;}
button.button span span,
button.button-4 span span{display:block; background:url(images/buttons_right_bg.gif) right top no-repeat!important; padding:0 8px; height:24px!important;}
button.button span span span,
button.button-4 span span span{display:block; font-weight:bold; color:#FFF; text-align:center; padding:5px 0 3px; height:15px!important; overflow:hidden!important;  white-space:nowrap; background:url(images/buttons_bg.gif) left top repeat-x!important; line-height:normal;}




/* Page Heading */
.page-title{padding:17px 27px 20px;}
.page-title h2{color:#DB5403; text-transform:uppercase; font-weight:bold; font-size:1.09em;}



/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block {margin:0; font-size:1.18em; line-height:1.15em; color:#606572; padding:12px 28px 21px 24px;}
.sidebar .block .block-title{padding-bottom:20px;}
.sidebar .block .block-title h2{text-transform:uppercase; color:#1E37A2; font-weight:bold; font-size:0.91em;}
.sidebar .block .block-title h2 a{color:#1E37A2; text-decoration:underline;}
.sidebar .block .block-title h2 a:hover{text-decoration:none;}
.sidebar .block h3 {color:#3B4365;}
.sidebar .block .block-content {}
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }


/* Block: Currency Switcher */
.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }


.slid-gallery-block{
	width:964px;
	height:349px;
	padding:5px 0 0 5px;
	background-image: url(../images/gallery_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.stripViewer {
	margin:0;
	overflow:hidden;
	position:relative;
}
#mygalone{overflow:hidden;}
#mygalone ul{position:relative; padding:0; list-style-type:none;}
#mygalone ul li{float:left; position:relative; width:959px; height:344px;}
.strip-block{position:absolute; left:825px; top:300px; background:url(../images/strip_bg.png) left top no-repeat; width:124px!important; height:27px; padding:5px 0 0 5px;}
.stripTransmitter{position:absolute; z-index:999999; top:305px; left:830px; width:124px!important;}
.stripTransmitter ul{padding:0; list-style-type:none;}
.stripTransmitter li{margin-right:4px; float:left; list-style-type:none;}
.stripTransmitter li a{display:block; width:24px; height:22px; background:url(../images/strip_batton_2.gif) left top no-repeat; text-decoration:none;}
.stripTransmitter li a:hover,
.stripTransmitter li a.current{background:url(../images/strip_batton_2_active.gif) left top no-repeat;}
.stripTransmitter li.first a{background:url(../images/strip_batton_1.gif) left top no-repeat; text-decoration:none;}
.stripTransmitter li.first a:hover,
.stripTransmitter li.first a.current{background:url(../images/strip_batton_1_active.gif) left top no-repeat;}
.stripTransmitter li.last a{background:url(../images/strip_batton_3.gif) left top no-repeat; text-decoration:none;}
.stripTransmitter li.last a:hover,
.stripTransmitter li.last a.current{background:url(../images/strip_batton_3_active.gif) left top no-repeat;}

.banners-block{padding:14px 0 12px 6px;}
.banners-block img{float:left; margin-right:10px;}
.banners-block img.last{margin:0;}

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer{
background-color: #D7F8FD;
border-top:2px solid  #99DFDD; padding:25px 0px; 
height:100px;
}

.footerin{ margin-bottom:25px;
padding-left:20px; 

}
.footer .footer-block{width:100%; overflow:hidden;}
.footer .footer-block .col-1{width:204px; float:left; padding-right:1px;}
.footer .footer-block .col-2{width:754px; float:left;}
.footer .footer-block h2 span{display:block; background:#EBF2F7; font-size:1.09em; color:#3B4365; font-weight:bold; height:16px; overflow:hidden;}
.footer .footer-block .col-1 h2{background:url(images/footer_corner_left.gif) left top no-repeat; padding-left:3px;}
.footer .footer-block .col-1 h2 span{padding:6px 20px 5px 23px;}
.footer .footer-block .col-1 .indent{padding:27px 20px 23px 26px;}
.footer .footer-block .col-2 h2{background:url(../images/footer_corner_right.gif) right top no-repeat; padding-right:3px;}
.footer .footer-block .col-2 h2 span{padding:6px 20px 5px 32px;}
.footer .footer-block .col-2 .indent{padding:27px 0 23px 32px;}
.footer .footer-block li{padding:0; margin:0; background:0; display:block;}
.footer .footer-block ul{display:block;}
.footer .footer-block .col-2 ul{padding-right:45px; float:left;}
.footer .footer-block .col-2 ul.last{padding:0;}
.footer .footer-block-2{ padding:0px;}
.footer ul{display:inline;}
.footer ul li{display:inline; background:url(images/footer_links_divider.gif) right 5px no-repeat; padding-right:16px; margin-right:13px;}
.footer ul li a{color: #0099CC; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer ul.links li.last{background:0; padding:0; margin:0;}
.footer .copy{color:#3B4365; font-size:1em;}
.footer .store-switcher{float:right;}
.footer .block-subscribe{width:265px; height:23px; float:right; padding-top:8px;}
.footer .block-subscribe input{width:171px; height:15px; border:1px solid #B1B1B1; float:left; padding-left:5px; color:#A7ABB6;}
.footer .block-subscribe button{float:right; }
/* ======================================================================================= */

/************************************************/
/******************** Clears ********************/
/************************************************/
.clearer:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block-poll li:after,
.block-related li:after,
.block-related .item:after,
.block .actions:after,
.mini-products-list li:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.products-list li.item:after,
.product-view .product-img-box .more-views ul:after,
.product-view .tags .form-add-tags:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.field-100:after,
.group-select li:after,
.form-list li:after,
.buttons-set:after,
.buttons-set2:after,
#chlor    {float:left; }
#chlor ul {float:left;}
#chlor ul li   {display:inline; list-style-type:none;padding-left:10px; font-size:12px; color:#FF3399;}
#chlor ul li a  {color:#666; text-decoration:none;color:#FF3399;}
#chlor ul li a:hover  {color:#900; text-decoration:none;}
#brchlor    {float:left; }
#brchlor ul {float:left;}
#brchlor ul li   {display:inline; list-style-type:none;padding-left:10px; font-size:12px; color:#FF3399;}
#brchlor ul li a  {color:#666; text-decoration:none;color: #F2A2E4;}
#brchlor ul li a:hover  {color: #FF00FF; text-decoration:none;}
.maintitle{
	font-size:30px;
	font-weight:normal;
	color:#000000;
	padding-left:12px;
	border-bottom:1px solid #666666;
	width: 99.5%;
}
.tabletitle{ margin-top:20px; margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	padding-left:7px;
	background-image: url(../images/tabletitle%20bg.png);
	background-repeat: no-repeat;
}
.tabletitleblu{ margin-top:20px; margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
	color: #FFF;
	padding-left:7px;
	background-image: url(../images/tabletitle%20bbg.png);
	background-repeat: no-repeat;
}
.brchlori    {float:right; }
.brchlori ul {float:right;}
.brchlori ul li   {display:inline; list-style-type:none;padding-left:25px; font-size:12px; color:#FF3399;}
.brchlori ul li a  {color:#666; text-decoration:none;color: #F2A2E4;padding-left:25px;}
.brchlori ul li a:hover  {color: #FF00FF; text-decoration:none;}
.bdyheadblock {font-size:14px; color:#000000; text-align:justify;}
#bdyblock { padding:10px; text-align:justify;}
#bdyblock p { font-size:12px;}
#bdyblock h1 { margin-bottom:15px;margin-top:12px;font-weight:bold;font-size:13px;} 
#bdyblock p span{ font-weight:bold;}
#overview { padding:20px;}
#overview h1{font-size:16px; color: #FF84FF; margin-bottom:10px;}
#overview p{font-size:13px; color: #666666;font-weight:bold;}
#overview span{color: #818797; font-weight:normal;}
#overview ul{font-size:12px; color:#818797;padding-top:15px;}
#overview ul li{display: list-item; line-height:1px; list-style-type:none;padding-top:10px;}
.overviewspace{margin-top:25px;}
.style1 {color: #000000}
#leftcolumn{
	display:inline;
	width:150px;
	height: 400px;
	padding-left: 7px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}

#leftcolumn a{
	display:inline;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 7px;

}

#leftcolumn a:hover{
background-color: #FFD5FF;
}

#rightcolumn{ border:4px solid #FFCCFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width:100%;
	min-height: 370px;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 25px;
	padding-bottom: 8px;
	background-color: #DFDFDF;
}
#rightcolumn1{ border:4px solid #FFCCFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width:96%;
	min-height: 160px;
	margin-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 25px;
	padding-bottom: 8px;
	background-color: #DFDFDF;
}
#rightcolumn2{ border:4px solid #FFCCFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	width:96%;
	min-height: 560px;
	margin-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 25px;
	padding-bottom: 8px;
	background-color: #DFDFDF;
}
* html #rightcolumn{ /*IE only style*/
height: 400px;
}
.content_section {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.content_section h2 {
	color: #455e72;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: normal;
}

.content_section p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
.service_box {
	width: 410px;
	padding-right: 25px;
}

.service_image {
	width:150px;
	float: left;
	margin: 3px 0 0 0;
	border: 0;
}

.service_box .service_text {
	float: right;
	width: 230px;
	text-align: justify;
}

.service_text h3 {
	font-size: 18px;
	color: #2a3e4c;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.service_text p {
	margin-bottom: 20px;
}
.float_l {
	float: left;
}

.float_r {
	float: right;
}
.button_01 a {
	display: block;
	width: 95px;
	height: 23px;
	padding: 6px 6px 0 0;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
}

.button_01 a:hover {
	background-image: url(../images/button_hover.png);
	background-repeat: no-repeat;
}
.sep{
	height:15px;
	width:100%;
	clear:both;
	margin-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.divider {
	height: 125px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 10px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

#slide{  width: 960px;
      margin: 0 auto;}
#content-slider {
      width: 940px;
      height: 6px;
      margin: 5px;
      background: #BBBBBB;
      position: relative;
	  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.ui-slider-handle { 
      width: 8px;
      height: 14px;
      position: absolute;
      top: -4px;
      background: #000;
	  -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
       border-radius: 5px;
      border: solid 1px black;
 }

#content-scroll { background-color:#FFFFFF;  margin-bottom:25px;
      width: 945px;
      height: 141px;
       overflow: hidden;
	  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
      border: #D5F2F4 solid 5px; 
    }

#content-holder {
      width: 2440px;
      height: 141px;
    }

.content-item { 
      width: 240px;
      height: 141px;
      padding: 1px;
      float: left;
  }
  
  #menu_tab{
	width:968px;
	height:34px;
	background:url(../images/menu_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

  #menu_tab1{ 

	width:968px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

  
  #menu_tabin{
	width:954px;
	height:34px;
	background:url(../images/menu_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
}

ul.menu {
list-style-type:none; float:left; display:block; width:870px; 
 margin:0px; padding-left:30px; background:none;}

ul.menu li {
display:inline;
font-size:12px;
font-weight:bold;
line-height:34px;}

a.nav:link, a.nav:visited {
display:block; float:left; padding:0px 15px 0px 15px; margin:0;height:34px;
text-decoration:none; background:none; color:#767a84;}

a.nav_selected:link, a.nav_selected:visited {
display:block; float:left; padding:0px 15px 0px 15px; margin:0; height:34px;
text-decoration:none; background:url(../images/menu_bg_a.gif) repeat-x; color:#FFFFFF;}

a.nav:hover {
background:url(../images/menu_bg_a.gif) repeat-x;color:#fff;}

.product{

width:245px;
height:80px;
margin-bottom:15px;
padding-left:0px;
color:#354753;
font-size:11px;
line-height:15px;
}

.product p{  text-align:center;}
.product a{ text-decoration:none; text-transform:uppercase; font-weight:bold; color: #003366;
}

#info{ clear:both;
	overflow:hidden;
	background-color:#FFFFFF;
	color:#666666;
	width: inherit;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-top: 25px;
	background-image: url(../images/boxshade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #B9E8EC;
}
#info div{
width:400px;
float:left;
padding:0 0px 0 0px;
}
#info ul{
padding:12px 0 0 4px
}
#info h2{
font-size:16px; color:#0099FF;
}
#info li{ font-size:12px;
	list-style-type:none;
	line-height:15px;
	list-style-image: url(../images/img11.jpg);
	list-style-position: inside;
}
#info a{
color:#454545;
text-decoration:none
}
#collap{ width:400px; padding:25px;float:left;}
#collap h2{margin-bottom:25px; margin-top:35px;}
#collap h2 a{font-size:18px; font-weight:bold; color:#7BA332; text-decoration:none;}
#collap h3{font-size:16px; font-weight:normal; color: #000000; text-decoration:none;padding: 0px 0px 15px 0px;}
#collap ul{ list-style:none;}
#collap ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#collap ul li a{ 
font-size:12px; color:#000000; text-decoration:none;}
#collap ul li a:hover{ 
color:#000000;  background-color: #BEDC9C;}
.high25{ height:25px; width:100%;}
#proshow {
background-image:url(../images/product-bg.png); 
background-position:center top; 
background-repeat:no-repeat; 
margin:0px; padding:15px; height:180px;  
clear:both; 
}
.proinfo{ width:600px; margin:15px; float:left; }
.proinfo h1{ font-family:Optimer, Arial;
font-size:28px; color:#000; 
}
.proinfo h1 a{ color:#000; text-decoration:none;  
}
.proinfo h2{ font-family:Optimer, Arial; text-transform:uppercase;
font-size:16px; color: #009900; line-height:14px;
}
.proinfo p{ background-color:#DFF1F4;font-size:14px; color:#000; padding:5px 15px 15px 10px; margin-top:15px; border-left:2px solid  #8FDAE0;
}
.proimg{float:left; width:250px; margin:20px;}

.proimg img{ float:left; }

#eproshow {
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	padding:15px;
	height:180px;
	clear:both;
	background-image: url(../images/electroyzer%20product-bg.png);
}
