
/******************/
/*  Common tags.  */
/******************/

a
{
	color: #900;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #900;
	text-decoration: none;
}
/*
a:visited
{
	color: #B18E5E;
}
*/

body
{
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

br.clearboth
{
	clear: both;
	font-size: 0;
	visibility: hidden;
}

form
{
	margin: 0;
	padding: 0;
}

input
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	padding: 1px;
}

li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ol
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

option
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

p
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

ul
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

select
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}


/*************/
/*  Button.  */
/*************/

.button
{
	background-color: #FFF;
	border: 1px #900 solid;
	color: #900;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
.button:active,
.button:hover
{
	background-color: #900;
	border: 1px #900 solid;
	color: #FFF;
	text-decoration: none;
}


/***************/
/*  Contacts.  */
/***************/

.contacts
{
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.contacts a,
.contacts a:hover
{
	color: #666;
	text-decoration: underline;
}


/****************/
/*  Copyright.  */
/****************/

.copyright
{
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 0;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


/********************/
/*  Document body.  */
/********************/

.doc_body
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 14px 0 0 0;
	text-align: justify;
	vertical-align: top;
}


/*********************/
/*  Document title.  */
/*********************/

.doc_title
{
	width: 100%;
}
.doc_title td
{
	border-bottom: 1px #F00 solid;
	color: #F00;
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	font-weight: bold;
	padding: 17px 0 2px 0;
	text-align: left;
	line-height: 110%;
}
.doc_title td#icon_print
{
	padding: 17px 0 2px 5px;
	width: 1%;
}


/****************/
/*  Find-fast.  */
/****************/

.ff
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #000;
	width: 140px;
}


/***********/
/*  Form.  */
/***********/

.no_display
{
	display: none;
}

.form
{
}
.form td
{
}

/* - form fields */
.form_field
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}
.form_field .form_field
{
	padding: 0 1px;
}

/* - form labels */
.form_label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.form_separator
{
	padding-top: 20px;
}

/*  - errors in form fields */
.err,
#err
{
	color: #C00;
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #C00 solid;
	color: #000;
	padding: 1px;
}
select.err,
textarea.err
{
	border: 1px #C00 solid;
	color: #000;
}
select.err,
select.err option
{
	background-color: #f00;
	color: #fff;
}

/* - hints in forms */
#hint
{
	color: #999;
	font-size: 10px;	padding: 0 5px;
}

/* - required fields */
#req,
span.req
{
	color: #C00;
}

/* - titles of fieldgroups */
.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/***************/
/*  Frontpage  */
/***************/

