@import url(reset.css);
@import url(typography.css);
@import url(imagemap.css);
@import url(form.css);
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/body-bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  height:100%;
	background: #FFFFFF;
	margin: 0 auto; 	
	position:relative;
	text-align: left; 
	padding-bottom:200px;
} 

#contact #container { 
	height:850px;
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF url(../images/header.gif); 
	height:121px;
	margin-bottom:20px;
	position:relative;
	
	} 
.twoColFixLtHdr #header h1 a#logo {
	
	background:url(../images/bodyworks-logo.jpg) no-repeat;
	display:block;
	margin: 0; padding: 10px 0;
	position:absolute; left:10px; top:20px;
	text-indent:-9999px;
	width:331px; height:104px;
	
}
.twoColFixLtHdr #header h2#slogan{
	
	background:url(../images/fit-for-sport-fit-for-life.jpg) no-repeat;
	display:block;
	margin: 0; padding: 10px 0;
	position:absolute; top:65px; right:120px;
	text-indent:-9999px;
	width:344px; height:39px;

}

#header div.spacer{
	background:#8f0717;
	position:absolute; bottom:0; left:20px;
	width:860px; height:5px;
}

.twoColFixLtHdr #left {
	float: left; 
	margin-right:200px;
	width: 200px; height:530px;
	position:absolute; left:-20px; top:190px;
	
}

#nav{
height:100%;

}

#nav ul{
list-style-type:none;
padding:0;

}

#nav ul li{
line-height:1em;
margin-bottom:0;

}


#left #nav ul li a {
background:#858585 ;
color:#FFFFFF;
display:block;
font-size:1.4em;
font-weight:bold;
line-height:1em;
padding:7px 30px 9px;
text-decoration:none;
}

#left #nav ul li ul  {
}
#left #nav ul li ul li a {
font-size:1.2em;
color:#000;
}


#left #nav ul li a.active{
background:#DF0024;

}

#left #nav ul li a:hover{
background:#DF0024 ;
color:#000000 ;
text-decoration:underline;

}

#left #nav ul li a:hover + div.corner, #left #nav ul li a.active + div.corner {
background:transparent url(../images/navigation/red-corner.png) no-repeat scroll left bottom;
height:10px;
width:20px;
}
#left #nav ul li div.corner {
background:transparent url(../images/navigation/grey-corner.png) no-repeat scroll left bottom;
height:10px;
width:20px;
}

#left #nav ul li.last div.corner {
background:transparent url(../images/navigation/grey-corner-last.png) no-repeat scroll left bottom;
height:20px;
width:20px;
}

div.sidebar-image{ position:absolute; left:30px; margin-top:40px;}
.sidebar-image img {padding:5px; border:1px solid #dcdcdc;}

.twoColFixLtHdr #right { 
	margin: 0 10px  0 10px; 
	padding: 15px; 
	float:right;
	width:600px;
} 
.twoColFixLtHdr #standing-blocks { 
	width:900px; background:#3B3C3E; position:absolute; bottom:10px; left:20px; height:60px;z-index:1;
} 

.twoColFixLtHdr #skeleton-right { 
	margin: 0 10px  0 30px; 
	width:500px;
	padding: 0  0 10px; 
	float:right;
	position:relative;
} 
.twoColFixLtHdr #footer { 
margin:0 auto;
text-align:left;
	width: 900px; 
	
} 
.twoColFixLtHdr #footer p {
 color:#FFFFFF;
	margin: 0;
	padding: 10px 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Links*/

a:link{ color:#DF0024;}

a:visited{ color:#DF0024;}

a:hover{ color:#333333;}


/*shop product*/

div.item{
width:580px; height:210px;
padding:10px;
border:2px solid #CCCCCC;
background:#F2F2F2;
display:block;
margin-bottom:10px;
position:relative;

}
div.framed{position:relative; left:40px; top:-180px; width:250px; height:100%;}
.framed img{ float:right; padding:5px; background:#FFF; border:1px solid #CCCCCC;margin-left:20px;margin-bottom:50px;}
.item img{ float:left; padding:5px; background:#FFF; border:1px solid #CCCCCC;margin-right:20px;}

.bio img{ float:right; padding:5px; background:#FFF; border:1px solid #CCCCCC;margin-left:20px;margin-bottom:10px;}
.faces img{ float:left; padding:5px; background:#FFF; border:1px solid #CCCCCC;margin-right:20px;margin-bottom:10px;}


div.description{float:left; width:50%; margin-right:10px;}

div#contact-info{position:relative; right:-40px; top:-130px; width:200px; height:100%;}

div#contact-details{ width:280px; margin-right:10px;float:left;}

.style1 {
	color: #FFFFFF;
	font-size: 0.9em;
}

form.buy-now{position:relative; top:-25px; left:-10px;}
.bio p{margin-bottom:10px;}
