/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfixes */
.clearfix:after, .menu ul:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { zoom: 1; }
.clearfix:after { clear: both; }


body {
	background:#000;
	margin:0;
  	padding:0px 0px;
  	text-align:center;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:x-small/1.5em Arial,Helvetica,Sans-serif;
  	color:#000000;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {color:#4f748b; text-decoration:none;}

a:hover { color:#666;} 

#header {width:952px; margin:0 auto; height:72px;}

#logo {width:393px; padding-left:37px; float:left;}

#contact {float:right; width:200px; padding-top:50px; text-align:right; color:#9ac2b9; padding-right:26px;}

#contact a {color:#fff;}

#contact a:hover {color:#9ac2b9;}

#mainContent {width:952px; margin:0 auto;}

#nav {background:url(images/guitar-bg.jpg); width:197px; height:527px; border-top:1px solid #9ac2b9; border-bottom:1px solid #9ac2b9; border-left:1px solid #9ac2b9; float:left;}

#nav ul {
	padding-top:95px;
	}

#nav ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#nav ul li a {
	display:block; 
	padding:5px 0px 5px 30px; 
	text-transform:uppercase;
	color:#000;
	background: url(images/nav-bg-off.png);
	text-decoration:none;
	text-align:left;
	margin-bottom:5px;
	}
	
#nav ul li a:hover {
	color:#fff;	
	background: url(images/nav-bg-on.png);
	}	
	
#nav ul li.selected a {
	color:#fff;	
	background: url(images/nav-bg-on.png);
	}	

#contentBox {width:752px; height:527px; float:right; border:1px solid #9ac2b9;}

#contentBox.about {background:url(images/about-us-image2.jpg) no-repeat;}

#contentBox.colors {height:665px;}

#swatches {width:480px; float:left;}

#textBox {width:271px; float:right; height:527px; background:url(images/text-bg.png);}

#textBox.colors {height:665px; background:url(images/texture-bg2.jpg);}

.texthome {position:absolute; top:73px; margin-left:481px; z-index:2000}

#textBox.textwhite {background:none; background:url(images/texture-bg2.jpg);}

#text {padding:85px 25px 25px 25px; text-align:left; line-height:18px; font-size:.95em;}

#text p {margin-bottom:18px;}

.bigText {font-size:1.6em;}

#footer {width:902px; margin:0 auto; text-align:right; color:#666666; font-size:.85em; padding:15px 0;}

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