html,
body {
	padding: 0;
	margin: 0;
}

body {
	background: #3b75a2 url(/images/body_bg.gif) left top repeat-x;
	padding: 20px 0;
	text-align: center;
}

body, td, select, input, textarea, a, button {
	font-size: 11px; 
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a img {
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 12px;
}

h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
}

h2 a {
	color: #000;
}

h1.arc {
	padding-top: 40px;
	color: #FF0000;
}

thead {
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}

#preload {
	display: none;
}

#document {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#topbar {
	background: transparent url(/images/topbar.jpg) left top no-repeat;
	width: 740px;
	height: 57px;
	border-bottom: 2px solid #183319;
}

#topbar .content {
	padding: 14px 0 0 21px;
}

#menu {
	background: transparent url(/images/menu_bg.gif) left top repeat-x;
	height: 22px; 
	text-align: right;
	color: #EEEED2;
	border-bottom: 2px solid #183319;
}

#menu_content {
	padding-top: 4px;
}

#menu a {
	color: #EEEED2;
}

#menu a:hover {
	color: #FFF;
}

#content {
	background: transparent url(/images/content_bg.gif) left top repeat-y;
	border-bottom: 2px solid #183319;
}

#left {
	background: transparent url(/images/left_bg.jpg) right top no-repeat;
	width: 124px;
	min-height: 400px;
	float: left;
}

#submenu {
	padding: 11px 0 0 0;
}

#submenu ul {
	padding: 0;
	margin: 0;
}

#submenu li {
	/*background: transparent url(/images/submenu_li_bg.png) left top repeat;*/
	padding: 2px 0 2px 10px;
	margin: 0 0 2px 0;
	list-style: none;
	font-weight: bold;
}

#submenu li.current {
	border-top: 1px solid #183018;
	border-bottom: 1px solid #183018;
}

#submenu li a {
	color: #000;
}

#submenu li a:hover {
	color: #444;
}

#submenu li ul {
	display: none;
}

#center {
	width: 492px;
	float: left;
}

#center_content {
	padding: 12px 10px;
	margin: 0 2px;
}

#right {
	background: transparent url(/images/right_bg.jpg) right top no-repeat;
	width: 124px;
	min-height: 400px;
	float: left;
}

#footer {
	background: transparent url(/images/menu_bg.gif) left top repeat-x;
	height: 22px;
	text-align: center;
	color: #EEEED2;
	font-size: 10px;
}

#footer_content {
	padding-top: 4px;
}

#subfooter {
	padding-top: 5px;
	color: #111;
	font-size: 10px;
}

/******************************/
/************ SHOP ************/


table.pt_pf_tbl {
	width: 468px;
}

#latest_title {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

.shop_title {
	padding-bottom: 30px;
}

.shop_title h1 {
	margin: 0;
}

.shop_title a {
	color: #333;
	text-decoration: none;
}

.shop_title a:hover {
	color: #999;
}

.prod_back {
	padding-bottom: 10px;
	font-weight: bold;
}

.prod_item {
	margin-bottom: 10px;
	border-top: 1px solid #ADAFA4;
	border-left: 1px solid #9D9F94;
	border-right: 1px solid #ADAFA4;
	border-bottom: 1px solid #9D9F94;
}

table.prod_item_tbl {
	width: 466px;
}

table.fh_tbl {
	width: 460px;
}

.prod_header {
	padding: 3px;
	background: #B2B3AE url(/images/prod_header_bg.jpg) left top repeat-y;
}

#main .prod_header td.prod_title {
	width: 100%;
}

#main .prod_header td,
#main .prod_header td a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#main .prod_header td a:hover {
	color: #555;
}

.prod_mainimg {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

td.prod_left {
	padding: 3px;
	width: 308px;
	vertical-align: top;
}

td.prod_right {
	padding: 3px;
	width: 152px;
	text-align: right;
	vertical-align: top;
}

td.img_td {
	padding: 0 0 3px 3px;
	text-align: center;
	border-left: 1px solid #DDD;
}

.prod_footer {
	padding: 3px;
	background: #ECECEC url(/images/prod_footer_bg.jpg) left top repeat-y;
}

#main .prod_footer td,
#main .prod_footer td a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#main .prod_footer td.prod_price {
	background: transparent url(/images/squares.gif) left center no-repeat;
	width: 100%;
	text-align: right;
}

#shop_footer {
	padding-top: 5px;
	text-align: center;
}

/************ SHOP ************/
/******************************/

.small {
	font-size: 10px;
}

.big {
	font-size: 12px;
}

.header {
	background-color: #CCCCCC;
}

.dark {
	background-color: #CCCCB2;
}

.light {
	background-color: #DCDCC2;
}

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
	