/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#container {
	display: block;
	margin: 0 auto;	
	
}

/* Contains rest of HTML */
#centrecontainer {
	width: 989px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color:#fff;
}

/*-------------------------------------------------------------------*/


#clickableboxshop{
	position:relative;
	top:0px;
	left:220px;
	width:95px;
	height:80px;
	float:left;
}

#clickableboxshop a{
	height:100%;
	width:100%;
	display:block;
}

#clickableboxlogo{
	position:relative;
	top:0px;
	left:30px;
	width:550px;
	height:90px;
	float:left;
	clear:both;
	margin-top:-50px;
}

#clickableboxlogo a{
	height:100%;
	width:100%;
	display:block;
}

#menurollover{clear:both;position:relative;margin: 0px;padding: 0px;	top:47px;left:17px;height:27px;}
#menurollover ul{display: block;margin: 0;padding: 0;float: left;width:100%;}
#menurollover li{display: block;float: left;width: auto;margin-right:5px;}
#menurollover li a:hover {text-decoration:none;}
#menurollover li a span{visibility:hidden;}


#mnucommercial a{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/commercial_button.jpg');display: block;width: 147px;height: 27px;background-repeat: no-repeat;}
#mnucommercial a:hover{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/commercial_button.jpg');background-position:-146px 0px;background-repeat: no-repeat;}

#mnuhomegym a{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/homegym_button.jpg');display: block;width: 147px;height: 27px;background-repeat: no-repeat;}
#mnuhomegym a:hover{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/homegym_button.jpg');background-position:-146px 0px;background-repeat: no-repeat;}

#mnucustlogin a{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/customer_button.jpg');display: block;width: 204px;height: 27px;background-repeat: no-repeat;}
#mnucustlogin a:hover{background-image: url('http://www.newbodyfitness.co.uk/_resources/images/customer_button.jpg');background-position:-204px 0px;background-repeat: no-repeat;}


/* --- Header section ------------------------------------------------ */
#header {
	height: 167px;
	width:989px;
	margin: 0px;
	padding:0;
	background-image: url(http://www.newbodyfitness.co.uk/_resources/images/topbanner.jpg);
	color:#666666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

#header #title {
	height: 70px;
	margin: 0px 0px 0px 0px;
}

/* Top links */
#header2 .links {
	margin: 0px 0px 0px -10px;
	padding: 6px 5px 5px 21px;
	font-size: 1em;
	position:relative;
	top:47px;
	left:27px;
	background-image: url('http://www.newbodyfitness.co.uk/_resources/images/nav_bg.gif');
	background-repeat:repeat-x;
	height: 20px;
	width:929px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 39px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #6B6B6B;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */

/*custom addition*/
#pagecontentTop{
	background-repeat: repeat-y;
	height:14px;
	margin-left:198px;
}

#pagebody {
	padding: 55px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image:url('http://www.newbodyfitness.co.uk/_resources/images/bg_mid.gif');
	background-repeat:repeat-y;
	
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 169px;
	margin: 0px;
	float: left;
	margin-right:20px;
	margin-left:15px;
	padding-top:15px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 745px;
	float: left;
	padding: 0;
	background-color:#fff;
	background-image:none;
	padding:10px;
}

#pagecontent_pad {
	padding: 0px 0px 0px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	padding:10px;
	background-image: url(../templateimages/footer.jpg);
	background-repeat: repeat-x;
	height:18px;
	padding-bottom:0;
	width:954px;
	margin-left:-1px;
	margin-bottom:10px;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	font-size: 7pt;
	color: #000;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}