@CHARSET "UTF-8";
@IMPORT url("form.css");
@IMPORT url("menu.css");

* {
    font-size: 8pt;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #6E6145;
}

a:hover {
    color: #836d3f;
    text-decoration: underline;
}

a img {
    border: 0;
} 

body {
	padding: 0;
	margin: 0;
    background-color: #161715;
    background-image: url("/images/design/body/body_bg.gif");
    background-repeat: repeat;
    text-align: center;
    height: 100%;
    width: 100%;
	font-family: Tahoma;
	color: #998b6e;
	font-size: 8pt;
}

div.page {
    margin: 0 auto;
    background-color: #0f0d0a;
    width: 912px;
    padding: 0;
	border: 0;
}

h1 {
	height: 20px;
    line-height: 20px;
    margin: 15px 15px 10px 15px;
    text-align: center;
    font-size: 8pt;
    background-color: #141008;
    vertical-align: middle;
    font-weight: normal;
    color: #6e6145;
    text-transform: uppercase;
}

div.header {
	margin: 0 auto;
	height: 131px;
	overflow: hidden;
}

.id_header {
    border: 1px solid #fff;
}

div.header_flack {
	margin: 0 auto;
	height: 29px;
	width: 878px;
	background-image: url("/images/design/header/flack_bg.jpg");
	border-left: 1px solid #362b16;
	border-right: 1px solid #362b16;
	border-bottom: 1px solid #362b16;
}

div.main_1 {
	border-left: 1px solid #362b16;
	border-right: 1px solid #362b16;
}

div.main_2 {
	text-align: left;
	background-image: url("/images/design/body/square_bg.gif");
	border-left: 1px solid #362b16;
	border-right: 1px solid #362b16;
	margin: 0 auto;
	width: 878px;
    padding: 0;
	overflow: hidden;
}

table.content {
	/*border: 1px solid #FFF;*/
	width: 100%;
}

table.content td.left{
	text-align: center;
	background-image: url("/images/design/body/column_separator.gif");
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding: 0px;
	padding-bottom: 210px;
	vertical-align: top;
	width: 176px;
}

table.content td.center{
	width: 519px;
	padding: 0px;
	padding-bottom: 210px;
	vertical-align: top;
}

table.content td.right{
	text-align: center;
	background-image: url("/images/design/body/column_separator.gif");
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0px;
	padding-bottom: 210px;
	vertical-align: top;
	width: 176px;
}

div.footer_hi {
	margin-top: -200px;
	height: 215px;
	width: 912px;
	background-image: url("/images/design/footer/footer_hi_bg.png");
	background-repeat: no-repeat;
}

div.footer_lo {
	margin: 0 auto;
	padding: 0;
    height: 60px;
    width: 912px;
    background-image: url("/images/design/footer/footer_lo_bg.gif");
    background-repeat: no-repeat;
}

div.footer_lo p {
    font-size: 7pt;
    color: #463b22;
    padding: 0;
    margin: 5px;
}

div.footer_menu {
	/*padding-top: 210px;*/
}



div.thumb {
	margin: 20px auto;
    width: 112px;
    overflow: hidden;
}
div.thumb div.top {
    height: 2px;
    width: 112px;
    background-image: url("/images/design/product/thumb/top.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

div.thumb div.middle {
	width: 112px;
    background-image: url("/images/design/product/thumb/mid.gif");
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 10px 0 8px 0;
}

div.thumb div.bottom {
    height: 2px;
    width: 112px;
    background-image: url("/images/design/product/thumb/bot.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

.text_darken {
    color: #6e6145;
}

.text_red, a.text_red {
    color: #a70000;
}

hr {
    border: 0px;
    color: #3b2f18;
    background-color: #3b2f18;
    height: 1px;
    margin: 20px 0px;
    clear: both;
    padding: 0;
}

em {
    font-style: normal;
    color: #6e6145;
}

div.banner {
    background-color: #0F0D0A;
    border: 1px solid #362B16;
    padding: 10px;
    text-align: center;
    margin: 50px auto;
}