* {  
  margin: 0;
  padding: 0;
  border: 0;
}

body  { 
  text-align: center;

	background: #fff url(../img/header_bg.jpg) repeat-x top left;
  
}

body,input,table,select,textarea {
  font: normal 14px/170% Georgia, "Trebuchet MS", Tahoma;
  color: #7c2c00;
}

html, body {
  /*
  height:100%;
  */
}

label,input.submit,button {
	cursor: pointer;
}


div.cleaner {
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  float: none;
  clear: both;
  _line-height: 0;
  margin: 0;
}

noscript {
	color: white;
	background-color: red;
	font-size: 25px;
	line-height: 30px;
	display: block;
	padding: 20px; 	
}


input.input1,
textarea.textarea1 {
	border: 0px solid #bbb;
	width: 340px;	
	padding: 3px 5px;
	background: url(../img/form_textarea_781x117.png) no-repeat top left;
}

input.checkbox {
	width: auto;
	margin:0;
	padding:0;
	border:0;
	background: none;	
}



#container {
	width: 950px;
	margin: 0 auto;
	border: 0px solid #ddd;
}


#container .appBtn1 {
	padding: 5px 15px;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	background-color: #eee;
	border: 1px dashed #aaa;	
	display: block;
	margin: 0 0 10px 0;
}

#container div.appMsgOk {
	padding: 11px 0 11px 55px;
	color: #045300;
	font-weight: bold;
	text-align: left;
	background: #caffc7 url(../img/icon_ok25.png) no-repeat 13px 8px;
	border: 1px dashed #65c95f;	
	margin-bottom: 10px;
}

#container div.appMsgError {
	padding: 11px 0 11px 55px;
	color: #600;
	font-weight: bold;
	text-align: left;
	background: #ffadad url(../img/icon_error25.png) no-repeat 13px 8px;
	border: 1px dashed #bf4545;	
	margin-bottom: 10px;
}





/*** HEADER ***/

#header {
	height: 100px;
	width: 950px;
	position: relative;
}

#header a.logo {
	display: block;
	width: 170px;
	height: 73px;
	position: absolute;
	top: 15px;
	left: 0;
	color: #7c2c00;
	z-index: 10;
	text-decoration: none;
	background: transparent url(../img/brown_logo.png) no-repeat;
}





/*** FOOTER ***/

#footer {
	padding-top: 5px;
	padding-bottom: 25px;
	border-top: 1px dashed #ccc;
	text-align: center;	
	color: #7c4d33;
}

#footer a {
	color: #7c4d33;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}






/*** TOPNAV ***/
#topnav {
	/*
	width: 950px;
	height: 100px;
	background-color: transparent;
	position: relative;
	*/
}

	#topnav ul { display: block; position: absolute; bottom: 0px; right: 0px; width: 520px; }
	#topnav ul li { display: block; float: left; margin-left: 20px; }
	#topnav ul li a { display: block; color: #7c2c00; width: 110px; height: 25px; padding-top:10px; background-repeat: no-repeat; font-size: 14px; font-weight: bold; text-decoration: none; }
	#topnav ul li a:hover { text-decoration: underline; }
	#topnav ul li.active a { background-image: url(../img/topnav_110x35_active.png); }
	#topnav ul li.w180 a { width: 180px; background-image: url(../img/topnav_180_passive_bg.jpg); }
	#topnav ul li.w180.active a { background-image: url(../img/topnav_180_active_bg.jpg); }
	#topnav ul li.w145 a { width: 145px; background-image: url(../img/topnav_145_passive_bg.jpg); }
	#topnav ul li.w145.active a { background-image: url(../img/topnav_145_active_bg.jpg); }
	
	


/*** RIGHTNAV ***/
#rightnav {
	width: 200px;
	text-align: left;
	float: right;	
	margin-bottom: 10px;
}



	 	
	
/*** CONTENT ***/

