/* CSS Document */

html, body {
	font-size: 100%;
	height: 100%; 
	width: 100%;
	border: none;
	outline: none;
	}

html * {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#d3d1ce;
	}

a:link, a:active, a:hover, a:visited { border:none; }
a:link, a:active { color: #4486b4; }
a:hover { color: #699ec3; }
a:visited { color: #990000; }

img { border: none; }	

span.em { color: #2b76aa; font-weight: normal; font-size: 16px; }

sup { font-size: 1em; }

/*-------------Body Selector---------------------------*/

#wrapper {
	background: #fff url(../images/rpt_bg.gif) top center repeat-y;
	width: 818px;
	margin: 0 auto;
	overflow: hidden; !important /*IE 7 Footer Fix */
	position: relative;
	z-index:0;
}

#masthead { 
	padding-top: 22px;
	height: 86px;
	width: 748px;
	margin: 0 auto;
}
#masthead p {
	margin-top: -45px;
	float: right;
	font: bold 21px/21px 'Arial';
	color: #2073a9;
	
}

#masthead ul { 
	margin-top: -15px;
	float: right;
	font: bold 12px/14px 'Arial';
	clear:both; 
}

#masthead li {
	display: inline;
	padding-left: 15px; 
}

#masthead a:link, a:active { color: #636466; }
#masthead a:hover, a:visited { color: #990000; }



/*
TABS / NAVIGATION --------------------- */	
#navcontainer { width: 748px; margin: 0 auto; height: 36px; margin-bottom: 6px; }
#navcontainer  li { height: 36px; }
#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background:  url(../images/nav_mainNavBar-on.jpg) repeat-x;
	font: bold 16px/24px "Arial", verdana, sans-serif;
	text-align: center;
}

#navcontainer a {
	height: 36px;
	text-decoration: none;
	display: block;
	width: 70px;
	padding-top: 5px; 
	color: #fff;
}

#navcontainer li#active { 	background:  url(../images/nav_mainNavBar-active.jpg) repeat-x; }
#navcontainer a:hover { background:  url(../images/nav_mainNavBar-active.jpg) repeat-x; }

#navlist li.company a{ width: 140px; }
#navlist li.showroom a{ width: 145px; border-left: 1px solid #fff; }
#navlist li.features a{ width: 100px; border-left: 1px solid #fff; }
#navlist li.care a{ width: 144px; border-left: 1px solid #fff; }
#navlist li.specials a{ width: 95px; border-left: 1px solid #fff; }
#navlist li.contact a{ width: 118px; border-left: 1px solid #fff; }

/*
Content --------------------- */	

#content { width: 748px; margin: 0 auto; overflow: auto; }

#content .bodyImg { text-align: center; }

#content .col_left { 
	float: left; 
	width: 147px;
	height: 139px;
	margin-top: 19px; 
	background-image:  url(../images/home_shopPrice.png);
}

#content .col_left ul { 
	width: 116px;
	font: 14px/17px 'Arial';
	letter-spacing: .05em;
	color: #fff;
	padding-left: 11px;
	padding-top: 64px; 
}

#content .col_left li { 
	list-style: none;
	padding-top: 2px;
}

#content .col_left li a { 
	color: #fff; text-decoration: none; }

#content .col_right { float: left; margin-left: 33px; padding-top: 15px; width: 568px; }
#content .col_right h1 { 
	font: 21px/24px 'Arial'; 
	color: #659cc1;
	padding-bottom: 12px;
	letter-spacing: .02em;
}
#content .col_right p { 
	font: 12px/21px 'Arial'; 
	color: #636466;
	margin-bottom: 32px;
	letter-spacing: .01em;
	width: 520px;
	margin-top: -5px;
}



#btmContent, #btmContent a { 
	width: 748px; 
	margin: 0 auto; 
	font: 14px/14px 'Arial';
	color: #fff;
}

#callout_Left {
	background-image:  url(../images/home_weeklySpecials.png);
	float: left;
	width: 300px;
	height: 124px;
	margin-left: 5px;
}
#callout_Right {
	background-image:  url(../images/home_perfectSpa.png);
	float: left;
	width: 442px;
	height: 124px;
}
#footer { 
	clear: both;
	width: 748px;
	margin: 0 auto;
	height: 74px;
	padding-top: 10px;
	text-align: center;
}
#footer hr, #inner_btmContent hr { height: 1px; width: 748px; margin-bottom: 3px; }
#footer p { 	font: 12px/26px 'Arial'; color: #636466; margin-bottom: 32px; letter-spacing: .065em;
