@CHARSET "UTF-8";

body{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 14px;
}

.main{
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}


.left_top{
	background-image: url('../images/left_top.png');
	background-repeat: no-repeat;
	width: 8px;
	height: 9px;	
}

.top{
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
	height: 9px;	
}

.right_top{
	background-image: url('../images/right_top.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 9px;		
}

.left{
	background-image: url('../images/left.png');
	background-repeat: repeat-y;	
}

.content{
	background: #FFFFFF;	
}

.height{
	min-height:400px;
	height:auto !important;
	height:400px;	
}

.right{
	background-image: url('../images/right.png');
	background-repeat: repeat-y;	
}

.left_bottom{
	background-image: url('../images/left_bottom.png');
	background-repeat: no-repeat;
	height: 13px;		
}

.bottom{
	background-image: url('../images/bottom.png');
	background-repeat: repeat-x;	
}

.right_bottom{
	background-image: url('../images/right_bottom.png');
	background-repeat: no-repeat;	
}

h3, a{
	color: #339999;	
}

h3{
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 18px;
	font-weight: normal;
}

p{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.menu {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

.menu li{
	float: left;
	font-size: 18px;
	color: #339999;	
	margin-left: 18px;
	!margin-left: 13px;
}

.letters{
	margin-left: 0px;
	!margin-left: -10px;
	margin-right: 10px;
	!margin-right: 10px;
}

.letters li{
	margin-left: 12px;
}

.menu li a{
	font-size: 18px;
}

.menu li a:hover, .current{
	color: #025757;
	text-decoration: none;
}

.search_inp{
	width: 280px;
	height: 28px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 18px;
	color: #339999;
	padding-top: 7px;
	padding-left: 5px;
	float: left;
}

.search_btn{
	border: 0px;
	background: url('../images/button_bg.png');
	width: 59px;
	height: 40px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	font-size: 18px;
	color: #339999;
}

.list{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-left: 10px;
	!margin-left: 5px;
	margin-bottom: 10px;
}

#pagination{
	float:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	width:100%;	
}

.list li{
	margin-top: 10px;
}

.list li a{
	color: #000000;
}

.list li a:hover{
	text-decoration: none;
}

.text{
	margin-top: 10px;
}

#contacts input{
	width: 247px;
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #339999;
}

#contacts textarea{
	width: 247px;
	height: 200px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #339999;
}

#contacts .button, #download .button{
	width: 150px;
	font-weight: bold;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	padding: 0px;	
}

#contacts .error{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#download input{
	color: #339999;
	background-color: #FFFFFF;
}

#download .captcha_inp{
	width: 167px;
	font-weight: bold;
	height: 17px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.user_serial{
	width: 300px;
	height: 100px;
	border: 1px solid #999999;
	margin-left: 80px;
}

.footer{
	width: 600px;
	margin-top: 5px;
	border-top: 1px solid #999999;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
}