html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background-image:url(images/background-rpt.gif);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#272210;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color:#8f9361;
	line-height:1.4;
}

body {
}
/**********************=-TEXT STYLES-=***********************/
p {
	margin:0;
	padding-bottom:6px;
	padding-top:6px;
}
h1, h2, h3 {
	font-family:Palatino, Georgia, Times, "Times New Roman";
	font-weight:normal;
	margin:0;
	border-bottom:1px dashed #544c2d;
	color:#FFFFFF;
}
h1 {
	font-size:28px;
	padding-bottom:0px;
	line-height:30px;
}
h2{
	font-size:22px;
	padding-top:6px;
	line-height:24px;
}
h3 {
	font-size:16px;
	padding-top:8px;
}
a {
	color:#bb874c;
}
a:hover {
	color:#ca720d;
}
/********************=-END TEXT STYLES-=*********************/
.eggshell {
	width:100%;
	margin:auto;
	min-height:100%;	/*required*/
	position:relative;  /*required*/
	background-image:url(images/bannerbg.gif);
	background-repeat:repeat-x;
}

.albumin {
	width:100%;
	margin:auto;
	min-height:100%;	/*required*/
}

.yolk {
	height:100%;		/*required*/
}

.container {
	width:702px;
	margin:auto;
}

.banner {
	height:157px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}
/*********************************************************::NAVBAR STYLES::***/
.navbar {
	height:39px;
	background-color:#4d3e19;
	position:relative;
	padding:0;
	margin:0;
	font-size:12px;
}

.navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	display:inline;
}

.navbar li {
	margin:0;
	padding:0;
	display:inline;
}

.navbar li a {
	display:inline;
	padding:12px 9px;
	line-height:38px;
	border-right:1px solid #8f9361;
	color:#8f9361;
	text-decoration:none;
	margin:0;
}

.navbar li a:hover {
	border-color:#8f9361;
	color:#4d3e19;
	text-decoration:none;
	background-color:#8f9361;
}

.navbar li a.this {
	border-color:#999999;
	color:#000000;
	text-decoration:none;
	background-color:#71e0fd;
}
/*******************************************************::END NAVBAR STYLES::*/

.homeimg {
	height:256px;
	background-image:url(images/banner1.jpg);
	background-repeat:no-repeat;
}

.content {
	background-image:url(images/content-gradient.gif);
	background-repeat:repeat-x;
	background-color:#2d0d0d;
	min-height:197px;
	_height:197px;
	padding:20px;
}

.left {
	float:left;
	width:407px;
}

.right {
	float:right;
	width:200px;
	border-left:1px solid #261d08;
	padding-left:16px;
}

.right ul {
	padding-left:20px;
}

.right ul li {
	padding-left:0px;
	padding-bottom:8px;
}

.right a {
	color:#a89f68;
}

.right a:hover {
	color:#b2a55b;
}

.products .clear {
	clear:both;
	height:20px;
}

.clear {
	clear:both;
}

.footerclear {
	height:38px;		/*should be the same as the total height (inc. margin/padding) of .footer*/
}

.footer {
	height:36px;		/*you'll need a height, whatever fits your site*/
	bottom:0;			/*required*/
	position:absolute;	/*required*/
	width:100%;
	margin:auto;
	background-color:#311510;
	border-top:2px solid #2c130e;
	color:#544c2d;
	line-height:36px;
}

.footer-inner {
	width:702px;
	margin:auto;
}

.footerleft {
	float:left;
}

.footer-right {
	float:right;
}

.footer a {
	color:#544c2d;
}

.footer a:hover {
	color:#beb813;
}
/*************** FORM DL DD and DT STYLES ****************/
dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	width:100%;
	clear:both;
}

dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
}

.nohover:hover {
	background-color:#FFFFFF;
}

.h50 {
	height:100px;
}
/* Hover Effects */

dl:hover {
	background-color: #272210;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
	width:200px;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}

.checkbox {
	width:20px;
	border:none;
}
.checkbox:hover {
	width:20px;
	border:none;
}
.checkbox:focus {
	width:20px;
	border:none;
}

label {
	margin:0;
	padding:0;
	display:inline;
}