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

/* +++++++++++++++++++++++ Container Divs +++++++++++++++++++++++++ */

html {
	background-color:#DBD5A3;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
}

#locals {
	left:0px;
	top:0px;
	width:971px;
	min-height:100%;
	_height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px auto; /* negative value must be the same height as footer (for stickyness) */ 
}

/* +++++++++++++++++++++++ Content Divs +++++++++++++++++++++++++ */

#header_ {
	position:relative;
	left:0px;
	top:0px;
	width:971px;
	height:155px;
	float:left;
}

#maincontent_ {
	position:relative;
	left:0px;
	top:0px;
	_top:-5px;
	width:971px;
	min-height:518px;
	_height:518px;
	background-image:url(../images/maincontent-bg.gif);
	background-repeat:repeat-y;
	float:left;
	text-align:left;
}

#leftmenu_ {
	position:relative;
	left:34px;
	top:0px;
	width:196px;
	min-height:518px;
	_height:518px;
	float:left;
}

#maincontent_text {
	position:relative;
	left:34px;
	top:0px;
	width:700px;
	min-height:518px;
	_height:518px;
	float:left;
	padding-bottom:10px;
	_padding-bottom:80px;
	#padding-bottom:80px;
}

#footer_ {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:70px;
	background-color:#DBD5A3;

}

#footer_inner {
	position:relative;
	left:0px;
	top:0px;
	width:971px;
	height:61px;
	padding:10px;
}

/* +++++++++++++++++++++++ Heading Stylings +++++++++++++++++++++++++ */

h1 {
	font-size:28px;
	color:#820024;
	letter-spacing:-0.05em;
}

h2 {
	font-size:22px;
	letter-spacing:-0.05em;
}

h3 {
	font-size:15px;
	color:#820024;
}

a {
	text-decoration:none;
	color:#820024;
}

a:hover {
	text-decoration:underline;
}

.red {
	color:#820024;
}

.yellow {
	color:#fe9d02;
}

/* +++++++++++++++++++++++ Left Menu +++++++++++++++++++++++++ */

/* ======================= Menu == */

#leftmenu_ #menu {
	position:relative;
	top:0px;
	left:30px;
	background-image:url(../images/leftmenu.gif);
	background-repeat:no-repeat;
	width:138px;
	_width:129px;
	#width:129px;
	height:196px;
	padding:15px 0px;
	_padding:30px 0px 0px 9px;
	#padding:30px 0px 0px 9px;
}

#leftmenu_ #menu ul.menu {
	list-style:none;
	margin-left:-30px;
	_margin-left:0px;
	#margin-left:0px;
}

#leftmenu_ #menu ul.menu li {
	margin-bottom:7px;
	background-image:url(../images/leftmenu-divider.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px 0px 11px 10px;
}

#leftmenu_ #menu ul.menu li a {
	color:#820024;
}

#leftmenu_ #menu ul.menu li a:hover {
	color:#000000;
	text-decoration:none;
}

/* ======================= Contact == */

#leftmenu_ #contact {
	position:relative;
	top:20px;
	left:30px;
	background-image:url(../images/left-contact.gif);
	background-repeat:no-repeat;
	width:128px;
	height:104px;
	padding:110px 0px 0px 10px;
}

#leftmenu_ #contact h2 {
	font-size:15px;
	color:#820024;
	margin-bottom:-7px;
}

#leftmenu_ #contact p {
	font-size:11px;
}

#leftmenu_ #contact a {
	color:#3a3a3a;
}

/* +++++++++++++++++++++++ Footer +++++++++++++++++++++++++ */

#footer_inner {
	text-align:center;
}

#footer_inner ul.footer {
	list-style:none;
	margin-left:260px;
}

#footer_inner ul.footer li {
	float:left;
	margin-left:37px;
	color:#6a684f;
	font-size:10px;
}

#footer_inner ul.footer li a {
	color:#6a684f;
}

#footer_inner ul.footer li a:hover {
	color:#000000;
	text-decoration:none;
}

/* +++++++++++++++++++++++ Our Products Page +++++++++++++++++++++++++ */

table.product td.image {
	width:150px;
}

td.image img {
	margin-right: 20px;
}