/* CSS Document */
body {
	background-color: #000000;
}
#content {
	border: 1px solid #FFFFFF;
	width: 650px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	width: 549px;
	float: left;
}
#main_header {
	background-color: #003399;
	background-image: url(../images/main_header.jpg);
	height: 75px;
	width: 549px;
}
#main_feature {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
#main_feature h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bolder;
	color: #003399;
	text-decoration: underline;
	margin-bottom: 5px;
}
#main_feature h2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
}
#main_feature p {
	margin-top: 3px;
}
#menu {
	background-color: #FFFFFF;
	height: 300px;
	width: 100px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#link1 {
	background-image: url(../images/main_about_on.jpg);
	background-repeat: no-repeat;
}
#link2 {
	background-image: url(../images/main_speaking_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#link3 {
	background-image: url(../images/main_fromyou_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#link4 {
	background-image: url(../images/main_contact_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#link5 {
	background-image: url(../images/main_coaching_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#link6 {
	background-image: url(../images/main_stretches1_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#link7 {
	background-image: url(../images/main_shop_on.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


/*Store Code CSS */

#product {
	border: 1px solid #003399;
	padding: 5px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
