@charset "utf-8";
/* CSS Document */
body {
	background:#414141 url(../images/background.png) center repeat-y;
}
/*/////////////////////////////////// TOP SECTION ////////////////////////*/
div#top_wrap {
	position:relative;
	width:960px;
	height:354px;
	margin-left:auto;
	margin-right:auto;

}
div.top_section {
	width:960px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
div#logos {
	float:left;
	width:400px;
}
div#logos img {
	display:inline-block;
	float:left;
	margin-right:10px;
}
div#tagline {
	float:left;
	margin-top:20px;
}
/* rotator in-page placement */
div.rotator {
	position:absolute;
	top:10px;
	height:346px;
	width:958px;
	z-index:100;
}
div.rot_bg {
	position:absolute;
	background:#CCC;
	top:6px;
	z-index:4;
	width:958px;
	height:346px;
	border:1px solid #3c3c3c;
}
div.shadow {
	position:absolute;
	top:16px;
	z-index:1;
	width:960px;
	height:330px;
	-webkit-box-shadow: 12px 0px 18px 0px rgba(0, 0, 0, 0.4),-12px 0px 18px 0px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 12px 0px 18px 0px rgba(0, 0, 0, 0.4),-12px 0px 18px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 12px 0px 18px 0px rgba(0, 0, 0, 0.4),-12px 0px 18px 0px rgba(0, 0, 0, 0.4);
}
	
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:0;
	margin-left:-40px;
	margin-top:-20px;
}
/*rotator image style*/ 	
	div.rotator ul li img {
	border:1px solid #3c3c3c;
	width:958px;
}
div.rotator ul li.show {
	z-index:500;
}
img.logo {
	float:left;
	padding-left:10px;
	padding-top:5px;
	margin-right:290px;
	
}
/*////////////////////////////////////// NAVIGATION ///////////////////////*/
div.nav {
	background-image: url(../images/backsprite.png);
    background-position:-10px 0px;
	clear:both;
	z-index:3000;
	width:960px;
	height:29px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:#3c3c3c thin solid;
}
div.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	z-index:1000;
}
div.nav li.main_nav {
	position:relative;
	display:inline;
	float:left;
	width:135px;
	height:23px;
	margin-left:1px;
	text-align:center;
	padding-top:6px;
	background-image:url(../images/backsprite.png);
	background-position:0px -39px;
	z-index:1000;
}
div.nav A:link, div.nav A:visited {
	text-decoration:none;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:16px;
	color:#000;
	float:left;
	width:137px;
	height:24px;
	margin:0;
	padding:0;
}
div.nav li:hover {
	background-image:url(../images/backsprite.png);
	background-position:0px -71px;
	color:#c3c2c2;
}
div.nav li:hover a {
	color:#c3c2c2;
}
div.nav li ul {
	position:absolute;
	left:0;
	top:29px;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	z-index:9000;
}
div.nav li li a.mid_li, div.nav li li a.mid_li:visited {
	background-color:#2a2a2a;
	padding:6px 0px 0px 0px;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:12px;
	color:#B16A45; 
}
div.nav li li a.mid_li:hover {
	background-color:#414141;
	color:#c3c2c2;
}
div.nav li li a.top_li, div.nav li li a.top_li:visited {
	background-color:#2a2a2a;
	padding:6px 0px 0px 0px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	overflow:hidden;
	font-size:12px;
	color:#B16A45;
}
div.nav li li a.top_li:hover {
	color:#c3c2c2;
	background-color:#414141;
}
div.nav li li a.bottom_li, div.nav li li a.bottom_li:visited {
	background-color:#2a2a2a;
	padding:6px 0px 0px 0px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	overflow:hidden;
	font-size:12px;
	color:#B16A45;
}
div.nav li li a.bottom_li:hover {
	color:#c3c2c2;
	background-color:#414141;
}
/*//////////////////////////////////////////////////// MAIN PAGE /////////////////////////*/
div#main_wrap {
	clear:both;
	margin:auto;
	margin-top:10px;
	width:960px;
}
div.inner {
	position:relative;
	float:left;
	background:#e9e9e9;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#main {
	position:relative;
	float:left;
	width:570px;
	margin-left:10px;
	margin-right:10px;
	padding:15px;
	background:#cdcdcd;
	min-height:670px;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
}
div#gallery_main {
	float:left;
	width:580px;
	height:700px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	background:#cdcdcd;
	z-index:2;
}
div#main2 {
	float:left;
	width:910px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px;
	background:#cdcdcd;
}
div.page_header {
		background-color:#414141;
		background:url(../images/header_back.jpg) repeat-x;
		width:554px;
		margin-left:-15px;
		margin-top:-15px;
		padding:10px 20px 10px 20px;
		text-align:center;
		color:#c3c2c2;
		border:#cdcdcd medium solid;
	}
