/* Table of Contents:
    
   1. Global structure
       - header
       - footer
       - menu
       - banner
   2. Text
   3. Link
   4. Form
   5. List
   6. Image   
   7. Page structure
   8. Additional styles   	
*/


/* Global structure
--------------------------------------------------------------------------------------- */
*
{
    margin: 0px;
    padding: 0px;
}
html
{             
    height: 100%;
}
body
{      
    position: relative;
    height: 100%;
    min-width: 1000px;
    margin: 0 auto;
}
html>body
{
    height: auto;
    min-height: 100%;
}


/*------- header --------*/
.header
{
   height: 103px;
}
.h_fixed
{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.header .header_text
{
    position:absolute;
    top: 14px;
    left:230px;
}
.header .header_text .first_line
{
    font: normal 18px Verdana;
    color:#ffffff;
    margin:0px !important;
}
.header .header_text .second_line
{
    font: normal 12px Verdana;
    color:#ffffff;
    margin:0px 0px 0px 40px !important;
}
.header .phone
{
    position:absolute;
    top: 25px;
    right:0px;
    color:#ff7200;
    font: normal 24px Arial;
    text-align:right;
}
.header .phone span
{
    font: normal 12px Arial;
    color:#000000;
    display: block;
    float: left;
    margin: 8px 4px 0px 0px;
}
.header .address
{
    position:absolute;
    top: 59px;
    right:0px;
    width: 190px;
    color:#000000;
    font: italic 12px/17px Arial;
    text-align:right;
}

.header .logo, .header .logo:hover
{
    position: absolute;
    width: 206px;
    height: 87px;
    top: 0px; 
    left: 0px;
    color: #000000;
    text-decoration:none;
    font: normal 20px Arial;
    vertical-align:middle;
    text-align: left; 
}
.header .logo span
{
    /*position: absolute;*/
    display: block;
    width: 166px;
    padding:20px 0px;
    text-align: left; 
}
.header .logo img
{
    /*display:block;
    position:absolute;
    top: 0px;
    left: 0px;*/
}
/*--header print--*/
.header_print
{
   margin: 0% 2%;
   height: 125px;
   position:relative;
   border-top: solid 3px #5e5e5e; 
}
.header_print .logo_img, .header_print .logo_img:hover
{
    position: absolute;
    width: 198px;
    height: 83px;
    top: 0px; 
    left: 0px;
    text-decoration:none;
    z-index: 5;
}
.header_print .logo, .header_print .logo:hover
{
    position: absolute;
    width: 198px;
    height: 83px;
    top: 25px; 
    left: 0px;
    color: #000000;
    text-decoration:none;
    font: normal 32px Times New Roman;
    line-height: 26px;
}
.header_print .address
{
    position:absolute;
    top: 30px;
    right:2%;
    color:#5e5e5e;
    font: normal 14px Arial;
    text-align:right;
}
.big_banner
{
    padding-bottom: 40px;  
    text-align: center;
}
.big_banner .main_banner
{
    background: url(../images/header_fon.jpg) no-repeat;
    width: 980px;
    height: 272px;
    margin: 0 auto;
}
.big_banner .border
{
    border-top: solid 4px #c8c8c8;   
    border-bottom: solid 4px #c8c8c8;   
}
.clear
{
    clear: both;
    font-size: 0px;
}

/*------- footer --------*/
.footer
{
    position: absolute;   
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
}
.f_fixed
{
    position:relative;
    width: 940px;
    margin: 0 auto;
    border-top: solid 1px #c8c8c8; 
}
.footer p
{
    font: normal 11px Arial;
    color: #b1b1b1;
    position: absolute;
	top: 16px;
	right: 0px;
}
.footer .link
{
    position: absolute;
	top: 30px;
	right: 0px;
	width: 200px;
	text-align: right;
}
.footer .link img
{
    margin-left: 7px;
}
.dev_link, .dev_link:hover
{	
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 34px;
	margin: 14px 0px 0px 0px;
	padding: 16px 0px 0px 0px !important;	
	font: normal 11px Arial;
	background: url(../images/sts_logo.jpg) no-repeat;	
	color: #a8a8a8;
	text-decoration: none;
}
.dev_link:hover
{
    text-decoration: none;
}

/*------- menu --------*/
.top_menu
{
    position: absolute;
    top: 28px;
    left: 255px;
    width: 465px;
}
.top_menu a, .top_menu a:hover
{
    font: normal 14px/24px Arial;
    color: #000000;
    padding-right: 15px;
}
.top_menu a.active, .top_menu a.active:hover
{
    font: normal 14px/24px Arial;
    color: #ff8a00;
    padding-right: 15px;
    text-decoration:none;
    
}

.menu
{
    font: normal 14px Arial;
    margin: 0px 0px 24px 0px;
}
.menu_line
{
    border-bottom: solid 1px #c8c8c8;  
    padding-bottom: 3px;
}
.menu li
{
    padding-left: 6px;
    list-style-type: none;
    list-style-position: outside;
    line-height: 30px;
    background: none;
}
.menu li.active
{
    color: #ff8a00;
}
.menu li a, .menu li a:hover
{
    color: #183dab;
}
.menu li.active a, .menu li.active a:hover
{
    color: #000000;
    text-decoration: none;
}
.menu li.sub
{
    margin-left: 14px;   
    line-height: 24px;
}
.menu li.sub_active
{
    margin-left: 14px;   
    line-height: 24px;
}
.menu li.sub_active a, .menu li.sub_active a:hover
{
    color: #ff8a00;
}
.menu li.last
{
    padding-bottom: 10px;   
}
/* Text
--------------------------------------------------------------------------------------- */
p
{
    color: #000000;
    font: normal 14px/18px Arial;
    margin: 0px 0px 10px 0px; 
}
p.pad
{
    color: #000000;
    font: bold 13px/14px Arial;
    margin: 0px 0px 4px 20px;
}
p.gray
{   
    color: #4d4d4d;
    margin-bottom: 18px;
}

p.navigator
{
    margin-top: 20px;
    color: #5e5e5e;
}
p.navigator *, p.navigator *:hover
{
    color: #5e5e5e;
}
p.date
{
    color: #707070;
    font: normal 12px Arial;
    margin: 0px;
}

h1
{
	color: #000000;
	font: normal 36px Arial;
	margin-bottom: 15px;
}
h1 a, h1 a:hover
{
	color: #000000;
	text-decoration: none;
}
h1 a.sub_l, h1 a.sub_l:hover
{
	color: #000000;
	font: normal 24px Arial;
}
h1 span
{
    font: normal 16px Arial;
    color: #183dab;
}
h2
{
	color: #000000;
	font: bold 16px Arial;
	margin: 2px 0px 15px 0px;
}
h2.right_title
{
    text-decoration: underline;   
    margin: 2px 0px 17px 0px;
}
h2.special_title
{
    margin: 40px 0px 9px 0px;
    font: bold italic 24px Arial;   
}
h2.news
{
	color: #183dab;
	font: normal 14px Arial;
	margin: 4px 0px 6px 0px;
}
h2.news a, h2.news:hover
{
    color: #183dab;
}
h3
{
    font: normal 14px Arial;
    color: #183dab;
    margin: 1px 0px 5px 0px;
}
h3 a, h3 a:hover
{
    font: normal 14px Arial;
    color: #183dab
}
.black
{
	color: #000000;	
}
.text_right
{
	text-align:right !important;	
}
span.bold
{
    font-weight: bold;
}
/* Link
--------------------------------------------------------------------------------------- */
a
{
    color: #0464ae;
    text-decoration: underline;
}
a:hover
{
    color: #0464ae;
    text-decoration: none;
}
a.no_underline
{
    text-decoration: none;
    color: #000000;
}
a:hover.no_underline
{
    text-decoration: underline;
    color: #000000;
}
.print_link, .print_link:hover
{
    display: block;
    background: url(../images/printer_icon.gif) no-repeat;
    float:right;
    height: 18px;
    padding-left: 18px;
    margin-bottom: 10px;
    font: normal 12px Arial;
    
}

/* Form
--------------------------------------------------------------------------------------- */

div.form_contacts
{
    position: relative;
    margin: 0px 0px 0px 0px; 
    width: 400px;
    font: normal 12px Arial;
    color: #000000;
}

div.form_contacts label
{
    margin: 0px 0px 3px 0px;
    display: block;
}

div.form_contacts label.check
{
    margin: 0px 0px 15px 110px;
}

div.form_contacts .textbox
{
    margin-left: 110px;
    width: 287px; 
    height: 13px;
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;
}
div.form_contacts textarea.textbox
{ 
    height: 110px;
}

div.form_contacts p
{
    margin: 0px 0px 0px 110px;
    font: normal 11px verdana;
    color: #818181;
}

div.form_contacts em
{
    position: absolute;
    margin-top: 2px;
    /*right: 304px;*/
    font-style: normal;
}

div.form_contacts div.submit_button
{
    margin: 0px 0px 3px 0px;
    padding: 11px 0px 10px 0px;
    text-align: right;
}

div.form_contacts div.submit_button input
{
    font: 11px Verdana, Tahoma, sans-serif;
    color: #000;
}

div.form_contacts div.validate
{
	margin: 0px 0px 0px 110px;
	font-size: 12px;
}


/* List
--------------------------------------------------------------------------------------- */

ul, ol
{
    font: normal 12px Arial;
    margin: 0px 0px 15px 20px;
    color: #676767;
    list-style-type: none;
    line-height: 1.5;
}
li
{
    background: url(../images/list_line.gif) no-repeat 0px 10px;
    padding: 0px 0px 0px 16px;
}

/* Image
--------------------------------------------------------------------------------------- */
img
{
    border: none;
}
.banner
{
    display:block;
    margin-bottom: 10px;
}
.img_left
{
    border: solid 1px #eae7e7;
    margin: 2px 10px 0px 0px;
    float: left;
}
.img_right
{
    border: solid 1px #eae7e7;
    margin: 2px 10px 0px 0px;
    float: right;
}
.top_banner
{
    margin-bottom: 20px;
}

/* Table
--------------------------------------------------------------------------------------- */
table
{
	border-collapse: collapse;
	font: normal 11px Verdana;
}
table.price
{
    border-collapse: collapse;
    width: 100%;
    font: 14px Arial;
}
table.price th
{
    background: #5281c1;
    color: #ffffff;
    padding: 10px 7px;
    border: solid 1px #5e5e5e;
    font: 14px Arial;
    vertical-align: top;
}
table.price td
{
    color: #000000;
    padding: 7px 7px;
    border: solid 1px #5e5e5e;
    text-align: center;
    vertical-align:top;
}
table.price td.title
{
    background: #f3f3f3;
    color: #000000;
    text-align: center;
    text-transform:uppercase;
    padding: 4px 4px;
    border: solid 1px #5e5e5e;
}
.print_content table.price th 
{
    background: #818181;
    vertical-align: top;
}
table.price td.total 
{
    background: #f3f3f3;
    color: #818181;
    text-align: center;
    font-weight: bold;
    padding: 4px 4px;
    border: solid 1px #eae7e7;
}
table.price td.left
{
    text-align: left;
}
.content_print table.price
{
    font: normal 14px Arial;
}
.content_print a, .content_print a:hover
{
    color: #000000;   
}
.content_print table.price th
{
    background: #a9a9a9;
}

/* Page structure
--------------------------------------------------------------------------------------- */
.all_page
{
    width: 900px;
}
.page
{
	width: 940px;
    margin: 0 auto;
	padding-bottom: 100px;	
}
.rcontent
{	
	margin: 0px 0px 0px 255px;	
}
.content
{	
	margin: 0px 220px 0px 0px;	
}
.float_content
{
    float:left;
    width: 100%;
}
.left_collumn
{
    float: left;
    width: 225px;
}
.right_collumn
{
    float: right;
    width: 190px;
}
.content_print 
{	
	margin: 0% 2%;	
}

/* Additional styles
--------------------------------------------------------------------------------------- */
.width_50
{
    width: 30%;  
}
/*-------main special------*/
.special
{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}
.spec_left
{
    float: left;
    height: 160px;  
    width: 227px;
    background: url(../images/spec_fon.jpg) no-repeat right;
}
.spec_left img
{
    display: block;
    margin: 12px 0px 0px 44px;
}
.spec_right
{
    height: 140px;
    margin-left: 227px; 
    background: #f0f0f0;
    padding: 10px;
}
.spec_right p
{
    color: #000000;
    font: 12px/16px Arial;
   /* margin: 0px;
    padding: 0px;*/
}
.spec_right h3
{
    color: #183dab;
    font: 14px/20px Arial;
    padding: 12px 0px 0px 0px;
}
.spec_right h3 a, .spec_right h3 a:hover
{
    color: #183dab;
}
p.price
{
    color: #000000 !important;
    background: #ffe035;
    font: bold italic 20px Arial;
    padding: 5px 16px;
    margin: 5px 0px 0px 0px;
    float: left;
    position:relative;
}
p.price_inner
{
    color: #000000 !important;
    background: #ffe035;
    font: bold italic 20px Arial;
    padding: 5px 16px;
    margin: 5px 0px 0px 0px;
    position:relative;
}
.abso 
{ 
    position: absolute;
    font-size: 90%;
    line-height: 151%;
}
.clear_news
{
    clear: both;
    margin-bottom: 36px;
}
.price_cont
{
    width: 100%;
    height: 50px;   
}

/*-----*/
.t
{
    background: url(../images/dot.gif) 0 0 repeat-x; width: 100%
}
.b
{
    background: url(../images/dot.gif) 0 100% repeat-x
}
.l
{
    background: url(../images/dot.gif) 0 0 repeat-y
}
.r
{
    background: url(../images/dot.gif) 100% 0 repeat-y
}
.bl
{
    background: url(../images/nbl.jpg) 0 100% no-repeat
}
.br
{
    background: url(../images/nbr.jpg) 100% 100% no-repeat
}
.tl
{
    background: url(../images/ntl.jpg) 0 0 no-repeat
}
.tr
{
    background: url(../images/ntr.jpg) 100% 0 no-repeat;
    padding:1px;
    height: 160px;
}
/*-----*/

/*--------gallery--------*/
.gallery_item
{
    margin: 0px 20px 20px 0px;
    height: 270px;
    width: 160px;
    float: left;
}
.gallery_item p
{
    text-align:center;
    font-size:12px;
}
.gallery_item img
{
    border: solid 1px #eae7e7;
}
/*--------catalog-------*/
.catalog_item
{
    margin: 0px 20px 20px 0px;
    height: 200px;
    width: 122px;
    float: left;
    border: solid 1px #cccccc;
    padding: 10px;
}
.catalog_item .img
{
    height: 135px;
}
.catalog_item p
{
   font: normal 12px Arial;
   text-align: center;
   margin: 10px 0px 0px 0px;
   color: #183dab;
}
.clear_pr
{
    clear: both;
    /*border-bottom: solid 1px #cccccc;*/
    margin-bottom: 30px;
    font-size: 5px;
    padding-top: 3px;
    font-size: 0px;
    line-height: 0px;
}
.cont_left
{
    float: left;
    background: #f0f0f0;
    padding: 20px;
}
.map
{
    margin: 18px 0px 0px 40px;
    float: left;
    
}
.wsw_cat
{
    font: normal 11px Verdana !important;
}
/*.wsw_cat *
{   
    font: normal 11px Verdana !important;
}*/
.prod_photo
{
    margin: 2px 20px 0px 0px;
    float: left;
}
.prod_photo img
{
    
}
/*.big_font
{
    font: normal 14px Verdana;
}*/

.colorization
{
    clear: both;
    margin: 30px 0px 0px 0px;   
}
/*--------news-------*/
.news_right
{
    margin: 0px 0px 36px 0px;
}
.news_right h3
{
    background: url(../images/title_arrow.jpg) no-repeat;
    text-indent: 20px;
    margin: 7px 0px 7px 0px;
}
.news_right p
{
    font: 12px Arial;
    color: #000000;
}
