
@import "/css_forms.php";
@import "/css_content.php";
@import "/gallery.css";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#main {
	margin: auto;
	width: 1000px;
}

#header {
	position: relative;
}

#logo {
	width:  278px;
	height: 77px;
	padding: 5px;
}

#lang {
	position: absolute;
	top: 10px;
	right: 20px;
}
#lang a {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
#lang a:hover, #lang a.hover {
	color: #000000;
	text-decoration: underline;
}

#top_menu {
	padding: 1px 5px;
	height: 16px;
	background-color: #FF0000;
}
#top_menu div {
	float: left;
	margin: 0px 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#top_menu a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#top_menu a.hover, #top_menu a:hover, #left_menu a:hover, #left_menu a.hover {
	color: #3E3E3E;
	text-decoration: none;
}

#top_menu div {
	position: relative;
	z-index: 2;
}
#top_menu div div {
	display: none;
	position: absolute;
	top: 15px;
	left: -12px;
	border-top: 2px solid #FF0000;
}
#top_menu div:hover div {
	display: block;
}
#top_menu div.submenu a {
	display: block;
	width: 120px;
	margin: 0px;
	padding: 1px 10px;
	background-color: #C1C1C1;
	color: #000000;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	border-left: none;
	border-right: none;
}
#top_menu div.submenu a:hover {
	background-color: #FF0000;
}

#front {
	height: 220px;
	background-image: url(images/front.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 40px;
}

#flower {
	width: 180px;
	height: 97px;
	position: absolute;
	top: -97px;
	left: 671px;
}

#left {
	float: left;
	width: 167px;
}

#left_menu {
	margin-top: 40px;
}
#left_menu a {
	display: block;
	color: #6D6D6D;
	text-decoration: underline;
	font-weight: bold;
	margin: 10px 0px;
}

#right {
	margin-left: 252px;
}

#subscription {
	color: #6D6D6D;
}
#subscription input {
	width: 158px;
	margin: 5px 0px 3px;
	color: #6D6D6D;
}
#subscription .submit {
	width: 58px;
	color: #FFFFFF;
}
#subscription b {
	display: block;
	padding-left: 5px;
}

input, textarea, select {
	border: 1px solid #D5D5D5;
}
.submit {
	color: #FFFFFF;
	background-color: #818181;
}
.reset {
	color: #FFFFFF;
	background-color: #FF0000;
}

#submenu a {
	display: block;
	background-color: #E0E0E0;
	color: #6A6A6A;
	font-weight: bold;
	text-decoration: none;
	padding-left: 35px;
	margin-bottom: 12px;
}
#submenu a:hover, #submenu a.hover, .submenu a:hover, .submenu a.hover {
	color: #000000;
}

.title {
	background-color: #E0E0E0;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
	padding: 0px 5px;
}

.left_img {
	width: 167px;
	height: 98px;
	margin-top: -20px;
}

#bottom {
	clear: both;
	padding: 20px 0px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #3E3E3E;
}

#sm {
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: block;
}
