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

/*-----------------------------------------------------------*/
/* global reset
/*-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }


/* remember to define focus styles! */

:focus { outline: 0; }


/* remember to highlight inserts somehow! */

ins { text-decoration: none; }

del { text-decoration: line-through; }


/* tables still need 'cellspacing="0"' in the markup */

table {	border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }


/*-----------------------------------------------------------*/
/* containers
/*-----------------------------------------------------------*/

.wrapper {
	width: 930px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 110px;
	margin: 0 0 30px 0;
	background-color: #000000;
}

#contentheader {
	width: 850px;
	margin: 0 40px 0 40px;
	padding: 40px 0 20px 0;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#header_inner {
	width: 100%;
	height: 110px;
	margin: 0 0 10px 0;
	background-color: #000000;
}

#main_holder {
	width: 930px;
	margin: 30px 0 15px 0;
	background-color:#000000;
}

#main_holder_inner {
	width: 930px;
	margin: 10px 0 15px 0;
	padding-bottom: 40px;
	background-color:#000000;
}

#trainers1 {
	/*width: 930px;*/
	/*margin: 10px 0 15px 0;*/
	/*padding-bottom: 40px;*/
}

#trainers2 {
	/*width: 930px;*/
	/*margin: 10px 0 15px 0;*/
	/*padding-bottom: 40px;*/
}
#trainers3 {
	/*width: 930px;*/
	/*margin: 10px 0 15px 0;*/
	/*padding-bottom: 40px;*/
}

#footer {
	width: 850px;
	padding: 40px;
	margin: 0 0 50px 0;
	background-image:url(../images/footer_background.png);
}

#footerleft {
	float: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bricks.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center top;
	background-color: #000000;
}

#leftcolumn {
	width: 250px;
	float: left;
	padding: 40px 0 0 40px;
}

#rightcolumn {
	width: 560px;
	padding: 40px 40px 0 40px;
	float: right;
}

#virtphone {
	width: 374px;
	float: right;
	padding-top: 10px;
}

#logo {
	width: 171px;
	float:left;
	padding-top: 23px;
}

/*-----------------------------------------------------------*/
/* navs
/*-----------------------------------------------------------*/

/* main nav */
#topnav {
	float: right;
	display: block;
	width: 751px;
}

#topnav ul {
	font-weight: bold;
	font-size: 11px;
	list-style: none;
	float: right;
}

#topnav li{
	padding: 0 15px 0 0;
	display: inline;
}

#topnav li a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#topnav li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ddbb02;
}

#topnav li.last {
	padding: 0;
}

/* secondary nav */
#topnavsecondary {
	float: right;
	display: block;
	width: 751px;
	margin: 50px 0 15px 0;
}

#topnavsecondary ul {
	font-size: 10px;
	list-style: none;
	float: right;
}

#topnavsecondary li{
	padding: 0 15px 0 0;
	display: inline;
}

#topnavsecondary li a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topnavsecondary li a:hover {
	text-decoration: none;
	color: #ddbb02;
}

#topnavsecondary li.last {
	padding: 0 0 0 0;
}

/* footer nav */
#footernav {
	float: right;
	/*display: block;*/
}

#footernav ul {
	font-weight: normal;
	font-size: 9px;
	list-style: none;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#footernav li{
	padding: 0 5px 0 0;
	display: inline;
}

#footernav li a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footernav li a:hover {
	text-decoration: none;
	color: #ddbb02;
}

#footernav li.footlast {
	padding: 0;
}

/* products nav */

ul#products {
	float: left;
	list-style: none;
}

ul#products li {
	margin-bottom: 1px;
}

ul#products li a, ul#products li a:visited {
	width: 240px;
	height: 17px;
	display: inline-block;
	padding: 7px 0 0 10px;
	background-image: url(../images/products_button_backer.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

ul#products li a:hover {
	background-position: left -25px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

ul#products li a.selected {
	background-position: left -25px;
}

#buynow_holder {
	float: left;
	width: 250px;
	padding: 20px 0 20px 0;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

