HTML, BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 100%;
	width: 100%;
	color: black;
}

HTML, BODY, .foot {
	background-color: #fff09e;
}

HTML {
	overflow: scroll;
}

#content {
	padding: 5px 5px 30px 10px;
}

h2 {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 11px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #d3a83c;
        text-align: center;
        margin: 0px 0px 10px 0px;
}

IMG {
	border: none;
	margin: 0px;
	padding: 0px;
}

#head {
	height: 120px;
	width: 1000px;
	margin: 10px auto -120px auto;
	position: relative;
	z-index: 2;
	background-color: white;
}

#head, #body {
	border-left: 1px solid #cfcbcb;
	border-right: 1px solid #cfcbcb;
}

#head A, .foot A {
	color: #3c3c3c;
	font-weight: normal;
}

A:hover {
	text-decoration: none;
}

TABLE {
	border-collapse: collapse;
}

TABLE TR TD {
	vertical-align: top;
}

#body {
	width: 1000px;
	height: 100%;
	margin: auto;
	background-color: white;
}

#body TABLE TD {
    vertical-align: top;
}

/* Foot */
.foot {
	width: 1000px;
	margin: -0px auto 0px auto;
	position: relative;
	z-index: 2;
	border-top: 1px solid #cfcbcb;
}

.foot_shadow, .foot {
	height: 86px;
}

.foot TABLE TD {
	vertical-align: top;
}

.bottom_menu {
	color: #999999;
	font-size: 10px;
	margin: 12px 0px 0px 0px;
	text-align: center;
}

.bottom_menu A {
	color: #999999;
	margin-right: 12px;
}

#liveinternet {
	float: right;
	margin-top: -70px;
}

/*- Foot -*/

.head_shadow {
	height: 120px;
}

#logo {
	display: block;
	/*margin: 30px 0px 0px 10px*/
	margin: 10px 0px 0px 20px;
	float: left;
	display: inline;
	border: 0px;
}

#logo IMG {
	width: 147px;
}

/*Main menu*/
#main_menu {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background-color: #e4bc4d;
	margin-top: 90px;
}

#main_menu A {
	font-weight: bold;
	color: black;
	margin-right: 26px;
	text-decoration: none;
}

#main_menu A:hover {
	text-decoration: underline;
}

#main_menu DIV {
	float: left;
}

#main_menu_links {
	margin: 0px 0px 0px 120px;
	display: inline;
}

#private_links {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 70px;
	width: 250px;
	display: inline;
}

#private_links A {
	margin-right: 10px;
}

/*--Main menu--*/

#help_menu, #right_head {
	float: left;
	font-size: 11px;
	display: block;
}

#help_menu {
	margin: 44px 28px 0px 70px;
	color: #c6883f;
	width: 300px;
        display: inline;
}

#help_menu A {
	display: block;
	float: left;
	line-height: 17px;
	padding: 3px 6px 3px 6px;
}

#status_order_link {
	background-color: #e8e8e8;
	margin-right: 9px;
}

.basket_link {
	background-color: #ffe8af;
}

#right_head {
	margin: 6px 0px 0px 0px;
	display: inline;
	float: left;
	width: 390px
}

#phones {
	font-size: 19px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: left;
	color: #634e3b;
}

#icq {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

#icq A {
	font-size: 12px;
}

#left_menu {
	width: 270px;
	border-right: solid 1px #e5e5e5;
}

#left_menu_buttons {
	width: 130px;
	float: left;
	display: block;
}

#left_menu_buttons TD {
	width: 150px;
	vertical-align: top;
}

#left_menu_buttons A {
	height: 32px;
	border-bottom: 1px #e5e5e5 dashed;
	display: block;
	font-size: 14px;
	line-height: 36px;
	padding-left: 40px;
	font-weight: bold;
	text-decoration: none;
}

#left_menu_buttons A:hover, .left_menu_parent_selected {
	background-color: #f5f2e3;
}

.left_menu_children {
	width: 120px;
	float: right;
	margin-top: 6px;
	margin-bottom: 10px;
	margin: 6px 10px 10px 0px;
	display: none;
}

#left_menu_buttons A , .left_menu_children A {
	color: #3C3C3C;
}

.left_menu_children A {
	display: block;
	font-weight: normal;
	text-decoration: none;	
}

.left_menu_children A:hover, A.left_menu_child_selected {
	color: #edc217;
}

.left_menu_children A {
	margin-bottom: 5px;
}

.hide {
	display: none;
}

.bold, A.bold {
	font-weight: bold;
}

STRONG {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.no_bold {
	font-weight: normal;
}

.red {
	color: #ff0000;
}

/* Search */

#right_head FORM {
	margin: 16px 0px 0px 0px;
}

.search_text_head {
	height: 18px;
	width: 305px;
}

#search_head_btn {
	width: 70px;
}

#adv_search_link {
	margin-left: 193px;
}

/*- Search -*/

.sup {
	font-size: 10px;
}

.errors {
	margin: 0px 0px 20px 0px;
	color: red
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.block {
	display: block;
}

.justify {
	text-align: justify;
}

.td_middle {
	vertical-align: middle;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_right_10 {
	margin-right: 10px;
}

.nowrap
{
	white-space: nowrap;
}

.under {
	text-decoration: underline;
}

.big {
	font-size: 15px;
}

.nowrap {
	white-space: nowrap;
}

.td_top {
	vertical-align: top;
}

.clear_both {
	clear: both;
}