@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

/******************* GENERAL *******************/

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:black;
	margin:0 auto;
	font-family:century gothic, Arial, Helvetica, sans-serif;
	color:white;
	font-size:13px;
}

#containter {
	margin:0 auto;
	width:900px;
	background-image:url(../images/container_bg.png);
	background-repeat:repeat-y;
	background-position:280px 0px;
}

/******************* HEADER *******************/

#header {
	position:relative;
	height:170px;
}

#navbar {
	position:absolute;
	top:6px;
	left:281px;
	width:210px;
}

.logo {
	position:absolute;
	top:0;
	left:0;
}

.address {
	position:absolute;
	font-size:18px;
	top:5px;
	left:505px;
	width: 392px;
	z-index:-1;
}

/******************* MAIN *******************/

#main_wrapper {
	width:100%;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:black;
	float:left;
	margin-bottom:5px;
	
}

#main_text {
	float:right;
	width:400px;
	padding-left:220px;
	background-image:url(../images/container_bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:700px;
	
}

* html #main_text {height:700px;}

#google_maps {
	width:100%;
	margin-bottom:10px;
	font-size:12px;
}

/******************* FOOTER *******************/

#footer {
	clear:both;
	display:block;
	border-top:2px solid #B9FB09;
	width:890px;
	text-align: center;
	margin:5px auto 0 auto;
}
	
/******************* HEADING AND PARAGRAPHS *******************/

h1, h2, h3, h4, p {margin:0;}
h1 {color:#B9FB09;border-bottom:1px solid #B9FB09;margin:8px 0;font-size:20px;}
h2 {color:#CBFB45;border-bottom:1px solid #CBFB45;margin:8px 0;font-size:18px;}
.h2_noborder {border:none;}
p {margin:1px;padding-bottom:5px;}


/******************* ANCHORS *******************/

#navbar a:link, #navbar a:visited {display:block;width:100%;color:#B9FB09;text-decoration:none;padding-left:5px;}
#navbar a:hover {
	display:block;
	width:100%;
	background-color:#B9FB09;
	color:black;
	text-decoration:none;
	padding-left:5px;
}

#main_text a:link, #main_text a:visited, #footer a:link, #footer a:visited, .address a:link, .address a:visited {color:#b9fb09;text-decoration:none;}
#main_text a:hover, #footer a:hover, .address a:hover {color:#fba809;}

.contact_form_button:hover {background-color:#fba809;color:white;border:1px solid #ff6600;}

/******************* LISTS *******************/

#navbar ul li {
	list-style-type:none;
	color:#B9FB09;
	font-size:18px;
}

#main_text ul li {
	list-style-type:none;
	border-bottom:1px solid #CBFB45;
	}

.main_text_list_special   {
	list-style-image:url(../images/spunta.png);
	list-style-position:outside;
	background-color:#333;
	margin:10px 0;
	padding:10px 5px 10px 25px;
}

ul#main_text_list_special li {padding:3px 3px 3px 0;}

/******************* IMG *******************/

#header img {border:none;}

/******************* FORMS *******************/

#conctact_form {
	background-color:#333;
	text-transform:uppercase;
	font-size:14px;
	color:#CBFB45;
	padding-left:5px;
}

.conctact_form_item, .conctact_form_textarea{border:1px solid #CBFB45;width:388px;background-color:#ddd;margin:3px 0;font-family:century gothic, Arial, Helvetica, sans-serif;font-size:12px;}
.contact_form_button {
	background-color:#b9fb09;
	border:1px solid #c7ec86;
	padding:1px 10px;
	margin:5px;
	font-family:century gothic, Arial, Helvetica, sans-serif;
}

/******************* SPECIAL *******************/

.special1 {
	min-height:40px;
	font-weight:bold;
	margin-bottom:5px;
	background-image:url(../images/special_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px 5px 5px 30px;
	background-color:#222;
	color:#dadada;
	}
	
.spceial2 {
	font-size:22px;
	font-weight:bold;
	color:#E4FDA6;
}

.contacts {
	font-size:16px;
	margin:25px 0;
}

address {
	font-size:16px;
	margin-bottom:25px;
	}

/******************* IMG *******************/

img {border:0;margin:10px 0;}

img, div, a, input { behavior: url(iepngfix.htc); } /*** HACK for PNG ***/

