@charset "UTF-8";




body {
	background-image:url(Images/2010/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #1434A4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color:#CCCCCC;
}

h1 {
font-size:14px;
text-transform:capitalize;
line-height: 1.3em;
color:	#FF6600;

}

h2 {
font-size:14px;
text-transform:capitalize;
line-height: 1.3em;
color:	#FF6600;
}





a:link {
	color: #FF0000;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.quote  {
font-weight: bold;
font-size:  11px;
padding-right: 0px;
text-transform:capitalize;
color:	#FF0000;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
}


#header {
width: 900px;
height:223px;
text-align: left;
margin: 0;


}

#header_guitars {
width: 900px;
height: 153px;
margin-left: auto;
margin-right: auto;

}
.style1 {
font-size: 18px;
}
/*not using on the main page now*/

#headernav_block {
	width: 500px;
	height: 23px;
	float: right;
	margin-right: 90px;
    text-align: right;


}


ul#headernav {
	margin-left: 0;
	margin-right: 1px;
	padding-left:0;
	list-style-type: none;
	font-size: 9px;
}

ul#headernav li {
	display: inline;

}

ul#headernav a {
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
color:#FFFFFF;
border-right: 1px solid #fff;

}



#main_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*classes for multiple use*/
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.clearall {
  clear: both;
}
.audiosamples {
width: 400px;
height: 27px;
text-align: left;
}

/*end multiple use classes*/




#container_left {
	float:left;
	width: 523px;
}

#content_left {
	width: 500px;
	display: inline;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	height: 100%;
	float: left;
	
}

#content_lower {
	width: 500px;
	display: inline;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	height: 100%;
	float: left;
	margin-top: 10px;
	
}

#content_left p:first-letter {
	font-size: 150%;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	padding-right: 2px;
	color: #FFFFFF;
	text-transform: capitalize;
	}
	
#content_lower p:first-letter {
	font-size: 150%;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	padding-right: 2px;
	color: #FFFFFF;
	text-transform: capitalize;
	}
	
#content_left blockquote {
	margin-left: 15px;
	color: #999;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	background-image: url(Images/quote-bg.jpg);
}
	
#info_left {

color: #FFFFFF;
	width: 500px;
	float: left;
	display: inline;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	height: 100%;
	margin-top: 10px;

}

#info_left li
{
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	top: 0px;
	font-style: normal;
	background-image: url(Images/bullet_point.png);
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}


#container_right {
width: 450px;
float:left;
}

#pics-right {
	width: 450px;
	float: left;
	margin-left: 10px;
}

#pics-right img {
	border: 1px solid #FFFFFF;
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#pics-right object {

margin-bottom: 10px;
width: 432px;
	float: left;
	border:1px solid #FFFFFF;
	background:#000000;

}

#video_1 {

	width: 430px;
	border: solid 1px #fff;
	background-color:#000000;
}

#youtube object {
	width: 432px;
	float: left;
	border:1px solid #FFFFFF;
	background:#000000;

}

#youtube2 {
	width: 432px;
	float: left;
	border:1px solid #FFFFFF;
	background:#000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bigpic {

width: 550px;
float: left;
border:1px solid #FFFFFF;
background:#000000;
margin-left: 10px;
margin-bottom: 10px;

}
/* this is where the guitar panels css starts, each page will have its own header and back ground in its page */


	#guitars {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	}


	pre {text-indent: 30px}

	#tabmenu {
		color: #fff;
		border-bottom: 1px solid white;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px;
		width: 511px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #fff;
			/*background color goes here when needed*/
        font-weight: bold;
        font-size: 1em;
		border: 1px solid white;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #000;
		border-bottom: 1px solid #000; }

	#tabmenu a:hover {
		color: #fff;
		background: #666; }

	#tabmenu a:visited {
		color: #fff; }

	#tabmenu a.active:hover {
		background: #666;
		color: #fff; }

	#content {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
		background: #000;
		padding: 20px;
		border: 1px solid white;
		border-top: none;
		z-index: 2;	
		width: 480px;
		float:left;
		}
		
	#content p:first-letter
	
	{
	font-size: 150%;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	padding-right: 2px;
	color: #FFFFFF;
	text-transform: capitalize;
	}
	
	#content a {
		text-decoration: none;
		color: #fff; }

	#content a:hover { background: #666; }
	
