body{
	/*background-color:#6B212F;*/
	background-color:#51A4C7;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

img{
	border:none;
}

a{
	text-decoration: none;

}
a:hover {
	color:#000000;
	/*background-color:#CCC;*/
}

h2{
	color:#000;
	font-weight: bold;
        margin-bottom: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: normal;
}
h3{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	letter-spacing:-1px;
	font-weight: bold;
	padding-left: 10px;
}

table.border {
  border: solid #CCC 1px;
}

.head {
  background-color:#006699;
/*  background-color:#5F1B28;*/
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.row1 {
  background-color: #eeeeee;
}

.row2 {
  background-color: #ffffff;
}

.row3 {
  background-color: #cccccc;
}

.green {
	color:green;
}

.red{
	color:#F00;
}
.gray{
	color:#999;
}
.gray2 {
	color:#666;
}
.clear{
	clear:both;
}

.space{
	padding-top:15px}

.top-horz-line {
	height: 3px;
	background-color: #FFF;
}

#header-wrapper {
	height: 130px;
	/*background-color: #000;*/
	background-color: #fff;
	background-image:url(../../images/header_bg.png);
	background-repeat:repeat-x;
}

.header-container {
	height: 130px;
	width: 940px;
	margin: 0 auto;
}

#logo {
	/*width: 429px;*/
	
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../../images/border_btm_logo.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	/*padding-bottom: 5px;*/
	/*text-align: center;*/
	/*padding-top: 5px;*/
}

/*---navigation STARTS---*/

#top-nav {
	width: 630px; /*630*/
	margin-right: auto;
	margin-left: auto;
	/*color: #FFF;*/
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	margin-top: 5px;
	text-align: center;
}
#header_login{
	float: left;	
}
	
.jquerycssmenu{
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	; /*background of tabs (default state)*/
	padding: 4px 16px 5px 16px;
	margin-right: 2px;
	text-decoration: none;
	color: #0C4C69;
	z-index: -50;
}

.jquerycssmenu ul li a:hover{
	color: #FFF;
	background-color: #51A4C7;
}
.jquerycssmenu ul li a#current{
	color: #0C4C69;
	background-color: #1A4C7
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	text-transform: none;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 115px;
	z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	z-index: 1;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 100px; /*width of sub menus*/
	background: white;
	color: #666;
	margin: 0;
	border-top-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background:#51A4C7;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

#checkout{}
#cart{}
#cart-footer{}
#cart-empty{
	height: 200px;
}

/*---navigation ENDS---*/
#bg-wrapper {
	/*background-color: #6B212F;*/
	background-color: #51A4C7;
	
	background-image: url(../../images/bg_main.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	/*padding-top: 37px;*/
}
/*---navigation ENDS---*/
#bg-intro-wrapper {
	/*background-color: #6B212F;*/
	background-color: #51A4C7;
	background-image: url(../../images/bg_intro.gif);
	background-repeat: repeat-x;
	padding-top: 37px;
	height: 800px;
	text-align: center;
}

/* // image replacement */
			

#slider-wrapper{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:938px;
	height: 312px;
	/*background-image: url(../../images/bg_slider.png);
	background-repeat: no-repeat;
	*/
	background-color:#000;
}	
/*
#slider-container{
	position:relative;
}			
*/
/* Easy Slider */
/*
#slideshow {
	overflow: hidden;
	height: 308px;
	background-repeat: no-repeat;
	margin-left: 3px;
	padding-top: 3px;
}	
#slideshow ul, #slideshow li{
	margin:0;
	padding:0;
	list-style:none;
}

#slideshow li{
	width:937px;
	height:312px;
	overflow:hidden;
}	
*/
.slider { height: 938px; width: 312px; margin: 0; padding: 0; position: relative; display: block; clear: both; }
.slider img { margin: 0; padding: 0;  top:0; left:0; position: absolute; }

#news-bar {
	color: #000000;
	/*width: 835px;*/
	width: 900px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	text-align: center;
	clear: both;
}

#news-bar ul li {
        font-family: Tahoma, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
}

/* // Easy Slider */
#main-container {
	width: 898px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	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: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	height: auto;
}
#sidebar {
	float: left;
	width: 215px;

}

.accordionButton {
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 40px;
	margin-bottom: 7px;
	}
.accordionButton:hover {
	/*color: #6B212F;*/
	color: #51A4C7;
	}
