html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, input, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}


body{
	background: #613c22;	
	font: 12px/20px Georgia, Verdana, Tahoma, arial, sans-serif;
	text-align:center;
	color: #000;
	background: url(images/bg.jpg) repeat center top;
	
}

h3 {
	font-size:24px;
	margin-bottom:15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia,"Times New Roman",Times,serif;
}

#headwrap{
	background: url(images/bgheader.jpg) repeat-x center top;
	height: 157px;
	margin: 0 auto;

}

#header{
	background: url(images/header.jpg) no-repeat center top;
	width:910px;
	height:157px;
	margin:0 auto;
	
}

#logo{
	height:115px;
}

.left{
	float:left;
	width:150px;
	margin-top:35px;
	margin-left:23px;
	font-size: 11px;
	font-width:normal;
}


.right{
	float:right;
	width:150px;
	margin-top:35px;
	margin-right:23px;
}


#menu{
	margin-top:5px;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	text-align:center;
	
	
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:850px;
	
}

#menu li{
	float: left;
	margin: 0 10px;
	margin-top:3px;
}

#menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;

	display: block;
	/*border: 0.1em solid #dcdce9;*/
	color: #000;
	text-decoration: none;
	text-align: center;
} 

#contentwrap{
   background: url(images/bg.jpg) repeat center top;
   margin: 0 auto;
   min-height:600px;
}

#content{
	background: url(images/contentbg.jpg) repeat-y center top;
	width: 910px;
	margin: 0 auto;
	min-height:600px;
	text-align:left;
	padding-left:40px;
}



#footwrap{
	margin: 0 auto;
}

#footer{
	background: url(images/footer.jpg) no-repeat center top;
	height: 80px;
	font-size: 12px;
}

#clear{
	clear: both;
}

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

.content-section-with-break {
	float:left;
	margin-bottom:30px;
	padding-bottom:30px;
	width:910px;
}

.content-section-590 {
	float:left;
	position:relative;
	width:550px;
}
.content-section-295 {
	float:left;
	position:relative;
	width:295px;
}
#add-margin-right {
	margin-right:30px;
}
#add-margin-left {
	margin-left:30px;
}

h5 {
font-size:14px;
margin-bottom:15px;
font-weight:bold;
}

ul#side-bar-list-with-desc li h5 a {
color:#000000;
text-decoration:none;
}

ul#side-bar-list-with-desc li span {
	color:#3b3b3b;
}

ul#side-bar-list-with-desc li {
	float:left;
	margin-bottom:20px;
	position:relative;
	width:295px;
	list-style: none;
}

#price table{
	margin: 0 auto;
	font: 12px/20px Georgia, Verdana, Tahoma, arial, sans-serif;
	color: #000; 

}
#price td{
	padding-right:50px;
}

#price th{
	font-weight:bold;
	padding-right:50px;
}

#center_info{
	text-align:center;
}

.info2{
	font-size:14px;
}

h6 {
font-size:14px;
margin-bottom:15px;
font-weight:bold;
text-decoration:underline;
}

.price h3{
	line-height:150%;
}

blockquote{
width:800px;
padding:10px;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 70px;
background-repeat: no-repeat;
background-position: 10px center;
}


.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('icon_warning.png');
}
