/* CSS Document */
html, body {
	background-color:#EE0F0F;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}

img { border:0px; }

a:link, a:visited {
	color:#EE100F;
	text-decoration:none;
}

a:hover {
	color:#EE100F;
	text-decoration:underline;
}

#container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#clear {
	clear:both;
}

#homehero {
	position:relative;
	z-index:888;
	background-image:url(../img/homehero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#articleshero {
	position:relative;
	z-index:888;
	background-image:url(../img/articleshero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#corporatehero {
	position:relative;
	z-index:888;
	background-image:url(../img/corporatehero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#martialartshero {
	position:relative;
	z-index:888;
	background-image:url(../img/martialartshero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#comichero {
	position:relative;
	z-index:888;
	background-image:url(../img/comichero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#contacthero {
	position:relative;
	z-index:888;
	background-image:url(../img/contacthero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#childrenhero {
	position:relative;
	z-index:888;
	background-image:url(../img/childrenhero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#oneononehero {
	position:relative;
	z-index:888;
	background-image:url(../img/oneononehero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#groupfitnesshero {
	position:relative;
	z-index:888;
	background-image:url(../img/groupfitnesshero.jpg);
	background-repeat:no-repeat;
	height:407px;
	width:1000px;
}

#content {
	width:732px;
	padding-left:20px;
	padding-right:20px;
	margin-top:-360px;
	background-color:#FFFFFF;
	background-image:url(../img/WhiteCellBacking.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	height:900px;
}

#pagetextHome {
	position:relative;
	float:left;
	z-index:998;
	width:470px;
	
	margin-top:370px;
}

#pagetextOther {
	position:relative;
	float:left;
	z-index:998;
	width:470px;
	
	margin-top:300px;
}

#pagetextOther.fullpage {
	width:730px;
}

#photos {
	position:relative;
	float:left;
	z-index:999;
	height:470px;
	width:206px;
	
	margin-top:200px;
	margin-left:36px;
	
	color:#EE100F;
	font-weight:bold;
	text-align:center;
}

.standoutRed {
	color:#EE100F;
	font-weight:bold;
}

/* MENU HOVERS */
#homeButton {
	position:relative;
	float:left;
	width:54px;
	height:25px;
	top:289px;
	left:70px;
}

#healthfitnessButton {
	position:relative;
	float:left;
	width:150px;
	height:46px;
	top:244px;
	left:110px;
	z-index: 8900000000;
}

#martialartsButton {
	position:relative;
	float:left;
	width:150px;
	height:46px;
	top:209px;
	left:150px;
}

#corporateButton {
	position:relative;
	float:left;
	width:90px;
	height:35px;
	top:174px;
	left:154px;
}

#contactButton {
	position:relative;
	float:left;
	width:68px;
	height:28px;
	top:149px;
	left:192px;
}

#articlesButton {
	position:relative;
	float:left;
	width:71px;
	height:28px;
	top:124px;
	left:234px;
}

#comicButton {
	position:relative;
	float:left;
	width:54px;
	height:24px;
	top:99px;
	left:284px;
}

/*Drop Down Divs*/
#HealthFitnessDropDown {
	position:absolute;
	display:none;
	z-index:999;
	background-image:url(../img/menuimg/healthDropDownBacking.gif);
	background-repeat:no-repeat;
	float:left;
	width:126px;
	height:184px;
	top:264px;
	left:177px;	
}

#OneOnOneBtn {
	padding-top:29px;
	padding-left:1px;
}

#GroupFitness {
	padding-left:1px;
}

#ChildrenFitness {
	padding-left:1px;
}

#ComingSoonOver {
	background-image:url(../img/menuimg/comingSoonOver.gif);
	background-repeat:no-repeat;
	position:absolute;
	display:none;
	z-index:999;
	width:126px;
	height:81px;
	top:30px;
	left:830px;
}

/*comic stuff*/
.comicthumb {
	float:left;
	padding:2px;
	border:1px solid #000;
	margin:40px 43px 0 42px;
}

p.comic-caption {
	margin:6px 43px 0 42px;
	width:150px;
	text-align:center;
	font-size:12px;
	float:left;
}

.blankthumb {
	background-color:#000;
	width:150px;
	height:200px;
}

/*popuplink*/
p#sweat {
	display:none;
	float:left;
	width:180px;
	border:5px solid #EE100F;
	padding:10px;
	margin:0 120px 10px 120px;
}