/* CSS Document */
*
  {
    margin:0;
	padding:0;
  }
  
html, body
  {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	width:100%;
  }  
  
a
  {
    text-decoration:underline;
	color:#000;
  }  

a img
  {
    border:none;
  }

#page
  {
    /*position:relative;
    min-height:100%;*/
	
    min-height:100%;
    height:auto  !important;
    height:100%;
    margin:0 auto -76px;
  }
  
.wrapper 
  {
    width: 100%;
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1250?'1255px':'');
    min-width: 1250px;
  }
  
.header
  {
    height:130px;
    background:url(../images/header_back.jpg) repeat-x;
  }

.header_img
  {
    width:99px;
	margin-left:15%;
	float:left;
  }
  
.header_content
  {
    float:right;
	background:url(../images/header_content_back.png) no-repeat right;
	height:125px;
	width:76%;
  }    
  
.slog
  {
    margin-top:15px;
    width:70%;
    line-height:20px;
	float:left;
	font-weight:bold;
  }
  
.phones
  {
   	padding-right:20px;
    margin-top:15px;
	height:39px;
    background:url(../images/handset.png) no-repeat right;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
  }  
  
.clear
  {
    clear:both;
  }
  
.menu
  {
    margin-top:25px;
	margin-left:10px;
  }
  
.menu ul
  {
    line-height:33px;
    list-style-type:none;
	padding:0;
	margin:0;
  }  
  
.menu ul li
  {
    display:block;
	float:left;
	color:#fff;
	font-weight:bold;
  }  
  
.menu ul li a
  {
	color:#fff;
	text-decoration:none;
  }    
  
.menu_item_left
  {
    background:url(../images/menu_left_back_sprite.png) no-repeat top;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }
  
.menu_item_left:hover
  {
    background:url(../images/menu_left_back_sprite.png) no-repeat bottom;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }      
 
.menu_item
  {
    background:url(../images/menu_back_sprite.png) no-repeat top;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }  

.menu_item:hover
  {
    background:url(../images/menu_back_sprite.png) no-repeat bottom;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }  

.menu_item_right
  {
    background:url(../images/menu_right_back_sprite.png) no-repeat top;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }  

.menu_item_right:hover
  {
    background:url(../images/menu_right_back_sprite.png) no-repeat bottom;
	width:160px;
	height:33px;
	line-height:33px;
	text-align:center;
  }  
  
.links
  {
    height:92px;
	width:34px;
	float:left;
  }   
  
.links a
  {
    display:block;
	width:34px;
	height:23px;
  }  

.links .home_icon
  {background:url(../images/home_icon_sprite.png) no-repeat top;}
.links .home_icon:hover
  {background:url(../images/home_icon_sprite.png) no-repeat bottom;}
.links .feedback_icon
  {background:url(../images/feedback_icon_sprite.png) no-repeat top;}
.links .feedback_icon:hover
  {background:url(../images/feedback_icon_sprite.png) no-repeat bottom;}
.links .map_icon
  {background:url(../images/map_icon_sprite.png) no-repeat top;}
.links .map_icon:hover
  {background:url(../images/map_icon_sprite.png) no-repeat bottom;}  
  {background:url(../images/map_icon_sprite.png) no-repeat bottom;}  
  
#content
  {
    position:relative;
    top:20px;
    margin-left:135px;
  }  

.sidebar
  {
    width:255px;
	margin-bottom:10px;
	float:left;
  }
  
.sidebar_menu
  {
    height:300px;
  }  

.sidebar_menu ul
  {
    list-style:none;
  }

.sidebar_menu ul li
  {
    line-height:30px;
    padding-left:15px;
	background:url(../images/parent_item.png) no-repeat;
  }
  
.sidebar_menu ul li a
  {
    font-size:12px;
    text-decoration:none;
	color:#5d0202;
	font-weight:bold;
  }	

.sidebar_menu ul li ul
  {
   /* margin-bottom:15px;*/
  }
  
.sidebar_menu ul li ul li
  {
    margin-left:-11px;
    background:url(../images/child_item_sprite.png) no-repeat left top;
	padding-left:22px;
  }  

.sidebar_menu ul li ul li a
  {
    font-size:11px;
	font-weight:normal; 
	color:#fff;
  }

.sidebar_menu ul li ul li:hover
  {
    background:url(../images/child_item_sprite.png) no-repeat left bottom;
  }

