/************ Layout *************/

body
{
	text-align: center;
	background-image: url('../_images/body_bg.gif');
	font-family: arial, sans-serif;
	color: #000;
	font-size: 80%;
}

#container
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
}

#headerStrip
{
	float: left;
	background-color: #ffffff;
	height: 150px;
	width: 780px;	
}

#pageContentFull, #pageContentSmall
{
	float: left;
	width: 750px;
	background-color: #ffffff;
	background-image:url('../_images/content_bg.gif');
	padding: 30px 15px 15px 15px;
	/*background-image:url('../_images/gradient2.gif');*/
	background-repeat: repeat-x;
	margin-top: -3px;
}
#pageContentSmall{
	width: 380px;
}
#leftCol
{
	float: left;
	border: 1px red solid;
	width: 170px;
}

#secondNav
{
	float: left;
	margin-right: 12px;
	margin-top: 5px;

}


#contentWithNav
{
	float: left;
	width: 570px;
}
#contentWithNav2
{
	float: left;
	width: 500px;
}


#footer
{
	float: left;
	width: 780px;
	font-size: 80%;
	font-family: arial;
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #999999;
	text-align: center;
}
#colHolder
{
	float: right;
		
}
#colHolder1
{
	float: right;
	width: 200px;
}

#homeText
{
	width: 490px;
	float: left;
	margin-left: 30px;
	
}
#homeText1
{
	width: 560px;
	float: left;
	margin-left: 25px;
	
}

.homeTextbottom1
{
	float: left;
	width: 750px;
	background-color: #ffffff;
	padding: 30px 15px 15px 0px;
	
	margin-top: -3px;
}