#buy 
{
	color: #FFFFFF;
	width: 450px;
	float: left;
	display: inline;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	height: 100%;
	margin-top: 10px;

}

#buy li 
{
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	top: 0px;
	font-style: normal;
	background-image: url(Images/bullet_point.png);
	list-style-position: inside;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}

#buy_content {
	width: 800px;
}
	
.buy_left {
width: 480px;
background:#000000;
border: solid 1px #FFFFFF;
float:left;
margin-bottom:5px;
margin-top: 5px;
padding-left:20px;
padding-right: 20px;
}

#buy_left_top {
	width: 480px;
	background:#000000;
	float:left;
	margin-bottom:5px;
	padding-left:20px;
	padding-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.buy_right { 

background:#000000;
border: solid 1px #FFFFFF;
margin-left: 20px;
width:211px;
float: left;
margin-bottom:5px;
margin-top: 5px;

}

#buy_right_top { 

background:#000000;
border: solid 1px #FFFFFF;
margin-left: 20px;
width:211px;
float: left;
margin-bottom:5px;

}

#guitarpics {
	margin-left: 10px;
    text-align: center;
	width: 450px;
	float: left;
	border-top-style: none;
	
}

#guitarpics_info, #guitarpics_info2 {
	margin-left: 10px;
	padding-left: 20px;
	color:#FFFFFF;
	width: 410px;
	float: left;
	background:#000000;
	border: solid 1px #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	}
#guitarpics_info h2, #guitarpics_info2 h2 {
  padding-top: 8px;
  font-weight: bold;
  text-align: center;
  }

#guitarpics_info p, #guitarpics_info blockquote, #guitarpics_info blockquote p, #guitarpics_info2 p, #guitarpics_info2 blockquote, #guitarpics_info2 blockquote p{
  text-align: left;
  padding-right: 8px;
}
#guitarpics_info p.fixUpper:first-letter, #guitarpics_info2 p.fixUpper:first-letter

	{
	font-size: 150%;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	padding-right: 2px;
	text-transform: capitalize;
	}

#guitarpics img {

margin-bottom: 5px;
margin-left:5px;
border:solid 1px #fff;

}

#guitarpics object {
	width: 430px;
	float: left;
	border:1px solid #FFFFFF;
	background:#000000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#flikr_pics {
float: left;

    width: 432px;
	background: #000;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
	

	
#footer {

	clear: both;
	width: 900px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
font-size:9px;

}

#footernav {
text-align:center;

margin-bottom: 20px;


}


ul#footernav {

padding-left:0;
list-style-type: none;
float:left;
width:100%;



}

ul#footernav li {
display:inline;

}

ul#footernav a {

display: block;
float:left;
padding: .2em 1em;
text-decoration: none;
color:#FFFFFF;
background:#003399;
border-right: 1px solid #fff;

}

#guitar_content_left {
	float: left;
	width: 450px;
}

.interviewer {
	color:#999999;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
    text-align: left;
}
.imgborder {
	border: 1px solid #FFFFFF;
}

#ian_t img {

position: fixed;
	right: 0px;
	bottom: 0px;

}



#footer_center {
margin: auto 0;
width: 800px;


}

#left_pic img {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}

.second_info_box {

width: 523px;
background:#000000;
border: solid 1px #ffffff;

}#wrapper_1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content_left blockquote {
	color: #3399FF;
	background-image: url(Images/2010/body_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	text-decoration: none;
}

#content_left blockquote p:first-letter {
	color: #3399FF;
	text-transform: uppercase;
	text-decoration: none;
}

#center_content {
	background-color:#000000;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 15px;
	border: thin solid #999999;
}

/* Added by David */
#footer_nav {
  margin-top: 30px;
}

.footer-block {
  float: left;
  width: 300px;
}

.footer-block li {
  padding-bottom: 3px;
}
