/*BODY*/
	body{
		margin:0; padding:0;
		font-family: "Arial";
		background-image: url(../images/back_top.jpg);
		background-position: left top;
		background-repeat: repeat-x;
		/*height: auto;*/
	}
	
	a{
		text-decoration:none;
		color:#E57914;
	}	
	
	a:hover{
		color:#53C1FC;
	}	
/*END OF BODY*/

#main{
	width:100%;
}
/*HEADER*/
/*positional elements*/
	#header{
		margin:0; padding:0;
		text-align: center;
	}
	#header_menu{
		margin:0; padding: 0;
		background-image: url(../images/menu_back.jpg);
		background-position: left top;
		background-repeat: repeat-x;
		width: 100%;
		height: 57px;
		display: block;
		text-align: center;
	}
/*end positional elements*/
/*lists*/
	#header_menu ul{
		margin: 0; padding: 0;
		color: #FFFFFF;
	}
	#header_menu ul li{
		display: inline;
	}
/*end of lists*/
/*links*/
	a.menu_item{
		display: table-cell;
		#display: inline-block;
		width: 117px; height: 57px;
		background-image:url(../images/button.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 25px;
		color: #FFFFFF;
		text-decoration: none;
	}
	a.menu_item:hover{
		color: #2C7196;
		background-image:url(../images/button_hover.jpg);
	}
	a.menu_item_selected{
		display: table-cell;
		#display: inline-block;
		width: 117px; height: 57px;
		background-image:url(../images/button_hover.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 25px;
		color: #2C7196;
		text-decoration: none;
	}
/*end of links*/
/*texts*/
	span.menu_item_selected{
		display: table-cell;
		#display: inline-block;
		width: 117px; height: 57px;
		background-image:url(../images/button_hover.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 25px;
		color: #2C7196;
		text-decoration: none;
	}
/*end of texts*/
/*END OF HEADER*/

/*CONTENT*/
#content{
		margin: auto;
		width:950px;
		font-size: 10px;
	}

#content h1{
	font-weight: normal;
	color: #53C1FC;
	text-indent:2em;
	padding-top: 5px;
}

#content h1 strong{
	font-weight: bold;
	color: #0799F6;
}

#left{
	width: 590px;
	font-size: 15px;
	color: #6A6767;
	text-align: justify;
}

#center{
	width: 950px;
	font-size: 15px;
	color: #6A6767;
}

#right{
	width: 300px;
	font-size: 14px;
	color: #6A6767;
	text-align: left;
}
#content label{
	display: block;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	margin: 5px;
}

span.small_label{
	display: inline;
	font-size: 10px;
	text-align: left;
}

#content input {
	border:1px solid #53C1FC;
	font-size: 12px;
	padding: 2px;
	color: #6A6767;
	width: 200px;
	
}
#content select{
	border:1px solid #53C1FC;
	font-size: 12px;
	padding: 2px;
	width: 208px;
	color: #6A6767;
}


#content #error{
	display: block;
	color: #FF0000;
	font-size: 10px;
	width: 252px;
	padding: 2px;
}

#content #error strong{
	font-size: 12px;
	color: #FF0000;
}

#content h3{
	margin:0; padding:0;
	display: block;
	text-indent: 2em;
	color: #53C1FC;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 4px solid #53C1FC;
}

#content h3 a{
	margin:0; padding:0;
	display: block;
	text-indent: 2em;
	color: #DEDE0D;
	text-decoration: none;
}

#content textarea{
	width: 200px;
	border:1px solid #53C1FC;
	font-family: Verdana;
	font-size: 12px;
	color: #6A6767;
}

#content td{
	vertical-align: top;
}

a.order{
	text-decoration: none;
	color: #E57914;
	font-weight: bold;
	padding: 2px;
	padding-left: 18px;
	border:1px #FFFFFF solid;
	text-align: center;
	background-image: url(../images/bullet_orange.jpg);
	background-position: -2px 2px;
	background-repeat: no-repeat;
}

a.order:hover{
	color: #53C1FC;
	background-image: url(../images/bullet_blue.jpg);
	background-position: -2px 2px;
	background-repeat: no-repeat;
}

#content  hr{
	margin:0; padding:0;
	border: 1px solid #53C1FC;
	width: 300px;
}

#content .apt{
	float:left;
	background-color: #FFFFFF;
	padding: 3px;
	/*border: 1px #53C1FC solid;*/
	margin: 2px;
}

