@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------
Internal Page Style Sheet - Maverick Muscle (Get Me Fit Nia)

Version: 1.0
Author: Sherman Edwards, Formula 81 Interactive, LLC
Email: sherman.edwards@formula81interactive.com
Client: http://www.getmefitnia.com
-------------------------------------------------- */

/* Typography
---------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;
}

#serviceContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#serviceContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#serviceContent p {
	line-height: 16px;
}

#serviceContent a {
	color: #dddddd;
	text-decoration: none;
}

#serviceContent a:hover {
	color: #eced00;
}

#bioContent p {
	line-height: 17px;
	color: #ffffff;
}

#bioContent a {
	color: #ffffff;
}

#bioContent a:hover {
	color: #eced00;
}

#quote {
	font-weight: bold;
}

#contactFormWrapper legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

#contactFormWrapper label {
	color: #ffffff;
}

#contactFormWrapper input, textarea {
	color: #ffffff;
}

#pressContent p {
	line-height: 17px;
}

#contactContent a {
	color: #ffffff;
}

#contactContent a:hover {
	color: #eced00;
}

#contactContent a:visited {
	color: #ffffff;
}


#contactContent p {
	line-height: 17px;
}

#contactContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#name {
	font-weight: bold;
	margin: 0 0 0 40px;
}

#footer {
	text-align: center;
}

#footerFix {
	text-align: center;
}

#footer-text {
	font-size: 10px;
	color: #dddddd;
}

#nutritionContent p {
	line-height: 15px;
}

#secondaryContent #leftContent p{
	line-height: 17px;
}

#secondaryContent #leftContent a{
	color: #ffffff;
}

#secondaryContent #leftContent a:hover{
	color: #eced00;
}

#secondaryContent #leftContent a:visited{
	color: #ffffff;
}

#rightContent p {
	line-height: 17px;
}

/* Layout - Major Sections
---------------------------------------------------*/

body {
	background: #000000 url(../images/outside_image.gif) repeat-x;
	margin: 20px 0 0 0; /* Always explicity define margins and padding - do not let browser assume */
	padding: 0;
}

#outside_container {
	width: 800px;
	margin: 0 auto; /* This centers background  */
	padding: 0;
	background: url(../images/background_image2.jpg) no-repeat;
}

/***************Navigation Section***************/

#internalNav {
	background: url(../images/internal_nav.jpg) no-repeat;
	width: 469px;
	height: 62px;
	margin: -125px 0 0 309px;
	padding: 0;
	position: relative;
}

#internalNav span {
	display: none;
}

#internalNav li, #internalNav a {
	height: 62px;
	display: block;
}

#internalNav li {
	float: left;
	list-style: none;
	display: inline;
}

#navHome { width: 69px; }
#navServices { width: 94px; }
#navNutrition { width: 110px; }
#navPress { width: 70px; }
#navBio { width: 46px; }
#navGallery { width: 80px; }

#navHome a:hover { background: url(../images/internal_nav.jpg) 0px -62px no-repeat; }
#navServices a:hover { background: url(../images/internal_nav.jpg) -69px -62px no-repeat; }
#navNutrition a:hover { background: url(../images/internal_nav.jpg) -163px -62px no-repeat; }
#navPress a:hover { background: url(../images/internal_nav.jpg) -273px -62px no-repeat; }
#navBio a:hover { background: url(../images/internal_nav.jpg) -343px -62px no-repeat; }
#navGallery a:hover { background: url(../images/internal_nav.jpg) -389px -62px no-repeat; }

/***************End of Navigation Section***************/

#serviceContent {
	/*width: 746px;*/
	height: 100%;  /* Use precentage to expand with the content */
	margin: 100px 27px 50px 27px;
	padding: 15px; 
	background: #494949 url(../images/background_content.jpg) no-repeat;
}

#serviceContent #intro {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}

#serviceContent ul {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}

#serviceContent li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#serviceContent h2 {
	clear: both;
	margin: 0 0 0 10px;
	padding: 60px 0 0 0;
}

#serviceContent p{
	margin: 10px 0 0 10px;
	padding: 0;
}

