/*

fitnessindustryexperts.com | default stylesheet

Copyright 2006, Fitness Industry Experts.  Programming and hosting by Go Design, http://godesign.com.
Feel free to submit bugs, errors, or improvements to support@godesign.com.

*/



/* --------------------[ global styles ]-------------------- */

*	{
	margin: 0;
	padding: 0;
}

body	{
	font: 69%/1.5 arial, sans-serif;
	color: #333;
}

p, #main ul	{
	margin: 1em 0;
}

#main ul	{
	margin-left: 1em;
}

a:link		{ color: #54C6E9; }
a:visited	{ color: #54C6E9; }
a:hover		{ color: #54C6E9; text-decoration: none; }
a:active	{ color: #54C6E9; text-decoration: underline; }

/* --------------------[ miscellaneous classes ]-------------------- */

img.snapshots	{
	display: block;
	margin: 0 auto;
	border-bottom: solid 1px #eee;
}

.breadcrumbs	{
	margin-top: 0;
	color: #666;
	font-size: .9em;
	text-transform: uppercase;
}

#contact .breadcrumbs	{
	margin-bottom: 1.5em;
}

#about #main img	{
	float: right;
	margin: 1em 0 1em 1em;
	padding: 2px;
	border: solid 1px #eee;
}

/* --------------------[ accessibility ]-------------------- */

#header p, #header ul, #nav h3	{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* --------------------[ image replacement ]-------------------- */

h1	{
	text-indent: -9999px;
	overflow: hidden;
}

h1 a	{
	text-decoration: none;
}

/* --------------------[ container setup ]-------------------- */

#wrapper	{
	width: 775px;
	margin: 1em auto 0 auto;
}

#header	{
	background: #fff;
	padding: .5em 0;
}

#sidebar	{
	float: left;
	width: 258px;
	min-height: 365px;
}

#main	{
	width: 467px;
	min-height: 365px;
	margin-left: 258px;
	padding: 25px;
}

#footer	{
	clear: both;
	width: 775px;
	margin: 0 auto;
}

/* --------------------[ headings ]-------------------- */

h1	{
	margin: 0 auto;
	width: 315px;
	height: 57px;
	background: url(../images/fitnessindustryexperts.gif) no-repeat left top;
}

h1 a	{
	display: block;
	height: 57px;
}

h2	{
	font-size: 1.2em;
	line-height: 0; /* change this if you expect heading to wrap */
	font-weight: normal;
	color: #009749;
	margin: 2em 0 1em 0;
	text-transform: uppercase;
}

#home h2	{ margin-top: .5em; }

h3, #news h4	{
	font-size: 1em;
	margin: 1em 0 -1em 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #009749;
}

#home #sidebar h3		{ text-decoration: underline; margin-bottom: .5em; font-weight: bold; }
#home #sidebar h3.featured	{ color: #54C6E9; }
#home #sidebar h3.news		{ color: #ff0; }

#news h3	{
	font-weight: bold;
	text-transform: none;
	color: #333;
	margin-bottom: -.5em;
}

/* --------------------[ navigation ]-------------------- */

#nav ul	{
	height: 1.5em;
	background: #009749;
	border-bottom: solid 1px #eee;
}

#nav li	{
	width: 129px;
	height: 1.5em;
	float: left;
	list-style: none;
}

#nav li a	{
	display: block;
	height: 1.5em;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover	{
	color: #54C6E9;
	text-decoration: underline;
}

#home #nav_home a, #about #nav_about a, #services #nav_services a, #news #nav_news a, #testimonials #nav_testimonials a, #contact #nav_contact a	{
	color: #54C6E9;
}

/* --------------------[ home ]-------------------- */

#home #wrapper	{
	background: url(../images/stripe.gif) repeat-y left top;
}

#home #sidebar	{
	background: url(../images/map-l.gif) no-repeat right top;
}

#home #main	{
	background: url(../images/map-r.gif) no-repeat left top;
}

#home #sidebar .section	{
	margin: 25px auto;
	width: 150px;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
}

#home #sidebar .section p, #news .excerpt p	{
	display: inline;
}

/* --------------------[ testimonials ]-------------------- */

#testimonials blockquote	{
	margin: 1.5em 0 3em 0;
}

#testimonials .cite	{
	font-style: normal;
	padding-left: 2em;
	text-indent: -1.3em;
}

/* --------------------[ contact forms ]-------------------- */

fieldset	{
	padding-top: 2em;
	border: none;
	float: left;
}

legend	{
	display: none;
}

label, input	{
	float: left;
	width: 100px;
	height: 1.5em;
	display: block;
	margin-bottom: 5px;
}

input, textarea	{
	width: 250px;
	font: 1em/1.5em arial, sans-serif;
	padding: .2em 0 0 .2em;
	border-width: 1px;
}

form br	{
	clear: both;
}

.button	{
	width: 100px;
	height: 1.8em;
	padding: 0 0 .2em 0;
	margin-top: 2em;
	font-weight: bold;
}

.error, #contactform em	{
	color: #d00;
}

/* --------------------[ footer ]-------------------- */

#footer p	{
	font-size: .9em;
	margin: 0;
	padding: .5em 0;
	color: #ccc;
	text-align: right;
}

/* --------------------[ clear the floats ]-------------------- */

#footer:after, #nav ul:after	{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
