body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	
	background:url(../images/top_bg.jpg) top left repeat-x;
	color:#1F1A17;
}
p{
	margin:10px 0;
}
input, select, textarea{
	border:1px solid #007CC3;
	margin:3px 0;
}
.table_decor{
	border:1px solid #CCCCCC;
}
.table_decor tr td{
	padding:3px 10px;
	text-align:left;
	background:#F7F7F7;
}

a:link, a:visited{
	text-decoration:underline;	
	color:#007CC3;
}
a:hover{
	text-decoration:none;
	color:#94C940;
}

.link_decor a:link, .link_decor a:visited, .link_decor a:hover{
	padding-left:15px;

	color:#007CC3;
	background:url(../images/blue_list_decor.jpg) left no-repeat;	
}

.link_none{
	color:#000000;
	text-decoration:none;
}


.top_menu .cur_page:link,.top_menu .cur_page:visited,.top_menu .cur_page:hover{
	color:#B3F24E;
}

.bott_menu .cur_page:link,.bott_menu .cur_page:visited,.bott_menu .cur_page:hover{
	color:black;
}

.top_menu a:link,.top_menu  a:visited{
	text-decoration:none;
	color:white;
}
.top_menu a:hover{
	text-decoration:none;
	color:#B3F24E;
}

.bott_menu a:link,.bott_menu  a:visited{
	text-decoration:none;
	color:#007CC3;
}
.bott_menu a:hover{
	text-decoration:none;
	color:black;
}


#form a:link, #form a:visited{
	text-decoration:underline;	
	color:white;
}
#form a:hover{
	text-decoration:none;
	color:white;
}


#logo{
	position:absolute;
	top:10px;
	left:20px;	
}

#rus_btn img, #eng_btn img{
	border:none;
}
#rus_btn{
	position:absolute;
	top:0;
	right:110px;
	z-index:90;
}
#eng_btn{
	position:absolute;
	top:0;
	right:70px;
	z-index:90;
}

#content{
	position:relative;
	width:1003px;
	margin:0 auto;
	/*overflow:hidden;*/
	
}


#left{
	float:left;
	width:300px;
	margin:0;
	padding:0;

}
#left_text{
	margin:150px 10px 0 10px;
	text-align:justify;
}

#form{
	position:relative;
	margin:10px 0;
	padding:15px 0 15px 20px;
	width:258px;
	height:232px;
	
	background:url(../images/form_bg.jpg) top left no-repeat #007CC3;
}
#form table{
	width:95%;
}
#form table tr td{
	color:#FFFFFF;
}
#form_aut, #form_login, #form_scribe{
	height:30px;
}
#form_scribe{
	background:url(../images/white_bg_dot.gif) top repeat-x;
}
#form_registr{
	padding-bottom:6px;
}
.form_login_btn{

	background:#6ABEEF;
	color:white;
}
#form_scribe_btn{
	position:absolute;
	bottom:20px;
	right:25px;
}
#form_search{
	text-align:center;
}
#main{
	margin-left:300px;
	vertical-align:top;
}
#main2{
	margin-left:0px;
	vertical-align:top;
}


#top_bar{
	position:relative;
	left:-13px;
	width:700px;
	height:65px;
	padding-top:35px;
	background:url(../images/top_bar.jpg) top left no-repeat #007CC3;
}


#main_flash{
	padding-left:0;
}

#text{
	padding-top:35px;
	padding-right:30px;
	text-align:justify;
}

#footer{
	clear:both;
	
	position:relative;
	height:100px;
}
#coords{
	position:absolute;
	left:0;
	bottom:0;
	width:287px;
	height:57px;
	padding-top:15px;
	background:url(../images/footer_bg.jpg) bottom left no-repeat #007CC3;
}	
#coords p{
	float:left;
	width:140px;
	height:25px;
	padding:0;
	margin:0;
	
	text-align:center;
	font-weight:bold;
	font-size:90%;
	color:white;
}
#meta{
	position:absolute;
	left:50%;
	bottom:12px;
	font-size:90%;
	color:#007CC3;
}


/* CLASSES */

/* MENU */
.top_menu, .top_menu li{
	
	padding:0;
	margin:0;
	
}
.top_menu{
	
	height:26px;
	padding-top:4px;
	text-align:center;	
}
.top_menu li{
	display:inline;
	margin:0 3px;
	padding-left:5px;	
	
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#CCCCCC;
}


.bott_menu, .bott_menu li{	
	padding:0;
	margin:0;
	
}
.bott_menu{
	position:absolute;
	top:30px;
	left:330px;
	
	width:65%;
	padding-top:12px;
	text-align:center;
	
	background:url(../images/gray_bg_dot.gif) top repeat-x;	
}
.bott_menu li{
	display:inline;	
	margin:0;
	padding:6px 15px;
	
	vertical-align:middle;	
	
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:1px;
	
	background:url(../images/blue_bg_dot.gif) right repeat-y;
	color:black;
}
.bott_menu .last_item{
	background:none;
}


