
/********
Author: Justin Hubbard
Copyright eLIONweb 2011
Website: http://www.elionweb.com
envato profile: http://www.codecanyon.com/user/eLION
*************/
/****** IMPORTANT! Please review ie.css and compare to this stylesheet before making changes that will effect IE ********/

/******  This imports other stylesheets so you don't have to call them in an html file *****/


body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	
}

p, .tab-content li, h1, h2, h3{ 
    margin-bottom: 10px;
}

a{
	text-decoration:none; 
	color:#EFD24A;
}

a:hover{
	color:#AF9B41;
}

.tab-container h3{ 
	font-size:147%;
	color:#EFDFB3;
}
.tab-container p {
	color: #e7e7e7;
}


#container{ 
	margin:0 auto; 
	width:480px; 
	margin-top:4%;
}

.tab-container {
	position: relative; 
	width: 100%; 
	z-index:0;
}





.tab-container > div { 
	display: inline; 
}

.tab-container > div > a {  
	position: relative !important; 
	text-decoration: none; 
	color: #D7D7D7; 
	display: inline-block;
	padding: 4px 14px; 
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:2px;
	background: #4C4648; 
	background: -moz-linear-gradient(top, #4C4648 0%, #474344 52%, #2F2D2E 100%); 
	background: linear-gradient(top, #4C4648 0%, #474344 52%, #2F2D2E 100%); 
	-pie-background: linear-gradient(top, #4C4648 0%, #474344 52%, #2F2D2E 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4C4648), color-stop(52%,#474344), color-stop(100%,#2F2D2E)); 
	/** filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4648', endColorstr='#2F2D2E',GradientType=0 ); **/ 
	border:dashed 2px #CFA840;
	padding: 4px 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 0px;
	border-radius: 3px;
    text-shadow: 0 -1px 0 #000000;
	-moz-box-shadow: 0 4px 10px -5px #000000;
	box-shadow: 0 4px 10px -5px #000000;
	-webkit-box-shadow: 0 4px 10px -5px #000000;
}

.tab-container > div:not(:target) > a {
}	

.tab-container > div:target > a { 
    background: none repeat scroll 0 0 #948a81;
    text-shadow: 0 1px 0 #4C4648;
}	

.tab-container > div > div { 
	background: #fff; 
	 
	 
	 
	
	/** filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4648', endColorstr='#2F2D2E',GradientType=0 ); **/ 
	
}	
.tab-container > div:not(:target) > div { 
	position: absolute; 
}

.tab-container > div:target > div { 
	position: absolute; 
	z-index: 3 !important;  
}

div.tab-content{ 
	

}
	
.tab-content img{ 
	margin:0 auto; 
	display:block; 
	padding-bottom: 20px;
    padding-top: 10px;
}

