@charset "utf-8";
/* CSS Document */
html{
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #334257;
	background-image: url(imgs/body_bgr.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 13px;
}
a{
	text-decoration: none;
}
#header{
	background-color: #292D3A;
}

#logo_container, #left_content ul{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
}
#left_content ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	color: #900;
}
#left_content ul li{
	width: 70%;
	list-style-type: none;
}
#left_content ul a{
	font-size: 14px;
	font-weight: normal;
	color: #A39363;
	text-decoration: none;
	width: 100%;
	display: block;
}
#left_content ul a, .current{
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292D3A;
}
#left_content ul li a:hover, #left_content ul li ul li a:hover{
	color: #900;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #900;
}
#left_content ul li ul{
	border-top-style: none;
	border-left-style: none;
}
#left_content ul li ul li{
	list-style-type: none;
	border-bottom-style: none;
}
#left_content ul li ul li a{
	border-bottom-style: none;
}
#left_content ul li ul li a:hover{
	border-left-style: none;	
}

#main_content{
	font-size: 13px;
	text-align: justify;
	padding-bottom: 55px;
}
#main_content h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	text-align: right;
	color: #A39363;
}
#main_content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #900;
	font-style: italic;
}
#contact{
	padding-left: 25px;
	padding-top: 25px;
}
#foother{
background-color: #292D3A;	
}
#copyr a{
	color: #ebebeb;
	text-decoration: none;
}
#copyr{
	color: #999;
	text-decoration: none;
}
.border_top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #900;
}
form{
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
input, textarea, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #434561;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
textarea{
	scrollbar-face-color:  #FFFFFF;
	scrollbar-shadow-color:  #FFFFFF;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-3dlight-color:  #FFFFFF;
	scrollbar-darkshadow-color:  #FFFFFF;
	scrollbar-track-color:  #FFFFFF;
	scrollbar-arrow-color: #999999;
}
.obligatoryField {
	color: #900;
	border: 1px solid #CCCCCC;
}
.obligatoryField_error {
	color: #CC3333;
	border: 2px solid #990000;
}
/*****************GALLERY*********************/
.pager {
	font-size: 16px;
	color: #900;
	padding: 8px;
	font-weight: bold;
}
.pager a{
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.tumbnls{
	background-color: #F4F0F0;
	border-right: 1px solid #E8E6E1;
	border-bottom: 1px solid #E8E6E1;
}
