@charset "UTF-8";
/* CSS Document */

body {
	background: #e3f3fa url(../imgs/main_bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img {
	border:none;
}

a, a.logo:hover {
	text-decoration:none;
	color:#367A98;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
	color:#1e5614;
	margin:0;
	padding:0;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#999999;
	padding:0;
	margin:20px 0 10px;
}

p, .lista_p {
	line-height:22px;
	letter-spacing:0.02em;
}

div {
	_height:1%;
}


#maincontainer {
	/*background: url(../imgs/clouds.jpg) no-repeat top center;*/
	height:auto;
	background-image: url(../imgs/imagine_header.jpg);
	background-repeat: no-repeat;
	background-position: center 61px;
}

#contentcontaier {
	width:800px;
	margin:0 auto 0 auto;
}
#meniu {
	margin:0 0 0 15px;
	padding:0;
	
	overflow:hidden;
	height:60px;
}

#meniu li {
	list-style:none;
	display:block;
	float:left;
	padding:18px 0 23px 0;
	font-size:16px;
	background:url(../imgs/meniu_bg.jpg) repeat-x top center;
	color:#fff;
}
#meniu li.right_corner, #meniu li.left_corner {
	padding:0;
	margin:0
}
#meniu li a {
	background:url(../imgs/linie_meniu.gif) no-repeat right center;
	padding:13px 8px;
	color:#fff;
}
#meniu li.last a {
	background-image:none;
}
#meniu li a:hover {
	text-decoration:underline;
}
#submeniu {
	height:194px;
}
a.logo {
	position:relative;
	top:2px;
	left:40px;
	width:330px;
	height:130px;
	display:block;
	float:left;
	border:none;
}
a.contact {
	float:right;
	position:relative;
	top:147px;
	right:24px;
	font-size:18px;
	color:#689bb2;
}
#content {
	background:#FFF;
	position:relative;
	right:1px;
	padding:15px;
}
#rightcontent {
	width:317px;
	float:right;
}

#leftcontent {
	width:435px;
	float:left;
}

.clearer {
clear: both;
	height: 1px;
	margin: 0;
	font-size: 1px;
	line-height: 1%;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.bottom_content {
	position:relative;
	right:1px;
}

#newsletter {
	margin-top:15px;
	background:url(../imgs/news_bg.gif) repeat-y;
	color:#484848;
	font-size:12px;
}
#newsletter div {
	padding:0 15px;
}

#newsletter h1 {
	color:#367a98;
	margin-bottom:10px;
}

#galerie {
	background:#e5f6e7 url(../imgs/balerie_bg.gif) no-repeat top left;
	margin-top:15px;
	padding:10px;
}
#galerie h1 {
	margin-bottom:10px;
}
#galerie img {
	border:solid 3px #fff;
	width:89px;
}
#newsform span {
background:transparent url(../imgs/bg_email.gif) no-repeat scroll left top;
display:block;
height:43px;
margin:10px 0 0 0;
width:566px;
float:left;
}
#newsform span input {
border:0px solid #fff;
color:#b8b8b8;
font-size:30px;
margin:3px 0pt 0pt 10px;
width:550px;
text-align:center;
}
#newsform .submit {
	float:right;
	margin-top:10px;
}

#footer {
	margin-top:10px;
}

#footer a {
	padding:5px;
	color:#7d7d7d;
}

#footer a.black {
	color:#000;
}

.copyright {
	padding:15px 0;
	text-align:center;
	color:#689bb2;
}

#newsletter div.cssmesaj, #newsletter div.cssasteapta {
	font-size:20px;
	padding:10px 0 0;
	color:#999999;
}