a.buynow {
	width: 242px;
	height: 22px;
	display: block;
	padding: 8px 0 0 8px;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

a.buynow:hover {
	background-color: #CC6600;
	text-decoration: none;
}

/*-----------------------------------------------------------*/
/* text
/*-----------------------------------------------------------*/

h1 {
	font-size: 24px;
	color: #ddbb02;	
	font-weight: normal;
}

h2 {
	color: #CC6600;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 14px;
}

h2.freeworkouts {
	padding: 0;
}

h3 {
	color: #CC6600;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

p {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 12px;
}

p.map_text {
	color: #333333;
}

p.keytext {
	color: #ddbb02;
	font-style: italic;
}

.yellowtext {
	color: #ddbb02;
}

p.home {
	color: #CCCCCC;
	font-weight: normal;
	line-height: 16px;
}

p a, p a:visited {
	color: #33CCFF;
	text-decoration: none;
}

p a:hover {
	color: #33CCFF;
	text-decoration: underline;
}

ul.main {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	list-style: disc;
	margin-bottom: 20px;
	
}

ul.main li {
	margin-left: 30px;
	padding-bottom: 6px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;*/
}

ul.main li a, ul.main li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #33CCFF;
}

ul.main li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #33CCFF;
}


ul.main li.last {
	padding: 0;
}

/*-----------------------------------------------------------*/
/* imgs
/*-----------------------------------------------------------*/

/* homepage */
img.troy {
	padding-right: 20px;
	float: left;
}

img.virt-phone {
	padding: 0 0 10px 0;
}

img.left {
	padding: 0 15px 15px 0;
	float: left;
}

img.right {
	padding: 0 0 15px 15px;
	float: right;
}

img.trainerstroy {
	padding-bottom: 98px;
}

img.trainerscrouch {
	padding-bottom: 34px;
}

/*-----------------------------------------------------------*/
/* buttons
/*-----------------------------------------------------------*/

a.learnmore {
	display: block;
	/*margin-top: 10px;*/
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/learnmore_button.jpg);
	background-position: left top;
}

a.learnmore:hover {
	background-position: left bottom;
}

a.login {
	display: block;
	/*margin-top: 10px;*/
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/login-button.jpg);
	background-position: left top;
}

a.login:hover {
	background-position: left bottom;
}

a.learnmoreblack {
	display: block;
	margin-top: 17px;
	width: 126px;
	height: 28px;
	background-image: url(../images/learnmore_button_black.jpg);
	background-position: left top;
}

a.learnmoreblack:hover {
	background-position: left -28px;
}

/*-----------------------------------------------------------*/
/* homepage
/*-----------------------------------------------------------*/

#free_workouts {
	width: 540px;
	height: 51px;
	padding: 14px 0 0 20px;
	margin-bottom: 30px;
	background-image: url(../images/free-workouts-backer.jpg);
	background-repeat: no-repeat;	
}

/* wow blocks & form */
#wowheader {
	width: 216px;
	height: 30px;
	padding: 19px 17px 17px 17px;
	margin: 0 0 5px 0;
	background-color: #ddbb02;
	color: #FFFFFF;
}

#wowmain {
	width: 216px;
	padding: 17px;
	background-color: #ddbb02;
}

#schedbutton {
	width: 224px;
	height: 34px;
	padding: 10px;
	margin-top: 20px;
	background-color: #000000;
	border: 3px solid #666666;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}

#schedbutton a{
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}

#schedbutton a:hover{
	color: #DDBB02;
	text-decoration: underline;
	text-align: center;
}

#wowmain p {
	/*line-height: 1.4em;*/
	color: #000000;
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac9202;
}

#wowmain a, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#wowmain h1 {
	font-size: 12px;
	padding: 17px 0 17px 0;
	font-weight: bold;
	color: #000000;
}

#wowform {
	width: 216px;
}

#wowform ul {
	list-style: none;
}

#wowform ul li {
	padding-bottom: 15px;
}

#wowform ul li label {
	font-size: 14px;
	color: #333;
}


#wowform ul li .text {
	width: 196px;
	padding: 5px;
	background-color: #7c6901;
	border: 1px solid #685800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

/* news list */

ul.newslist{
	list-style: none;
	padding-bottom: 30px;
}

ul.newslist li {
	background-color: #171717;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	padding: 14px;
	margin-bottom: 2px;
}

ul.newslist li a, a:visited{
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

ul.newslist li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

ul.newslist li a.news, ul.newslist li a.news:visited {
	color: #CC6600;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

ul.newslist li a.news:hover {
	color: #CC6600;
	font-weight: normal;
	text-decoration: underline;
}

p.date {
	color: #666666;
	font-size: 9px;
	padding-bottom: 6px;
}

/* footer list */

#footerleft ul {
	list-style: none;
	display: inline;
	color: #FFFFFF;
}

#footerleft ul li {	
	display: inline;
	padding-right: 6px;
	color: #FFFFFF;
}

