body, html{
	margin: 0;
	padding: 0;
}

body {
	background: url('/tpl/images/bg.gif') repeat-x transparent;
	color:#222222;
	font-size:0.8em;
}

img{
	border: 0;
}

#main{
	width: 910px;
	margin: 0 auto;
	text-align: center;
}

#top{
	padding: 25px 0;
	margin: 0 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.cleaner{
	clear: both;
}

form{
	margin: 0;
	padding: 0;
}

#search_box{
	vertical-align: middle;
	line-height: 40px;

}

#search_box input{
	height: 40px;
	padding-top: 0;
	color: #d3d9d4;
	font: italic 24px "Trebuchet Ms", Sans-serif;
	background: transparent url("/tpl/images/input_bg.gif") no-repeat;
	border: 0;
	width: 290px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 10px;
	display: block;
	float: right;
}

#search_box button{
	background: transparent url("/tpl/images/search_button.gif") no-repeat;
	overflow:visible;
	border: 0;
	width: 100px;
	height: 41px;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #fff;
}

#path{
	background-color: #eff2f4;
	border-bottom: 1px solid #d9e3d8;
	color: #222222;
	font-family: verdana;
	size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

.button { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: auto;
    float: right;
}

a.button {
    background: transparent url('/tpl/images/search_button_end.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 24px "Trebuchet Ms", Sans-serif;
    height: 42px;
    margin-right: 3px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    text-align: center;
}

a.button span {
    background: transparent url('/tpl/images/search_button_bg.gif') no-repeat;
    display: block;
    line-height: 31px;
    padding: 5px 10px 15px 15px;
}

.wrapper_top{
	background: transparent url('/tpl/images/content_top.gif') no-repeat;
	width: 922px;
	height: 14px;
	
}

.wrapper_bottom{
	background: transparent url('/tpl/images/content_bottom.gif') no-repeat;
	width: 922px;
	height: 13px;
	
}

.wrapper{
	background: transparent url('/tpl/images/content_bg.gif') repeat-y;
	min-height: 500px;
	/*height: 500px;*/
	padding: 0 10px;
	padding-bottom: 20px;
	font: normal 12px Verdana;
	text-align: left;
}

.inner{
	padding-left: 10px;
	padding-right: 10px;
}

#rightcol{
	width: 230px;
	/*border-left: 1px solid #e2e2e2;*/
	/*height: 400px;*/
	padding-left: 20px;
}
#rightcol h2{
	color: #337287;
}

#leftcol{
	width: 600px;
}

#footer.wrapper{
	min-height: auto;
}

#footer .wrapper_top{
	background: transparent url('/tpl/images/footer_top.gif') no-repeat;
}

#footer .wrapper{
	background: transparent url('/tpl/images/footer_bg.gif') repeat-y;
	min-height: 100px;
}

#footer h2{
	font-size: 18px;
	color: #87948c;
	margin-top: 5px;
}

#footer  .comment_form input,#footer  .comment_form textarea{
	width: 170px;

}

#footer  .comment_form input[type="submit"]{
	float: left;width: 170px;
}

#footer .wrapper_bottom{
	background: transparent url('/tpl/images/footer_bottom.gif') no-repeat;
}

#footer .left{
	width: 200px;
	
}

#footer ul{
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	color: #c0d0ca;
}

#footer li{
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#footer a{
	color: #c0d0ca;
}

#footer a:hover{
	color: #aebcb7;
}

h1{
	margin: 0;
	padding: 0;
	font: normal 24px "Trebuchet Ms", Sans-serif;
	font-weight: bold;
	color: #425349;
	margin-bottom: 10px;
}

h2{
	margin: 0;
	padding: 0;
	font: normal 24px "Trebuchet Ms", Sans-serif;
display: block;
	color: #425349;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3{
	margin: 0;
	padding: 0;
}

a{
	color: #835b23;
	font-weight: bold;
}

img.pagescreen{
	margin-left: 10px;
	float: right;
}

table{
	border:1px solid #E4E4E4;
	border-collapse:collapse;
	width: 100%;
}

table th{
	background:none repeat scroll 0 0 #F4F6FD;
	font-weight:bold;
	text-align:left;
	width:150px;
}
/*table td{
	width:150px;
}*/

table th, td {
border:1px solid #E4E4E4;
padding:0.5em;
vertical-align: top;
}

table tr{
	border-bottom:1px solid #E4E4E4;
	line-height:30px;
}

table th img{
	border: 0;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px;
	padding-left: 5px;

}



ul{
	list-style-position: inside;
	margin: 0;
	padding: 0px;
}

