@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:#a9a271;
	margin:auto; 
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 18px;
	text-align: center;
	height: 100%;
}	

td {
	vertical-align: top;
}

a { 
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}


.main_container {
	background-image: url(../images/bg_bottom.jpg); 
	width: 988px;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;	
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 112px;
}

.header_nav {
	height: 26px;
	padding-top: 83px;
	text-align: right;

}
.main_body {
	background-color: #FFFFFF;
	height: 472px;
	border-bottom: 3px solid #ffffff;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	
}

.footer {
	color: #b0aa83;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	line-height: normal;
	background-image: url(../images/bottom_rule.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.footer a {
	color:#b0aa83;
	text-decoration: none;

}

.footer a:hover {
	text-decoration: underline;
}
.padding_top {
	padding-top: 5px;
}

.no_underline a { 
	text-decoration: underline;
	color: #b0aa83;
}

.no_underline a:hover {
	text-decoration: none;
	color: #b0aa83;
}


.image_left {
	float: left;
	border-right: 3px solid #ffffff;
	width: 258px;
}

.title {
	background-color:#C5BF9B;
	float: right;
	height: 22px;
	width: 700px;
	padding-left: 27px;
	padding-top: 17px;
}

.title_product {
	background-color:#C5BF9B;
	height: 22px;
	padding-left: 27px;
	padding-top: 17px;
	float: left;
	width: 557px;
}

.body {
	width: 673px;
	padding: 27px;
	float: right;
}

.body_large {
	width: 954px;
	padding: 27px;
	float: right;
}

.product_table td {
	width: 20%;
	height: 160px;
	text-align: center;
}

.product_body {
	width: 530px;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 17px;
	float: left;	
}

.image_right {
	float: right;
	width: 401px;
}

.back_link {
	padding-left: 27px; 
	padding-top: 420px;
}

.rule {
	background-image: url(../images/bt_divider.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

.image_float_right {
	float: right;
	padding-left: 20px;
}

ul {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;

}

li {
	line-height: normal;
	margin-bottom: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.scroll {
	overflow: auto;
	height: 400px;
	width: 954px;
}

.scroll_small {
	overflow: auto;
	height: 380px;
	padding-right: 10px;
}

.tableheader {
	background-color: #CCCCCC;
}

.productTitle {
	font-size: 18px;
	font-weight: bolder;
	margin-top : -2px;
	color: #FFFFFF;
}