	* { margin:0px; padding:0px;}
	img { border:none;}
	body { background:url(images/bg-body.jpg) top center no-repeat #000; font-family:Arial, Helvetica, sans-serif; color:#cfcfcf; font-size:14px;}
	h1 { font-family: 'Lora', serif; font-weight:normal; margin-bottom:20px; text-transform:uppercase; }
	h2 { font-family: 'Lora', serif; font-weight:normal; text-transform:uppercase; margin-bottom:15px}
	h3 { text-transform:uppercase; color:#999; font-family: 'Lora', serif; font-size:14px; font-weight:normal;}
	a { text-decoration:none; color:#F4F4F4;}
	
	#wrapper { width:1000px; margin-left:auto; margin-right:auto;}
	
	#content {  margin-top:55px; min-height:670px; color:#606060; }
	
	#col1 {width:580px; float:right; margin-right:25px;  padding-top:5px; line-height:18px;}
	
	#nav {font-family: 'Lora', serif; font-size:16px; color:#b0a699; text-transform:uppercase;  height:25px; margin-top:37px;}
	#nav li { padding:0px 25px 0px 25px; border-right:1px solid #b0a699; float:left; list-style:none; letter-spacing:3px;}
	#nav a li {color:#b0a699;}
	#nav a li:hover {color:#f7a80c;}
	
	#tabswrap { margin-bottom:20px; color:#cfcfcf;}
	
	.priceBox { font-size:12px; width:215px;}
	.price { border-top:1px solid #f6a70c; line-height:18px; list-style:none; padding:5px 5px 5px 5px;}
	.price strong { font-weight:normal; font-size:22px;}
	.panes a { color:#FFF;}
	
	.tabTitle { font-size:18px; text-transform:uppercase; font-family: 'Lora', serif;}
	
	#footerWrap { background:#000; color:#3f3f3f; text-transform:uppercase; clear:both; padding-top:20px; height:100px;}
	#footerWrap li { list-style:none; font-size:12px; float:left; border-right:1px solid #3f3f3f; padding-left:20px; padding-right:20px;}
	#footerWrap a {color:#3f3f3f;}
	#footerWrap a:hover {color:#fff;}
	#footerWrap img { float:right; margin-left:20px;}
	
	input { padding:2px; border-radius:3px; -moz-border-radius:3px; border:#333; width:180px; margin-bottom:3px}
	textarea { padding:2px; border-radius:3px; -moz-border-radius:3px; border:#333}
	label { font-size:10px;}
	
	
	/* tab pane styling */
.panes div {
	display:none;		
	padding:35px 20px;
	border:1px solid #000;
	border-top:0;
	min-height:280px;
	height:auto;
	font-size:14px;
	background:url(images/bg-tabs-body.png) top left repeat;
}


