@import "reset.css";
/* End of imported css files */
@charset "utf-8";
/*	Desc: Pratikol Screen Media Style Sheet
	Author: Hakan Uzunoglu - Art Director of Rekfim
*/
html {
}
body {
	background:url(../images/bg.jpg) repeat-x fixed top center #FFF;
	margin:0px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}
/* Common Styles */
/* Sitewide Links */
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	border:none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #036;
	border:none;
	font-weight:bold;
}
/* Sitewide Headers */
h1, h2, h3, h4, h5, h6 {
	color:#666;
	font-weight:bold;
	margin:0.1em;
	letter-spacing:-0.03em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img h5 img, h6 img {
	margin-right:0.1em;
	vertical-align:bottom;
}
h1 {
	font-size:2.3em;
}
h2 {
	font-size:1.9em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
h1.c{
	margin:0.3em 0;	
}
/* Sitewide HTML Elements */
p {
	margin:10px 0 10px 0;
	line-height:1.5em;
}
ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin:1em;
	text-indent:1em;
	line-height:1.5em;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	margin:1em;
	text-indent:1em;
	line-height:1.5em;
}
/* Sitewide Helper Classes */
.floatLeft {
	float:left;
	display:inline;
}
.floatRight {
	float:right;
	display:inline;
}
.clear {
	clear:both;
}
.borderless {
	border:none;
}
.bordered {
	border:1px solid #a67c5d;
	margin:2px;
}
.btn {
	cursor:pointer;
}
.panel {
	cursor:pointer;
}
.panel-closed {
	display:none;
}
.tabbedContent {
	display:none;
}
.hidden {
	display:none;
}
.wrn{
	color:#F00;
}
.icon{
	margin-right:4px;
	vertical-align:middle;
}
#clear1 {
	clear:both;
	height:1px;
	line-height:0px;
	font-size:0px;
}
.sButton a:link, .sButton a:active, .sButton a:visited{
	border:1px solid #999;
	padding:0.5em;
	background:url(../images/bgSButton.jpg) repeat-x top center;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	display:block;
}
.sButton a:hover{
	border:1px solid #CCC;
	background:url(../images/bgSButtonHover.jpg) repeat-x top center;
	color:#fff;
}
ul.noStyle{
	margin:0;
}
ul.noStyle li{
	text-indent:0;
	list-style:none;
	list-style-position:outside;
	margin-left:0;
	margin-right:0;
}
/* Sitewide Form Classes */
.commonForm {
	margin:0 0;
	padding-top:0;
	float:left;
}
.commonForm fieldset {
	margin:0;
	padding-top:.5em;
	border:none;
	border-top:1px solid #f1f1f1;
}
.commonForm legend {
	background:#fff;
	padding:0 5px;
	font-style:italic;
}
.commonForm p {
	clear:both;
	margin:.5em 0;
	overflow:hidden;
}
.commonForm label {
	float:left;
	width:160px;
	display:block;
	text-align:right;
	margin-right:10px;
}
.commonForm .i, .commonForm .t {
	margin:0;
	width:250px;
	border:1px solid #ddd;
	padding:3px 5px 3px 5px;
}
.commonForm textarea {
	height:125px;
	overflow:auto;
}
.commonForm p.submit{
	margin-left:170px;
}
.commonForm .s{
	border:1px solid #CCC;
	padding:0.5em;
	background:url(../images/bgSButton.jpg) repeat-x top center;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 5px 5px 0;
	cursor:pointer;
}
.commonForm .s:hover{
	border:1px solid #CCC;
	background:url(../images/bgSButtonHover.jpg) repeat-x top center;
	color:#fff;
}
/* End of Common Styles */
/* Layout */
#container {
	width:100%;
	background:url(../images/bgContainer.jpg) fixed no-repeat top center;
}
#mainBody {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header{
	height:367px;
}
#contentWrapper {
	width:930px;
	padding:15px;
	padding-top:0;
	background:#fff;
	min-height:500px;
	overflow:hidden;
	
}
#contentWrapper #col1 {
	text-align:left;
	float:left;
	display:inline;
	width:685px;
}
#contentWrapper #col2 {
	text-align:left;
	float:left;
	display:inline;
	width:245px;
	margin:0 0 0 10px;
}
#footer {
	background:url(../images/bgFooter.gif) top center repeat-x #e5e5e5;
	margin-top:10px;
	margin:0 auto;
	height:20px;
	padding:30px;
	padding-top:40px;
	border:1px solid #999;
}

/* End of Layout */

/* Common Menu Design */
.commonMenu {
	overflow:hidden;
	width:100%;
}

.commonMenu a h2{
	margin:0;
	padding:5px;
	padding-bottom:0;
}
.commonMenu a:hover h2{
	margin:0;
	padding:5px;
	padding-bottom:0;
	color:#FFF;
}