/* - contacts */
.frontp_contacts
{
	border-bottom: 2px #CCC solid;
	border-top: 1px #999 solid;
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.frontp_contacts a,
.frontp_contacts a:hover
{
	color: #999;
	text-decoration: underline;
}

/* - copyright */
.frontp_copyright
{
	background: url(/site/tmpl/img/) no-repeat right top;
	border-bottom: 1px #CCC solid;
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	height: 17px;
	padding: 0 340px 0 0;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
}


/***************/
/*  Headings.  */
/***************/

div.h1
{
	font-family: Verdana, Helvetica, Arial;	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h2
{
	font-family: Verdana, Helvetica, Arial;	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h3
{
	font-family: Verdana, Helvetica, Arial;	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h4
{
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h5
{
	font-family: Verdana, Helvetica, Arial;	font-size: 16px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h6
{
	font-family: Verdana, Helvetica, Arial;	font-size: 18px;
	font-weight: bold;
	padding: 1px 2px;
}


/*************/
/*  Search.  */
/*************/

.search_word
{
	background-color: #FFF;
	border: 1px #666 solid;
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 1px 5px;
	width: 150px;
}
.search_btn
{
	background-color: #4A3228;
	border: 1px #220E05 solid;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 7px;
	padding: 1px 4px;
	text-decoration: none;
}
.search_btn:hover
{
	background-color: #897972;
	border: 1px #220E05 solid;
	color: #FFF;
	text-decoration: none;
}


/**************************************************/
/*  Layout (base class for Listing, Form, etc.).  */
/**************************************************/

/* - body */
table.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

/* - table of items at footer1 */
table.layout_footer1 #sep
{
	width: 6px;
}

/* - table of items at footer2 */
table.layout_footer2 #sep
{
	width: 6px;
}

/* - table of items at header1 */
table.layout_header1 #sep
{
	width: 6px;
}

/* - table of items at header2 */
table.layout_header2 #sep
{
	width: 6px;
}


/***********************/
/*  Tables of layout.  */
/***********************/

.t1
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
.t1#frontp
{
	height: 500px;
}

.t1 td#c00
{
	height: 50px;
	vertical-align: top;
}
.t1 td#c10
{
	height: 50px;
	padding: 0 0 8px 167px;
	vertical-align: bottom;
}

.t2
{
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.t2 td#c00
{
	padding: 13px 0;
	vertical-align: top;
	width: 205px;
}
.t2 td#c01
{
	height: 400px;
	padding: 13px 5px 5px 25px;
	vertical-align: top;
	width: 565px;
}
.t2 td#c11
{
	padding: 13px 5px 5px 25px;
}


/************/
/* siteEdit */
/************/

.siteEditDotOver
{
	background-color: #EFEFEF;
	border: 2px solid #369;
	display: none;
	height: 169px;
	margin: 0;
	position: absolute;
	visibility: visible;
	width: 150px;
	z-index: 2500;
}
.siteEditDotOver table
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}
.siteEditDotOver table td.odata
{
	background-color: #FFF;
	border-bottom: solid #BBB 1px;
	padding: 0;
}
.siteEditDotOver table td.edata
{
	background-color: #F6F6F6;
	border-bottom: solid #BBB 1px;
	padding:0;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}


/**************************************/
/* horizontal menu at left-top corner */
/**************************************/

/*  - container */
.h1_menu_content
{
	margin: 0px 0px 0px auto;
}

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0 6px;
	text-decoration: none;
	white-space: nowrap;
	border-right: 2px solid #FFF;
}
.h1_menu_content .l1#h1-last,
.h1_menu_content .l1_a#h1-last
{
	border-right: 0px;
	padding-right: 0px;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active,
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active,
.h1_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}


/*****************************/
/* horizontal menu at footer */
/*****************************/

/*  - container */
.h2_menu_content
{
	padding: 10px 0 30px 0;
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 7px;
	text-decoration: none;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1:active,
.h2_menu_content .l1:hover,
.h2_menu_content .l1_a:active,
.h2_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}


/***************************************/
/* horizontal menu at right-top corner */
/***************************************/

/*  - container */
.h3_menu_content
{
	padding: 7px 0 0 0;
}

/*  - 1.level */
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	background: url(/site/tmpl/img/h3_l1.gif) no-repeat left center;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 8px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}


/**********************************/
/* vertical menu at left or right */
/**********************************/

/*  - container */
.v1_menu_content
{
	border-left: 3px #FFF solid;
	border-right: 4px #FFF solid;
	background-color: #EFE8D3;
	width: 187px;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	background: url("../tmpl/img/l1.gif") no-repeat 8px 50%;
	color: #493026;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 4px 3px 19px;
	text-decoration: none;
}
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active,
.v1_menu_content .l1_a:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}

/*  - 2.level */
.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	background: url("../tmpl/img/l2.gif") no-repeat 18px 50%;
	color: #493026;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 4px 3px 27px;
	text-decoration: none;
}
.v1_menu_content .l2:active,
.v1_menu_content .l2:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active,
.v1_menu_content .l2_a:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}

/*  - 3.level */
.v1_menu_content .l3,
.v1_menu_content .l3_a
{
	background: url("../tmpl/img/l3.gif") no-repeat 26px 50%;
	color: #493026;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px 2px 34px;
	text-decoration: none;
}
.v1_menu_content .l3:active,
.v1_menu_content .l3:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}
.v1_menu_content .l3_a,
.v1_menu_content .l3_a:active,
.v1_menu_content .l3_a:hover
{
	background-color: #E1D3C1;
	color: #493026;
	text-decoration: none;
}


/**************************************/
/* vertical menu under document title */
/**************************************/

/*  - container */
.v2_menu_content
{
	border-bottom: 1px #F00 dotted;
	padding: 5px 0;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0 0;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url(/site/tmpl/img/l1.gif) no-repeat 2% 50%;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v2_menu_content .l1:active,
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active,
.v2_menu_content .l1_a:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}


/*******************/
/* language-switch */
/*******************/

/*  - container */
.lang_menu_content
{
	padding: 7px 0 0 0;
}

/*  - 1.level */
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 8px 0 0;
	text-decoration: none;
	white-space: nowrap;
}
.lang_menu_content .l1_a,
.lang_menu_content .l1:active,
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active,
.lang_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}


