/*
Theme Name: G-S.COM
Theme URI: http://www.gym-style.com
*/


* { margin: 0; padding: 0; }
p {padding-top:10px;}
.clearboth {clear: both;}

/****************************************************** 
						H Tags
******************************************************/	
h1 {}
h2 {margin-top: 30px;}
h3 {margin-top: 30px;}
h4 {}
h5 {}
h6 {}


/****************************************************** 
					INLINE LINKS
******************************************************/	
a{color:#7dca22; text-decoration:none; outline:0;}
a:hover{color:#41d3d8; text-decoration: underline;}
a:active{outline: none;}
a img{outline: none; border: 0px; text-decoration:none;}
a:hover img{outline: none; border: 0px; text-decoration:none;}

/****************************************************** 
					BODY/STRUCTURE
******************************************************/	

html {
	margin:0px;
	padding:0px;
	font-family:Arial;
	letter-spacing:normal;
	background: #000;
	}
	
body {
	padding: 0;
	margin: 0;
	background:url("images/bg.jpg") #000 no-repeat 0px 0px;
	background-attachment: fixed;

	font-family:arial;
	letter-spacing:normal;
	color:#fff;
	font-size:20px;
	letter-spacing: -1px;
	line-height: 23px;
	}

.wrapper {
	width:908px;
	margin:auto;
	}
	
/****************************************************** 
						HEADER
******************************************************/		

#header {
	background: url("images/white.png") repeat 0px 0px;
	height: 390px;
	width: auto;
	}
#header a.btn_facebook{
	display: block;
	width: 167px;
	height: 55px;
	float: right;
	background:url("images/facebook.png") no-repeat 0px 0px;
	text-indent: -9999px;
	}
#header h1.logo{
	clear: both;
	padding-top: 40px;
	margin: auto;
	}
#header h1.logo a{
	margin: auto;
	display: block;
	width: 518px;
	height: 168px;
	background:url("images/logo.png") no-repeat 0px 0px;
	text-indent: -9999px;
	}
	
/****************************************************** 
						NAV
******************************************************/		

.tabs{
	height:60px;
	width:700px;
	list-style-type:none;
	margin: auto;
	margin-top:65px;
	margin-left: 250px;
	position:relative;
	}
.tabs li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
	
.tabs a {
	float:left;
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	letter-spacing: -1px;
	margin:14px 20px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
.tabs a.current, .tabs a.current:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("images/bg_black_transparent.png") repeat 0px 0px;
	color:#a5cc16; 
	}
.tabs a:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("images/bg_black_transparent3.png") repeat 0px 0px;
	color:#a5cc16; 
	}	
	
	
	
/****************************************************** 
					CONTENT STRUCTURE
******************************************************/		
	
#content {
	background: url("images/bg_black_transparent.png") repeat 0px 0px;
	width: auto;
	font-family:Verdana;
	margin-top: 0px;
	clear: both;
	font-size: 13px;
	line-height: 20px
	}


	
/* tab pane */
div.panes > div {
	display:none;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:45px 0px;
	}


		
/****************************************************** 
					Footer
******************************************************/		
.footer{
	border-top:1px solid #1f1f1f;
	padding: 20px 40px;
	font-size: 11px;
	letter-spacing: normal;
	text-align: center;
	}	
	
