body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #F3F3F3;
	padding: 0;
	padding-bottom: 10px;
	z-index: 0;
}

.welcome {display: none;}

#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 481px;
	background-color : #D5610B;
	background-image : url(img/bg_menu.gif);
	background-repeat : repeat-x;
	border-top: 1px solid #F7B982;
	border-bottom: 1px solid #B14014;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 0.25em 0;
	margin: 0;
	word-spacing : 15px;
	z-index: 2;
}

#menu li {	display: inline; 	}
#menu ul {	padding: 0;	margin: 0;}
#menu h4 {	display: none;}

#textarea {
	position: relative;
	left: 20px;
	width: 600px;
	top: 15px;
	z-index: 1;
}

/* ----------- RIGHT PART ------------*/

#rightnavig {
	position: absolute;
	top: 0;
	left: 481px;
	width: 298px;
	height: 100%;
	background-color : #73280D;
	margin: 0;
	padding: 0;
	background-image : url(img/bg_flower.gif);
	background-repeat : repeat-y;
	background-position : top right;
	display: none;
}

#rightnavigtexts {
	position: relative;
	top: 40px;
	left: 0;
	width: 298px;
	color: white;
	margin: 0;
	padding: 0;
}

#rightnavigtexts h3 {
	position: relative;
	background-color : #D5610B;
	background-image : url(img/bg_menu.gif);
	background-repeat : repeat-x;
	border-top: 1px solid #F7B982;
	border-bottom: 1px solid #B14014;
	margin: 0;
	padding: 0.2em 0 0.2em 1em;
	text-transform: uppercase;
	top: 0;
}

#rightnavigtexts li {
	position: relative;
	top: -3px;
	left: -20px;
	margin: 0;
	padding: 0;
	list-style : none;
}

/* --------- DETAILS ---------- */

.leafright {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 27px;
	background-image : url(img/leaf_right.gif);
	background-repeat : no-repeat;
}

.leafleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 27px;
	background-image : url(img/leaf_left.gif);
	background-repeat : no-repeat;
}

/* -------- LINKS -------- */

a { color: #A73E11;}

#menu a {	color: white;	text-decoration: none;   }
#menu a:hover {	color: #FACA96;	text-decoration: none;  z-index: 0; }

#rightnavigtexts a {	color: #FACA96; text-decoration: none;}
#rightnavigtexts a:hover {	color: white; text-decoration: none;}

/* -----------TITLES --------- */

h2 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #73280D;
	}

h3, h4, h5 {
	margin: 0.4em 0 0.4em 0;
	padding: 0;	
	color: #73280D;
}

h3 {	font-size: 1.1em;}
h4 {	font-size: 1em;}
h5 {	font-size: 0.9em;}

#rightnavigtexts h3 {color: white;}

/*---------------PARAGRAPH AND LIST---------------*/

p {	margin: 0 0 0.9em 0; text-align: justify;}
ol li {padding-bottom: 0.8em;}
ul {margin-top: 0;}
ul li {list-style: none url(img/li.gif);}

/*-----CALLBACK REQUEST------*/

.callbackrequest {
	background-color: #E9E9E9;
	margin: 20px 0 10px 0;
	padding: 1em;
	font-size: 95%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

.callbackform {border-collapse: collapse;}


.callbackform td {
	vertical-align: top;
	padding: 10px;
	background-color: white;
	border-bottom: 5px solid #F3F3F3;
	font-size: 0.9em;
}

.sendbutton {text-align: center; font-size: 90%;}
.sendbutton input {font-size: 90%;}


/*-----------GALLERY----------*/

table {width: 100%; border: 0; 	margin-bottom: 15px;}
.gallery td { padding: 8px;	text-align: center;	}
.gallery img { float: none; }