/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	position:relative;
	background-image:url(../images/background/body-bg.jpg);
	background-repeat:repeat;
	background-color:#1b1a1a; 
	margin:0px;
	
}
#main {
	position:relative;
	background-color:#eeece0;
	background-image:url(../images/background/main-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;

}
#container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}
#logo {
	position:relative;
	padding-top:13px;
	text-align:center;
	margin-bottom:32px;
}
#navigation {
	position:relative;
	z-index:100;
	margin-bottom:80px;
}

/* ***************************************************************************** */
/* CONTENT */
#content {
	position:relative;
	margin:0;
	padding:0;
	border-top:1px solid #edede3;
}
#content p {
	line-height:20px;
	color:#333030;
}
.column-content {
	position:relative;
	padding:5px 10px 0px 10px;
}
/* ***************************************************************************** */
/* Left Content */
#left-column {
	position:relative;
	float:left;
	width:480px;
	margin-right:20px;
	padding-top:20px;
}
#banner {
	position:relative;
	height:185px;
	width:460px;
	border:4px solid #000000; 
	overflow:hidden;
	margin-bottom:20px;
}
#title {
	position:relative;
	border-top:1px solid #dad8b6;
	border-bottom:1px solid #dad8b6;
	padding:2px 0px;
	margin-bottom:10px;
}

/* ***************************************************************************** */
/* Middle Content */
#middle-column {
	position:relative;
	width:220px;
	float:left;
	margin-right:10px;
	border-left:1px solid #dad8b6;
}
/* ***************************************************************************** */
/* Right Content */
#right-column {
	position:relative;
	width:220px;
	float:left;
	border-left:1px solid #dad8b6;
	border-right:1px solid #dad8b6;
	
}
#guitars {
	position:relative;
	color:#333030;
	font-size:11px;
	line-height:18px;
}
.home-thumbnails {
	position:relative;
	float:left;
	width:88px;
	height:55px;
	border:2px solid #c0c087;
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* GALLERY */
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	padding-top:10px;
	width:960px;
	font-size:11px;
	color:#939174;
	padding-bottom:40px;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#footer-right a:link,
#footer-right a:visited {
	color:#939174;
	text-decoration:none;
}
#footer-right a:hover {
	color:#939174;
	text-decoration:underline;
}
#guarantee {
	position:relative;
	clear:both;
	font-size:11px;
	color:#51311f;
	padding:10px 0px;
}
/* GLOBAL */	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
	list-style-image:url(..images/bullet.gif);
}
ul li, 
ol li{
	margin-bottom:8px;
	list-style-image:url(..images/bullet.gif);
}
.line {
	height:2px;
	margin:2px 0px 5px 0px;
	border-bottom:1px solid #c4c4a0;
}