/* CSS Document */
/*~~~~~~~~~~~~~~~ Main ~~~~~~~~~~~~~~~~~~~~*/

html,body{
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
    background: #ece9da;
}


.logo_bg {
    background: #ece9da;
}

table{
	border-collapse: collapse;
}

td{
	font-size:12px;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*p{
	padding: 0px 10px;
}
*/
H2{
	color: #8A2633;
	padding: 0px 10px;
	font-size: 14px;
}

form{
	padding: 0px;
	margin: 0px;
}

.tab{
	margin: 0 0 10px;
}

/*~~~~~~~~~~~~~~~ Forms ~~~~~~~~~~~~~~~~~~~~*/

#search{
	margin: 10px 0 10px 10px;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
}

.input_search{
	height: 20px;
	width: 200px;
	border: #beb2a8 1px solid;
	margin: 0px;
	padding: 1px 0px 0 3px;
	font-size: 12px;
}

.search_button{
	vertical-align: top;	
}

.justify {
	text-align: justify;
}

/*~~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~~~~~*/

.logo{
	padding-top:50px;
/*	
	width: 176px;
	height: 200px;
	*/
	width: 110px;
	position:relative;
 	top:100px;
 	left:40px;
	
	border: 0px;
}

/*~~~~~~~~~~~~~~~~ Banners, images ~~~~~~~~~~~~~~~~~~~*/

.banner_less{
	width: 150px;
	height: 80px;
	border: 0;
}

.banner{
	width: 202px;
	height: 162px;
	margin: 20px 10px 10px 10px;
	border: 0;
}

.img{
	width: 200px;
	height: 80px;
	margin: 0px 10px 0 10px;
	border: 0;
}

img {
	border: 0;
}

/*~~~~~~~~~~~~~~~~ Vertical list ~~~~~~~~~~~~~~~~~~~*/

dt, dd, #menu ul{
	font-size: 13px;
	margin: 0;
	padding: 0;
	padding-left:5px;
	list-style-type: none;
}

#menu {
	margin: 10px 17px 0 10px;
	width:160px;
}

dl#menu dt {
cursor: pointer;
height: 20px;
font-weight: bold;
color: #fff;
}

dl#menu li {
	font-size: 12px;
	margin: 0px 0 5px 0px;
}

dl#menu li a {
color: #000; /*f7e89e;*/
text-decoration: none;
font-weight: bold;
}

dl#menu dt a{
color: #000;
text-decoration: none;
font-weight: bold;
}

dl#menu li a:hover, dl#menu dt a:hover {
text-decoration: underline;
}


/*~~~~~~~~~~~~~~~ Links ~~~~~~~~~~~~~~~~~~~~~~~*/

a, a:link, a:visited{color:#000;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}

a.maroon, a.maroon:link, a.maroon:visited{color: #8A2633;font-weight: bold;padding: 0px 0 0px 10px;text-decoration:underline;}
a.maroon:hover{color: #8A2633;text-decoration:none;}

a.white, a.white:link, a.white:visited{color: #000;font-weight: bold;text-decoration:none;}
a.white:hover{color: #000;text-decoration:underline;}


/*~~~~~~~~~~~~~~~~  Colors, background ~~~~~~~~~~~~~~~~~~~*/

.bg_yellow{
/*	background: #f7e89e;*/
    background: #fff;
}

.bg_logo_vnutr{
    background: #d3cbc0;
}


.bg_wood{
    background: #ece9da;
}

.bg_head{
	background: #c2baa5;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}


.border_b{
/*	border-bottom: solid #805631 2px;*/
	border-bottom: solid #600 2px;
}

.f_white{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.f_maroon{
	color: #8A2633;
	font-weight: bold;
}
.f_maroon2{
	color: #8A2633;
}

/*~~~~~~~~~~~~~~~ Paddings, margins ~~~~~~~~~~~~~~~~~~~~*/

.pad_b20{
	padding-bottom: 20px;
}

#inner img{
	padding-right:10px;
}
#up {
	padding-left:10px;
}
.img_sm {
padding-right:10px;
}
