/*
	CSS - Renouf Home Fitness
	by Cale
*/


@import url("renouf-contact_form.css");

* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}/* apply this to the div that contains 2 or more floating elements */ 

.hide {display: none;}

img {border: none;}

#container {
	margin: 5px auto;
	padding: 0;
	width: 800px;
	overflow: hidden;
}


/*-----------------------------------
		HEADER
-----------------------------------*/
div#header {
	width: 800px;
	height: 227px;
	background: url(../images/core/header-bikes.png) bottom right no-repeat;
}


/*-----------------------------------
		NAVIGATION
-----------------------------------*/
div#navigation {
	width: 800px;
	height: 30px;
}

#navlist {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}

#navlist li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#navlist a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}

#navlist a:hover {background-position: 0 -30px;}
	
#nav-home a {width: 47px; background: url(../images/nav/nav-home.gif) top left no-repeat;}
#nav-about_us a {width: 88px; background: url(../images/nav/nav-about_us.gif) top left no-repeat;}
#nav-product a {width: 82px; background: url(../images/nav/nav-product.gif) top left no-repeat;}
#nav-hire a {width: 54px; background: url(../images/nav/nav-hire.gif) top left no-repeat;}
#nav-promote a {width: 142px; background: url(../images/nav/nav-promote.gif) top left no-repeat;}
#nav-contact a {width: 92px; background: url(../images/nav/nav-contact.gif) top left no-repeat;}


/*-----------------------------------
		CONTENT BOXES
-----------------------------------*/

div#content {width: 800px;}

div#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0 5px;
}

div#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 5px;
}

div#content h2.blue {color: #3772b3;}

div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4e4f;
	margin: 20px 0 0 5px;
}

div#content .orange {
	color: #f44d20;
}

div#content ul {
	margin: 10px 0 0 5px;
}

div#content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4e4f;
	margin: 5px 0 0 5px;
}

div#content a, div#content a:visited {color: #3772b3; text-decoration: underline;}
div#content a:hover {color: #3772b3; text-decoration: none;}

div#content div#content-left {
	width: 579px;
	float: left;
}

div#content div#content-right {
	width: 221px;
	float: left;
	text-align: center;
}

div#content div#content-right img.index {
	margin: 10px 0 10px 40px;
}

div#content div#content-right img.enlarge {
	margin: 10px 0 0 40px;
}

div#content div#content-centre {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

div#content .gallery {
	width: 100%;
	margin: 10px auto;
}

div#content div#content-contact_details {
	width: 400px;
	float: left;
}

div#content div#content-contact_form {
	width: 400px;
	float: left;
	margin-top: 5px;
}


/*-----------------------------------
		FOOTER
-----------------------------------*/
div#footer {
	width: 800px;
	border-top: 1px solid #c0c0c0;
	margin: 75px 0 10px 0;
	clear: both;
}

div#footer a, div#footer a:visited {color: #848586; text-decoration: none;}
div#footer a:hover {color: #848586; text-decoration: underline;}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #848586;
}

div#footer p.left {
	margin: 7px 0 0 10px;
	float: left;
}

div#footer p.right {
	margin: 7px 10px 0 0;
	float: right;
	text-align: right;
}

div#footer p.right img {margin-top: 2px;}


/*------------------------------------------------------
		PROGRAMS, BEFORE/AFTER, MEMBERS STYLES
------------------------------------------------------*/
div#programs {
	width: 742px;
	margin: 20px auto;
	border-bottom: 1px solid #e6e6e6;
}

div#programs div#programs-header {
	width: 742px;
	height: 33px;
	background: url(../images/programs-box_header.gif) no-repeat;
	border-bottom: 1px solid #e6e6e6;
}

div#programs-header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3772b3;
}

div#programs-header h1.left {float: left; margin: 8px 0 0 5px;}
div#programs-header h1.right {float: right; margin: 8px 17px 0 0;}

div#programs .programs-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4e4f;
	text-align: justify;
	background: #f4f7fb;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	width: 740px;
}

div#programs .programs-body ul { list-style-type: square; margin: 0 0 10px 25px;}
div#programs .programs-body ul li {margin: 0 0 0 10px; padding: 0;}

div#programs .programs-body.alt {background: #dee6f1; width: 740px;}

div#programs .programs-body p {
	
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
}

div#programs .programs-body img.image04 {
	float: right;
	margin: 20px 30px 20px 20px;
}

div#programs .programs-body img.image03 {margin-top: 40px;}