.sidebar_menu .child_item_last
  {
    background:url(../images/child_item_last_sprite.png) no-repeat left top;
	margin-bottom:5px;  
  }
  
.sidebar_menu .child_item_last:hover
  {
    background:url(../images/child_item_last_sprite.png) no-repeat left bottom;  
  }  

.order
  {
    margin:20px 0 20px 8px;
    background:url(../images/order_back.png) no-repeat;
	width:181px;
	height:45px;
	padding-left:20px;
  }	
  
.order a
  {
    line-height:48px;
    font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
  }  

.search
  {
    margin-left:-12px;
	margin-top:20px;
	margin-bottom:10px;
  }
  
.search span
  {
    font-weight:bold;
	line-height:24px;
	padding-left:5px;
  }  
  
.search_form
  {
    background:url(../images/search_back.png) no-repeat;
	width:223px;
	height:38px;
  }  

.search_form form input
  {
    border:1px solid #bababa;
	width:160px;
	height:18px;
	margin:9px 0 0 15px;
  }

.sites
  {
    margin-left:-13px;
	margin-bottom:5px;
	padding-left:20px;
    width:227px;
	height:37px;
	background:url(../images/sites_back_sprite.png) no-repeat top;
  }

.sites:hover
  {
	background:url(../images/sites_back_sprite.png) no-repeat bottom;  
  }

.sites a
  {
    text-decoration:none;
	line-height:38px;
  }

.main_content
  {
    width:860px;
/*	margin-left:30px;*/
	float:left;
  }

.main_content_order
  {
    width:600px;
  }	
 
.main_content_order h1
  {
    font-size:18px;
	font-weight:normal;
    color:#6d0202;
  } 
  
.main_content_order p
  {
    font-size:12px;
  }  

.main_content_order form
  {
    margin-top:20px;
  }

.main_content_order form .field
  {
	clear:both;
  }
  
.field .label
  {
    line-height:40px;
    width:150px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	float:left;
  }  
  
.field .input_field
  {
    padding-top:11px;
	padding-left:10px;
    float:left;
  }  

.field .input_field input
  {
    width:300px;
	border:solid 1px #b2acac;
  }
  
.field .input_field textarea
  {
    width:300px;
	height:100px;
	border:solid 1px #b2acac;
  }    
  
.field .button_div
  {
    margin-left:380px;
  }

.field .submit_btn
  {
    background:url(../images/submit_btn.png) no-repeat;
	border:none;
	width:82px;
	height:27px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
  }  
  
.first_row
  {
    height:220px;
    overflow:hidden;
  } 
 
.first_row .cols
  {
    width:122px;
	height:190px;
	padding:15px;
	margin-right:15px;
	background:url(../images/cols_back.png) no-repeat;
	float:left;
  }   
  
.first_row .cols h1
  {
    color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
  }  
  
.first_row .cols a
  {
    display:block;
    text-decoration:none;
	color:#5d0202;
	font-weight:bold;
  }  

.cols_list
  {
    margin-left:10px;
    list-style-image:url(../images/list_img.png);
	font-size:11px;
  }

.first_row .cols_content
  {
    height:165px;
  }

#sub1, #sub2, #sub3, #sub4
  {
    list-style:none;
	float:left;
  }
  
.sub_hid
  {
    height:204px;
	width:165px;
	padding-top:15px;
	background:url(../images/hid_back_sm_red.png) no-repeat;
	padding-left:15px;
}

#mycustomscroll1, #mycustomscroll2, #mycustomscroll3, #mycustomscroll4 {
/*	margin:10px 5px 20px 15px;*/
	width:167px;
	height:166px;
	position: relative;
}

.pf_img_clear
  {
    width:150px;
    height:10px;
  } 
  
.sub_images
  {
    width:147px;
	height:180px;
	padding-top:3px;
    float:left;
	background:url(../images/sub_content_back.png);
  }
  
.sub_scroll
  {
    width:15px;
	margin-left:5px;
	height:183px;
    float:left;
	background:url(../images/scroll.png) no-repeat;
  }

.all_link a
  {
    width:105px;
	padding-left:45px;
	padding-top:20px;
	height:17px;
    display:block;
    color:#fff;
	text-decoration:none;
	font-size:11px;
	background:url(../images/all_btn.png) bottom no-repeat;
  }   

