/* CSS Document */
@import url(corners.css);

body{
	margin:0px;
	padding:0px;
}
body, td, div, p{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

A{
	color: #fff;
	font-family: Arial, Helvetica, sana-serif;
	font-size:12px;
}
A:hover{
	text-decoration: none;
}

.fixedSize{
	min-width: 950px;
}
.sep{
	margin: 5px 0px;
	border-bottom: 1px solid #408001;
}

/* HEADER */
.topCollage{
	background:url(../images/top_background.jpg) repeat-x right;
	height:300px;
}
.topMenu{
	float:right;
	position:relative;
	top: 30px;
	right: 40px;
	z-index: 500;
}
.topMenu table{
	background:url(../images/topMenuBg.png) repeat-x;
	float:left;
}

.topMenu_el{
	padding: 6px 15px;
	text-align:center;
}
.topMenu_el a{
	font-size:11px;
	font-weight:bold;
	color:#4f5546;
	text-transform:uppercase;
	text-decoration:none;
	height:15px;
}
.rightSep{
	background:url(../images/right_sep.jpg) no-repeat right;
}
.mactive{
	background:url(../images/menu_active.jpg) no-repeat center;
}
.mactive a{
	color:#FFF;
}

/* SUB MENU */
.topSubMenu{
	background:url(../images/topMenu_bg.png);
	border: 1px solid #e0ecff;
	position: absolute;
	top: 71px;
	display: none;
	width: 150px;
	z-index:500;
	padding: 5px;
}
#sub_products{
	right: 380px;
}
#sub_instruction{
	right: 200px;
}
.topSubMenu_el{
	padding: 2px 0px;
}
.topSubMenu_el a{
	color:#4f5546;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
}

.topLogo{
	padding: 90px 30px;
	float:left;
}
.topHouse{
	background:url(../images/house.png) no-repeat;
	width:545px;
	height:264px;
	position:absolute;
	top: 130px;
	right:320px;
	z-index:11;
}

/* CONTENT */
.contentBlock{
	background:url(../images/content_bg.jpg) top;
	min-height: 350px;
	clear:both;
}
.cntTopBg{
	background:url(../images/content_top_bg.jpg) repeat-x top;
	padding-top:60px;
	padding-right:280px;
	padding-bottom: 20px;
}
.cntLeft{
	background:url(../images/content_left.jpg) no-repeat;
	width:396px;
	height:325px;
	position:absolute;
	top:300px;
	left:0px;
	z-index:10;
}
.cntRight{
	background:url(../images/content_right.png) no-repeat;
	width:208px;
	position:absolute;
	top:300px;
	right:0px;
	z-index:12;
}

/* CONTENT TEXT */
.contentThumbs{
	background:url(../images/thumbs.png) no-repeat right;
	width: 145px;
	height: 110px;
	position:absolute;
	right: 160px;
	top: 330px;
	z-index:100;
	padding-right: 20px;
}
#catalogThumb{
	width: 150px;
	height: 105px;
	background-image:url(../images/blankThumb.png);
	background-repeat:no-repeat;
	background-position: right center;
}

.contentTitle{
	clear:both;
	background:#add27f;
	border: 1px solid #408001;
	border-bottom-width: 0px;
	position:relative;
	top: 1px;
	left:40px;
	z-index:60;
	text-align:center;
	padding: 3px;
	width: 153px;
}
.contentTitle span{
	font-size:13px !important;
	color: #4d5445 !important;
	font-weight:bold;
}

.contentText{
	background:url(../images/cnt_body_bg.png) top;
	border:1px solid #408001;
	position:relative;
	left: 40px;
	clear:both;
	z-index:50;
	padding:10px 0px;
}
.pdn10{
	padding: 10px;
}

.historyLine{
	margin-bottom: 5px;
	font-size: 11px;
	padding-bottom: 3px;
	border-bottom: 1px solid #408001;
}
.historyLine a{
	font-size: 11px;
}

.morePages{
	margin: 10px 0px;
	padding: 5px;
	border-top: 1px solid #408001;
}

.leftMenu{
	width: 160px;
	background:url(../images/line.jpg) repeat-y right;
	vertical-align: top;
}
.active{
	background:url(../images/menuBg.jpg);
}
.leftMenu_el{
	padding: 5px 2px 5px 10px;
	margin-right: 10px;
}
.leftMenu_el a{
	text-decoration: none;
}

.mainText{
	padding: 0px 60px 0px 10px;
	vertical-align:top;
}

.catalogTitle{
	font-size: 17px;
	margin: 0px 0px 8px 0px;
}

/* SUB CATALOGS */
.subCatalogsTitle{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
.subCatalogs{
	background:url(../images/cnt_body_bg.png);
	padding:5px;
	margin-top:10px;
	border:1px solid #408001;
	clear:both;
}
.subCatalog_el{
	padding: 2px 0px;
	width:200px;
	float:left;
	text-align: center;
}

.productPhoto{
	float: left;
	padding: 5px;
}

/* SEARCH BLOCK */
.search{
	background:url(../images/searchBg.gif) no-repeat;
	padding: 2px 0px 3px 0px;
}
.search form{
	margin:0px;
	padding:0px;
}
.search input{
	border: 0px;
	background:none;
	color: #017751;
	font-size: 13px;
	padding: 0px 10px;
	height: 14px;
	width: 150px;
}
.search .searchBtn{
	background:url(../images/searchBtn.gif) no-repeat;
	width: 17px;
	height: 14px;
	cursor: pointer;
}

.LNK{
	padding-top: 220px;
	padding-bottom: 50px;
	text-align: center;
}

/* FOOTER */
.footerBlock{
	clear:both;
	background:url(../images/footer_bg.jpg) repeat-x;
	height:91px;
	padding: 0px 50px; 
	color: #408001;
	min-widh: 850px;
}
.copyrights{
	color:#408001;
	padding-top: 20px;
	float: left;
}
.copyrights A{
	color:#408001;
}
.contactData{
	float:right;
	padding-top: 20px;
	text-align: right;
	color:#408001;
	font-size: 13px;
}
.contactData A{
	color:#408001;
}

/* FORM */
.star{color:#FF0000}
label.error {
   	color: yellow;
   	font-weight: bold;
    font-style: italic;
	margin-left: 3px;
}

input.error, textarea.error, select.error {
    border: 1px dotted #f00;
}
.formcomments{
	font-weight:bold;
	margin-top: 5px;
}
.formelements {
}
input, textarea{
	border:1px solid #FFF;
	background:none;
	color:yellow;
}

.siteMap{
	list-style-image:;
	margin: 0px 20px;
	padding:0px 15px;
}
.siteMap li{
	margin: 3px 0px;
}
.siteMap li ul{
	margin: 7px 0px;
}
