﻿html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


#gallery {
  position: absolute;
  top: 155px;
  left: 287px;
  width: 385px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}


body {
	background: #333333;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #CCCCCC;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #E7E2D6;
    position: relative;
}

#headerdarkfire {
  background: url(images/headerdarkfire.jpg) no-repeat;
  height: 266px;
  width: 672px;
}

#headerclapton {
  background: url(images/headerclapton.jpg) no-repeat;
  height: 266px;
  width: 672px;
}

#headerslash {
  background: url(images/headerslash.jpg) no-repeat;
  height: 266px;
  width: 672px;
}

#headerbachand {
  background: url(images/headerbachand.jpg) no-repeat;
  height: 266px;
  width: 672px;
}

#headerwylde {
  background: url(images/headerwylde.jpg) no-repeat;
  height: 266px;
  width: 672px;
}

#headerslash2 {
  background: url(images/headerslash2.jpg) no-repeat;
  height: 266px;
  width: 672px;
}



#nav {
  background: transparent;
  position: absolute;
  top: 233px;
  left: 300px;
  width: 385px;
  padding: 9px 0;
  font-size: 12px;
  text-align: center;
}

#nav li {
  list-style: none;
  display: inline;
  color: #3c3c3c;
}
#nav a {
  text-decoration: none;
  color: #3c3c3c;
}


#body {
  padding-top: 3px;
  background-color:#3c3c3c;
}
#seasonal, #collection {
  float: right;
  width: 672px;
  background-color: #665F5C;
  margin-bottom: 2px;
  background-image: url('images/shading.gif');
  background-repeat: repeat-y;

}
#seasonal .inner, #collection .inner {
  padding: 3px;
  margin-top: 3px;


}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

.floatLeftClear {
     float: left;
     clear: left;
     margin: 10px;
     }

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h1 {
   font: bold 35px "arial narrow", arial, sans-serif;
   color: #CCCCCC
}

h2 {
  font: bold 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}

h3 {
  font: bold 16px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h4 {
font: 14px "georgia", arial, sans-serif; 
color: #695F4C;
}


img#upright {position: relative;
left: 40px;}

img#grand {position: relative;
left: 50px;}

#seasonal .guitarleft {position: relative;
left: 40px;}

#seasonal .guitarright {position: relative;
left: 60px;}


#copyright {
  background: #665F5C;
  text-align: center;
  font-size: 9px;
  color: #CCCCCC;
  padding: 3px;
  background-image: url('images/shading.gif');
  background-repeat:repeat-y;

}


