body {
	margin: 0;
	padding: 0;
	background: #420f09 url(../img/bg.jpg) no-repeat 50% 0;
}
img {
	border: none;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
.page {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
#main {
	margin: 0 auto;
	width: 777px;
	background: url(../img/container-bg-repeat-2.jpg) repeat-y;
	overflow: hidden;
	position: relative;
}
/* header page */
#header {
	width: 744px;
	height: 185px;
	float: left;
	background: url(../img/header-bg.jpg) no-repeat;
	padding: 0 0 0 33px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
/* logo */
.logo {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat;
	width: 556px;
	height: 68px;
	top: 57px;
	left: 111px;
}
/* main nav start */
.main-nav {
	width: 712px;
	text-align: center;
	margin: 150px 0 0;
	float: left;
	background: url(../img/main-nav-bg.jpg) no-repeat;
	height: 35px;
}
.main-nav div {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}
#main-nav {
	margin: 0;
	padding: 0;
	position: relative;
	left: -50%;
	float: left;
}
#main-nav li {
	padding: 0 8px 10px 10px;
	background: url(../img/sep.gif) no-repeat 0 20px;
	float: left;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;
	margin: -8px 0 0;
	position: relative;
}
#main-nav li.first {
	background: none;
}
#main-nav a {
	float: left;
	color: #313131;
	text-decoration: none;
	text-transform: uppercase;
	padding: 19px 0 0;
}
/* drop down menu */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
}
#main-nav li.hover ul,
#main-nav li:hover ul {
	display: block;
}
#main-nav ul {
	display: none;
	position: absolute;
	top: 37px;
	left: 10px;
	margin: 0;
	padding: 20px 0 10px;
	width: 189px;
	background: #55160e url(../img/pointer.gif) no-repeat 8px 0;
	z-index: 999;
	border-bottom: 6px solid #313131;
}
#main-nav li ul li {
	background: none;
	margin: 0;
	padding: 0;
	font: 10px/12px "Trebuchet MS", trebuchet, Arial, sans-serif;
	width: 189px;
	text-align: left;
}
#main-nav li ul li a {
	background: none;
	color: #ededed;
	text-decoration: none;
	padding: 4px 0 4px;
	margin: 0;
	/*width: 189px;*/
	display: inline;
	text-transform: none;
	padding-left: 25px;
	width: 164px;
}
#main-nav a.active,
#main-nav a:hover {
	color: #420f09;
	text-decoration: underline;
	background: url(../img/rollover.gif) no-repeat 50% 0;
}
#main-nav li:hover ul li:hover a,
#main-nav li.hover ul li.hover a  {
	color: #bf9059;
	text-decoration: underline;
	background: #420f09 url(../img/bullet.gif) no-repeat 8px -5px;
}
/* main nav end */
.container {
	background: url(../img/container-bg.jpg) no-repeat;
	width: 777px;
	float: left;
	position: relative;
	z-index: 1;
	margin: 185px 0 0;
}
.bottonm-bg-holder {
	width: 744px;
	float: left;
	min-height: 550px;
	background: url(../img/bottom-bg.jpg) no-repeat 0 100%;
	padding: 0 0 100px 33px;
}
* html .bottonm-bg-holder {
	height: 550px;
}
/* page content */
.content {
	float: left;
	width: 430px;
	padding: 25px 0 24px 37px;
}
.content h1 {
	margin: 0;
	padding: 0;
	color: #55160e;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
}
.content h2 {
	margin: 0;
	padding: 0 0 12px;
	color: #55160e;
	font: 12px Verdana, Arial, sans-serif;
}
.content p {
	margin: 0;
	padding: 0 0 15px;
	color: #313131;
	font: 11px/13px Verdana, Arial, sans-serif;
}
.content p.over-list {
	padding-bottom: 2px;
}
.content a {
	color: #55160e;
}
.content a:visited {
	color: #a0642b;
}
.content a:hover {
	text-decoration: none;
}
/* content list */
.content ul {
	margin: 0;
	padding: 0 0 0 20px;
	font: 11px/13px Verdana, Arial, sans-serif;
}
.content ul li {
	background: url(../img/bullet-2.gif) no-repeat 0 3px;
	padding: 0 0 0 18px;
	list-style: none;
	color: #313131;
}
/* hor-line */
.line {
	border-top: 1px solid #bca37e;
	overflow: hidden;
	font-size: 0;
	float: left;
	width: 410px;
	margin: 27px 0 0;
}
/* theree column */
.columns-holder {
	float: left;
	width: 420px;
	margin: 12px 0 0;
	background: url(../img/vert-lines.gif) repeat-y 132px 0;
}
/* column */
.columns-holder div {
	float: left;
	width: 124px;
	padding: 0 8px 0 0;
	margin: 0 14px 0 0;
	display: inline;
}
.columns-holder div.last {
	margin-right: 0;
	width: 120px;
}
.columns-holder h2 {
	padding-bottom: 14px;
}
.columns-holder p {
	padding-bottom: 8px;
}
/* read more link */
.content a.read-more {
	background: url(../img/read-more.gif) no-repeat;
	width: 118px;
	height: 25px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font: 11px Verdana, Arial, sans-serif;
	color: #ededed;
	text-decoration: none;
	padding: 12px 0 0;
}
.content a.read-more:hover {
	background-position: 0 -37px;
	color: #420f09;
}
/* page right column */
.col-1 {
	float: left;
	width: 220px;
	margin: 17px 0 0 8px;
	padding: 0 0 50px;
	display: inline;
}
/* red box start */
.box {
	float: left;
	width: 213px;
	background: url(../img/box-bg-bottom.gif) no-repeat 100% 100%;
	padding-bottom: 23px;
	margin: 10px 0 0;
}
.contact-us {
	margin-top: 11px;
}
.box-bg {
	width: 198px;
	background: #55160e url(../img/bot-top.gif) no-repeat;
	float: left;
	padding-bottom: 3px;
}
/* contact us box */
.contact-us .box-bg {
	background: url(../img/contact-us-bg.gif) no-repeat;
}
.box-border-holder {
	float: left;
	width: 176px;
	border: 1px solid #b98955;
	margin: 4px 0 0 3px;
	padding: 10px 0 9px 14px;
	background: url(../img/box-bg.gif) no-repeat;
	display: inline;
}
.contact-us .box-bg .box-border-holder {
	background: none;
	height: 68px;
}
.box h3 {
	margin: 0;
	padding: 0 0 2px;
	color: #dfbf91;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.box p {
	margin: 0;
	padding: 0 0 3px;
	color: #fffffe;
	font: 11px Verdana, Arial, sans-serif;
}
.box .more {
	color: #dfbf91;
	font: 10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
.box .more:hover {
	text-decoration: none;
}
/* boxes end */
/* form start */
.form {
	width: 158px;
	float: left;
	border-top: 1px solid #c39d77;
	margin: 3px 0 0 1px;
	padding: 0 0 4px;
	display: inline;
}
.form label {
	color: #ededed;
	font: 10px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	padding: 4px 0 1px;
	margin: 0;
	clear: both;
	float: left;
	width: 100%;
}
.form input {
	padding: 2px 0 0;
	background: #dbcaae url(../img/input-bg.gif) repeat-x;
	width: 157px;
	border: 0;
	height: 15px;
	font-size: 12px;
	clear: both;
	float: left;
}
/* button login */
.form input#login {
	float: left;
	width: 68px;
	height: 25px;
	background: none;
	margin: 7px 0 0;
}
/* forgot password link */
.form .forgot {
	float: left;
	color: #ededed;
	font: 8px Verdana, Arial, sans-serif;
	margin: 23px 0 0 10px;
	display: inline;
}
.form .forgot:hover {
	text-decoration: none;
}
/* form end */
.contact-us a {
	color: #55160e;
	float: left;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	margin: 24px 0 0 27px;
	text-decoration: none;
	display: inline;
}
.contact-us a span {
	color: #dfbf91;
}
/* page footer start */
.footer {
	position: absolute;
	bottom: 57px;
	left: 230px;
	color: #dfbf91;
	font: 9px "Trebuchet MS", trebuchet, Arial, sans-serif;
	text-transform: uppercase;
}
.footer a {
	color: #dfbf91;
}
.footer a:hover {
	text-decoration: none;
}
/* page footer end */