@charset "utf-8";
/*****************
		RESET 
 *****************/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************
		LAYOUT 
 *****************/
body {
background: #fff;
}

img {
margin: 5px;
}

#main {
background: #fff;
margin: 0 auto;
width: 1000px;
}

#logo {
height: 100px;
}

h1.logo {

	padding: 100px 0 0 0;
	height: 0;
	overflow: hidden;
  
background: url("../image/villa-mai-mesaree.png");
background-position: center;
height: 0;
margin: 0 auto;
width: 163px;
}

#head {
background: #333333 url(../image/pat.jpg);
border-bottom: #999 5px solid;
padding-bottom: 25px;
width: 100%;
}

#header {
background: url(../image/header.png);
background-position: center top;
height: 360px;
margin: 0 auto;
width: 1000px;
}

.nav {
font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
line-height: 2em;
padding: 15px 0;
text-transform: uppercase;
width: 1000px;
}

.nav a{
color: #1a1a1a;
text-decoration: none;
}

a:hover {
color: #666666;
}

.nav li {
background: url(../image/menu.jpg) no-repeat right;
display: inline;
height: 40px;
list-style: none;
margin: 0;
padding: 10px 40px 10px 0px;
}

.nav li.right {
background: none;
}

.nav li a{
padding: 10px 20px 10px 20px;
}
	
.separate {
background: url(../image/separate.jpg);
background-position: center;
background-repeat: no-repeat;
height: 50px;
margin: 0 auto;
width: 200px;
z-index: 0;
}

#content {
margin: 0 auto;
width: 950px;

/*text*/
font-family: Cambria, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
}

#content h2 {
color: #1a1a1a;
font-family: Cambria, serif;
font-size: 41px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.2em;
margin: 40px 0 20px 0;
}

#content h3 {
color: #221100;
font-family: Cambria, serif;
font-size: 20px;
font-style: italic;
font-weight: bold;
letter-spacing: normal;
line-height: 1.4em;
margin: 20px 0 5px 0;
}

#content img {
background: #e6e3da;
border: #c7c7c7 1px solid;
padding: 5px;
}

#footer {
background: #333333 url(../image/pat.jpg);
border-top: #999 5px solid;
margin-top: 30px;
padding: 50px 0;
width: 100%;
color : #fff;
font-family: Cambria, serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-align: center;
letter-spacing: normal;
line-height: 1.5em;
}

#footer .bottom-menu a{
color: #CCCCCC;
font-size: 17px;
}

#footer a{
color: #ccc;
}

#footer a:hover{
color: #fff;
text-decoration: underline;
}

.flleft {
float: left;
margin-right: 20px;
}

.text {
background: url(../image/separate.jpg);
background-position: bottom center;
background-repeat: no-repeat;
display: block;
min-height: 400px;
padding-bottom: 150px;
padding-top: 30px;
}

.back {
color: #666666;
font-family: Georgia, serif;
font-size: 10px;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
}

.back a{
color: #999;
}

.back a:hover {
color: #666;
}

a {
text-decoration: none;
}