/****************/
/* location-bar */
/****************/

/*  - 1.level */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}

/*  - separator */
.location_bar .sep
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 0 1px;
}


/******************/
/* navigation-bar */
/******************/

/*  - container */
.navi_menu_content
{
	border-top: 1px #F00 dotted;
	padding: 9px 0;
}

/*  - 1.level */
.navi_menu_content .l1,
.navi_menu_content .l1_a
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0;
	text-decoration: none;
}
.navi_menu_content .l1_a,
.navi_menu_content .l1:active,
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a:active,
.navi_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}

/*  - separator */
.navi_menu_content .l1_sep
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 11px;
}


/****************************/
/* login form for site user */
/****************************/

table.login_form
{
	margin: 5px 0 2px 0;
	width: 100%;
}

.login_form .form_label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	padding: 2px 5px 2px 15px;
}

.login_form .form_field
{
	padding: 0 5px 0 5px;
}
.login_form .form_field input.text
{
	border: 1px #CCC solid;
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	width: 70px;
}

table.userinfo
{
	margin: 5px 0 2px 0;
	width: 100%;
}
table.userinfo .label
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 5px 0 0;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
table.userinfo .field
{
	color: #000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
}

a.login_form_button
{
	background-color: #2175C6;
	border: 1px #2175C6 solid;
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 0 10px 7px 0;
	padding: 0 2px 0 2px;
	text-decoration: none;
}
a.login_form_button:active,
a.login_form_button:hover
{
	background-color: #FFF;
	border: 1px #2175C6 solid;
	color: #2175C6;
	text-decoration: none;
}


/*************************************/
/*           default layout          */
/*************************************/

.header
{
	font-weight: bold;
	overflow: hidden;
	height: 155px;
	background: url('/site/tmpl/img/bg_header.jpg') top;
}

div.wrap
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

div.phone,
div.a1,
div.a2
{

	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 755px;
}

.menu_col
{
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #8C8678;
}

div.phone
{
	font-weight: bold;
	margin-top: 28px;
	padding-right: 18px;
	text-align: right;
	color: #624033

}

div.a1
{
	text-align: left;
	margin-top: 120px;

}

table.a1
{
	text-align: center;
	font-style: italic;
	color: #FFF;
}

table.menu
{
	position: relative;
	padding: 0;
	width: 165px;
}

.location
{
	height: 18px;
	width: 565px;
}

.shop,
.title,
.content,
.location,
.search,
.ft_prod
{
	border-right: 1px solid #8C8678;
}

.shop
{
	font-weight: bold;
	color: #FFF;
	height: 30px;
	text-align: right;
	padding-left: 215px;
	padding-right: 30px;
	background: #716260;
}

.shop a,
.table_search a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.shop a:hover,
.table_search a:hover
{
	text-decoration: underline;
}

.title
{
	padding-top: 15px;
	padding-bottom: 0px;
	height: 45px;
}

.title h1
{
	padding: 0px;
	margin: 0px;
}

.title,
.content,
.location,
.menu_col
{
	background: #FBFAF4;
}

div.menu
{
	position: absolute;
	margin-left: 15px;
	margin-top: 85px;
}

.content
{
	/*color: #4A3228;*/
	vertical-align: top;
	line-height: 140%;
	height: 400px;
	padding: 0 20px 10px 0;
}

.read_more
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.search
{
	padding-left: 215px;
	padding-right: 30px;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	background: #B18E5E;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.table_search
{
	white-space: nowrap;
	font-weight: bold;
	color: #FFF;
}

.ft_prod
{
	background: #D6C18A;
}

.info
{
	height: 30px;
	background: #EFE8D3;
	border-right: 1px solid #8C8678;
	border-left: 1px solid #8C8678;
	text-align: center;
}

.sep_line
{
	height: 8px;
	background: #D6C18A;
	border-right: 1px solid #8C8678;
	border-left: 1px solid #8C8678;
}

.fp_img
{
	height: 110px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: center;
}

.fp-link
{
	cursor: pointer;
	cursor: hand;
}

#tagcloud
{
	text-align: center;
	padding: 10px 0 20px 0;
}
#tagcloud ul
{
	display: inline;
}
#tagcloud li
{
	display: inline;
	list-style: none;
	padding: 0 5px;
}
#tagcloud li a
{
	color: #493026;
	text-decoration: none;
}
#tagcloud li a:hover
{
	text-decoration: underline;
}