.accordionButton img{
	margin-right: 10px;

	}
	
.accordionContent {
	width: 215px;
	float: left;
	display: none;
	margin-left: 20px;
	}
#sidebar ul{
	margin-bottom: 5px;
	padding-left: 40px;


}
#sidebar li{
	background-image: url(../../images/bullet_content.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-bottom: 2px;

}
#sidebar li a{
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-size: 12px;


}
#sidebar li a:hover{
	text-transform: uppercase;
/*	color: #6B212F;*/
	color: #51A4C7;
	
	text-decoration: none;
	font-size: 12px;


}



.sidebar-heading{
	background-image: url(../../images/sidebar_heading.png);
	background-repeat: no-repeat;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#content-container {
	float: right;
	width: 668px;
	height: auto;
}
#content-container a{
	color: #000000;
	font-weight: bold;


}
#content-container li{
	display: block;
	background-image: url(../../images/bullet_content.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#content-container-ar li{
	display: block;
	background-image: url(../../images/bullet_content.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

#content-container li a{
	/*color: #6B212F;*/
	color: #51A4C7;
	


}
.item-info{
	/*color: #6B212F;*/
	color: #51A4C7;
	font-weight:bold;
}
.item-info2{
	color: #000;
	font-weight:bold;
}

.product-info {
	height: auto;
	width: 375px;
	float: left;
	text-align: justify;
}
.product-info a{

}
.product-info p{
	text-align: justify;
	line-height: 21px;
	font-size: 12px;
	color: #000;

}
.product-info ul {
	text-decoration: none;
	list-style-type: none;

}
.product-info li {
	text-decoration: none;
	list-style-type: none;

}
.product-info li a{
	text-decoration: none;
	list-style-type: none;

}

.product-image {
	height: auto;
	width: 270px;
	float: left;
/*	border: 1px solid #CCC; */
	margin-bottom: 20px;
	margin-right: 20px;
	/*color: #6B212F;*/
	color: #51A4C7;
	text-align: center;
	background-color: #FFF;
}


.product-image img{
	height: 285px;
	width: 270px;
        border: 1px solid #CCC;

}

/* more images */
.product-image-box{
	height: auto;
	/*float: left;*/
	padding:2px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}
.product-image-more {
	height: auto;
	width: 90px;
	float: left;
	border: 1px solid #CCC;
	padding:2px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #FFF;
}
/* end more images */

.product-details-more{
	font-size: 10px;
	color:#333;
	line-height:normal;
	text-decoration:none;
}

.btn-submit {
	background-image: url(../../images/bg_submit.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #FFF;
	padding-bottom: 5px;
	height: 25px;
	width: 94px;
}

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
	padding-bottom: 5px;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(../../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;

	* width:100px;
	height:43px;

	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}
			
			.boxgrid{
	width: 198px;
	height: 198px;
	float:left;
	border: solid 1px #CCC;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	margin-bottom: 40px;
	margin-right: 30px;
	color: #FFF;
			}
				.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
				}
				.boxgrid p{
	padding: 0 10px;
	color:#FFF;
	font-weight:bold;
	font:8pt "Lucida Grande", Arial, sans-serif;
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	height: 100px;
	width: 100%;
	opacity: .8;











				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #000;
	color: #FFF;
 			}
.boxcaption a{













				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #FFF;
 			}
.boxcaption p{













				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #FFF;
 			}
 				.captionfull .boxcaption {
	top: 100px;
	left: 0;
 				}
 				.caption .boxcaption {
	top: 151px;
	left: 0px;
 				}
#footer-wrapper {
	background-color: #000;
	height: 50px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0C4C69;
	border-right-color: #0C4C69;
	border-bottom-color: #0C4C69;
	border-left-color: #0C4C69;
}
				
		
.footer {
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 940px;
}
.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.footer li{
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;

}
.footer li a{
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 12px;

}
.fleft {
	float: left;
	width: auto;
}
.fright {
	float: right;
	width: auto;
}

h4{
color:#000;
font:11pt Arial, sans-serif;
font-weight: bold;
}

.text-mouseover {
text-align: center;
width: 266px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCC;
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: #CCC;
border-bottom-color: #CCC;
border-left-color: #CCC;
font-weight: bold;
color: #000;
font-family: Verdana, Geneva, sans-serif;
padding: 2px;
font-size: 10px;
}

