@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/body_bg.gif) #1c1712;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

p, li, td {
	font-size:12pt;
}

p {
	line-height:23px;
}

h1 {
	color:#5b0000;
	font-size:20px;
	background:url(images/h1_bg.gif) no-repeat;
	padding-left:40px;
	padding-top:5px;
	height:30px;
	border-bottom:1px solid #6a6739;
}

h1.short {
	width:365px;
}

#mainWrapper {
	width:838px;
	margin:auto;
}

#header {
	background:url(images/header.jpg) no-repeat;
	height:138px;
	width:818px;
	margin:0 10px;
}

#addressBlock {
	float:right;
	text-align:right;
	width:250px;
	padding:35px 15px;
	color:#5b0000;
	line-height:20px;
}

#phone {
	
}

#menuTopper {
	height:8px;
	background:#2d251a;
}

#menu {
	background:#bdb67f;
	margin:0 10px;
	font-size:14px;
	text-align:center;
	padding:15px;
	color:#5b0000;
}

#menu a {
	
	color:#5b0000;
	text-decoration:none;
}

#menu a:hover {
	color:#fff;
}

#flashBanner {
	background:url(images/subpage_flash.gif) no-repeat;	
}

#subHeader {
	background:#6a6739;
	margin:0 10px;
	color:#fff;
	text-align:center;
	padding:15px;
}

#contentWrapper {
	background:#FFFFFF url(images/body_bg.jpg) repeat-x;
	margin:0 10px;
	padding:30px;
	color:#3a2f21;
	
}

#footer {
	background:url(images/footer_topper.gif) no-repeat #6a6739;
	padding:34px 20px 20px 20px;
	text-align:center;
	margin:0 10px;
	color:#fff;
	font-size:11pt;
	
}

img.border {
	border:5px solid #9e8059;
}

.right {
	float:right;
	margin-left:15px;
}

.left {
	float:left;
	margin-right:15px;
}

.clear {
	clear:both;
}


/**********************/
/* PRODUCT PAGES */
/**********************/

.productWrapper {
	clear:both;
	margin-bottom:10px;
	height:190px;
	padding-bottom:10px;
	border-bottom:1px solid #d2d1c3;
}

.productInfo {
	float:left;
	color:#6e6b3e;
	font-size:16pt;
}

.productInfo a, .productInfo a:hover {
	color:#c20000;
	font-size:13pt;
}

img.product {
	width:190px;
	height:190px;
	float:left;
	padding-right:20px;
}
