@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(../img/smokeBackground.jpg) top center repeat-y;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
}
#wrapper {
	margin:auto;
}
/**** Header styles ****/

.logo {
	width:300px;
	height:100px;
	clear:none;
	float:left;
	text-align:left;
}
.logo a {
	width:300px;
	height:40px;
	display:block;
	padding:40px;
}
.logo span {
	display:none;
}
/**** Top callout styles ****/

#topCallout {
	background: url(../img/topBackground.jpg) top center no-repeat;
	min-height:600px;
  	height:auto !important;
  	height:600px;

}
.topCalloutContent {
	width:910px;
	color:#FFF;
	margin:auto;
	text-align:right;
	letter-spacing:1px;
}
.topContact {
	padding:60px 30px;
	font-size:16px;
}
#topFlashBtn {
	margin-top:330px;
	height:140px;
	margin-right:15px;
}
/**** Bodybuilder callout styles ****/


#bodyBuilderCallout {
	width:920px;
	margin:auto;
	margin-top:25px;
	display:block;
}
#bodyBuilderCallout h2 {
	background:url(../img/bodyBuilderHdr.gif) no-repeat;
	display:block;
	height:33px;
	width:920px;
	padding:0px;
	margin:0px;
}
#bodyBuilderCallout h2 span {
	display:none;
}
#bodybuilderContent {
	background:#720000 url(../img/bodyBuilderBackground.jpg) repeat-x;
	margin:0px;
}
#videoThumbContainer {
	width:490px;
	display:inline-block;
	float:left;
}
.videoBox {
	width:155px;
	height:170px;
	min-height:170px;
	background:#000;
	display:inline-block;
	margin:3px;
	clear:none;
	float:left;
	text-align:center;
}
.videoThumb {
	margin-top:5px;
}
.videoTitle {
	display:block;
	background:#333;
	text-transform: capitalize;
	color:#fff;
	font-size:10px;
	padding:2px 5px;
	text-align:left;
}
.videoDescription {
	font-size:10px;
	color:#fff;
	text-align:left;
	padding:2px 5px;
	display:block;
}
.videoTitle a, .videoDescription a {
	display:block;
}
#videoContainer {
	padding-top:20px;
	margin-left:7px;
	display:inline-block;
}
#videoCallToAction {
	background:url(../img/videoSubmitBackground.jpg) no-repeat;
	display:block;
	margin-top:10px;
}
#videoCallToAction a {
	padding:17px 70px 16px 200px;
	text-align:right;
	display:block;
	height:35px;
}
/**** A New Approach ****/

#newApproachCallout {
	width:920px;
	margin:auto;
	margin-top:35px;
	display:block;
}
#newApproachCallout h2 {
	background:url(../img/newApproachHdr.gif) no-repeat;
	display:block;
	height:32px;
	width:920px;
}
#newApproachCallout h2 span {
	display:none;
}
#newApproachContent {
	background:url(../img/approachBackground.gif) top left no-repeat;
	padding:30px 170px 20px 150px;
	line-height:24px;
	font-size:18px;
	min-height:340px;
  	height:auto !important;
  	height:340px;

	
}
.approachAttn {
	color:#FF0;
	font-weight:bold;
	padding-left:100px;
}
/**** Animation ****/

#animationCallout {
	width:920px;
	margin:auto;
	margin-top:25px;
	display:block;
}
#animationCallout h2 {
	background:url(../img/secretHdr.gif) no-repeat;
	display:block;
	height:31px;
	width:920px;
}
#animationCallout h2 span {
	display:none;
}
#animationContent {
	padding:20px;
	line-height:24px;
	font-size:18px;
	border:1px solid #cc0000;
}
#animation {
	width:500px;
	height:500px;
	float:left;
	margin-right:10px;
}
.yellow {
	color:#FF0;
}

.bigCaps {
		text-transform: capitalize;
		font-size:24px;
		font-weight:bold;
}

.right {
	text-align:right;
	margin-top:20px;
}

.caption {
	font-size:10px;
	line-height:normal;
	
}


/**** QA ****/

#qaCallout {
	width:920px;
	margin:auto;
	margin-top:30px;
	display:block;
}
#qaCallout h2 {
	background:url(../img/qaHdr.gif) no-repeat;
	display:block;
	height:29px;
	width:920px;
}
#qaCallout h2 span {
	display:none;
}
#qaContent {
	background:#000 url(../img/qaBackground.jpg) bottom right no-repeat;
	padding:40px 20px;
	line-height:24px;
	font-size:18px;
	border:1px solid #cc0000;
}

.title {
	background:url(../img/questionBackground.jpg) no-repeat;
	height:27px;
	display:block;
	padding:4px 60px;
	color:#FF0;
}

.content {
	padding:0px 20px 10px 10px;
	
	
}

/**** Bottom Call to Action ****/

#bottomCallout {
	background:url(../img/bottomCallBackground.gif) 0px 25px no-repeat;
	width:920px;
	margin:auto;
	margin-top:25px;
	margin-bottom:20px;
	font-size:12px;
}
#bottomCallout h2 {
	display:block;
}
#bottomCallout h2 span {
	display:none;
}

#bottomFlashBtn {
	margin:0px;
	height:140px;
	width:330px;
	float:right;
}

.bottomContact {
	padding:140px 100px 0px 130px;
	float:left;
}


#footer{
	text-align:right;
	display:block;
	
}

#footer img {
	padding:10px;	
	
}

.isaLogo {
	float:right; 
	width:200px;
}

/**** Link styles ****/

a {
	color:#ffff00;
	text-decoration:none;
}
.white {
	color:#fff;
}

.red  {
	color:#f00;
}
/**** Clear style ****/

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
