* {
	margin: 0;
	padding: 0;
}

body { 
	/*background:#7e6986;*/
	/*background:#FFFAFA;*/
}

a { color:#7e6986;}
a:hover { text-decoration: none;}
a img { 
	border:0;
	padding: 0;
}

ul { list-style:none;}
li a { background:url(marker.gif) no-repeat left; padding-left:15px; text-decoration:none; color:#7e6986; line-height:20px; font-weight:bold;}
li a:hover { text-decoration:underline;}


.auto{
	width: auto;
	height: auto;
}

.title{
	margin:9px 0 17px 23px;
	font-size: 18px;
}

.underline{text-decoration: underline;}

.clearit {
clear: both;
height: 1px;
}

#page_container{
}


/******************************************
Page Header

******************************************/
#page_header{
	height:403px;
	width: 100%;
}

#top_bar{
	height:15px; 
	width: 100%;
	background:#7e6986;
}

#top_nav{
	height: 61px;
	width: 100%;
	background:url(but_53.png) repeat-x left top;
}

#top_nav > img.nav{
	height: 61px;
	width: 101px;
}

#banner_left{
	height: 327px;
	width: 663px;
	float: left;
	padding: 0;
	background: url(logo-front1.png) no-repeat #7e6986;
}

#banner_right{
	height: 327px;
	/*width: 603px;*/
	width: 550px;
	background:url(logo-front_repeat1.png) repeat-x left top; 
	position: absolute;
	left: 663px;
}


/**************************************

Home Page Content

**************************************/
#page_content{
	width: 100%;
	height: 401px;
	/*background:url(bgd_cont.png) repeat-x left top #755981;*/
	background:#FFFFFF;
}

#left_sidebar{
	width: 242px;
	height: 347px;
	float: left;
	position: relative;
	left: 22px;
	top: 33px;
	
}

#left_side_cont{
	width: 215px;
	height: 347px;
	float: left;
}

#left_side_cont > ul {
	margin-left:26px;
}

#contactinfo{
	width: 50%;
}

#hours{
	width: 50%;
	left: 50%;
	position: absolute;
	bottom: 26%;
	padding-left: 20px;
}

#content, #services_content, #products_content{
	/*width: 477px;*/
	width: 550px;
	height: 347px;
	left: 265px;
	position: absolute;
	top: 436px;
}

#left_sidebar, #content, #services_content, #products_content, #footer{
	font-family:Tahoma;
	font-size:12px;
	line-height:16px;  
	color:#7e6986;	
	vertical-align:top;
}

#subtitle{font-size: 14px;}


/***************************

Services Page

***************************/

#services_content{
	font-size: 11px;
	}

#hor_spacer{
	width: 477px;
	height: 9px;
	background:url(point_1.gif) repeat-x; 
}

#services_content > ul > li{
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	
}


/***************************

Page Footer

***************************/

#footer{
	background:url(bg_foot.png) repeat-x left top; 
	width:100%;
	height:61px; 
	font-size:10px;
}

#footer > p {padding:26px 0 0 33px;}
#footer a { color:#7e6986;}