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

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(/images/pg_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #843323;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 29px;

}

#header {
	width: 100%;
}

#mid {
	background-color: #f6ebd3;
	background-image: url(/images/mid.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	position:relative;
}



#bottom {

}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

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

#content {
	width: 752px;
	position:relative;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8D1B1;
	padding-bottom: 5px;
}

#content-home {
	width: 752px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8D1B1;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-top: -10px;
	margin-right: 165px;
	margin-left: 25px;
	} 
	
#contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-top: -10px;
	margin-right: 165px;
	margin-left: 25px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	top: 0px;
}

.active a {
	text-decoration: underline;
	color: #000000;
}

#topnav {
	margin-top: -15px;
	position: relative;
	padding-top: 0px;
}

.topnav li {
	text-align: left;
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 10px;
}

.topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #843323;
}

.topnav li a:hover {
	text-decoration: underline;
	color: #843323;
}

.topnav li a#current {
	text-decoration: underline;
	color: #843323;
}

#imghold 
{
	float: right;
}

li.normal {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.subhead {
	color: #843323;
	}
	
.subhead-bold{
	color: #843323;
	font-weight:bold;
	}
	
.subhead-bold-products {
	color: #843323;
	font-weight:bold;
	margin-bottom: 30px;
	}			