.product-thumbnail-container {
margin-top:10px;
}

.product-thumbnail {
width: 70px;
height: 80px;
margin-right: 10px;
float: left;
background-color: #CCC;
margin-bottom: 15px;
/*margin-left: 10px; */
}
.product-thumbnail img {
width: 70px;
height: 80px;

}

#more-product {
width: 668px;
background-color: #FFF;

}

.column-left {
width: auto;
}

.column-right {
float: right;
width: 375px;
margin-left: 15px;
}
.product-title {
        color:#000;
        font-weight: bold;
        margin-bottom: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        padding-bottom: 5px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16pt;
        line-height: normal;
	padding-top: 10px;
}

.box-product {
border: 1px solid #fff;
float: left;
width: 150px;
height: 220px;
margin-right: 15px;
text-align: center;
margin-bottom: 15px;
}
.box-product:hover {
	border: 1px solid #999;
}

.box-product img{
width: 150px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.box-product a{
font-size: 12px;
font-weight: normal;
color: #000;
text-decoration: none;
}

.box-product a:hover{
color: #000;
text-decoration: underline;
}

.addthis_toolbox {
	margin-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

#contact-area {
        width: 647px;
        margin-top: 25px;
        margin-bottom: 25px;
}

#contact-area input, #contact-area textarea {
        padding: 5px;
        width: 510px;
        font-family: Helvetica, sans-serif;
        font-size: 1.4em;
        margin: 0px 0px 10px 0px;
        border: 1px solid #ccc;
}

#contact-area textarea {
        height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
        border: 1px solid #0055a5;
}

#contact-area input.submit-button {
        width: 100px;
        float: right;
        background-color: #0055a5;
        color: #FFF;
        border: 1px solid #004584;
        font-size: small;
        font-weight: bold;
        outline: none;
}

#contact-area label {
        float: left;
        text-align: left;
        margin-right: 15px;
        width: 110px;
        padding-top: 5px;
        font-size: 12px;
        font-family: Helvetica, sans-serif;
}
#contact-area form select {
        border: 1px solid #CCC;
        padding: 5px;
}


/* Chooser **************************************************************************/

#chooser {
	z-index:600;
	margin-bottom:15px;
}

.chooserh2 {
        color:#000;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        line-height: normal;
}

#chooser ul {
	margin:0 !important;
	padding:0 !important;
	list-style-type:none !important;
	height:95px;
	background:url('../../images/chooser_bg.png') repeat-x bottom left;
	border-left:1px solid #ccd6de;
	border-right:1px solid #ccd6de;
	border-bottom:1px solid #ccd6de;
	width:665px; /* 708 */
}

#chooser ul.wide {
	width:665px;
}

#chooser ul li {
	position:relative;
	margin:0 0 0 5px !important;
	padding:0 !important;
	float:left;
	height:95px;
	z-index:706;
}

#chooser ul.few li {
	margin-left:15px !important;
}

#chooser ul.many li {
	margin-left:0px !important;
}

#chooser ul li a {
	display:block;
}

#chooser ul li a:hover {
	margin-top:1px;
	margin-bottom:-1px;
}

#chooser ul li a img {
	position:relative;
	z-index:700;
}

#chooser ul li.selected {
	z-index:705;
	opacity:85;
	filter:alpha(opacity=85);
  	opacity:0.85;
}

#chooser ul li .caption {
	position:absolute;
	left:50%;
	top:88px;
	z-index:702;
	display:none;
	width:130px;
}

#chooser ul li.selected .caption {
	display:block;
}

#chooser ul li .caption.hovered {
	display:block !important;
}

#chooser ul li .caption .arrow {
	position:absolute;
	height:13px;
	width:15px;
	left:-2px;
	top:0;
	background:url('../../images/chooser_arrow.png') no-repeat top center;
	z-index:705;
}

#chooser ul li .caption .captionText {
	position:absolute;
	left:0;
	top:13px;
	color:#e7eef4;
	background:#36424a;
	width:120px;
	padding:5px;
	text-align:center;	
	line-height:1.3em;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-size:9px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}


#chooser ul li .caption .captionText b {
	font-size:10px;
	display:block;
	color:#ffffff;
}

/* adjust compat margin ***********************************/

div#chooser {
	margin-bottom:70px !important;
}


#chooser ul.most li {
	margin-left:0 !important;
}

