@charset "UTF-8";
/* CSS Document */


html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background:#EEEEEE;
}

#header{
	height:122px;
	width:100%;
	background:url(../images/layout/header-bg.jpg) top repeat-x;
	
}
	#inner-header{
		height:122px;
		width:100%;
		background:url(../images/layout/header-logo.jpg) top right no-repeat;
	}
#footer{
	height:119px;
	width:100%;
	position:absolute;
	bottom:0 !important;
	bottom:-1px;
	background:url(../images/layout/footer-bg.jpg) top repeat-x;
	color:#999999;
}
	#inner-footer{
		height:119px;
		width:100%;
		background:url(../images/layout/footer-guitar.jpg) top left no-repeat;
	}
	#inner-in{
		height:119px;
		width:100%;
		background:url(../images/layout/footer-blocks.jpg) top right no-repeat;
	}
		#footer p{
		margin:0;
		padding:22px 0px 10px 0px;
		text-align:center;
		font-size:11px;
		}
#container{
	width:100%;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content{
	padding-bottom:119px;	
}
#wrap{
	margin:auto;
	width:810px;
	padding:20px 15px 20px 15px;
	position:relative;
}
	#language{
		height:20px;
		width:200px;
		text-align:right;
		position:absolute;
		top:10px;
		right:25px;
		color:#AB3D1B;
		
	}
#menu{
	margin:auto;
	width:800px;
	padding:10px 0px 10px 0px;
	height:20px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
}
	
#flash{
	height:160px;
	width:840px;
	margin:auto;
	background:url(../images/BannerPlaceholder.jpg) no-repeat;
}

#gallery{
	width:840px;
	height:450px;
	padding-bottom:15px;
	margin:auto;
}
#factory{
	width:840px;
	height:450px;
	padding-bottom:5px;
	margin:auto;
}


/*floats*/
#float-wrap{
	overflow:hidden;
	width:100%;
}
	#float{
		float:left;
		width:33%;
		height:100%;
	}
	#float-half{
		float:left;
		width:50%;
		height:100%;
	}
	#float-wood{
		float:left;
		width:35%;
		height:100%;
	}
	#float-60{
		float:left;
		width:60%;
		height:100%;
	}
	#float-40{
		float:left;
		width:40%;
		height:100%;
	}


/*guitars*/


#guitar{
	height:515px;
	width:92px;
	background: url(../images/layout/guitars/01.png) left center no-repeat;
	position:absolute;
	left:0px;
	top:20%;
	z-index:1000;
}

/*text/fonts*/
.regular{
	width:500px;
	text-align:justify;
}
.white-bg{
	width:500px;
	background:#FFF;
	padding:10px 5px 10px 5px;
	text-align:justify;
}
.white{
	width:500px;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
}
.form{
	color:#AB3D1B;
}
.quote{
	font-size:28px;
}
.quote-bg{
	width:310px;
	background:url(../images/layout/quote-bg.jpg) top repeat-x;
	padding:10px 5px 10px 5px;
	list-style:none;
}

/*links*/

a{
	color:#AB3D1B;
	text-decoration:none;
}
a:hover{
	color:#AB3D1B;
	text-decoration:underline;
}

#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:#AB3D1B;
	text-decoration:none;
}
#menu a{
	color:#AB3D1B;
	text-transform:uppercase;
	text-decoration:none;
}
#menu a:hover{
	color:#666666;
	text-transform:uppercase;
	text-decoration:none;
}

#wood img{
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	text-decoration: none;
}
#wood img:hover{
	color: #AB3D1B;
	border: 2px solid #AB3D1B;
	text-decoration: none;
}

#language a{
	color:#666666;
	text-decoration:none;
}
#language a:hover{
	color:#AB3D1B;
	text-decoration:none;
}
