/* CSS Reset YUI */
* {margin:0;padding:0;} /*Sticky footer*/
html, body {height: 100%;} /*Sticky footer*/
html {color:#000;background:#f8ffed;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}

/* CSS for Vila Milena */
body {
	background-image: url(images/site/background.jpg);
	background-repeat: repeat-x;
	background-color: #f8ffed;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
h2 {
	color: #C30;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}

#wrap {
	min-height: 100%;
}

#main {
	width: 800px;
	margin: 0 auto;
	overflow:auto;
	padding-bottom: 88px;
}  /* must be same height as the footer */

#lang_selection {
	width: 800px;
	height: 41px;
	text-align: right;
}
#new_menu {
	width: 400px;
	height: 41px;
	position: relative;
	left: 0;
	float: left;
	text-align: left;
}
#new_menu li{
	display: inline;
	padding-right: 10px;
	line-height: 40px;
}
#new_menu a, #new_menu a:visited {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
#new_menu a:hover {
	color: #C90;
}
.clearer {
	clear: both;
}

#lang_selection img {
	padding: 10px 5px;
}

#header {
	width: 800px;
	height: 158px;
}

#header_back {
	width: 226px;
	float: left;
}

#header_pic {
	width: 574px;
	height: 158px;
	margin-left: 226px;
	background-image: url(images/site/header_pic.jpg);
	background-repeat: no-repeat;
}

#header_menu {
	width: 800px;
	height: 123px;
	margin: 0;
	padding: 0;
}
#header_menu img {
	margin: 0;
	padding: 9px 3px 0 3px;
}

#content {
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-top: 20px;
	color: #775c14;
}
#content_text {
	width: 500px;
	font-size: 0.875em;
	float: left;
}
#content_text p {
	padding: 10px;
}
#content_gallery {
	float: left;
	margin: 50px 0 10px 5px;
	padding: 5px 0 5px 15px;
}
#content_gallery img {
	border: #a6af82 1px solid;
	margin: 1px 2px 4px;
	padding: 0;
}

#footer {
	background-image: url(images/site/back-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	margin-top: -88px; /* negative value of footer height */
	height: 88px;
	clear:both;
}
#footer ul {
	list-style: none;
	padding-top: 40px;
}
#footer ul li {
	display: inline;
	font-size: 0.63em;
	color: #ededed;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 4px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #ededed;
}
#footer p {
	color: #b0d877;
	font-size: 0.63em;
}
#footer_content {
	margin: 0 auto;
	width: 800px;
	background-image: url(images/site/cvetic.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 88px;
}


.ctext {
	padding-left: 25px;
}
.ctext li {
	padding-top: 5px;
}
.fade_bott {
	border: 1px solid #775C14;
	background-color: #a9b39a;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