#bioContent {
	margin: 100px 20px 20px 20px;
	padding: 0 0 50px 0;
	width: 760px;
	height: 100%;
	background: url(../images/bio_background.jpg) no-repeat;
}

#bioContent p{
	margin: 0;
	padding: 20px 320px 0px 15px;
}

#contactContent {
	height: 100%;
	margin: 100px 27px 50px 27px;
	padding: 15px;
	background: #494949 url(../images/contact_background.jpg) no-repeat;
}

#gallery {
	height: 100%;
	margin: 100px 20px 50px 20px;
	padding: 17px 0 20px 59px;
	background: url(../images/background_gallery.jpg) no-repeat;
}

#pressContent {
	height: 100%;
	margin: 100px 27px 50px 27px;
	padding: 15px;
	background: #494949 url(../images/contact_background.jpg) no-repeat;
}

#videoPlayer {
	height: 100%;
	margin: 70px 0 25px 14px;
	padding: 23px 0 25px 25px;
	background: url(../images/background_video.jpg) no-repeat;
}

#youTube {
	height: 100%;
	margin: 10px 0 10px 125px;
	padding: 22px 0 20px 21px;
	background: url(../images/background_youTube.jpg) no-repeat;
}

#footer {	
	margin: -35px 0 0 0;
	padding: 25px 0 160px 0;
	background: url(../images/footer_internal.jpg) no-repeat;
}

#footerFix {
	clear:both;
	/*display: inline-block; /* FIX:  Float clearing in IE Hack - NOT GOOD SOLUTION Error in Safari and Firefox*/
	margin: -35px 0 0 0;
	padding: 12px 0 160px 0;
	background: url(../images/footer_internal.jpg) no-repeat;
}


#nutritionContent {
	height: 100%;
	margin: 100px 27px 0 27px;
	background: #494949 url(../images/background_nutrition.jpg) no-repeat;
}

#nutritionContent p {
	margin: 0;
	padding: 130px 70px 100px 70px;
	text-indent: 100px;
}

#secondaryContent #leftContent {
	float: left;
	width: 368px;
	margin: -20px 0 20px 27px;
	padding: 105px 0 207px 15px;
	background: #494949 url(../images/background_left.jpg) no-repeat;
}

#secondaryContent #leftContent p{
	margin: 0;
	padding: 0 30px 0 0;
}

#rightContent {
	float: left;
	width: 363px;
	margin: 0 0 80px 0;
	padding: 0 0 0 0;
	background: #494949 url(../images/background_right.jpg) no-repeat;
}

#rightContent p {
	margin: 70px 5px 22px 2px;
	padding: 10px 5px 5px 10px;
	background: #000000;
}




/* General Elements - Images, Headlines, etc.
---------------------------------------------------*/

#title {
	margin: 15px 0 0 -52px;
	padding: 0;
	position: relative; /* :FIX Had to be relative to make navigation align correctly (FIREFOX fix, IE ok with absolute) */
}

#serviceTitle {
	margin: 70px 0 0 70px;
	padding: 0 0 10px 0;
}

#definition {
	margin: 0;
	padding: 10px 0 0 13px;
}

#blockQuote {
	margin: 0;
	padding: 15px 10px 0 10px;
}

#certs {
	margin: 80px 0 0 -100px;
}

#myspace {
	position: absolute;
	margin: 83px 0 0 0;
	padding: 0;
	border: none;
}

#factLabel {
	margin: 80px 0 0 93px;
	padding: 0;
}

/***************Contact Form***************/

#contactFormWrapper form {
	margin: 0 0 0 0;
	padding: 0;
}

#contactFormWrapper fieldset {
	/*border: none;*/
	border-color: #333333;
	padding: 5px;
}

#contactFormWrapper legend {
	margin: 0;
	padding: 10px;
}

#contactFormWrapper label {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 130px;
	height: 18px;
}

#contactFormWrapper input {
	background: #000000;
	padding: 0;
	margin: 0 0 5px 0;
	width: 200px;
	height: 18px;
}

#contactFormWrapper textarea {
	background: #000000;	
}

#contactFormWrapper .submit input {
	margin: 18px 0 0 455px;
	float: left;
	width: 100px;
	height: 20px;
}

#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; color:#000000; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px;}

/***************End of Contact Form***************/