#content {
	margin: 15px 0;
	text-align: left;	
	/*width: 100%;
	float: left;*/
	/*color: #4e4a3f;*/
	color: #9a906d;
	font-size: 12px;
	line-height: 18px;
}



	#content h1 {
		color: #7c2c00;
		line-height: 1.3em;
		font-size: 28px;
		font-weight: normal;
		margin-bottom: 10px;	
		margin-top: 5px;
	}
	
	#content h2 {
		color: #934D07;
		margin-bottom: 5px;	
		font-size: 18px;
		line-height: 25px;
		margin-top: 5px;
	}
	
	#content h3 {
		font-size:20px;
		color: #7c2c00;
		margin-bottom: 10px;	
	}
	
	#content ul {
		list-style: square outside;
		margin-left: 1.5em;	
	}
	
	#content .title1 {
		background: transparent url(../img/line_e0cd96.png) repeat-x 0 55%;
		text-align: center;
	}
	
		#content .title1 span {
			padding: 0 15px;
			font-style: italic;
			font-weight: normal;
			background-color: #fff;
			color: #766736;
		}
	
	
	


	#content p {
		margin-bottom: 1em;
	}
	
	
	
		#content p.block1 {
			background: #f9f6ec url(../img/q1.jpg) no-repeat 15px 15px;
			padding: 10px 10px 10px 50px;
			color: #937d33;
			font-size: 13px;
			line-height: 22px;
			font-style: italic;
		}
		



	#content a {
		color: #655111;
		/*font-size: 12px;*/
		text-decoration: underline;
	}
	
		#content a:hover {
			text-decoration: none;
		}



	#content #services1 {
		float: left;
		width: 780px;
	}

		#content #services1 .service-box {
			width: 300px;
			min-height: 90px;
			padding: 0px 0 0px 85px;
			background: #fff url(/www/img/pack-box-1.jpg) no-repeat 0 10px; 
			margin-right: 5px; 
			margin-bottom: 25px;	
			float: left;
			position: relative;
			
		}
		
			#content #services1 .service-box h2 {
				margin-bottom: 0px;
			}	
		
			#content #services1 .service-box h2 a {
				color: #934D07;
				text-decoration: none;
			}
			
			#content #services1 .service-box h2 a:hover {
				text-decoration: underline;
			}
		
			#content #services1 .service-box p a,
			#content #services1 .service-box ul li a {
				color: #C84800;
			}
			
			#content #services1 .service-box .novinka {
				display: block;
				width: 85px;
				height: 80px;
				background: transparent url(../img/star_novinka.png) no-repeat top left;
				position: absolute;
				top: 30px;
				left: 0px;
			}

			#content #services1 .service-box .price {
				background: #f0e4c1 url(../img/service-box-price.png) no-repeat top left;
				width: 273px;
				height: 27px;
			}
			
				#content #services1 .service-box .price span {
					color: #790000;
					font-size: 14px;
					line-height: 18px;
					display: block;
					float: left;
					margin: 5px 0 0 10px;
					font-family: Trebuchet MS;
				}
				
				#content #services1 .service-box .price a {
					background: #f0e4c1 url(../img/service-box-price.png) no-repeat 0 0;
					color: #6a5b2f;
					font-size: 12px;
					line-height: 17px;
					display: block;
					float: right;
					padding: 5px 0;
					text-align: center;
					text-decoration: none;
				}
				
				#content #services1 .service-box .price a.order { background-position: -147px 0; width: 79px; }
				#content #services1 .service-box .price a.more { background-position: -226px 0; width: 47px; }
				#content #services1 .service-box .price a.order:hover { background-position: -147px -40px; }
				#content #services1 .service-box .price a.more:hover { background-position: -226px -40px; }




	#content #services2 {
	}

		#content #services2 .service-box {
			width: 385px;
			min-height: 90px;
			padding: 0px 0 0px 85px;
			background: #fff url(/www/img/pack-box-1.jpg) no-repeat 0 10px; 
			margin-right: 5px; 
			margin-bottom: 15px;	
			float: left;
			position: relative;
			
		}
		
			#content #services2 .service-box h2 {
				margin-bottom: 0px;
			}	
		
			#content #services2 .service-box h2 a {
				color: #934D07;
				text-decoration: none;
			}
			
			#content #services2 .service-box h2 a:hover {
				text-decoration: underline;
			}
		
			#content #services2 .service-box p a,
			#content #services2 .service-box ul li a {
				color: #C84800;
			}
			
			#content #services2 .service-box .novinka {
				display: block;
				width: 85px;
				height: 80px;
				background: transparent url(../img/star_novinka.png) no-repeat top left;
				position: absolute;
				top: 30px;
				left: 0px;
			}

			#content #services2 .service-box .price {
				background: #f0e4c1 url(../img/service-box-price.png) no-repeat top left;
				width: 273px;
				height: 27px;
			}
			
				#content #services2 .service-box .price span {
					color: #790000;
					font-size: 14px;
					line-height: 18px;
					display: block;
					float: left;
					margin: 5px 0 0 10px;
					font-family: Trebuchet MS;
				}
				
				#content #services2 .service-box .price a {
					background: #f0e4c1 url(../img/service-box-price.png) no-repeat 0 0;
					color: #6a5b2f;
					font-size: 12px;
					line-height: 17px;
					display: block;
					float: right;
					padding: 5px 0;
					text-align: center;
					text-decoration: none;
				}
				
				#content #services2 .service-box .price a.order { background-position: -147px 0; width: 79px; }
				#content #services2 .service-box .price a.more { background-position: -226px 0; width: 47px; }
				#content #services2 .service-box .price a.order:hover { background-position: -147px -40px; }
				#content #services2 .service-box .price a.more:hover { background-position: -226px -40px; }




	#content #topbox1 {
		float: left;
		width: 577px;
		height: 195px;
		margin-top: 3px;
		background: url(/www/img/topbox_bg.jpg) no-repeat;		
	}
	
		#content #topbox1 p {
			font-style: italic;
			font-size: 14px;
			line-height: 28px;
			float: left;
			width: 270px;
			margin: 13px 0 0 20px;		
		}
		
		#content #topbox1 p a {
			color: #790000;
		}
	
	
	
	
	
	#content #rightnav1 {
		width: 155px; 
		float: right; 
		min-height: 500px; 
		border-left: 1px dashed #aaa; 
		padding: 0 0 0 10px
	}
	
		#content #rightnav1 ul {
			list-style: none outside;
			margin: 0;
		}
		
			#content #rightnav1 ul li {
				display: block;
			}
			
				#content #rightnav1 ul li a {
					display: block;
					background-color: #fff;
					padding: 5px;
					border-bottom: 0px solid #aaa;
				}
				
				#content #rightnav1 ul li a:hover {
					background-color: #eee;
				}
	
	
	
	
	
	
	#content #subcontent1 {
		float: left;
		width: 680px;
		min-height: 250px;
		margin-bottom: 20px;
	}
	
	#content #rightbox1 {
		float: right;
		width: 250px;
		min-height: 250px;
		background-color: #fff;
		margin-bottom: 20px;
	}
	