div.section {
	float:left;
	width:100%;
	padding-bottom:20px;
	border-bottom:#cd2c17 thin solid;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
}
div.bottom_section {
	padding-top:20px;
	float:left;
	width:100%;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
}
div.item_bottom {
	border-top:#cd2c17 thin solid;
}
	
div#faq1,div#faq2,div#faq3,div#faq4,div#faq5,div#faq6,div#faq7,div#faq8,div#faq9,div#faq10 {
    float:left;
	width:100%;
	margin-bottom:20px;
	border-bottom:#cd2c17 thin solid;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
	}
div#faq11 {
	float:left;
	width:100%;
	margin-bottom:20px;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
	}
/*/////////////////////////////////////////// SIDE BAR ////////////////////////*/
div#sidewrap {
	position:absolute;
	left:610px;
	width:350px;
	height:inherit;
}
div.side {
	float:right;
	width:300px;
	margin:0 10px 10px 17px;
	padding:10px 0 10px 11px;
	background-color:rgba(204,203,203,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.art_menu {
	clear:both;
	float:left;
	width:300px;
	margin:0 10px 10px 10px;
	padding:10px;
	background-color:rgba(204,203,203,0.9);
	padding-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.art_menu_text2 {
	display:block;
	text-decoration:none;
	color:#B16A45;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	width:100%;
	padding:10px 0;
}
a.art_menu_text {
	display:block;
	text-decoration:none;
	color:#B16A45;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	width:279px;
	padding:10px 0 10px 5px;
}
a.art_menu_text:hover, a.art_menu_text2:hover {
	color:#c3c2c2;
	background-color:#414141;
}
/*///////////////////////////////////// GALLERY /////////////////////////////*/
div#gallery_nav {
	float:left;
	padding:10px 0px 10px 0px;
	background:#414141;
	width:880px;
	border-top:#414141 thick solid;
	border-bottom:#414141 thick solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div#gallery_cont {
	float:left;
	width:870px;
	padding:0 10px 0 10px;
	margin-left:10px;
	background:#414141;
	margin-bottom:20px;
	border-bottom:#414141 thick solid;
	border-top:#414141 thick solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.gallery_nav_items {
	float:left;
	padding:5px;
	width:200px;
	height:150px;
	margin-right:10px;
	cursor:pointer;
}
div.backup {
	width:300px;
	height:30px;
	cursor:pointer;
	float:left;
	padding:10px;
	margin-right:500px;
}
a.backuplink {
	text-decoration:none;
	width:300px;
	height:30px;
	cursor:pointer;
	float:left;
	padding:10px;
	margin-right:500px;
}
div#verdon {
	background-image:url(../images/gallerysprite.png);
	background-position:-5px -5px;
}
div#usaid {
	background-image:url(../images/gallerysprite.png);
	background-position:-5px -175px;
}
div#euroid {
	background-image:url(../images/gallerysprite.png);
	background-position:-5px -345px;
}
div#otherid {
	background-image:url(../images/gallerysprite.png);
	background-position:-5px -515px;
}
/*////////////////////////////////////// TEXT ///////////////////////////////*/		
h2 {
	display:inline;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:18px;
	color:#302e2b;
}
p.back {
	display:inline;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:16px;
	color:#c3c2c2;
}
a img {
	border:none;
}
p.main_text {
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	line-height:20px;
}
p.main_text2, table#edit {
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
}
b {
	font-weight:bold;
}
p.big {
	font-family:Verdana, sans-serif;
	font-weight:500;
	font-size:14px;
	color:#302e2b;
}
p.date {
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:10px;
	color:#302e2b;
	line-height:20px;
}
	
p.gallery_title {
	text-align:left;
	margin-top:110px;
	font-family:Verdana, sans-serif;
	font-weight:500;
	padding:2px;
	font-size:16px;
	color:#2a2a2a;
	background:#cdcdcd;
}

