/* CSS STYLE SHEET */

/* MAIN STYLES */

* {
	margin: 0;
	padding: 0;
}

.lastname {
    visibility: hidden;
}

h1, h2, h3, h4, p, blockquote, form, ul, li, fieldset, address, table { 
margin:5px; 
}	

fieldset { 
padding:10px; 
}

img, div { 
behavior: url(iepngfix.htc); 
}


body {
	font-family:Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif, Verdana;
	font-size:62.5%;
	color:#717d81;
	background-color:#121617;
}

h1 {
	color:#d79f13;
	font-size:2em;
}

h2 {
	color:#d79f13;
	font-size:1.8em;
}

h3 {
	color:#d79f13;
	font-size:1.5em;
}

h4 {
	font-size:1.2em;
	color:#000000;
	
}


p {
	line-height:1.7em;
	padding:5px 0 10px 0;
	font-size:1em;
	margin-bottom:0;
}

li {
	line-height:1.7em;
	padding-bottom:5px;
}

a:link, a:visited{
	color:#d77a13;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}

p.center {
padding-left: 160px;
font-size: 2em;
}

img {
	outline:none;
	border: none;
}

img.center {
margin-left: 100px;
}

img.logo {
outline:none;
border:none;
margin-right: 7px;
float:left;
}

img.right {
float:right;
}


/*MAIN DIVS*/

#doubleWrapper {
 	width:960px;
	margin:0 auto;
	padding:0;
}

#wrapper {
	background: #ffffff url(../images/bg.jpg) repeat-x;
	font-size:1.2em;
	margin:0;
	padding:0;
	min-width:1000px;	
}

#subscribe {
	padding:8px 5px 2px 5px;
	margin:0px 5px;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
	height:25px;	
}

#subscribe a:link, #subscribe a:visited{
	color:#fff;
	text-decoration:none;
	padding:2px 20px;
	 background:url(../images/mail.gif) no-repeat;
}

#subscribe a:hover {
	text-decoration:underline;
}

#header {
	height:223px;
	margin:0px 0 5px 0;
	width:960px;
}

#banner {
	position: fixed;
	top:170px;
	left:-15px;
	z-index:3;
	width:341px;
	height:152px;
}

#navigation {
	list-style-type:none;
	float:right;
	margin:0;
	width:636px;
	padding:0;
	height:28px;	
}

#navigation_left {
width: 178px;
height: 28px;
margin:0;
padding: 0;
background-image:url(../images/nav_graphic.jpg);
margin: -5px 0px 0px 0px;
float: left;
}

#navigation a:link, #navigation a:visited {
	color:#000000;
	text-decoration:none;
	font-size:1.2em;
}

#navigation a:hover {
color:#ffffff;
	text-decoration:underline;
}

#navigation #selected:hover {
	text-decoration:underline;
}

#navigation li {
	float:left;
	width:90px;
	list-style-type: none;
	padding:0;
	margin:0;
	text-align:center;
}

#content, #footer {
	clear:both;
	padding:5px;
}

#content {
	margin:0 0 5px 0;
}

#intro {
	margin:10px 0 10px 0;
	width: 610px;	
}

#intro p {
	font-size:1.6em;
	line-height:1.4em;
	margin:0 5px;
}

#reviews {
float:right;
width: 215px;
margin: -15px 30px 0px 0px;
text-align:right;
}


#footerWrapper {
	background: #121617 url(../images/footer.jpg) repeat-x;
}

#footer {
	width:960px;
	padding:10px;
	margin:0 auto;
	padding:35px 0;
}

#footer h2 {
	color:#fff;
}

#footer p {
	color:#9c9dae;
	font-size:1em;
}

#leftbox {
	width:300px;
	float:left;
	margin:0 20px 0 0;
	padding-left:5px;
	text-indent:-5px;
}

#centerbox {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}

#rightbox {
	width:315px;
	float:right;
}

p#copyright {
	font-size:0.7em;
	margin-top:20px;
	color:#444;
}

.clear {
	clear:both;
}


/* PAGE DIVS*/

/* HOME PAGE */

#home {
	left: 12px;
	position: relative;
}

#home_page #leftColumn {
	width:600px;
	float:left;
	margin:0 20px 0 0;
}

#home_page #rightColumn {
	width:325px;
	margin-top: 10px;
	float:right;
}

#home_page #navigation {
	background:url(../images/1.gif) no-repeat;
}


/* PRODUCTS PAGE */

#products{
	left: 24px;
	position: relative;
}

#products_page #leftColumn {
	width:525px;
	float:left;
	margin:0px 20px 0 0;
}

