@charset "utf-8";

/* General style */

body {
	background: url(../img/bg.jpg) 0 0 repeat #000000;
	color:#666666;
	font-size: 11px;
	padding: 0 0 10px 0;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	padding: 20px 0 0;
	font:normal 30px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color:#464646;
}
h3 {
	font-size:18px;
}

p {
	font-size:13px;
}

a {
	color:#f4f4f4;
	text-decoration:none;
	font-size: 16px;
}

a:focus {
    outline: none;
}

.clr {
	clear:both;
	height:1px;
	margin:0 0 -1px;
	width:100%;
}

.error { 
	border:1px solid #d51313;
	background: #FF0000;
	color:#FFFFFF;
		height: 40px;
		line-height: 40px;
 margin:20px 0;
	text-align: center;
}

.success { 
	border:1px solid #0c9543;
	color: #0c9543;
	padding-top: 12px;
	margin: 8px 0;
	background: #e5f6ec;
}
.align_center {
	text-align:center;
}

.floatRight {float:right;}

/* ----------------------------------------------
	structure
------------------------------------------------ */
#top {
	height:122px;
	margin: 0;
	width: 960px;
}

.language {
	position: absolute;
	top: 68px;
	right: 0;
}

.language input  {
	width: 50px;
	display: inline;
	border: none;
	background: none;
	color: #999;
	font-size:12px;
	padding: 0;
	text-align: right;
	}
		
#nav {
	margin: 4px 0 20px;
	text-align:center;
	font: 14px "Times new roman", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}

	#nav li {
		list-style:none;
		margin:0 5px;
		text-align: center;
		display: inline;
	}
	
	#nav li a {
			color:#666666;
			text-decoration:none;
		}
		#nav li a:hover {
			color:#FFFFFF;
			text-decoration:none;
		}
		
		ul#galleryNav { 
		margin-bottom: 0px;
		}
		
.gallery_cover_outter {
	display:inline;
	height:320px;
margin:0 auto 20px;
position:relative;
width:220px;
	}		
		
.gallery_cover {
	position:relative;
	height:320px;
width:220px;
}
.gallery_cover img {
	width:220px;
	height:320px;
}
.gallery_cover h3 {
	line-height:16px;
	text-align:left;
	position:absolute;
	bottom:25px;
	left:8px;
	margin:0;
	padding:8px;
	background:#000000;
	max-width:170px;
	font-family: "Lucida Grande", Arial, sans-serif;
	z-index:101;
	cursor:pointer;
}

.gallery_item {
	margin-bottom:20px;
	height:140px;
	position:relative;
}
.gallery_item img {
	width:140px;
	height:140px;
}
.gallery_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	border:2px solid #000000;
}
	.gallery_item .gallery_overlay {
		width:136px;
		height:136px;
	}

	.gallery_cover .gallery_overlay {
		width:216px;
		height:316px;
	}

.gallery_detail {
	text-align:center;
}
	.gallery_detail img {
		border: 6px solid #FFFFFF;
	}
	
.img_description h2 {
	text-align:right;
}
.img_description p {
	padding: 0 15px;
	color:#fff;
}
	
.pagination {
	padding: 10px 0;
	font-size:14px;
}


.page_image {margin: 20px 0 30px 20px;}

.page_content{
	margin: 100px 0 0;
	text-align:justify;
}


	.page_content {padding-top: 0px;}
	 .page_content p {
		 padding: 0;
		 margin: 10px 0;}
		 
		 
.contact_image {
	margin-bottom: 20px;
}

.contact_content {margin: 0 0 10px -24px;}

.contact_image {margin-left: -25px;}


.aboutImg {margin: 0 0 0 90px;}

.contactImg {margin: 36px 0 0 12px;}
		 
/* ----------------------------------------------
	forms
------------------------------------------------ */
#contactForm {
	margin-top: 20px;
	width: 248px;
	float: right;
}
#contactForm label {
		display:none;
		font-weight:bold;
		text-indent:-9999px;
	}
	#contactForm input, #contactForm textarea, #contactForm select {
		padding: 3px;
		margin:7px 0;
		border:1px solid #282828;
		background:#282828;
		width:240px;
		color:#c9c9c9;
		display:block;
		float: right;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
	}
		#contactForm input:hover, #contactForm textarea:hover, #contactForm select:hover {
			border:1px solid #171717;
		}
		#contactForm input:focus, #contactForm textarea:focus, #contactForm select:focus {
			border:1px solid #575757;
		}
		 #contactForm textarea {font-size: 14px;}
	#contactForm #submit {
		float:right;
		width: 65px;
		margin: 7px 0px;
	}

#contactAlignRight {
	text-align: right;
width: 100%;
margin: 0 0 10px 0;
}



.galleryNav img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.galleryNav a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

div.galleryNavOutter {
  position: relative;
  width: 150px;
  height:500px;
  overflow: auto;
  margin-top:30px;
}
ul.galleryNav {
  display: block;
  height: 70px;
  width: 120px;
  padding: 15px 0 0 15px;
  margin: 0;
  list-style: none;
}
.galleryNav li {
  display: block;
  float: left;
  padding: 0 4px;
}
.galleryNav a {
  display: block;
  text-decoration: none;
}

/* -------------------------------------- */

div.sc_menu_wrapper {
  position: relative;
  height: 500px;
  width: 142px;
  float: right;
  overflow: auto;
  margin-right: 28px;
}
ul.sc_menu {
  padding: 0;
  margin: 0;
}

ul.sc_menu li {
	  list-style-type:none;
	  margin: 0 0 6px 0;}

.sc_menu a {
  display: block;
  margin-bottom: 5px;
  width: 142px;
  color: #fff;
  margin-right:9px;
}

.sc_menu img {
  display: block;
  border: none;
  filter:alpha(opacity=30);
  opacity:0.3;  
  width: 142px;
  height: 95px;
  margin:0;
}

.sc_menu li.active img, .sc_menu img:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}


.galleria_wrapper{
	height: 500px;
}

.galleria_wrapper img{
	width:750px;
	height:500px;
}

.caption{
	padding:8px 0px 8px 0px;
	text-align:center;
	font-size:16px;
}


#galleria_container {
	float:left;
	width: 750px;
	  margin-left: 34px;
	  }

/* ------------------------- */


#messageError { margin: 10px 0; padding: 0; }

.error_message { display: block; 
background: #FBE3E4 url('../js/assets/error.gif') no-repeat 10px center; 
display:block;
padding: 3px 10px 3px 35px; 
color:#8a1f11;
}

.error_message p {margin-bottom:3px; font-size:11px;}

.loader { padding: 0 10px; }

#success_page h1 { background: url('../js/assets/success.gif') left no-repeat; padding-left:22px; margin-bottom: 5px; }

#success_page p {margin: 0;padding:0;}

acronym { border-bottom:1px dotted #ccc; }

#success_page {padding: 11px 8px 10px 34px; text-align:center; background: #C0D890 url('../js/assets/success.gif') no-repeat 10px center;}

.diputs {position:absolute; bottom:0; right:0;width:268px; font-size:12px; color:#AAA; bottom:-96px; }
.diputs a img {vertical-align:middle;}