.second_row
  {
    margin-top:50px;
  }
  
.second_row h1
  {
    font-size:14px;
	color:#5d0202;
  }  

.second_row p
  {
    font-size:11px;
  }
  
.second_row .cols
  {
    float:left;
    width:218px;
	height:240px;
	color:#5d0202;
	background:url(../images/right_divider.png) right no-repeat;
  }  
  
.second_row .cols .caption
  {
    width:218px;
	line-height:27px;
	background:url(../images/secrow.png) top no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
  }  
  
.second_row .cols .caption_left
  {
    width:218px;
	line-height:27px;
	background:url(../images/secrow_left.png) top no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
    margin-bottom:10px;
  } 

.second_row .cols .text
  {
    padding:20px;
	width:178px;
  }

.second_row .cols_right
  {
    float:left;
    width:217px;
	height:240px;
	color:#5d0202;
  }  
  
.second_row .cols_right .caption_right
  {
    width:217px;
	line-height:27px;
	background:url(../images/secrow_right.png) top no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
  }   

.second_row .cols_right .text
  {
    padding:20px;
	width:177px;
  }
  
.pf_create
  {
    width:765px;
    height:301px;
    margin-bottom:25px;
    background:url(../images/pf_back.png) no-repeat;
    font-size:11px;
    color:#787676;
  }

.pf_create .create_content
  {
    width:745px;
    margin:20px 0px 0 13px;
    height:238px;
    background:url(../images/pf_content_back.png) no-repeat;
  } 
  
.pf_create .pf_item
  {
    width:142px;
    margin:10px 0px 0px 5px;
    float:left;
  }
  
.pf_create h1
  {
    font-size:12px;
    font-weight:bold;
    color:#5d0202;
    line-height:43px;
    margin-left:20px;
  } 

.pf_create .a_title
  {
    width:120px;
    height:30px;
    text-align:center;
    display:block;
    margin-bottom:5px;
  } 
  
.pf_create .a_title a
  {
    font-size:12px;
    color:#5d0202;
    font-weight:bold;
    text-decoration:none;
  } 
  
.pf_create img
  {
    width:140px;
    height:72px;
    margin-bottom:15px;
  }
  
.pf_create .pf_text
  {
    color:#5d0202;
    size:11px; 
  }
  
.pf_create .pf_prev
  {
    float:left;
    margin-left:-13px;
    margin-top:33px;
    width:14px;
    height:64px;
    background:url(../images/pf_prev.png) no-repeat;
  } 

.pf_create .pf_prev a
  {
    display:block;
    width:14px;
    height:64px;
  } 
  
.pf_create .pf_next
  {
    float:right;
    margin-right:-13px;
    margin-top:-225px;
    width:14px;
    height:64px;
    background:url(../images/pf_next.png) no-repeat;
  } 
  
.pf_create .pf_next a
  {
    display:block;
    width:14px;
    height:64px;
  } 
    
.pf_promo
  {
    width:765px;
    height:301px;
    margin-bottom:35px;
    background:url(../images/pf_back.png) no-repeat;
  }  

.pf_promo .promo_content
  {
    width:735px;
    margin:20px 20px 0 18px;
    height:238px;    
  }   

.pf_promo .pf_promo_list
  {
    list-style-image:url(../images/list_img.png);
    margin-left:100px;
  } 

.pf_promo .pf_promo_list li a
  {
    font-size:11px;
    color:#5d0202;
  } 
  
.pf_promo h1
  {
    font-size:12px;
    font-weight:bold;
    color:#5d0202;
    line-height:43px;
    margin-left:20px;
  }   

.contacts
  {
    background:url(../images/contacts_back.png) no-repeat;
	width:505px;
	height:46px;
	margin-bottom:10px;
	color:#fff;
  }  
  
.address
  {
    margin-left:20px;
	margin-top:8px;
    width:315px;
	height:38px;
	float:left;
  } 
  
.email
  {
    margin-top:16px;
    width:170px;
	height:30px;
	float:left;
  } 
  
.feedback
  {
    height:26px;
	background:url(../images/feedback_back.gif) no-repeat right;
	float:right;
	margin-top:-43px;
	margin-right:23px;
	padding-right:35px;
	line-height:26px;
  }     
  
.feedback a
  {
    color:#770202;
	font-weight:bold;
  }   