#footerleft ul li a{	
	border: none;
}

/*-----------------------------------------------------------*/
/* trainers
/*-----------------------------------------------------------*/

#leftcolumn-trainers {
	width: 425px;
	padding: 20px 0 40px 40px;
	float: left;
}

#rightcolumn-trainers {
	width: 465px;
	float: right;
}

/*-----------------------------------------------------------*/
/* training & training details pages
/*-----------------------------------------------------------*/
#leftcolumn-trainingpages {
	width: 250px;
	float: left;
	padding: 20px 0 0 40px;
}

#rightcolumn-trainingpages {
	width: 560px;
	padding: 20px 40px 0 40px;
	float: right;
}

.training-text-container {
	height: 100px;
}

ul#training {
	/*width: 850px;*/
	margin: 20px 0 0 40px;
}

ul#training li {
	width: 270px;
	margin: 0 20px 20px 0;
	display: -moz-inline-box;
	display: inline-block;
}
* html ul#training li { display:inline; }  /* for IE 6 */
* + html ul#training li { display:inline; }  /* for IE 7 */

ul#training li.right {
	width: 270px;
	margin: 0 0 20px 0;
}

ul#training li.bottom {
	width: 270px;
	margin: 0 20px 0 0;
}

ul#training li.bottomright {
	width: 270px;
	margin: 0;
}

ul#traininglist {
	width: 250px;
	float: left;
	list-style: none;
}

ul#traininglist li {
	margin-bottom: 20px;
}

ul#traininglist li a#selected {
	background-position: left top;
}

ul#traininglist li a.gladiator, ul#traininglist li a.gladiator:visited{	width: 205px; height: 54px; display: inline-block; background-image: url(../images/gladiator_button.jpg); background-repeat: no-repeat;	background-position: left bottom;}
ul#traininglist li a.gladiator:hover{background-position: left top;}

ul#traininglist li a.trx, ul#traininglist li a.trx:visited{	width: 206px; height: 40px; display: inline-block; background-image: url(../images/TRX_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.trx:hover{background-position: left top;}

ul#traininglist li a.vert, ul#traininglist li a.vert:visited{	width: 202px; height: 41px; display: inline-block; background-image: url(../images/vertimax_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.vert:hover{background-position: left top;}

ul#traininglist li a.kettle, ul#traininglist li a.kettle:visited{	width: 203px; height: 44px; display: inline-block; background-image: url(../images/kettlebell_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.kettle:hover{background-position: left top;}

ul#traininglist li a.strive, ul#traininglist li a.strive:visited{	width: 204px; height: 49px; display: inline-block; background-image: url(../images/strive_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.strive:hover{background-position: left top;}

ul#traininglist li a.prowler, ul#traininglist li a.prowler:visited{	width: 202px; height: 34px; display: inline-block; background-image: url(../images/prowler_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.prowler:hover{background-position: left top;}

ul#traininglist li a.zumba, ul#traininglist li a.zumba:visited{	width: 202px; height: 42px; display: inline-block; background-image: url(../images/zumba_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.zumba:hover{background-position: left top;}

ul#traininglist li a.strength, ul#traininglist li a.strength:visited{	width: 202px; height: 27px; display: inline-block; background-image: url(../images/strengthCamp_button.jpg); background-repeat: no-repeat; background-position: left bottom;}
ul#traininglist li a.strength:hover{background-position: left top;}

/*-----------------------------------------------------------*/
/* contact
/*-----------------------------------------------------------*/

#map_canvas {
	width: 560px;
	height: 320px;
	border: 4px solid #333333;
	margin-bottom: 30px;
}

#form-container {
	width: 250px;
}

.form-item input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 5px;
	width: 245px !important;
	height: 25px !important;
	margin: 5px 0 15px 0;
	background-color: #333333;
	border: 1px solid #666666;	
}

.form-item-message2 textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-left: 5px;
	padding-bottom: 0;
	width: 245px !important;
	height: 150px !important;
	margin: 5px 0 15px 0;
	background-color: #333333;
	border: 1px solid #666666;	
}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC6600;
}

.button {
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	border: none;
	background-image: url(../images/submit_button.jpg);
	background-position: left top;
}

.button:hover {
	background-position: left bottom;
}



/*-----------------------------------------------------------*/
/* clearfix
/*-----------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