li{
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #337287;
	font-size: 15px;
	font-family: "Trebuchet Ms", Sans-serif;
	
}

li a{
	color: #337287;
	text-decoration: none;
	font-weight:normal;
}

li span{
	float: right;
}

.greenbox{
	background-color: #d6ded4;
	border-bottom: 1px solid #65736a;
	padding: 10px;
	color: #425349;
	height: 120px;
}

.images{
	text-align: center;
}

.images .image_box{
	float: left;
	padding-right: 15px;
	width: 100px;
}

.images .image_outline{
	border: 1px solid #d6ded4;
	width: 100px;
	height: 75px;
	margin-bottom: 10px;
}

.images a{
	color: #835b23;
	
}

.city{
	width: 450px;
}

.city ul{
	margin-right: 20px;
	padding-left: 5px;
	
}

em{
	font-style: normal;
	font-size: 10px;
	color: #696969;
}

a.addcoment {
	color: #337287;
	text-decoration: none;
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}

.comment{
	background-color: #eff2f4;
	border: 1px solid #d9e3d8;
	margin-top: 15px;
	padding: 10px;
}

.comment a.commlink{
	display: block;
	text-align: right;
	color: #337287;
}

.nocomments{
	text-align: center;
	font-style: italic;
}

.nocomments a.addcoment {
	text-align: center;
	margin-top: 10px;
}

form.comment_form{
	margin-top: 10px;
}

form.comment_form label{
	display: none;
}

input, textarea, select{
	border: 1px solid #5E7264;
	background-color: #eff2f4;
	font-family: Verdana;
	color: #555;
	font-size: 12px;
	padding: 5px;
	width: 290px;
}

form.addbiz input[type="checkbox"]{
	width: 50px;
}

input[type="submit"]{
	background-color: #3D4C43;
	border-color: #B3C432;
	color: #fff;
	float: right;
	width: 100px;
	outline:#5E7264 solid 2px;
	margin-top: 5px;
}

label{
	display: block;
	/*width: 100px;*/
	float: left;
	text-align: right;
}

form.addbiz{
	margin-top: 20px;
}

form.addbiz input, form.addbiz textarea, form.addbiz select{
	float: right;
	width: 400px;
}

form.addbiz select{
	width: 412px;
}

form.addbiz textarea{
	height: 200px;
}

form.addbiz  input[type="submit"]{
	width: 100px;
}

form .formrow{
	padding: 10px;
	clear: both;
}

.comment .author{
	color: #835b23;
}
.comment  .date{
	color: #999;
}

#map_canvas{
	border: 3px solid #5E7264;
}

#mapeffect{
	position: relative;
	/*background: transparent url("/tpl/images/map.jpg") no-repeat;*/


}

#mapeffect div{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 0;height:0;
	z-index: 20;
}

ul.noul{
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	display: inline;
}

ul.noul li{
	display: inline;
}

ul.noul li a{
	color: #835B23;
	font-weight: bold;
}

.cities{
	/*display: none;*/
	margin-bottom: 20px;
	padding: 10px;
}

#city_selector{
margin-top: 20px;

}

#wapiblock{
	height: 150px;
	max-height: 150px;
	overflow:hidden;
	padding-left: 10px;
	padding-left: 10px;
	background-color: #F6F7F8;
}

#wapiblock img{
	display: inline;
	margin: 5px;
}
.slider{
	height: auto;
	min-height: 150px;
	margin: 0 auto;
}
.slider_btn{
	float: left;
	height: 150px;
	width: 20px;
	background:none repeat scroll 0 0 #DDDDDD;
	border:1px solid #B9BABD;
	opacity: 0.7;
}

.slider_btn:hover{
	opacity: 1;
}

.slider_btn#slider_right{
	background:url("/tpl/images/arrow_right.png") no-repeat scroll 4px 69px #DDDDDD;
	float: right;
}

.slider_btn#slider_left{
	background:url("/tpl/images/arrow_left.png") no-repeat scroll 4px 69px #DDDDDD;
}

.slider_img{
	height: 150px;
}

.slider h2{
	margin-top: 0;
}

.gallery{
	text-align: center;
	min-height: 0;
}

.gallery .inner{
	margin-top: 20px;
}

.error{
	border: 2px solid red;
}

.admin{
	background-color: #FFCFCF; 
	color: #000;
	font: normal 10px Verdana;
	padding: 5px;
}

.ok{
	background-color: #ccd588;
	color: #000;
	font: normal 10px Verdana;
	padding: 5px;
}