.guestbook h1
  {
    font-size:18px;
	color:#690202;
	font-weight:normal;
	margin-bottom:20px;
  } 
  
.guestbook_form
  {
    background:url(../images/guestbook_form_back.png) no-repeat;
	padding:20px;
    width:690px;
    height:280px;
  } 
  
.guestbook_form .field
  {
    width:width:500px;
  }  

.guestbook_form .field p
  {
    float:left;
  }

.guestbook_form .field .field_title
  {
    width:100px;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	float:left;
  }

.guestbook_form .field .field_input
  {
	float:left;
	width:200px;
  }

.guestbook_form .field .field_input input
  {
    border:solid 1px #b2acac;
	width:200px;
  }

.guestbook_form .field .field_input textarea
  {
    border:solid 1px #b2acac;
	width:510px;
	height:100px;
  }

.guestbook_form .field .half
  {
    float:left;
  }

.guestbook_form .field .button
  {
    float:right;
	margin-right:70px;
	width:171px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:url(../images/guestbook_button.png) no-repeat;
	cursor:pointer;
	border:none;
	color:#fff;
	font-weight:bold;
  }  
  
.guestbook_form .clear
   {
     clear:both;
	 height:5px;
   }

.guestbook_content
  {
    width:690px;
  }
/*
.guestbook_content .top .red
  {
    font-weight:bold;
	color:#662a2a;
  }

.guestbook_content .top .red
  {
    font-weight:bold;
	color:#662a2a;
  }
  */
.red
  {
    font-weight:bold;
	color:#662a2a;
  }

.guestbook_content .clear
  {
    clear:both;
	height:3px;  
  }

.guestbook_content .top
  {
    font-weight:bold;
    padding-top:5px;
    height:28px;
	background:url(../images/guestbook_content_top.png) no-repeat;
  }

.guestbook_content .top a
  {
    text-decoration:none;
  }

.guestbook_content .top .pages
  {
    float:left;
    width:163px;
	margin-left:15px;
	height:24px;
	line-height:24px;
	background:url(../images/guestbook_top_pages.png) no-repeat;
	text-indent:10px;
  }

.guestbook_content .top .shown
  {
    float:left;
    width:320px;
	height:24px;
	line-height:24px;
	text-align:center;
  }

.guestbook_content .center
  {
    background:#eeeeee;
	border:1px solid #d9d9d9;
	padding:15px 8px;
  }

.guestbook_content .center .item
  {
    background:#fff;
	border:1px solid #d9d9d9;
	padding:5px 15px;
  }

.guestbook_content .center .item .title
  {
/*    float:left;  */
  }

.guestbook_content .center .item .date
  { 
    display:inline;
	line-height:16px;
    padding-left:10px;
	font-size:10px;
	color:#a6a6a6;
  }
  
.guestbook_content .center .item .post
  {
    margin-top:10px;
  }

.guestbook_content .center .item .clear
  {
    clear:both;
  }
  
.guestbook_content .bottom
  {
    font-weight:bold;
    padding-top:3px;
    height:28px;
	background:url(../images/guestbook_content_bottom.png) no-repeat;
  }

.guestbook_content .bottom .pages
  {
    float:right;
    width:163px;
	margin-right:14px;
	height:24px;
	line-height:24px;
	background:url(../images/guestbook_top_pages.png) no-repeat;
	text-indent:10px;
  }

.guestbook_content .bottom a
  {
    text-decoration:none;
  }

.star
  {
    color:#FF0000;
	font-size:18px;
	font-weight:bold;
  }

.errors ul
  {
    list-style-type:none;
  }

.border
  {
    text-align:center;
	font-weight:normal;
	width:610px;
	padding:10px 20px;
	margin-bottom:10px;
  }

.error_border
  {
    text-align:center;
	font-weight:normal;
	width:648px;
	padding:10px 20px;
	margin-bottom:10px;
	border:solid 1px #7f0303;
  }  
  
.empty
  {
    height:146px;
	clear:both;
  }
  
#footer
  {
    height:76px;
	background:url(../images/footer_back.jpg);
  }  
  
.footer_img
  {
    background:url(../images/footer_img.png) no-repeat;
 	width:403px;
	height:76px;
	float:left;
  }  
  
.footer_content
  {
	height:76px;
	float:left;
	margin-left:-318px;
  }  
  
.footer_content span
  {
    font-weight:bold;
  }
    
