﻿/************************************ Start of Rest styles **********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
/************************************ End of Rest styles **********************************/




/************************************ Layout styles **************************************/
body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* 10px */	
	line-height: 1;
}

#wrapper{
	width:879px;
	margin:0px auto;
	padding-top:35px;
}

#header{
	width:879px;
}
#cont_holder {
	width:818px;
	margin:0 auto;
	padding:10px 0 0 21px;
	position:relative;
}
#cont_holder.home {
	padding-bottom:35px;
}
#topCol{
	border-bottom:1px solid #000;
	margin:0 auto;
	padding:10px 21px 20px 21px;
	width:787px;
	
	}
#productGallery{
	margin:0 auto;
	padding:10px 21px 20px 21px;
	width:94%;
	}

#col1{
	width:350px;
	float:left;
}

#col2{
	float:left;
	width:467px;
}
.home#col2 {
		min-height:363px;
}

#footer{
	background:url(../images/img_footer.gif) no-repeat 0 0;
	width:879px;
	margin:20px auto 0 auto;
	float:left;
	clear:both;
	padding-top:69px;
	
}

/************************************ End of Layout styles **************************************/

/************************************ Fonts styles **************************************/
h1 {font-size:1.6em; font-weight:bold; margin:10px 0;}
h2 {font-size:1.6em; font-weight:bold; margin:10px 0;}
h3 {font-size:1.4em;} 
h4 {font-size:1.4em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}

p { font-size:1.3em; line-height:1.4em; margin:10px 0;}

a { color:#c3130e;}
/************************************ End of Fonts styles **************************************/

/************************************ nav styles **************************************/

#nav {
	text-align:center;
	width:836px;
	margin:7px  auto 0 auto;
	height:35px;
	border-bottom:1px solid black;
	padding-bottom:6px;
	
}

#nav li { 
	border:1px solid black;
	float:left;
	font-size:12px;
	width:162px;
	height:35px;
	margin-right:4px;
}
#nav li.last {
	margin-right:0px;
}

#nav a {
	height:35px;
	line-height:35px;
	text-align:center;
	width:165px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	}
	
#nav a:hover, #nav a.active {
	color:#c3130e;
}

/************************************ col1 styles  **********************************/
#col1 img.logo { position:absolute; bottom:0px;}



/************************************ col2 styles  **********************************/
#col2 img.products { padding-left:25px; margin-top:25px; }



/************************************ productGallery styles  **********************************/
#productGallery img {
	border:1px solid #000;
	margin:4px;
	
}

/************************************ About styles  **********************************/
p.aboutTxt { float:left; width:47%; margin-left:10px; margin-right:10px;}
#productGallery p.aboutTxt img { margin:0px;}

/************************************ footer styles **************************************/
#footer p { text-align:center;}
#footer p a {
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding:0 10px;


}

#footer p.copyright {
	color:#666666;
	font-size:12px;
	text-align:center;
	
}
/************************************ General styles  **********************************/
.clear        { clear:both; }
.left         { float:left; }
.right        { float:right; }
img.left      { margin-right:1em; margin-bottom:1.8em; }
img.right     { margin-left:1em; margin-bottom:1.8em; }
.last 		  { margin:0px;}
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }
.lrgtext { font-size:200%;}

a.button { background:url(../images/button.gif) no-repeat 0 0; width:797px; height:111px; display:block; margin-left:11px; text-decoration:none; clear:both; float:left; margin-top:10px;} 
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
.clearfix { 
	display: inline-block;
}
html[xmlns] .clearfix { 
	display: block;
}
* html .clearfix { 
	height: 1%;
}


.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}
/************************************ End of General styles  ******************************/


/************************************ From styles  **********************************/
form fieldset {
  background:transparent url(../images/hr_img.gif) no-repeat scroll 0 5px;
  color:#000;
  font-size:13px;
  margin-top:20px;
  margin-left:50px;
  }
form  legend {
  padding: 0 2px;
  font-weight: bold;
  padding-bottom:10px;
  
  color:#000;
}
form  label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color:#000;
  font-size:13px;
  text-align:left;
  padding-right:7px;
}

form input {
	border:1px solid #676767;
	height:18px;
	line-height:15px;
	padding-left:5px;
	padding-top:4px;
	width:232px;
}

form input.checkbox {
	width:50px;
	border:none;
}

form input.submit, .submit_box {
	background-color:#000;
	width:112px;
	height:34px;
	color:#FFF;
	padding-top:0px;
}

form input.submit_hover {
	background-color:#000;
	width:112px;
	height:34px;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	padding-top:0px;
	
}

form  fieldset ol {
  margin: 0;
  padding: 0;
}
form  fieldset li {
  list-style: none;
  padding:5px 5px 5px 3px;
  margin: 0;
}
form  fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form  fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form  fieldset fieldset label {
  display: block;
  width: auto;
}
form  em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form  label {
  width: 123px; /* Width of labels */
}
form  label.double {
  width: 90%; /* Width of labels */
  text-align:left;
}
form  fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
.order label {
  text-align:left;
  width:75px;
}
.order span input {
	width:35px;
}
.order span select {
	margin:0 50px;
	
}
.spacer { width:230px; display:block; float:left;}
.green {color:#006633;}

.smaller { font-size:90%;}


/************************************ lightbox styles **********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

