  /* GLOBAL STYLES */
html {
    margin: 0;
    padding: 0;
	background-color: #e1e1e1;
}
body {
    font-size: 62%;
    background-color: #e1e1e1;
    font-family: Arial, Tahoma, sans-serif;
    text-align: center;
    margin: auto;
    height: 100%;
	color: #737373;
}

h1, h2, h3, h4, h5, h6 {
    color: #535353;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.7em;
    border-bottom: 1px solid #535353;
    padding-bottom: 5px;
}
p {
    font-size: 1.3em;
	margin-top: 2px;
}
li {	
	font-size: 1.3em;
	color: #737373;
}
a { 
	color: #535353;
	text-decoration: none; 
}
img { 
	border: none; 
}
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 959px;
	background: #fff;
	padding: 0 10px 0 10px;
}

.background_wrapper {
	background: url(http://www.mens.fitness.magazine.co.uk/themes/default//images/main_bg.gif) repeat-y center;
}
#header {
	
}
#navigation{
	background: url(http://www.mens.fitness.magazine.co.uk/themes/default//images/nav-bg.png) repeat-y;
	float: left;
	width: 200px;	
	margin-top: 23px;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
}
#right_column {
	background-color: #bbd2d1;
	float: left;
	width: 235px;
	margin-bottom: 10px;
	padding-bottom: 1500px;
	margin-bottom: -1500px;
}
#content { 
	float: left;
    width: 480px;
    margin: 0 20px 0 24px;
}

#content_2col { 
	float: left;
    width: 715px;
    margin: 0 20px 0 24px;
}

#footer {
	background-color: #acacac;
	margin-top: 10px;
}
#right_column_content {
	margin-left: auto;
	margin-right: auto;
}
#nav_content {

}	
#breadcrumb{
	float: left;
    width: 480px;
    margin: 5px 20px 5px 24px;
}
#breadcrumb_2col{
	float: left;
    width: 715px;
    margin: 5px 20px 5px 24px;
}

#container {
	overflow: hidden;
}

#success_text {
	width: 100%;
	height:180px;
}

#right_sub_column {
	display:block;padding:auto;
	width: 48%;
	float: right;
}
#left_sub_column {
	display:block;padding:auto;
	width: 48%;
	float: left;
}
#special_offer {
	padding: 10px;
}
div.large_breadcrumb {
	width: 600px;
	margin: 0 auto;
}
div.sup_link {
	text-align: center;
	margin-bottom: 20px;
}
.sup_link a {
	color: #256567;
	font-size: 1.3em;
	font-weight: bold;
	clear: both;
}
#looking_for{
	float: right;
	margin-left: -5px;
	padding-top: 5px;
	font-size: 0.9em;
}

#looking_for a{
	color: #737373;
}
/* TEXT */

.footer_nav{
	float: left;
	width: 951px;
	height: 17px;
	background-color: #c7c7c7;
	padding: 5px 1px 3px 7px;
	margin-top: 10px;
}
.footer_nav a {
	color: #fff;
}
.footer_copyright {
	background-color: #c7c7c7;	
	margin-right: 7px;
	color: #fff;
}

#breadcrumb a {
	font-weight: bold;
	margin: 5px 0 5px 0;
}
p.text-cta, p.text-cta  a  {
	color: #153d3d;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
		
/* GENERAL */

.float_left { 
	float: left;
}
.float_right { 
	float: right;
}
.float_left_cta { 
	margin-top: 7px;
	float: left;
}
.float_right_cta { 
	margin-top: 7px;
	float: right;
}
 /* Common elements, extend these, don't create new ones */
.clearfix:after {/* slightly enhanced, universal clearfix hack */
    visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;
}
.clearfix { 
	display: inline-block; 
}
 /* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { 
	display: block; 
} /* close commented backslash hack */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

		
/* NAVIGATION */

.nav-selected {
	background: url(http://www.mens.fitness.magazine.co.uk/themes/default//images/nav_norm.png);
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	padding: 6px 0 6px 8px;
	margin-left: 0px;
}
.nav-norm{
	background: url(http://www.mens.fitness.magazine.co.uk/themes/default//images/nav_norm.png);
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	padding: 6px 0 6px 8px;
	margin-left: 0px;
}

.nav-norm-text {
	color: #ffffff;
}

.nav-norm-text:hover{
	color: #ffcc00;
}
.nav-selected-text {
	color: #ffcc00;
}
.sup {
	background: url(http://www.mens.fitness.magazine.co.uk/themes/default//images/nav_feature.png);
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	padding: 6px 0 6px 8px;
	margin-left: 0px;
	color: #153d3d;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}