body {
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background:url("/images/bg_gradient.png") repeat-y scroll center top transparent;
}

#logo {
	float: left;
	width: 280px;
	height: 100px;
}

#navigation {
	height: 100px;
	width: 613px;
	padding-bottom: 1px;	
}

#socialNavigation {
	
}

#facebookLike {
	float: right; 
}

#primaryNavigation {
	margin-top: 15px;
}

#flash {
	height: 200px;
	background: url('/images/homepage-header.png') no-repeat center;
}

#smallFlash {
	width: 725px;
	height: 200px;
	float: left;
}

.aboutUsHeader {
	background: url('/images/aboutUsHeader.png') no-repeat;
}

.bioSignatureHeader {
	background: url('/images/bioSignatureHeader.png') no-repeat;
}

.personalTrainingHeader {
	background: url('/images/personalTrainingHeader.png') no-repeat;
}

.supplementsHeader {
	background: url('/images/supplementsHeader.png') no-repeat center;
}

.fireHeader {
	background: url('/images/fireHeader.png') no-repeat center;
}

.defaultSmallHeader {
	background: black url('/images/smallPlacement.png') no-repeat center;
}

#contentWrapper {
	float: left;
	width: 715px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

.content img {
	width: 400px;
	padding-bottom: 3px;
}

ul.tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 14px;
	background: #e0e0e0;
}

ul.logos {
	float: right;
}

ul.logos li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

ul.logos li a {
	text-decoration: none;
}

ul.links {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 12px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.links li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}

ul.links li a, ul.tabs li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	outline: none;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/	
}

ul.links li a:hover, ul.tabs li a:hover {		
	background: #ccc;
}

ul.links li.active, ul.links li.active a:hover, ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
}

ul.links .menu-175 {
	width: 75px;
	overflow: hidden;
	background-image:url('/images/fireMenuIcon2.jpg');
	background-color: black;
}

ul.links .menu-175 a:link, ul.links .menu-175 a:visited, ul.links .menu-175 a:hover, ul.links .menu-175 a:active, ul.links .menu-175 li.active {
	background-image:url('/images/fireMenuIcon2.jpg');
	background-color: black;
}

#copyright {
	color: silver;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	height: 550px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.module {
	width: 333px;
	height: 350px;
	border: solid 1px black;
	background: gray;
}

.moduleHeader, .rightsideModuleHeader {
	color: #fff;
        background-color: #333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.moduleContent, .rightsideModuleContent {
	overflow: hidden;
	color: black;
	padding: 5px;
}

.white {      background-color: white;   }
.firebrick {  background-color: #800517; }
.red {        background-color: #FF0000; }
.gray50 {     background-color: #747170; }
.royalBlue4 { background-color: #15317E; }
.royalBlue2 { background-color: #2B65EC; }

.testimonials img {
	width: 330px;
	float: left;
	padding-left: 2px;
	padding-bottom: 3px;
}

.small-testimonials img {
	width: 120px;
	float: left;
	padding-right: 5px;
}

.rightsideModuleContent {
	font-size: 15px;
}

.rightsideModuleContent ul {
	list-style: none;
}

.rightsideModuleContent ul a {
	text-decoration: none;
}

#rightside {
	width: 273px;
	height: 750px;
	position: relative;
	top: -200px;
	float: right;
	background: gray;
}

.rightsideModule {
	height: 248px;
	background: gray;
	border: solid 1px black;
}

.adPlacement {
	padding: 0px;
	width: 271px;
	height: 248px;
}

.extraContent {
	display: none;
}

.extraContent img {
	width: 350px;
}

.right {
	float: right;
	padding-left: 5px;
}

.left {
	float: left;
	padding-right: 5px;
}

.imageBlock {
	padding-left: 82px;
}

.supplementImages {
	width: 550px;
} 

.clearAll {
	clear: both;
}

.transparent {
   filter:alpha(opacity=20); 
   -moz-opacity: 0.2; 
   opacity: 0.2; 
}