#products_page #rightColumn {
	width:400px;
	margin-top: 5px;
	float:right;
}

#products_page #navigation {
	background:url(../images/2.gif) no-repeat;
}

#products_page #content {
	margin-top:50px;
}


/* PRODUCTS 2 PAGE */

#products2_page #leftColumn {
	width:600px;
	float:left;
	margin:0 20px 0 0;
}

#products2_page #rightColumn {
	width:325px;
	margin-top: 10px;
	float:right;
}

#products2_page #navigation {
	background:url(../images/2.gif) no-repeat;
}


/* REVIEWS PAGE */

#reviews {
	left: 38px;
	position: relative;
}

#reviews_page #leftColumn {
	width:600px;
	float:left;
	margin:0 20px 0 0;
}

#reviews_page #rightColumn {
	width:325px;
	margin-top: 10px;
	float:right;
}

#reviews_page #navigation {
	background:url(../images/3.gif) no-repeat;
}


/* MEDIA PAGE */

#media {
	left: 51px;
	position: relative;
}


#media_page #leftColumn {
	width:230px;
	float:left;
	margin:0px 4px 0px 4px;
	text-align:center;
}

#media_page #rightColumn {
width: 230px;
float:right;
margin:0px 4px 0px 0px;
text-align:center;
}

#media_page #centerColumn1 {
width: 230px;
float:left;
margin:0px 0px 0px 4px;
text-align:center;
}

#media_page #centerColumn2 {
width: 230px;
float:left;
margin:0px 0px 0px 6px;
text-align:center;
}

#media_page #centerColumn3 {
width: 300px;
margin:10px 0px 10px 325px;
text-align: center;
}

#media_page #intro {
width: 940px;
margin:10px 0 10px 0;
}

#media_page #navigation {
	background:url(../images/4.gif) no-repeat;
}


/* RETAILERS PAGE */

#retailers {
	left: 65px;
	position: relative;
}

#retailers_page #intro {
width: 940px;
margin:10px 0 10px 0;
}

#retailers_page #leftColumn {
	width:230px;
	float:left;
	margin:0px 4px 0px 4px;
	text-align:center;
}

#retailers_page #rightColumn {
width: 230px;
float:right;
margin:0px 4px 0px 0px;
text-align:center;
}

#retailers_page #centerColumn1 {
width: 230px;
float:left;
margin:0px 0px 0px 4px;
text-align:center;
}

#retailers_page #centerColumn2 {
width: 230px;
float:left;
margin:0px 0px 0px 6px;
text-align:center;
}

#retailers_page #centerColumn3 {
width: 300px;
margin:10px 0px 0px 325px;
text-align: center;
}

#retailers_page #navigation {
	background:url(../images/5.gif) no-repeat;
}

/* WHOLESALE PAGE */

#wholesale {
	left: 80px;
	position: relative;
}

#wholesale_page #intro {
width: 940px;
margin:10px 0 10px 0;
}

#wholesale_page #leftColumn {
	width:230px;
	float:left;
	margin:0px 4px 0px 4px;
	text-align:center;
}

#wholesale_page #rightColumn {
width: 230px;
float:right;
margin:0px 4px 0px 0px;
text-align:center;
}

#wholesale_page #centerColumn1 {
width: 230px;
float:left;
margin:0px 0px 0px 4px;
text-align:center;
}

#wholesale_page #centerColumn2 {
width: 230px;
float:left;
margin:0px 0px 0px 6px;
text-align:center;
}

#wholesale_page #centerColumn3 {
width: 300px;
margin:10px 0px 0px 325px;
text-align: center;
}

#wholesale_page #navigation {
	background:url(../images/6.gif) no-repeat;
}


/* OTHER PAGE */

#other_page #navigation {
	background:url(../images/7.gif) no-repeat;
}

/*FORM STYLES*/


#nameInput, #emailInput {
	width:295px;
	height:30px;
	padding:5px;
	margin-bottom:5px;
	background:url(../images/inputBack.jpg) no-repeat;
	border:none;
}


#messageInput{
	width:288px;
	height:144px;
/* 	background:url(../images/messageBack.jpg) no-repeat; */
	border:1px solid #aaa;
	padding:5px;
}

#submitBtn{
	background:url(../images/submitBtn.jpg) no-repeat;
	border:none;
	width:150px;
	height:80px;
	position:relative;
	left:260px;
	top:-40px;
}

fieldset {
margin-top: -15px;
border: 1px solid #d09a14;
width: 20em;
padding-bottom:5px;
}


/* 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/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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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


 