/* END MENU*/

.h_blue2{
	font-weight:bold;
	color:#007CC3;
}

.h_blue{
	font-weight:bold;
	text-transform:uppercase;
	color:#007CC3;
}
.h_green{
	font-weight:bold;
	text-transform:uppercase;
	color:#669900;
}
.h_green_small{
	color:#669900;
}
.h_gray{
	font-weight:bold;
	text-transform:uppercase;
	color:#1F1A17;
}
.h_red{
	font-weight:bold;
	text-transform:uppercase;
	color:red;
}
.h_white{
	font-weight:bold;
	text-transform:uppercase;
	color:white;
}

.hr_decor{
	background:url(../images/gray_bg_dot.gif) top repeat-x;
}
/* LIST DECOR */

.list_blue{
	margin:10px 25px;
	padding:0;
	list-style:url(../images/blue_list_decor.jpg);
}
.list_blue li{
	margin:5px 0;
	padding-left:0;
	color:#007CC3;
}

.list_blue_ordered{
	margin:10px 25px;
	padding:0;
}

.text_blue{
	font-weight:bold;
	color:#007CC3;
}

.list_gray{
	margin:10px 25px;
	padding:0;
	list-style:url(../images/gray_list_decor.jpg);
}
.list_gray li{
	margin:5px 0;
	padding:0;
	color:#1F1A17;
}


.list_green{
	margin:10px 25px;
	padding:0;
	list-style:url(../images/green_list_decor.jpg);
}
.list_green li{
	margin:5px 0;
	padding:0;
	color:#669900;	
}


/* END LIST DECOR */

/* NEWS DECOR */

.news{
	padding-bottom:5px;
	background:url(../images/gray_bg_dot.gif) bottom repeat-x;
}
.news .date{
	height:50px;
	float:left;
	margin-right:8px;
	font-size:130%;
	font-weight:bold;
	color:#AAA9A9;
}
.news .title{
	margin:0;
	padding:0;
	padding-top:10px;
	font-size:110%;
	font-weight:bold;
	color:#007CC3;
}
.news .text{
	margin:0;
	padding:0;
	display:table;
	height:0;
	zoom:1;
	
	color:#AAA9A9;
}

.news .next{
	text-align:right;
}

/* END NEWS DECOR */

/* VITRINA DECOR */
.vitrina{
	background:url(../images/gray_bg_dot.gif) top repeat-x;
}
.vitrina .logo{
	float:left;
	margin-right:8px;
}
.vitrina .title{
	margin:0;
	padding:0;
	padding:10px 0;
	font-size:110%;
	font-weight:bold;
	color:#007CC3;
}
.vitrina .text{
	margin:0;
	padding:0;
	display:table;
	/* height:0; */
	zoom:1;
	
	color:#AAA9A9;
}

.vitrina .next{
	text-align:right;
}
/* END VITRINA DECOR */

.link_decor{
	padding-left:15px;

	color:#007CC3;
	background:url(../images/blue_list_decor.jpg) left no-repeat;	
}

.title1{
height:20px;
	padding-left:60px;
	font-size:14pt;
	text-transform:uppercase;
	text-align:left;
	
	color:#94C940;	
	background:url(../images/green_bar_decor.jpg) top left no-repeat;
}
.title_main{
	height:10px;
	padding-left:0px;
	font-size:8pt;
	text-transform:uppercase;
	text-align:left;
	font-weight: bold;
	
	color:#94C940;	
}

.title2{
	height:30px;
	padding-left:60px;
	font-size:14pt;
	text-transform:uppercase;
	
	color:#007CC3;	
	background:url(../images/blue_bar_decor.jpg) top left no-repeat;
}
.title3{
	height:30px;
	padding-left:60px;
	font-size:14pt;
	text-transform:uppercase;
	
	color:#AAA9A9;	
	background:url(../images/gray_bar_decor.jpg) top left no-repeat;
}
.title4{
	height:30px;
	padding-left:20px;
	font-size:14pt;
	text-transform:uppercase;
	
	color:#007CC3;		
}
.title5{
	height:30px;
	padding-left:20px;
	font-size:14pt;
	text-transform:uppercase;
	
	color:#AAA9A9;	

}

.title6{
	height:20px;
	padding-left:10px;
	font-size:11pt;
	text-transform:uppercase;
	
	color:#AAA9A9;	

}

.title7 {
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;		
}

td.logo {
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
}

td.product 
{
    padding-top: 20px;
}