.apt h4{
	margin:5px; padding:0;
	text-align: center;
}

a.details{
	color: #53C1FC;
	text-align: center;
	font-size: 16px;
	margin: 0; margin-top: 5px;
	text-decoration: none;
}

.apt ul{
	margin:0;
	list-style-type:none;
	padding:0;
}

ul.apt_links{
	list-style-type: none;
	margin:0;
}
a.apt_link{
	display: block;
	border-bottom: 1px dashed #6A6767;
	padding: 3px;
	margin-bottom: 5px;
	text-decoration: none;
	color:#6A6767;
}

a.apt_link:hover{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px dashed #000000;
}

.foto{
	width: 100px;
	height: 75px;
	padding: 2px;
	margin: 4px;
	border: 1px solid #A5CBE0;
}

#ap_content{
	float: left;
	width: 600px;
	margin: 5px;
	margin: 10px;
}

#ap_details{
	float: left;
	width: 300px;
	margin: 5px;
	margin: 10px;
}

#content .oferta{
	/*float: left;*/
	display:block;
	width: 450px;
	margin: 2px;
	padding-left:10px;
	padding-right: 10px;
}

#content .oferta p{
	text-align: justify;
	margin-bottom:10px;
}
#content .oferta h5{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin:0; padding-top: 10px;
}

#content #contact_text{
	font-size: 14px;
	width: 300px;
	float: left;
}

#content #contact_form{
	float: right;
}

#links p{
	margin: 5px;
	padding: 2px
}

#links img{
	padding: 5px;
}

#links a{
	text-decoration: none;
	font-size: 16px;
	color:#E57914;;
}

#links a:hover{
	color:#53C1FC;
}

#content #sitemap ul li {
	margin: 3px;
}

#content #sitemap ul li a{
	color: #999999;
	text-decoration: none;
	font-size: 16px;
}

#content #sitemap ul li a:hover{
	color: #53C1FC;
}

.postit{
	width: 300px;
	height: 304px;
	background-image: url(../images/postit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}

.postit h5{
	font-size: 14px;
	margin:0; margin-top: 20px; margin-bottom: 5px;
}

/*END OF CONTENT*/

/*FOOTER*/
/*positional elements*/
	#footer{
		width:100%;
		margin: auto;
		background-image:url(../images/footer.jpg);
		background-position: left top;
		background-repeat: repeat-x;
		padding-top: 50px;
		height: 90px;
	}
	#footer_content{
		text-align: center;
		width: 950px;
		display: block;
		margin: auto;
		/*padding-top: 80px;*/
	}
	#footer_language{
		float:left;
	}
	#footer_menu{
		float: right;
		margin:auto;
		width: 800px;
	}
	#footer_about{
		clear: both;
		margin: auto;
		display: block;
		padding-top: 25px;
		width: 100%;
	}
/*end of positional elements*/
/*links*/
	a.footer_menu_link{
		color: #979797;
		text-decoration: none;
	}
	a.footer_menu_link:hover{
		color: #4B4B4B;
		text-decoration: none;
	}
	a.footer_menu_link_selected{
		color: #4B4B4B;
		text-decoration: none;
	}
	a.footer_language_link{
		color: #979797;
		text-decoration: none;
	}
	a.footer_language_link:hover{
		color: #4B4B4B;
		text-decoration: none;
	}
	a.footer_language_link_selected{
		color: #4B4B4B;
		text-decoration: none;
	}
	a.dnl_link{
		float: right;
		color: #979797;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.dnl_link:hover{
		color: #4B4B4B;
		text-decoration: none;
		font-size: 10px;
	}
/*end of links*/
/*texts*/
	#footer_about p{
		float: left;
		margin:0; padding:0;
		font-size: 10px;
		color: #979797;
	}
/*end of texts*/
/*lists*/
	#footer_language ul{
		list-style-type:none;
		margin:0; padding:0;
		font-size: 10px;
		color: #979797;
	}
	
	#footer_language ul li{
		display: inline;
		text-align: center;
	}
	
	#footer_menu ul{
		margin:0; padding:0;
		list-style-type:none;
		text-align: right;
		font-size: 10px;
		color: #979797;
		font-weight: bold;
	}
	#footer_menu ul li{
		display: inline;
		text-align: center;
	}
/*end of lists*/
/*END OF FOOTER*/
