/*
Fitniks 1.0, main styles
*/

@import "interior.css";


#content-container{
	background: url(../images/interior_green_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#abb419;
	}
#content{
	background: url(../images/interior_green_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left:240px;
	padding-bottom:150px;
	}

h4{
	color:#fff;
	text-transform:uppercase;
	/*color:#e2ea7a;*/
	}	
hr {
	background-image: url(../images/hrdivide_green.gif);
	background-color:transparent;
	background-repeat: no-repeat;
	background-position:bottom;

	}	
/*links--------------*/
 #content a{		
	text-decoration:none;
	font-weight:bolder;
	font-size: 13px;
	text-transform:uppercase;	
	color:#fff;
	}
 .top {
	background: url(../images/med_arrows_green.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:20px;
}
.divider{
	background-image: url(../images/hrdivide_green.gif);
	background-color:transparent;
	background-repeat: no-repeat;
	background-position:center;
}
h5{
	font-weight:bolder;
	font-size: 13px;
	color:#fff;
	text-transform:uppercase;
	}
/*unique linklists-----------------------------------*/	

 #content a,
 #content a{	
	background-image: none;
	text-decoration:none;
	font-weight:bolder;
	font-size: 12px;
	/*color:#fff;*/		
}
 #content a:hover,
 #content a:hover{	
	color:#fbe25b;
}

 #content p,
 #content p{
	margin-bottom:10px;
}
#content img,
#content img{
	}
body.photogallery #content img{
	margin-bottom:5px;
}	
/* -- [form] ---------------------------------------------------------------------- */

fieldset{
border:none;
}
fieldset label{

float:left;
width:30%;
margin-right:10px;
text-align:right;
}

fieldset div{
margin-bottom:15px;
margin-right:5px;
clear:left;
}
textarea{
vertical-align:top;
width:250px;
height:105px;
}
input[type="text"]{
display:inline;
width:250px;
}

.formControls{
padding-left:150px;
}



/* -- [faqpod] -------------------------------------------------------------------- */
.faqPod {
}
.faqPod h4{
	margin-bottom:5px;
}
.faqPod p span{
	font-weight:bolder;
	font-size: 13px;
	color:#fff;
	text-transform:uppercase;

}

/* -- [subnav] -------------------------------------------------------------------- */


#subnav {
	font-weight:bolder;
	font-size: 10px;
	text-transform:uppercase;
	clear:both;
	background: url(../images/subnav_bar.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	text-align:center;
	height:21px;
	width:729px;
	background-color:#fbe25b;
	}
#subnav ul {
	padding-top:8px;
	}	
#subnav li{
	display: inline;
	margin-left:20px;
	margin-right:20px;
}
#subnav a{
	color:#b2bb1d;
	text-decoration:none ;
}
#subnav a:hover{
	color:#f4953f;
	
}
body.details           #subnav li.details      a, 
body.whybuy            #subnav li.whybuy       a, 
body.people            #subnav li.people       a,
body.faqs              #subnav li.faqs         a,
body.application       #subnav li.application  a,
body.login             #subnav li.login        a{
	color:#f4953f;
}


	


	



