body, table, tr, td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

div, img {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 15px;
	background-color: #e67817;
}

#white-container {
	width: 909px;
	border: 1px solid #fff;
	border-bottom: 0;
}

.red-border {
	height: 288px;
	border: 1px solid #771b1b;
}

#logo-image {
	width: 227px;
	background: #f8c301 url('images/logo-image.jpg') no-repeat;
}

#top-image {
	width: 679px;
	border-left: 0px;
}

td.left-column {
	width: 219px;
	background: #791d19;
}

#main-menu {
	background: #791d19 url('images/menu-bg.jpg') no-repeat;
	padding-top: 26px;
	border-bottom: 1px solid #be7a1d;
}

td.menu-item {
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 11px;
	padding-bottom: 15px;
}

a.menu-item {
	color: #f8eecb;
	font: bold 12px Verdana, Arial;
	text-decoration: none;
}

#active-menu-item {
	background: url('images/active-menu-item.gif') no-repeat;
}

#active-menu-item li {
	list-style: none;
	color: #e67817;
	font: bold 12px Verdana, Arial;
	padding-top: 5px;
	padding-bottom: 5px;
}

#active-menu-item li a {
	color: #f8eecb;
	font: bold 12px Verdana, Arial;
	text-decoration: none;
}

#left-image {
	height: 370px;
	background: url('images/left-image.jpg') no-repeat;
}

#middle-column {
	width: 8px;
	border-left: 1px solid #771b1b;
	border-right: 1px solid #771b1b;
	background: #f8c301;
}

#right-column {
	width: 635px;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	text-align: justify;
}

#footer {
	width: 909px;
	height: 44px;
}

#footer a {
	color: #e67817;
}
 
#bottom-image {
	background: url('images/bottom-image.jpg') no-repeat;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	color: #e67817;
	font: 11px Verdana, Arial;
}

h1 {
	height: 25px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: -15px;
	margin-left: -16px;
	padding-left: 14px;
	vertical-align: middle;
	color: #e67817;
	font: bold 12px Verdana, Arial;
	vertical-align: middle;
	background: url('images/h1.gif') no-repeat left -3px;
}

h2 {
	font: bold 11px Verdana, Arial;
	color: #bb2722;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}

h3 {
	font: bold 10px Verdana, Arial;
	color: #bb2722;
	margin: 30px 5px 3px 5px;
	padding: 0;
	text-align: center;
}

p, a {
	color: #000;
	font: 11px Verdana, Arial;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

a.view-more {
	
}

.date {
	color: #cb653d;
}

a.view-all {
	color: #cb653d;
}

hr {
	height: 2px;
	color: #6b2329;
	background: #6b2329;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

div.picture {
	width: 191px;
	background: #e67817;
	height: 162px;
	margin-left: auto;
	margin-right: auto;
}

div.pad {
	width: 22px;
	height: 162px;
	border-right: 1px solid #fff;
	float: left;
}

div.pic {
	width: 160px;
	padding: 4px;
	float: right;

}

div.pic td {
	width: 160px;
	height: 154px;
	text-align: right;
	vertical-align: middle;
	background: url('images/pic_bg.gif');
}

td.description {
	padding-left: 50px;
}

td.description td {
	width: 50%;
	font: 11px Tahoma, Verdana, Arial;
}

.value {
	color: #bb2722;
	font-weight: bold;
}

table.cells td, td.cell {
	width: 30%;
}

table.cells td {
	vertical-align: bottom;
}

table.cells td td {
	vertical-align: middle;	
}

table.cells td td img {
	border: none;
}

table.product {
	margin-top: 40px;
}

table.two_cells td {
	width: 50%;
	text-align: center;
}

table.two_cells div {
	margin-left: auto;
	margin-right: auto;
}

table.two_cells td td {
	width: 50%;
	text-align: right;
}

input {
	border: 1px solid #e67817;
	margin: 3px 0;
	width: 300px;
}

textarea {
	border: 1px solid #e67817;
	margin: 3px 0;
	width: 600px;
	height: 300px;
}

