*  html img {
	behavior: url(/css/iepngfix.htc)
}

html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	background:url(/img/header.jpg) top left repeat-x #fffffe;
	font-size:12px;
}

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	
	vertical-align:baseline;
}

ol, ul {
	list-style-position:outside;
	list-style-type:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

img { border:0; }

form {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
}
td, th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

a {
	color:#c48a2a;
	text-decoration:underline;
}

a:hover {
	color:#c48a2a;
	text-decoration:none;
}

h1 {
	color:#c48a2a;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	color:#c48a2a;
	font-weight: normal;
}

h3 {
	color:#c48a2a;
	font-size:18px;
	font-weight: normal;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

#wrapper {
	min-height: 100%;
	width:98%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -83px;
	min-width:1001px;
}

* html #wrapper {
	width: expression(document.body.clientWidth < 1002? "1001px" : "98%");
}

#header {
	width:100%;
}

.icon {
	margin:0 0 0 50px;
	float:left;
	display:inline;
	padding:0;
}

.icons {
	width: 35px;	
	float: left;
	margin: 0 15px 0 0;	
	padding-top: 16px;
	text-align: center;
}

.icons_active {
	background:url(/img/line.gif) top left repeat-x;
	width: 35px;	
	float: left;
	margin: 0 15px 0 0;	
	padding-top: 16px;
	text-align: center;
}

.icon ul {
	margin:0;
	padding:0;
}

.icon ul li {
	display:inline;
	padding:17px 15px 0 15px;
	margin:0;
}

.icon ul li img {
	margin-top:17px;
	padding:0;
}

.home {
	background:url(/img/line.gif) top left repeat-x;
}

.sitemap {
	background:url(/img/line.gif) top left repeat-x;
}

.search {
	float:right;
	margin-right:33px;
	margin-top:17px;
}

.inpSrch {
	position: absolute;
	width: 147px;
	height: 14px;
	border:1px solid #431e16;
	color: #666666;
	background-color: #ffffff;
	padding:3px;
	font-size:11px;
}

.inpBut {
	margin-left: 160px;
	margin-top:5px;
	border:0;
	width:14px;
	height:14px;
	background:none;
}

.logo {
	text-align:center;
	margin-top:27px;
}

/* - MENU - */
.menu_bgr {
	background:url(/img/menu_bgr.jpg) top left repeat-x;
	height:50px;
	margin-top:36px;
}

.menu_left {
	background:url(/img/menu_left.jpg) top left no-repeat;
	height:50px;
}

.menu_right {
	background:url(/img/menu_right.jpg) top right no-repeat;
	height:50px;
}

.menu_right table {
	margin:0;
	padding:0;
	height:50px;
}

.menu_right td {
	height:50px;
	overflow:hidden;
	line-height: 27px;
	padding: 0 10px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	width:auto;
}

.menu_right td img {
	margin-left:10px;
}

.menu_right .active {
	background:url(/img/menu_bgr_active.jpg) top left repeat-x;
	padding:0 30px 0 10px;
}

.menu_right .activeL {
	background:url(/img/menu_bgr_active_left.jpg) top left no-repeat;
	width:8px;
	height:50px;
	padding:0;
}

.menu_right .activeLm {
	background:url(/img/menu_bgr_active.jpg) top left repeat-x;
	padding:0 12px;
}

.menu_right .activeR {
	background:url(/img/menu_bgr_active_right.jpg) top left no-repeat;
	width:9px;
	height:50px;
	padding:0;
}

.menu_right .activeRm {
	background:url(/img/menu_bgr_active.jpg) top left repeat-x;
	padding:0 11px;
}

.menu_right a {
	color: #fff;
	text-decoration: none;
}

.menu_right a:hover {
	color: #fff;
	text-decoration: none;
}

/* - / MENU - */

/* - CONTENT - */
#content {
	margin:10px 0 20px 0;
}

.content_block {
	padding: 2px 15px 0 25px; //padding: 18px 15px 0 25px;
	overflow: hidden;
}

* html  .content_block {
	height: 1%;
	overflow: visible;
}

.content_block img {
	border:5px solid #e8e8e8;
}

.content_block ul li {
	background:url(/img/list.gif) 0px 5px no-repeat;
	padding:0 0 0 15px;
	margin:3px 0;
}

.content_block td {
	border:1px solid #a70e13;
	padding:7px;
	vertical-align:top;
}

.content_block input {
	border:1px solid #431e16;
	color: #666666;
	background-color: #ffffff;
	padding:3px;
	font-size:11px;
}