#content .btn1-green {
	background: url(../img/btn1_green.png) no-repeat top left !important;
	width: 85px !important;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}

#content .btn2-green {
	background: url(../img/btn2_green.png) no-repeat top left !important;
	width: 150px !important;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 15px;
	color: #fff !important;
	height: 34px;
	padding-top: 16px;
	display: block;
	float: left;
	margin:20px 20px 0 auto;
	text-decoration: none;
	font-weight: bold;
}

#content input.btn2-green {
	padding-top: 0;
	height: 50px;	
}

#content .btn2-grey {
	background: url(../img/btn2_grey.png) no-repeat top left;
	width: 150px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 15px;
	color: #fff !important;
	height: 34px;
	padding-top: 16px;
	display: block;
	float: left;
	margin:20px 20px 0 auto;
	text-decoration: none;
	font-weight: bold;
}

#content a.btn1-red {
	background: url(../img/btn1_red.png) no-repeat top left;
	width: 85px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}


#content a.btn1-orange {
	background: url(../img/btn1_orange.png) no-repeat top left;
	width: 85px;
	text-align: center;
	cursor: pointer;
	line-height: 18px;
	font-size: 12px;
	color: #fff !important;
	padding-top: 3px;
	height: 24px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 10px;
}




#content .btn1-175x28 {
	vertical-align: middle;
	text-align: center;
	background: url(../img/btn_bg1_175x28.jpg) no-repeat top left;
	color: #333;
	width: 175px;
	height: 28px;
	cursor: pointer;
}


#content a.btn2-257x50 {
	vertical-align: middle;
	text-align: left;
	background: url(../img/btn_bg2_257x50.jpg) no-repeat -1px -2px;
	width: 237px;
	height: 36px;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 20px;
	padding-top: 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

	#content a.btn2-257x50:hover {
		background-position: -1px -62px;	
	}
	
	
	
#content input.btn2-257x50 {
	vertical-align: middle;
	text-align: left;
	background: url(../img/btn_bg2_257x50.jpg) no-repeat -1px -2px;
	width: 257px;
	height: 50px;
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

	#content input.btn2-257x50:hover {
		background-position: -1px -62px;	
	}




#content table.list1 {
	/*width: 900px;*/
	width: 100%;
	border: 1px solid #ddd;
}

	#content table.list1 tr.hover {
		background-color: #eee !important;
	}
	
	#content table.list1 th,
	#content table.list1 td {
		padding: 4px 6px;
		border-bottom: 1px solid #ddd;
		vertical-align: middle;	
	}
	
	#content table.list1 th {
		background: url(../img/bg1.jpg);
	}
	
	#content table.list1 td {
	}
	
	#content table.list1 td a {
		color: #444;	
	}
	
	#content table.list1 th.pagination {
		color: #555;
		text-align: center;
	}
	
	#content table.list1 td input,
	#content table.list1 td textarea {
		border: 0px solid #bbb;
		width: 340px;	
		padding: 2px 4px;
		background: url(../img/form_textarea_781x117.png) no-repeat top left;
	}
	
	#content table.list1 td input.checkbox {
		width: auto;
		margin:0;
		padding:0;
		border:0;
		background: none;	
	}
	