.commonMenu ul {
	list-style-type: none;
	list-style-position:outside;
	text-align:left;
	margin:0px;
	padding:0px;
	text-indent:0px;
	border:1px solid #bababa;
}
.commonMenu ul li:first-child{
	border:none;
}
.commonMenu ul li {
	border-top:1px solid #CCC;
	text-indent:0;
	margin:0px;
	padding:0px;
	line-height:0;
}
.commonMenu ul li a:active, .commonMenu ul li a:visited, .commonMenu ul li a:link {
	display: block;
	color: #666;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding:5px 5px;
}
.commonMenu ul li a:hover {
	color: #FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background-color:#666;
}
.commonMenu ul li a.selected {
	color: #FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	background-color:#666;
}
.commonMenu ul li a img{
	vertical-align:middle;
	margin-right:5px;
	border:1px solid #CCC;
}
.commonMenu ul li ul{
	border:none;
	border-top:1px solid #CCC;
}

/* JQ Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
/* HomePage */

.cBox{
	width:300px;
	float:left;
	display:inline;
	margin-right:14px;
}
.cBox p{
	padding:0px 15px 15px 15px;
}
.cBox .commonForm{
	padding:0px 15px 15px 15px;
	text-align:center;
}
#home #welcome h1{
	margin:15px 0;
	font-size:2em;
}

/* Product Page */
#product #contentWrapper{
	padding-top:0px;	
}
#product #productPhoto{
	float:left;
	display:inline;
}
#product #commonMenu{
	float:right;
	display:inline;
	width:230px;
	margin-left:10px;
}
#product #productInfo{
}
#product #photos img{
	margin:4px;
	float:left;
	display:inline;
	border:1px solid #CCC;
	padding:3px;
}
#product #tabSelector a{
	display:inline-block;
	padding:0.7em;
	border:1px solid #CCC;
	margin-right:5px;
	border-bottom:none;
}
#product #tabSelector a.selected{
	border:1px solid #CCC;
	background:#ccc;
	color:#FFF;
}
#product #tabWrapper{
	border:1px solid #CCC;
	padding:10px;
	width:380px;
	float:left;
	display:inline;
}
#product #features{
	clear:both;
	padding-top:10px;
}
#product #features h2{
	margin-top:20px;
	color:#036;
}
/* Product Category Page */
#categoryPage #contentWrapper{
	padding-top:0px;	
}
#categoryPage #productPhoto{
	float:left;
	display:inline;
}
#categoryPage #commonMenu{
	float:right;
	display:inline;
	width:230px;
	margin-left:10px;
}
#categoryPage #features{
	clear:both;
	padding-top:10px;
}
#categoryPage #features h2{
	margin-top:20px;
	color:#036;
}
.productList {
border-top: 1px solid #999;
clear:both;
}
.productList h1{
margin-top:20px;
}
.productList .singleProduct {
float:left;
display:inline;
margin:10px;
padding:10px;
text-align:center;
border:1px solid #ccc;
}
.productList .singleProduct img{
height:150px;
width:auto;
}
.productList .singleProduct span{
border-top:1px solid #ccc;
display:block;
margin-top:5px;
padding-top:5px;
}
/* Product Category Listing Page */
#productCategories {

}
#productCategories .productCategory{
clear:both;
padding:15px;
border: 1px solid #999;
margin-bottom:15px;
position:relative;
height:213px;
}
#productCategories .productCategory:hover{
border: 1px solid #666;
background:url(../images/bgProductCategory.jpg) repeat-x;
}
#productCategories .productCategory a{
font-weight:normal;
}
#productCategories .productCategory .seeMore {
display:inline-block;
position:absolute;
bottom:15px;
right:15px;
}
#productCategories .productCategory .thumb{
float:left;
display:inline;
margin-right:8px;
width:500px;
height:200px;
border:1px solid #ccc;
text-align:center;
overflow:hidden;
padding:5px;
background:#fff;
}

#productCategories #features{
	clear:both;
	padding-top:10px;
}
#productCategories #features h2{
	margin-top:20px;
	color:#036;
}
/* Google Maps */
#map.google-map span { 
	display: none; 
	float:right;
	}
#map.google-map a img { 
	display: none; 
}
#map.google-map div a { 
	display: none; 
}
h1#firstHeading.firstHeading { 
	padding: 0 8px; 
	display: block; 
	margin-top: 30px; 
	font: bold 14px Arial,Helvetica,Geneva,sans-serif; 
	color:#000; 
	text-shadow: none; 
}
#map.google-map #bodyContent { 
	padding: 0 8px; 
	margin-top: 6px; 
	line-height: 16px; 
}
#map {
	border:3px solid #CCCCCC;
	float:left;
	width:900px;
	margin-left:10px;
}
#map h3{
	color:#000000;
}
.google-map {
	height:300px;
	width:100%;
}
/* Map End */
ul.tableList{
	margin:0;
	padding:0;
	text-indent:0;
	border:1px solid #ccc;
}
ul.tableList li{
	margin:0;
	margin-bottom:2px;
	padding:10px;
	text-indent:0;
	list-style:none;
	list-style-position:outside;
}
ul.tableList li.odd{
	background:#efefef;
}
ul.tableList li strong{
	display:inline-block;
	width:300px;
}
ul.tableList li .address{
	display:inline-block;
	margin-left:20px;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-collapse:separate;
border-spacing:1px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
#gallery .thumbList{
	margin:10px;
	margin-top:0;
	text-align:left;
}
#gallery .thumbList a{
	padding:5px;
	display:inline-block;
	border:1px solid #CCC;
	background-color:#FFF;
	margin:7px;
}