.content_block textarea {
	border:1px solid #431e16;
	color: #666666;
	background-color: #ffffff;
	padding:3px;
	font-size:11px;
}

.invis_table td {
	border:0;
}

.order td {
	border:0;
}

/* - / CONTENT - */

/* rounded news_block strat */
.news_block {
	float: left;
	width: 241px;
	background:url(/img/news_block.jpg) top left no-repeat;
}

#rounded-news {
	margin-left:5px;
	margin-top:5px;
	width:231px;	
}

.inner-news {
	padding:0 27px 27px 27px;
	text-align:left;
	min-height:168px;
	background:#e9d08e url(/img/earth.jpg) 16px 0px no-repeat;
}

* html .inner-news {
	height:168px;
}

.inner-menu {
	padding:0 27px 27px 27px;
	text-align:left;
	min-height:168px;
	background:#e9d08e;
}

* html .inner-menu {
	height:168px;
}

.r1-news, .r2-news, .r3-news, .r4-news, .r5-news {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r5-news { margin: 0 5px; }

.r4-news { margin: 0 4px; }

.r3-news { margin: 0 3px; }

.r2-news { margin: 0 2px; }

.r1-news { margin: 0 1px; }

#rounded-news b { 
	background: #e9d08e; 
}

.title h1 {
	color:#c48a2a;
	font-size:24px;
	font-weight: normal;
	text-decoration:underline;
	margin:0;
	padding:8px 0 13px 49px;
}

.news_line {
	height:2px;
	width:100%;
	background:url(/img/news_line.gif) top left repeat-x;
}
/* rounded news_block end */

/* rounded contacts_block strat */
.contacts_block {
	float: right;
	width: 214px;
	background:url(/img/contacts_block.jpg) top left no-repeat;
}

* html  .contacts_block {
	height:1%
}

#rounded-contacts {
	margin-left:6px;
	margin-top:5px;
	width:204px;
}

.inner-contacts {
	padding:0 27px 27px 27px;
	text-align:left;
	min-height:168px;
	background:#e9d08e url(/img/phone.jpg) 126px 0px no-repeat;
}

* html .inner-contacts {
	height:168px;
}

.r1-contacts, .r2-contacts, .r3-contacts, .r4-contacts, .r5-contacts {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r5-contacts { margin: 0 5px; }

.r4-contacts { margin: 0 4px; }

.r3-contacts { margin: 0 3px; }

.r2-contacts { margin: 0 2px; }

.r1-contacts { margin: 0 1px; }

#rounded-contacts b { 
	background-color: #e9d08e;
}

.inner-contacts h3 {
	color:#c48a2a;
	font-size:16px;
	font-weight: normal;
	margin:0;
	padding:13px 0;
}

.contacts_text p {
	background:url(/img/arrow.gif) 0px 2px no-repeat;
	margin:15px 0;
	padding-left:21px;
}

.button {
	padding:0;
}
/* rounded contacts_block end */

#push {
	height: 83px;
	clear: both;
}

#footer {
	height: 83px; 
	clear: both;
	background:url(/img/footer.gif) top left repeat-x;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

.copyRight {
	float:left;
	width:auto;
	margin:19px 0 0 0;
	color:#666666;
	background:url(/img/foot_arr.gif) 0px 3px no-repeat;
	padding-left:9px;
}

.copyRight a {
	color:#c48a2a;
}

.copyRight a:hover {
	color:#c48a2a;
}

.copyFP {
	float:right;
	width:auto;
	margin:19px 0 0 0;
}

/* CONTEXT MENU */
.first {
	margin:10px 0;
	background:url(/img/arrow.gif) 0 3px no-repeat;
	padding-left:16px;
	font-size:14px;
}

.first-active {
	margin:10px 0;
	background:url(/img/arrow-active.gif) 0 3px no-repeat;
	padding-left:16px;
	font-size:14px;
}

.second {
	margin:10px 0 10px 20px;
	background:url(/img/stripe.gif) 0 7px no-repeat;
	padding-left:16px;
	font-size:12px;
}

.link_cat {
	color:#666666;
	text-decoration:none;
}

.link_cat:hover {
	color:#666666;
	text-decoration:none;
}
/* / CONTEXT MENU */
.creation {
	display: block;
	width: 134px;
	height: 27px;
	background: url('/img/nmark.gif') no-repeat 0 0;
	padding: 12px 0 0 32px;
	text-align: left;
	font: 12px Arial, sans-serif;
}

