/* 
PR Hance Guitars
Author: Tristan Duncan - Colourspace Web & Graphic Design - http://www.colourspace.net.au
Copyright 2009 PR Hance Guitars - All Rights Reserved
*/

/* ------------------- SETUP ------------------- */

body {
	background-color:#fff;
	margin: auto;
	width:100%;
	}
	
body p {
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.5;
	color:#6c6c6c;		margin-top:10px;
	}	body h1, h2 {	font-family:tahoma, verdana, arial, sans-serif;	font-size:20px;	font-weight:bold;	line-height:2;	color:#2d2d2d;	}
.content {
	width:830px;
	margin:0 auto;
	position:relative;
	}

a:link,a:active,a:visited { text-decoration: none; color : #FF0000; }
a:hover		{ text-decoration: none; color : #000000; }

/* ------------------- HEADER ------------------- */
	
#header_content {
	height:140px;
	}
	
#header_content h1 {
	float:right;
	width:403px;
	margin-top:30px;
	}
	
#header_content h1 a {
	display:block;
	height:95px;
	position:relative;
	left:-3px;
	text-indent:-10000px;
	background-image:url('../img/prhance.png');
	background-repeat:no-repeat;
	}

/* MENU */
	
#nav {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
	width:830px;
	height:40px;
	border-left: 1px solid #c4c4c4;
	text-align:center;
	}
	
#nav li{
	float:left;
	width:137px;
	height:40px;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:18px;
	text-align:center;
	line-height:40px;
	font-weight:normal;
	border-right: 1px solid #c4c4c4;
	}
	
#nav li a{
	display:block;
	color:#6c6c6c;
	text-decoration:none;

	}
	
#nav li a:hover {
	color:#000;		border-top: 3px solid #fff;
	}
	
	
/* ------------------- FEATURE ------------------- */	

#feature {
	clear:both;
	background-color:#000;
	height:400px;
	width:100%;
	overflow:hidden;
	}
	
#feature_content {	position:relative;
	width:1200px;	margin: 0 auto;
	}
  	 
/* ------------------- MAIN CONTENT ------------------- */

#wrapper {
	background-image:url('../img/mainbg.gif');
	background-repeat:repeat-y;
	background-position:left;
	width:830px;
	height:100%;
	padding-bottom:30px;
	}
	
#main_content {
	width:680px;
	position:relative;
	left:150px;
	top:30px;
	padding-bottom:20px;
	}	
  	
/* ------------------- FOOTER ------------------- */	
		
#footer {
	clear:both;

	}
	
#footer_content {
	padding-top:40px;
	min-height:50px;
	background-image:url('../img/mainbgend.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	}
	
#footer_content p {
	font-size:10px;
	color:#a0a0a0;
	}
	