#content table.list2 {
	width: 100%;
	border: 1px solid #ccc;
}

	#content table.list2 td,
	#content table.list2 th {
		padding: 4px 6px;
		vertical-align: middle;
	}	


	#content table.list2 th {
		background-color: #eee;
		border-bottom: 1px solid #ccc;
	}
	
	#content table.list2 td {
		border-bottom: 1px solid #eee;
	}





#content table.list3 {
	width: 100%;
	font-size: 11px;
	line-height: 155%;
}


	#content table.list3 td,
	#content table.list3 th {
		padding: 4px 10px;
		border-bottom: 1px dashed #cee3f1;
		border-bottom-color: #ddd;
	}	


	#content table.list3 th {
		font-weight: bold;
		color: #055d9a;
		color: #333;
		vertical-align: top;
	}

		#content table.list3 th.row1 {
			font-size: 15px;
			text-align: center;
		}
	
		#content table.list3 th.col1 {
			font-size: 13px;
			font-weight: normal;
			text-align: left;
			width: 300px;
			padding-left: 0;
		}
	
	#content table.list3 td {
		color: #444;
		text-align: center;
		vertical-align: middle;
	}
	
	#content table.list3 .col1 {  }
	#content table.list3 .col2 { background-color: #FCFCE3; }
	#content table.list3 .col3 { background-color: #F3F4EC; }
	#content table.list3 .col4 { background-color: #ede8ea; }
	#content table.list3 .col5 { background-color: #d1ced2; }

	#content table.list3 td.col2,
	#content table.list3 td.col3,
	#content table.list3 td.col4,
	#content table.list3 td.col5 { /*color: #11750c;*/ font-size: 14px; font-weight: normal; font-family: Trebuchet MS; }






#content #order1 {
	width: 300px;
	min-height: 150px;
	background-color: #ecf4f9;
	padding: 15px;	
	
}



#content div.simpleblock1 .noticeicon {
	float:right;
	color:#333;
	background-color:#EAD790;
	font-size:10px;
	font-weight:bold;
	padding:4px 10px;	
}

#content div.simpleblock1 .content {
	background-color: #fff6d5;
	border: 1px solid #ead790;
	border-top-width: 0;
	padding: 5px;
}

#content div.simpleblock1 .content .info {
	background-color: #ffefb6;
	padding: 2px 5px;
	margin-bottom: 10px;	
	border: 1px dashed #d8b63a;
}


#content div.simpleblock1 .title {
	background: url(../img/bg2.jpg);
	padding: 7px 0px 5px 8px;	
	padding: 3px 0px 4px 8px;	
	border: 1px solid #ead790;
	border-bottom-width: 0;
	margin-bottom: 0;
	color: #4d3e00;
}


#content div.simpleBlockColorGreen .content {
	background-color: #d5ffbe;	
	border-color: #92ec61;
}

#content div.simpleBlockColorGreen .title {
	background: url(../img/bg3.jpg);
	border-color: #92ec61;
	color: darkGreen;
}



#content table.form1 {
	width: 100%;	
}

	#content table.form1 th,
	#content table.form1 td {
		padding: 5px 10px;	
	}
	
	#content table.form1 th {
		text-align: right;
		width: 150px;
		vertical-align: top;
			
	}
	
	#content table.form1 td input,
	#content table.form1 td textarea {
		border: 0px solid #bbb;
		width: 340px;	
		padding: 3px 5px;
		background: url(../img/form_textarea_1200x1500.png) no-repeat top left;
	}
	
	#content table.form1 td select {
		cursor: pointer;
		background-color: #f8e28a;
		/*padding: 5px;*/
		height: 25px;
		width: 352px;	
	}
	
	#content table.form1 td textarea {
		height: 100px;	
	}
	
	



#content table.form2 {
	width: 100%;
	margin-bottom: 15px;	
}

	#content table.form2 th,
	#content table.form2 td {
		padding: 3px 5px;	
	}
	
	#content table.form2 th {
		text-align: right;
		width: 150px;
		vertical-align: top;
			
	}
	
	#content table.form2 td input,
	#content table.form2 td textarea {
		border: 0px solid #bbb;
		width: 190px;	
		padding: 1px 3px;
		background: url(../img/form_textarea_1200x1500.png) no-repeat top left;
	}
	
	#content table.form2 td select {
		cursor: pointer;
		background-color: #f8e28a;
		height: 25px;
		width: 352px;	
	}
	
	#content table.form2 td textarea {
		height: 100px;	
	}
	
	






#content table.small1 {
	font-size: 11px;	
}

#content table.small1 td,
#content table.small1 th {
	padding: 2px 4px;	
}