.homebgimage
{
	background-image: url(../_images/products/personaltraining_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;	
}
.pthomebgimage
{
	background-image: url(../_images/pthome_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.ptbgimage
{
	background-image: url(../_images/pt_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	
}	
.fitnessequipmentbg
{
	background-image: url(../_images/products/equipment_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: 780px;
			
}

.homeTextHolder, .homeTextHolder2
{
	float: left;
	width: 230px;
}

.homeTextHolder2
{
	width: 250px;
	text-align: center;
	font-size: 85%;
}

#contactText
{
	float: left;
}

#contactForm
{
	float: right;
	margin-right: 20px;
}

.onlineptimage
{
	 width: 450px; 
    color: #000;
	 text-decoration: none;
	 font-size: 80%;
	 font-family: arial;
	 margin-left:35px
	
}
.bootcampimage
{
	 width: 362px; 
    color: #000;
	 text-decoration: none;
	 font-size: 80%;
	 font-family: arial;
	 margin-left:35px
	
}
.bootcampimage1
{
	 width: 385px; 
    color: #000;
	 text-decoration: none;
	 font-size: 80%;
	 font-family: arial;
	 margin-left:35px
	
}
/************* Navigation ***********/

#navStrip
{
	float: left;
	background-color: #ffffff;
	width: 776px;
	font-size: 80%;
	font-family: arial;
	padding: 2px;
}

#navStrip ul, #secondNav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navStrip ul
{
	margin-left: 9px;
}

#navStrip ul li
{
	display: inline;
}

#secondNav ul li a
{
	display: block;
	text-decoration: none;
	height: 20px;
	width: 150px;
	background-color: #E9E7E4;
	padding-left: 3px;
	border: 1px #999999 solid;
	color: #000;
	margin-bottom: 1px;
}

}

#secondNav ul li a:hover
{
	background-image: url('../_images/list_hover.gif');
	color: #ffffff;
}

#secondNav ul li.subnav a
{
	background-color: #F8F7F7;
	border: none;
	font-size: 90%;
	margin: 2px;
}

#secondNav ul li.subnav a:hover
{
	background-image:none;
	background-color: #F8F7F7;
	color: #865900;
}



/************** Forms **************/

form
{
	margin-top: 0px;
}

label, label.contactForm
{
	float: left;
	width: 150px;
	margin-bottom: 3px;
	font-size: 90%;
}

label.contactForm
{
	width: 50px;
}

label.basket
{
	width: auto;
}

input.mhf
{
	float: left;
	width: 220px;
	border: 1px #969696 solid;
	margin-bottom: 3px;
	background-color: #ECECEC;
}

textarea
{
	float: left;
	width: 220px;
	height: 100px;
	border: 1px #969696 solid;
	margin-bottom: 3px;
	background-color: #ECECEC;
}

.checkbox
{
	border: none;
	width: auto;
	background-color: #fff;
	margin-left: 0px !important; margin-left: -3px;
}

.submit
{
	height: 34px;
	width: 94px;
	border: 0;
	margin-top: 5px;
}

.submitNormal
{
	height: 20px;
	width: 50px;
	border: 0;
	margin-top: 5px;
	border: 1px #969696 solid;
}

.checkoutbtn
{
	height: 34px;
	width: 98px;	
	border: 0;
}

.radio
{
	width: auto;
	border: 0;
	background-color:#ffffff;
	margin-left: 35px;
}

/************ Error 404 Styling *****************/

#errorImage
{
	float: left;
}

#errorText
{
	float: left;
	margin-top: 130px;
}


/************ Basket Page Table *****************/

table.basket
{
	float: left;
}

table.basket th
{
	text-align: center;
	background-color: #969696;
	color: #ffffff;
}

table.basket td
{
	text-align: center;
	padding: 5px;
}

/************* Supplement shop table***************/

table.shop, table.shop2
{
	float: left;
	margin-top: 20px;
	font-size: 85%;
}

table.shop2
{
	width: auto;
}


/************ Exercise Plans tables ****************/

table.plans
{
	float: left;
}

table.plans th
{
	font-weight: normal;
	background-color: #E9E7E4;
	border: 1px #999999 solid;
}

/************** Text, Links & Inages **************/

h1{font-family: helvetica; font-size: 150%; margin-bottom: 0px;color: #865900;}
h2{font-family: helvetica; font-size: 110%; color: #999;}

hr{border: 1px #865900 solid;}
hr.grey{border: 1px #999999 solid; height: 1px; }

img
{
	vertical-align: bottom;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.footerMiddle
{
	float: left;
	margin-left: 75px;
}

.logo
{
	float: left;
}

#footer a{color: #999999; text-decoration: none; font-weight: bold;}
#footer a:hover{ color: #ffffff;}

a{text-decoration: none; color: #865900}
a:hover{text-decoration: underline;}

a.image{border: 1px #ddd solid; background: #eee; padding: 4px; float: left;}
a.image:hover{background: #865900;}

img.profileImage
{
	float: left;
	border: 1px #ddd solid; 
	background: #eee; 
	padding: 4px; 
	margin: 0 20px 20px 0;
}
a.articleLink
{
    float: left;
    background-color: #adaaa5;
    margin: 0 10px 10px 0;
    padding: 3px;
    text-align: center;
    width: 205px;
    text-decoration: none;
    font-size: 80%;
    color: #000;
    border: solid 1px #666;
}

a.articleLink:hover
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

a.articleLink span
{
    font-size: 160%;
    color: #865900;
    font-weight: bold;
}

a.bannerLink
{
    float: left;
    background-color: #adaaa5;
    margin: 0 10px 10px 0;
    padding: 1px;
    text-align: center;
    width: 150px;
    text-decoration: none;
    font-size: 80%;
    color: #000;
    border: solid 1px #666;
}
a.shop{width: 152px;padding: 5px;margin: 0 23px 23px 0;}
a.shop img{border: solid 1px #000;margin-bottom: 5px;}
a.shop1{width: 79px;padding: 2px;margin: 0 5px 5px 0;}
a.shop2{width: 110px;padding: 2px;margin: 0 5px 5px 0; font-size: 60%;}

a.bannerLink:hover
{ 

    background-color: #000;
    color: #fff;
    text-decoration: none; 

}

a.bannerLink span
{

    font-size: 160%;
    color: #865900;
    font-weight: bold;
}
a.shop span{letter-spacing: -2px; font-size: 190%;}
a.shop:hover span{color: #ccc;}
a.shop span.type{color: #666;font-size: 170%;letter-spacing: -1px;}


a.hometextLink
{
        display: block;
	text-decoration: none;
	height: 20px;
	width: 150px;
	background-color: #E9E7E4;
	padding-left: 3px;
	border: 1px #999999 solid;
	color: #000;
	margin-bottom: 1px;
}

a.hometextLink:hover
{ 

    	background-color: #865900;
	color: #ffffff;

}

a.hometextLink ul li.subnav a
{
	background-color: #F8F7F7;
	border: none;
	font-size: 90%;
	margin: 2px;
}

a.hometextLink ul li.subnav a:hover
{
	background-image:none;
	background-color: #F8F7F7;
	color: #865900;
}

img.homesideImage
{
	
	float: left;
    	background-color: #adaaa5;
    	margin: 0 10px 10px 0;
    	padding: 1px;
   	text-align: center;
   	width: 145px;
    	text-decoration: none;
    	font-size: 80%;
    	color: #000;
  	border: solid 1px #666;
}
a.Linktest
{
    float: left;
    background-color: #adaaa5;
    margin: 0 10px 10px 0;
    padding: 3px;
    text-align: center;
    width: 740px;
    text-decoration: none;
    font-size: 80%;
    color: #000;
    border: solid 1px #666;
}
a.Linktest:hover
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

a.Linktest span
{
    font-size: 160%;
    color: #865900;
    font-weight: bold;
}

/******************************************************






/************* Nutritional Systems Styles **************/
.clr{clear: both;}

.systems h1{font-size: 140%;}

.package{margin: 0 0 10px 0;}
.package div{margin: 5px 10px;}
.package h1{font-size: 140%;margin: 0; color: #fff;font-weight: normal;padding: 3px 10px;}
.bronze{border: solid 1px #9e5133;}
.silver{border: solid 1px #aaaaaa;}
.gold{border: solid 1px #997e2d;}
.bronze h1{background: #9e5133;}
.silver h1{background: #aaaaaa;}
.gold h1{background: #997e2d;}
.bronze ul{list-style-image: url(/_images/bullet-bronze.gif)}
.silver ul{list-style-image: url(/_images/bullet-silver.gif)}
.gold ul{list-style-image: url(/_images/bullet-gold.gif)}

.systems form fieldset{padding: 10px 20px; background: url(/_images/logo-fade.gif) bottom right no-repeat;}
.systems form fieldset.noBG{background: none;}
.systems form fieldset:hover{border-color: #a08430;}
.systems form fieldset legend{margin-bottom: 15px; color: #865900;font-size: 150%;}
.systems form fieldset input, .systems form fieldset textarea{border: solid 1px #ccc; width: 250px;background: #fff url(/_images/input-bg.gif) bottom left repeat-x;}
.systems form fieldset textarea{height: 70px;}
.systems form fieldset input.sml{width: 20px;}
.systems form fieldset input.short{width: 90px;}
.systems form fieldset label{background: #faf9f9; padding: 3px 3px 2px 3px;}
.systems form fieldset label.bronze{background: #9e5133; color: #fff;}
.systems form fieldset label.silver{background: #aaaaaa; color: #fff;}
.systems form fieldset label.gold{background: #997e2d; color: #fff;}
.systems form fieldset label.long{width: 420px;}
.systems form fieldset .btn{width: auto; background: url(/_images/btn-bg.gif) bottom left repeat-x;padding: 3px;color: #fff;cursor: pointer;}
a.button{padding: 8px 12px; background: #b49b4a url(/_images/btn-bg.gif) bottom left repeat-x; color: #fff; border: solid 3px #ccc;font-size: 110%;}
a.button:hover{border: solid 3px #999;text-decoration: none;background: #b49b4a;}

.systems form fieldset .left{float: left;width: 470px;}
.systems form fieldset .right
{
    float: right;
    width: 225px; 
    color: #999;
    font-style: italic;
    border-left: solid 1px #efefef;
    padding-left: 10px;
}
.systems form fieldset:hover .right{color: #865900;}
.systems form fieldset .right a{text-decoration: underline;}
.systems form fieldset .splitCol{float: left; width: 350px;}
.systems form fieldset .splitCol input{width: 150px;}

.standout{border: dashed 2px #997e2d;padding: 5px;background: #eee;line-height: 1.4em;}
.standout2{float: left; width: 340px;margin: 0;border: solid 1px #666;padding: 5px;background-color: #adaaa5;line-height: 1.4em;}
.standout2 .lead{letter-spacing: -2px; font-size: 160%;color: #865900;font-weight: bold;padding: 3px 0 5px 0;display: block;margin: 0;}
.standout3{float: left; width: 160px;margin: 0;border: solid 1px #666;padding: 5px;background-color: #adaaa5;line-height: 1.4em;}
.standout3 .lead{letter-spacing: -2px; font-size: 160%;color: #865900;font-weight: bold;padding: 3px 0 5px 0;display: block;margin: 0;}
.screenMessage{border: solid 1px #997e2d; border-width: 1px 0;background: #f1efef;padding-left: 10px;}
.screenMessage2{border: solid 1px #997e2d;background: #f1efef;padding: 5px;}
.prodDescription{border: solid 1px #ddd; background: #eee;padding: 5px;}
.errorMsg{border: solid 1px #fe0000;background: #ffe1e1;padding: 5px;color: #fe0000;}
.msgSuccess{border: solid 1px #009900; color: #009900; background: #eafdea;padding: 5px;}

/* == Lead Feature 
****************************************************************************************************************/
#leadFeature{float: left; width: 770px; height: 327px;border: solid 1px #494949;margin: 10px 0px 10px -12px; display: inline;position: relative;background: #000;overflow: hidden;}
#leadFeature .frameWrap{position: relative; z-index: 1;}
#leadFeature .frame{float:left;width:770px;}
#leadFeature .frame .hold{float:left;height:6000px;width:770px;}
#leadFeature .frame .hold div.slide{float:left;height: 327px; width: 770px;}

#leadFeature .frame .hold div img{float: left;}
#leadFeature .frame .hold div .slideDetails{float: right; height: 280px; width: 279px;background: #000 url("http://www.metrohealthandfitness.co.uk/_images/slide-info-bg.jpg") no-repeat bottom left;color: #fff;}
#leadFeature .frame .hold div .slideDetails .padder{padding: 0 18px;}
#leadFeature .frame .hold div .slideDetails h2{background: url("http://www.metrohealthandfitness.co.uk/_images/slide-info-title.jpg") no-repeat top left; height: 44px; line-height: 44px;padding: 0 18px;margin: 0;color: #787569;font-size: 140%;}
#leadFeature .frame .hold div .slideDetails h3{font-size: 190%;color: #fff;margin-top: 10px;}
#leadFeature .frame .hold div .slideDetails p{font-size: 110%;}
#leadFeature .frame .hold div .slideDetails .bookmarks{font-size: 90%; color: #9F9E9E; padding-top: 5px;margin: 15px 0;}
#leadFeature .frame .hold div .slideDetails .bookmarks:after{ clear: both;display: block;height: 0;visibility: hidden;}
#leadFeature .frame .hold div .slideDetails .bookmarks .label{float: left;}
#leadFeature .frame .hold div .slideDetails .bookmarks a{float: right;margin: 0 2px 0 1px;}

#leadFeature #controls{width: 279px; height: 46px; background: #000 url("http://www.metrohealthandfitness.co.uk/_images/controls-top.gif") no-repeat top center;position: absolute; bottom: 0; right: 0;z-index: 10;}
#leadFeature #controls ul{float: left;margin: 14px 0 0 18px; list-style: none; list-style-image: none;display: inline;}
#leadFeature #controls ul li{float: left;margin: 0 3px 0 0;}
#leadFeature #controls ul li a{float: left; height: 19px; line-height: 19px; width: 19px; text-align: center;color: #fff; font-weight: bold;}
#leadFeature #controls ul li a:hover{color: #9e7a33;text-decoration: none;}
#leadFeature #controls ul li a.on{background: url("http://www.metrohealthandfitness.co.uk/_images/paging-on.gif") no-repeat top left;color:#00}#leadFeature #controls .buttons{float: right;margin: 50px -50px 0 200px; display: inline;}
#leadFeature #controls .scrollLeft{float: left; background: url("/_img/feature-btns.gif") no-repeat top left;margin-right: 2px;}
#leadFeature #controls .scrollLeft:hover{background-position: bottom left;}
#leadFeature #controls .scrollRight{float: left; background: url("//_img/feature-btns.gif") no-repeat top right;}
#leadFeature #controls .scrollRight:hover{background-position: bottom right;}
#leadFeature #controls .end, #leadFeature #controls .end:hover{background-position: top right;cursor: default;}




/* == Internal Lead Features
****************************************************************************************************************/
#leadInternal{float: left; width: 770px; height: 208px;border: solid 1px #494949;margin: 0 39px -23px 39px; display: inline;position: relative;background: #000;}
#leadInternal img.main{float: left;}
#leadInternal img.nutshell{position: absolute;bottom: -37px; right: 279px;}
#leadInternal .info{float: right; width: 279px; height: 208px;background: #000 url("http://www.metrohealthandfitness.co.uk/_images/lead-info-bg.jpg") no-repeat bottom left;color: #fff;}
#leadInternal .info h2{background: url("http://www.metrohealthandfitness.co.uk/_images/slide-info-title.jpg") no-repeat top left; height: 44px; line-height: 44px;padding: 0 18px;margin: 0;color: #787569;font-size: 140%;border-bottom: solid 2px #000;}
#leadInternal .info .text{padding: 15px 20px;}
#leadInternal .info .text ol.numeric{margin: 0; list-style: none;}
#leadInternal .info .text ol.numeric li{height: 18px; line-height: 18px; margin: 0 0 8px 0;padding-left: 0px;color: #A6A6A6; font-weight: bold;}
#leadInternal .info .text ol.numeric li.one{background: url("http://www.metrohealthandfitness.co.uk/_images/num-1.gif") no-repeat left center;}
#leadInternal .info .text ol.numeric li.two{background: url("http://www.metrohealthandfitness.co.uk/_images/num-2.gif") no-repeat left center;}
#leadInternal .info .text ol.numeric li.three{background: url("http://www.metrohealthandfitness.co.uk/_images/num-3.gif") no-repeat left center;}
#leadInternal .info .text ol.numeric li.four{background: url("http://www.metrohealthandfitness.co.uk/_images/num-4.gif") no-repeat left center;}
#leadInternal .info .text ol.numeric li.five{background: url("http://www.metrohealthandfitness.co.uk/_images/num-5.gif") no-repeat left center;}

