* { margin: 0; padding: 0; }
p { margin-bottom: 1em; }

/* mac hide \*/
html, body { height: 100%; min-width: 1090px; }
/* end hide */
body {
	background: #FFFA9C;
	color: #284E1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	min-width: 1090px;
	height: 98px;
	background-color: #76DA5C;
	background-image: url(../images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden; /* fixed height so hide overflow*/
	color: #000000;
}
#header1 .right {
	float: right;
	width: 240px;
	margin-top: 22px;
	margin-right: 10px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
#header1 .right a { color: #FFFA9C; text-decoration: none; background: transparent; }
#header1 .right a:hover { color: #FFFFEE; text-decoration: none; background: transparent; }

#header2 {
	position: absolute;
	top: 98px;
	left: 0;
	width: 100%; 
	min-width: 1090px;
	height: 34px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #76DA5C;
	background-image: url(../images/header_2.gif);
	background-repeat: repeat-x;
	overflow: hidden; /* fixed height so hide overflow*/
	color: #000000;
}
#outer {
	min-height: 100%;
	margin-left: 288px;
	border-left: 1px solid #ffffff;
	margin-bottom: -36px;
	color: #284E1A;
	background-color: #e9f6e6;
	left: 4px;	
}
* html #outer { height:100%} /*IE treats height as min-height anyway*/
#outer a { color: #4A9230; text-decoration: none; background: transparent; }
#outer a:hover { color: #006600; text-decoration: underline; background: transparent; }

#left {
	float: left;
	width: 288px; /*same as margin on outer */
	margin-left: -287px; /*must be 1px less than width otherwise won't push footer down */
	left: -1px; /* line it up exactly*/
	position: relative; /* Needed for IE/win *//* 	padding-top:72px; space for header */
}
#left { margin-right: -3px; }/* 3 px jog for ie (also fixes mozilla issue with float drop)*/
#left p { padding: 3px; }
#left .left_top { width: 100%; position: relative; /* Needed for IE/win */ margin-left: -1px; margin-top: -1px; background-color:#f0fdce; border-bottom: 1px solid #ffffff; }
.outerwrap {
	float: left;
	width: 100%;
	position: relative;
}

#clearheader { height: 134px; }/*needed to make room for header*/
#clearfooter { clear: both; height: 36px; }/*needed to make room for footer*/
#centrecontent {
	float: right;
	width: 100%; /*	position:relative;
	padding-top: 72px; space for header*/
	color: #3d702f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* clear without structural mark-up (form PIE Position is Everything website) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
    display: inline-block;
}
 /* mac hide \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 /* End hide */

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	width: 100%;
	height: 36px;
	border-top: 1px solid #FFFFFF;
	background-color: #88AEA9;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
* html #footer {/*only ie gets this style*/
	\height: 38px; /* for ie5 */
	he\ight: 36px; /* for ie6 */
}
#footer div { margin: 0; padding-top: 10px; height:16px; font-weight: bold; }
#footer a { color: #FFFA9C; text-decoration: none; background: transparent; }
#footer a:hover { color: #FFFFEE; text-decoration: none; background: transparent; }

/* начало верхнего меню */
#cssnav {
	margin: 0 0 0 24px;
	padding: 0;
	width: 1056px;
	min-width: 1056px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#cssnav ul, #cssnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssnav li{
	font-size: 13px;
	float: left;
	width: 132px;
	height: 34px;
	line-height: 34px;
	background: url(../images/menu_over.gif) no-repeat;
}
#cssnav a{
	display: block;
	width: 132px;
	height: 34px;
	background: url(../images/menu_off.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF; 
}
#cssnav a:hover { background:transparent; color: #284E1A; }
/* конец верхнего меню */

/* начало стилей для таблицы Заказов */
#order .order_row {
	left: 8px;
	position: relative;
	width: 584px;
	border: 1px dashed #CADBC8;
	background-color: #e9f6e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#order .order_row:hover {
	background-color: #CADBC8;	
	color: #000;
}
#order .order_col1 {
	width: 240px;
	float: left;
	padding: 4px 2px 0 0;
	text-align: right;
	font-weight: bold;
}
* html #order .order_col1 {width:202px;w\idth:200px;}
#order .order_col2 {
	width: 340px;
	float: left;
	padding-left: 2px;
}
* html #order .order_col2 {width:302px;w\idth:300px;}
#order .order_col2 select {
	width: 335px;
}
#order .order_col2 input, #order .order_col2 textarea {
	width: 330px;
}
#order .order_col2 .button {
	width: 90px;
}
/* конец стилей для таблицы Заказов */


/* начало стилей для таблицы Цен */
#price .price_row {
	left: 8px;
	position: relative;
	width: 594px;
	border: 1px dashed #CADBC8;
	background-color: #e9f6e6;
}
#price .price_row:hover {
	background-color: #CADBC8;	
	color: #000;
}
#price .price_col1 {
	position: relative;
	width: 36px;
	float: left;
	text-align: center;
	left: 2px;
	vertical-align: middle;
}
#price .price_col2 {
	position: relative;
	width: 452px;
	float: left;
	left: 2px;
	vertical-align: middle;
}
#price .price_col3 {
	position: relative;
	width: 48px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#price .price_col4 {
	position: relative;
	width: 52px;
	float: left;
	text-align: right;
	vertical-align: middle;
}
#price .price_col5 {
	position: relative;
	width: 46px;
	float: left;
	text-align: right;
	vertical-align: middle;
}

/* конец стилей для таблицы Цен */

div, p  {margin-top:0; }/*clear top margin for mozilla*/
h1 { font-size: 180%; font-weight: bolder; margin:6px;}
h2 { font-size: 140%; font-weight: bold; margin:4px; }
h3 { font-size: 100%; font-weight: bold; margin:2px; }
h4, h5 {margin:0; padding:0; }
p {
	margin-left: 4px;
	margin-right: 4px;
	text-align: justify;
}
ul, li { margin-left: 10px;	text-align: justify; margin-right: 4px; }
form { margin: 0; padding: 0; }
img { border: 0; }
input, select, textarea {
	background-color: #E9F3E9;	
	color: #284E1A;
}
.button {
	background-color: #E9F3E9;	
	color: #284E1A;
}
a { color: #0619FF; text-decoration: underline; }
a:hover { text-decoration: none; }
* html a:hover { visibility: visible; }