/*/////////////////////////////////////////// CONTACT PAGE ////////////////////////////*/
div#main_contact {
	float:left;
	width:480px;
	height:auto;
	margin:10px;
	padding:10px;
	background-color:#e9e9e9;
}
div#form {	
	float:left;
	background:#FFF;
	margin:auto;
	margin-top:15px;
	overflow:hidden;
	padding:10px 10px;
	width:380px;
	height:auto;
	border:#580B03  thin solid;
	border-radius: 5px;
	
}
div#form label {
	display:block;
	float:left;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#302e2b;
	text-align:right;
	font-weight:bold;
	width:100px;
	letter-spacing:0.1em;
}
div#form .small {
	display:block;
	font-size:12px;
	width:100px;
	font-weight:normal;
	text-align:right;
	letter-spacing:normal;
}
div#form .input {
	float:left;
	width:200px;
}
div#form .input, {
	font-family:Verdana, sans-serif;
}
	
div#form textarea {
	margin-left:10px;
	font-family:Verdana, sans-serif;
}
div#form .input, #form textarea {
	padding:4px;
	margin:6px 5px 25px 10px;
	border-radius:4px;
	border:#580B03 thin solid;
	overflow:hidden;
	font-family:Verdana, sans-serif;
}
div#form .button {
	font-weight:bold;
	float:left;
	margin:10px;
}
div#divider {
	float:left;
	width:380px;
	height:auto;
	border-top:#580B03 thin solid;
	border-bottom:#580B03 thin solid;
}



/*//////////////////////////////////////   countries menu /////////////////////////*/
div.count_cont {
	margin:auto;
	position:relative;
	width:900px;
	height:350px;
	border:#333 thin solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	
}
div.countries {
	position:absolute;
	top:0;
	left:0;
	background-color:#2a2a2a;
	width:150px;
	height:350px;
	text-align:center;
}
div.end {
	position:absolute;
	top:0;
	right:0;
	background-color:#2a2a2a;
	width:100px;
	height:350px;
	text-align:center;
}
div.countries a:link, div.countries a:visited {
	text-decoration:none;
	font-family:Verdana, sans-serif;
	display:block;
	float:left;
	font-weight:300;
	text-align:left;
	font-size:18px;
	color:#B16A45;
	padding:5px;
	width:140px;
}
div.countries a:hover img {
	display:block;
}
	
div.window {
	position:absolute;
	top:0;
	left:150px;
	overflow:hidden;
	width:800px;
	height:350px;
}
div.slide {
	background:rgba(250,250,250,0.6);
	/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	color:#333;
	position:absolute;
	padding-left:20px;
	top:0;
	left:0px;
	width:730px;
	height:350px;
}
	
div.countries a:hover {
	color:#c3c2c2;
	background-color:#414141;
}
div.countries a.select {
	color:#2a2a2a;
	background-color:#CCC;
}
div.countries a.select:hover {	
	color:#2a2a2a;
	background-color:#CCC;
}
img#hidden {
	visibility:hidden;
}
img#show {
	visibility:visible;
}
/*//////////////////////////////////////////////////// GALLERY THUMBS ////////////////////////////*/
div.image {
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin:20px;
	overflow:hidden;
	box-shadow:-1 5 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
	        box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
div.image img {
	overflow:hidden;
	box-shadow:-1 5 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.image:hover {
	opacity:0.4;
}
span#image_v {
	text-align:center;
}
/*/////////////////////////////////////// FOOTER ////////////////////////////////*/
div#footer {
	background:url(../images/foot_back.jpg) repeat-x;
	float:left;
	width:920px;
	height:100px;
	padding:20px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:rgba(204,203,203,0.4);
	-webkit-border-radius-bottom: 5px;
	-moz-border-radius-bottom: 5px;
	border-bottom-radius: 5px;
}
ul#foot_links {
	list-style:none;
	margin:0;
	padding:0;
}
ul#foot_links li {
	display:inline;
	padding:0 20px 0 0;
	margin:0;
}
ul#foot_links a {
	text-decoration:none;
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#302e2b;
	margin:0;
}
p.foot_text {
	font-family:Verdana, sans-serif;
	font-weight:300;
	font-size:14px;
}
div#video {
	height:360px;
	width:480px;
	margin:auto;
	margin-top:20px;
}
/*img.art_image {
	display:block;
	text-align:center;
}*/
/*//////////////////////////////// PAGINATION ///////////////////////////////*/
div.pagination {
	clear:both;
	width:100%;
	text-align:center;
	padding:30px 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #414141;
	
	text-decoration: none; /* no underline */
	color: #414141;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2a2a2a;
	background:#2a2a2a;
	color: #B16A45;
	
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #414141;
		
		font-weight: bold;
		background-color: #2a2a2a;
		color: #FFF;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #414141;
		color: #e9e9e9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}