/* Page */

body{
	background-color:#24211d;
	margin:0px;
	padding:0px;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e2ddda;
}


a:link {
	color:#003056;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color:#003056;
}

a:hover {
	text-decoration: none;
	color:#000;
}

a:active {
	text-decoration: none;
}






/* containers ----------------------------------------------- */

#container_page {
	background-image:url(../gfx/bg_main.png);
	background-repeat:repeat-y;
	width:1023px;
	margin:0 auto;
}

#page_margin {
	width:916px;
	min-height:200px;
	margin:0 auto;
	overflow:hidden;
}

#container_footer {
	background-image:url(../gfx/bg_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:211px;
}

#beam_top {
	background-image:url(../gfx/bg_main_top.png);
	background-repeat:repeat-x;
	width:100%;
	height:59px;
	position:fixed;
	z-index:1000;
}

#beam_top_margin {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}




/* header ----------------------------------------------- */

#top {
	background-color:#1e8f85;
	height:22px;
	text-align:right;
	padding-right:15px;
}

#logo {
	margin:15px;
}

#logo img{
	border:none;
}

#menu {
	background-color:#3a3734;
	height:40px;
	margin-top:15px;
	margin-bottom:20px;
	
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

#info {
	font-size:10px;
	color:#838383;
	margin-top:20px;
}






/* content ----------------------------------------------- */

#content  {
	margin-top:20px;
	margin-bottom:20px;
	min-height:100px;
	padding-top:1px;
}

#content #text {
	font-size:14px;
	text-align:justify;
}

#content p {
}







/* FOOTER ----------------------------------------------- */

#footer {
	background-color:#1e8f85;
	margin:0 auto;
	margin-top:30px;
	padding-top:15px;
	padding-bottom:10px;
}

#footer .left {
	float:left;
	width:241px;
	margin-left:15px;
	color:#fff;
}

#footer .right {
	float:right;
	width:16px;
	margin-right:15px;
}

#footer .left img, #footer .right img {
	border:none;
}




/* gallery ----------------------------------------------- */

#gallery_wrapper{
	width:1000px;
	margin-left:-10px;
}

.rell_image{
	width:220px;
	height:160px;
	overflow:hidden;
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.rell_image .image{
	width:220px;
	height:140px;
	overflow:hidden;
	border:0px solid #000;
	background-color:#000;
}

.rell_image .image:hover{
	border:0px solid #000;
	background-color:#000;
}

.rell_image .image img{
	border:none;
}

.rell_image .text{
	margin-top:10px;
	text-align:center;
	max-height:15px;
}

.rell_image .text{
	margin-top:5px;
	margin-bottom:10px;
	font-size:13px;
	
	color:#fff;
	font-weight:bold;
}


.rell_image .text a.more{
	color:#13711c;
	text-decoration:underline;
	display:block;
	padding-left:15px;
	background-image:url(../gfx/arrow_green.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
}




.rell_image2{
	width:220px;
	overflow:hidden;
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	background-color:#f0f;
}

.rell_image2 .image{
	width:220px;
	height:140px;
	overflow:hidden;
	border:0px solid #000;
	background-color:#000;
}

.rell_image2 .image:hover{
	border:0px solid #000;
	background-color:#000;
}

.rell_image2 .image img{
	border:none;
}




/* CONTACT ----------------------------------------------- */

#contact_left {
	float:left;
	margin-top:20px;
	width:300px;
}

#contact_right {
	float:right;
	margin-top:20px;
	width:400px;
}

.form_input label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	margin-right:17px;
	width:170px;
}

.form_input input {
	display:block;
	border:1px solid #b0babd;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	margin-right:0px;
}

.form_input textarea {
	display:block;
	border:1px solid #b0babd;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	min-width:250px;
	max-width:250px;
	height:100px;
}

.form_input2 input {
	display:block;
	border:1px solid #b0babd;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	margin-bottom:10px;
}

.border_red input , .border_red textarea {
	border:1px solid red;
}


.form_submit input {
	padding:5px 22px 5px 11px;
	margin-top:10px;
	border:none;
	background-color:#4a6f97;
	color:#FFFFFF;
	float:right;
	font-size:12px;
	font-weight:bold;
}

.form_submit_mail input{
	background-color:#d5ebf9;
	display:block;
	color:#003056;
	width:87px;
	height:25px;
	border:none;
	float:left;
	font-weight:bold;
	font-size:11px;
	
	background-image:url(../gfx/submit_button.png);
	background-repeat:no-repeat;
}

.form_submit_mail input:hover {
	cursor:pointer;
}

.red {
	color:red;
}






/* CLASSES ----------------------------------------------- */

.clear {
	clear:both;
}

.space {
	clear:both;
	height:25px;
}

a:link {
	color:#fff;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color:#fff;
}

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

a:active {
	text-decoration: none;
}

.clear {
	clear:both;
}

.space {
	clear:both;
	height:25px;
}

.line {
	clear:both;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#777;
}

#content p, #content h2, #content h3, #content h4, #content h5 {
	margin-top:0px;
}
	
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom:10px;
}	

#menu {
	margin-top:10px;
	margin-bottom:10px;
}