@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #878787;
	font-size: 16px;
}
body {
	background-color: #000;
	margin: 0;
	padding: 0;
}
h1 {
    font-size: 36px;
    font-weight: bold;
     FONT-FAMILY: arial;
 	color: #CC0033;
    margin: 0 0 10px 10px;
    padding: 0;
	margin: 15px 0;
}
hr {
	background-image:url(images/hr.png);
	background-position:50%;
	background-repeat:no-repeat;
	border:none;
	height: 3px;
}
p {
	margin: 20px 50px;
}
a {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #000000;	
}
a:visited {
	color: #CC0033;
}
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 4px;
}
#wrapper {
	width: 100%;
	border-top: 10px solid #6589FF;
	background-image:url(images/white_bg_fix.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
}
#bg_spa{
	background-image: url("images/spa_left.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    height: 410px;
    left: -195px;
    position: absolute;
    top: 25px;
    width: 195px;
	overflow:hidden;
}
#bg_spa:hover{
	}
#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
	overflow:visible;
	background-image:url(images/content_bg.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}
#nav {
	width: 230px;
	height: 789px;
	background-image: url(images/nav_side_bg.png);
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
}
#nav .why_choose {
	border-top: thin solid #6589FF;
	clear: both;
	padding-top: 0px;
	position: relative;
	text-align: center;
	top: 2px;
	width: 220px;
	background-image:url(images/burst.png);
	background-position:0;
	color:#fff;
	font-size:110%;
}

#content {
    margin-left: 208px;
    position: relative;
}

#content #feature_container {
	background-image: url("images/feature_front.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 211px;
    left: 30px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    top: 15px;
    width: 613px;;
}
#feature_container .feature_text {
	height: 115px;
    margin: 0 0 0 35px;
    width: 380px;
 	color: #CC0033;
	font-weight:bold;
	font-size: 18px;
}

#content .feature_blue {
    position: center;
    top: 0px;
 	color: #0000ff;
	font-weight:bold;
	font-size: 18px;
}

#phone_info {
	font-size: 18px;
    left: 54px;
    position: absolute;
    text-align: center;
    top: 800px;
}

#footer {
	margin-left: 208px;
}
#footer .row_list {
	list-style-type: none;
    margin: 10px 0;
    padding: 0;
	height:70px;
}
#footer .row_list li {
	float: left;
    text-align: center;
    width: 33%;
}
#footer .shipping {
	font-size: 120%;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
}
#footer .awards {
	background-image: url(images/awards.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	width:456px;
	height:100px;
	margin:0 auto;
}
#footer .disclaimer {
	font-size: 15px;
    margin: 20px 5px 5px;
    text-align: center;
}
#footer .site_info {
	color: #666666;
    font-size: 12px;
    padding: 5px;
    position: relative;
    text-align: right;
}
