/* @override http://www.enviroattorney.net/style/style.css */



body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	color: #444;
	font-family: Verdana;
	font-size: 12px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 48px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 2px;
}
#header #contact-info {
	float:right;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}
#header_text {
	height: 59px;
	/*background-image: url(../images/header_text_bg.jpg);*/
	background-repeat: no-repeat;
	padding: 0px 0px 0px 2px;
}
#nav {
	height: 24px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	font-family: Arial;
}
#nav ul li a {
	color: #FFF;
	display: block;
	padding: 0px 8px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#nav ul li ul {
	background-color: #CCC;
	width: 150px;
}
#nav ul li ul li a {
	color: #000;
	padding: 3px 7px;
	border-bottom: #333 solid 1px;
	font-weight: normal;
}
#nav ul li ul li a:hover {
	color: #FFF;
	background-color: #7F1300;
	border-bottom: #333 solid 1px;
}
#nav ul li ul li ul {
	background-color: #999;
}
#nav ul li a:hover {
	color: #CCC;
}
#break {
	height: 8px;
	background-color: #726A46;
}
#contact_break {
	height: 28px;
	background-color: #D7D1C5;
	font-size: 11px;
	padding: 13px 0px 0px 0px;
}
#main {
	background: url(../images/main_bg_new.jpg) right repeat-y;
}
#content {
	width: 696px;
	float: left;
	line-height: 22px;
	padding: 10px 20px 0px 0px;
}
#content table {
	width:100%;
}
#sidebar {
	width: 200px;
	background-color: #EDECE7;
	float: right;
	padding: 10px 15px 0px 15px;
	margin-left: 0px;
}
#recent_news {
}
#contact_form {
}
#contact_footer {
	clear: both;
	text-align: center;
	color: #000;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}
#footer_break {
	height: 77px;
	background-image: url(../images/contact_footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-color: #A99B7E;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	color: #000;
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
h1 {
	color: #941600;
	font-weight: normal;
	font-size: 26px;
}
h2 {
	color: #40320D;
	font-weight: normal;
	font-size: 16px;
}
a {
	color: #941600;
	text-decoration: none;
}
a:visited {
	color: #941600;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#cms_content {
	width: 550px;
}
#blogPostedAuthor {
	display: none;
}
#blogPosted {
	font-size: 10px;
	display: none;
}
.blogEntry {
	font-size: 10px;
	color: #444;
}
.blogEntry b {
	font-size: 13px;
	color: #941600;
	font-weight: normal;
}
.blogPostTitle {
	font-size: 13px;
	color: #941600;
	font-weight: normal;
}
.blogPostBody {
}
#blog-older {
	font-size: 10px;
	float: right;
}
#recent_news .blogEntry {
	margin-bottom: 15px;
}
#content .blogPostTitle {
	color: #941600;
	font-weight: normal;
	font-size: 26px;
}
p.MsoNormal {
	font: 12px/22px Verdana, "Lucida Grande", Lucida, sans-serif ! important;
	color: #444 ! important;
}
#index_text {
	font-size: 15px;
}

.rprice{
	width: 85%;
}

	.rprice span{
		float: right;
	}
	
#feedburn{
	border:1px solid #ccc;
	padding:5px;
	text-align:right;
	float: right;
	color: #757575;
}

	#feedburn p{
		font-weight: bold;
		margin: 0px;
		text-align: center;
	}
	
	#feedburn input[type=text]{
		width: 125px;
		padding: 2px;
		border: 1px solid #ccc;
		margin-bottom: 4px;
	}
	
	#feedburn input[type=submit]{
		background: #ccc;
		color: white;
		padding: 2px;
		border: 0px;
		cursor: pointer;
	}
