body { font-family: "Times New Roman", Times, serif;
   background: #F7F7F6 url(assets/images/background.jpg) repeat-x 50% 0;
   background-attachment: fixed;
   background-color:#9C808e;
}

p { font-size: 12px;
	line-height: 18px;}

h1 {color:#5B4B58;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

h2 { color:#9C808E;
	 font-size: 18px;
	 font-weight: bold;
	 font-style: italic;}

h3 { font-size: 14px;
	 font-weight: bold;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a {
	font-weight: bold;
	text-decoration: none;
	color: #655379;
}

a:hover {
	text-decoration: underline;
	color: #BEA3BE;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #5B4B58 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}.phonebg {
	background-image: url(assets/images/phone.jpg);
	background-repeat: no-repeat;
}
.navbg {
	background-image: url(assets/images/navigation.jpg);
	background-repeat: no-repeat;
}
#nav, #nav li, #nav a, #nav ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#nav {
}
	#nav li {
		position: relative;
		line-height: 15px;
		list-style: none outside none;
		z-index: 59;
		display:inline;
	}
		#nav li a {
			width: 158px;
			padding: 3px 0px;
			display:block;
			line-height: 15px;
			font-size: 13px;
		}
		
		#nav li ul {
			position: absolute;
			top: 0px;
			left: 142px;
			width: auto;
			background-color: #fff;
			border: 1px #000 solid;
			z-index: 99;
			}
			#nav li li {
				border: 0px;
				background: none;
				}
			#nav li ul a {
				width: 170px;
				height: auto;
				margin: 0;
				padding: 3px 20px 3px 10px;
			}
			#nav li ul a:hover {
				color: #4B4F73;
				text-decoration: none;
				background-color: #F4F3EE;
				}
				#nav li li ul {
					left: 165px;
				}
.sidebarbg {
	background-image: url(assets/images/sidebar.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.bodybg {
	background-image: url(assets/images/body.jpg);
	background-repeat: no-repeat;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
	border: 1px solid #FFFFFF;

}
.padding {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.form {
	background-color: #a48c99;
	border: 1px solid #655379;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 758px;
	height: 180px;
	background: #9C808e url(assets/images/banner.jpg) top left no-repeat;
}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}
#testimonials {
	top: 130px;
	left: 20px;
	width:460px;
	height: 50px;
	z-index: 999;
	margin: 0px;
	position: relative;
}
.coupon {
	width: 170px;
	text-align: center;
	font-weight: bold;
	height: auto;
	background-color:#9C808e;
	border: 2px dashed #FFFFFF;
	padding: 5px;
	color: #000000;
	margin: 10px 0px 10px 5px;
}
.coupon a {
	color: #ffffff;
}
.coupon a:hover {
	color: #000000;
}
.promotext {
	font-style: italic;
	font-size: 11px;
}