@charset "utf-8";
/* CSS Document */
body{
	width: 1280px;
	min-height: 900px;
	margin:0;
	padding:0;
	overflow-y:scroll;
	background:url(../img/background/bg.jpg) repeat-x;
	background-color:#3e3e40;
	color:#3e3e40;
}

html,div,body,table,tr,td,select,input,textarea, a{
	font-size:12px;		
	font-family: Arial, Helvetica, sans-serif;	
	color:#3e3e40;
}

#containter {
	position:absolute;
	margin: 0 0 0 -500px;
	left:50%;
}

#header{
	position:relative;
	width: 990px;
	height:330px;	
}

#banner{
	position:absolute;
	height: 76px;
	width:735px;
	background:url(../img/background/banner.jpg) repeat-y;
	left: 26px;
}

#main{
	min-height: 500px;
	width:990px;
	background:url(../img/background/bg1.gif) repeat-y;
    float: left;
    display: block;
}

#text{
    position: relative;
    float: left;
	padding: 90px 0 60px 70px;
	background:none;
    width: 650px;
}

#footer{
	background:url(../img/background/footer.gif) no-repeat;
	height: 72px;
	width: 990px;	
}

#footer_text{
	font-size:11px;
	margin-left: 65px;
	padding-top: 7px;
	display:block;
	float:left;
}

.questo{
    border: 0;
    float: right;
    width: 10px;
    height: 10px;
    margin: 8px 40px 0 0;
	display:block;
}

#menu_right ul li {
    list-style-type: none;
}

#menu_right{
    margin: 0 68px 0 0;
    padding-top:30px;
    float: right;
    display: block;
	min-height: 250px;
	width: 160px;
}

label{
	width:200px;
	display:block;
	float:left;
}

input[type='text'] {
	width:200px;
}

textarea{
	width:300px;
	height:100px;
}

input[type='text'].small_input{
	width:80px;
}

.menu_item_right{
	display:block;
	height: 20px;
	outline:medium none;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
    margin: 0 0 5px 0;
}

.menu {
    margin: 25px 0 0 0;
}

.sub_menu {
    float: left;
    display: block;
    margin: 0 0 0 0;
}

.menu_line{
    margin: 0 0 5px -20px;
}

.menu_item{
    float: left;
    margin: 0 0 0px -20px;
    display: block;
    list-style-type: none !important;
}

.bullet {
    float: left;
    width: 10px;
    color: #fff;
    display: block;
	margin:0 0 5px 0;
	line-height:10px;
}

.sub_item {
    float: left;
    display: block;
    width: 150px;
    margin: 0 0 5px -40px;
    list-style-type: none !important;
}

.sub_sub_item{
    float: left;
    display: block;
    width: 120px;
    margin: 0 0 0 -30px;
    list-style-type: none !important;
}

.sub_sub_sub_item{
    float: left;
    display: block;
    width: 120px;
    margin: 0 0 5px -20px;
    list-style-type: none !important;
}

.small_font {
    font-size: 10px;
    line-height: 10px;
}

.hidden {
    display: none;
}

.menu_item_right_active{
	color:#f29400;
}

h2{
	color:#f29400;
}

a img{
	text-decoration:none;
	border:0;
}

a {
	color:#3e3e40;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus, a:active {
	outline: 0;
	-moz-outline: none;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
