/* 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%;
    
    background: url(../images/fon.gif);
}
body
{      
    position: relative;
    height: 100%;
    font-family: Georgia;
    background: url(../images/body.jpg) repeat-y 45px 0px;
    width: 988px;
    _height: 1000px;
    margin: 50px auto;
    margin-top: 50px
}
html>body
{
    height: auto;
    min-height: 100%;  
    min-height: 1000px;
}

/*------- header --------*/
.header_main
{
    position:relative;
    height: 47px;
    background: url(../images/header_main.jpg) no-repeat 45px 0px;
    padding-top: 462px;
}
.header
{
    position:relative;
    height: 47px;
    background: url(../images/header.jpg) no-repeat 45px 0px;
    padding-top: 175px;
}
.top_png
{
    position:absolute;
    top:-50px;
}
.topl_png
{
    position:absolute;
    top: 0px;
    left:-5px;
}
.topr_png
{
    position:absolute;
    top: 0px;
    right:-6px;
}
.bottom_png
{
    position:absolute;
    bottom:-50px;
}
.bottoml_png
{
    position:absolute;
    bottom: 0px;
    left:-6px;
}
.bottomr_png
{
    position:absolute;
    bottom: 0px;
    right:-6px;
}

/*------- footer --------*/
.footer
{
    position: absolute;   
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 76px;
    background: url(../images/footer.jpg) no-repeat 45px 0px;
}
.footer a, .footer a:hover
{
    color: #423e26;
}
.footer p
{
    margin-top: 10px;
    padding: 7px 70px;
    font: normal 11px Trebuchet MS;
    color: #423e26;
}
.footer div
{
    position: absolute;
	top: 44px;
	left: 474px;
    font: bold 11px Arial;
}
.dev_link, .dev_link:hover
{	
	position: absolute;
	top: 16px;
	left: 400px;
	display: block;
	height: 34px;
	padding: 0px 0px 0px 74px;	
	font-size: 11px;
	background: url(../images/its_logo.jpg) no-repeat;	
	color: #423e26;
	font: bold 11px Arial;
	text-decoration: underline;
}
.dev_link:hover
{
    text-decoration: none;
}

/*------- menu --------*/
.m_index, .b_index
{
    position:absolute;
    left: 55px;
    height: 43px;
    width: 103px;
}
.b_index
{
    background: url(../images/b_index.jpg);
}
.m_news, .b_news
{
    position:absolute;
    left: 161px;
    height: 43px;
    width: 98px;
}
.b_news
{
    background: url(../images/b_news.jpg);
}
.m_ostr, .b_ostr
{
    position:absolute;
    left: 261px;
    height: 43px;
    width: 164px;
}
.b_ostr
{
    background: url(../images/b_ostr.jpg);
}
.m_museum, .b_museum
{
    position:absolute;
    left: 427px;
    height: 43px;
    width: 85px;
}
.b_museum
{
    background: url(../images/b_museum.jpg);
}
.m_events, .b_events
{
    position:absolute;
    left: 514px;
    height: 43px;
    width: 102px;
}
.b_events
{
    background: url(../images/b_event.jpg);
}
.m_services, .b_services
{
    position:absolute;
    left: 619px;
    height: 43px;
    width: 92px;
}
.b_services
{
    background: url(../images/b_services.jpg);
}
.m_contacts, .b_contacts
{
    position:absolute;
    left: 713px;
    height: 43px;
    width: 110px;
}
.b_contacts
{
    background: url(../images/b_contacts.jpg);
}
.m_nature, .b_nature
{
    position:absolute;
    left: 824px;
    height: 40px;
    width: 108px;
}
.b_nature
{
    background: url(../images/b_nature.jpg);
}
/*------- banner --------*/


/* Text
--------------------------------------------------------------------------------------- */
p
{
    color: #423e26;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}
p.navigator
{
    color: #423e26;
    font-size: 14px;
    font-family: Times New Roman;
    margin: 20px 0px 10px 0px;
}
p.date
{
    color: #423e26 !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 2px 0px;
    margin-bottom: 0px;
}
h1
{
	color: #423e26;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2
{
	color: #423e26;
	font: bold 16px Georgia;
	margin-top: 2px;
	margin-bottom: 7px;
}
h1 span
{
	color: #423e26;
	font: bold 18px Georgia;
	background: url(../images/arrow_subtitle.gif) no-repeat 0px 8px;
	padding-left: 8px;
	margin: 2px 0px 7px 4px;
}
h2 a, h2 a:hover
{
	color: #ffffff;
	font: bold 16px Georgia;
}
h2.cstitle
{
	margin-top: 15px;
}
.black
{
	color: #000000;	
}
.plan_name
{
    margin-left: 100px;
}
.text_right
{
	text-align:right !important;	
}
.text_center
{
	text-align:center !important;	
}
span.bold
{
    font-weight: bold;
}
label
{
    color: #423e26;
    font-size: 12px;
}
p.submenu
{
    text-align:center;
    margin-bottom: 10px;
    line-height: 1.8;
}
p.submenu a, p.submenu a:hover
{
    padding: 0px 20px;
    white-space:nowrap;
}
p.submenu a.active, p.submenu a.active:hover
{
    text-decoration: none;
    color: #7b796d;
    white-space:nowrap;
}
/* Link
--------------------------------------------------------------------------------------- */
a
{
    color: #423e26;
    text-decoration: underline;
}
a:hover
{
    color: #423e26;
    text-decoration: none;
}
a.no_underline
{
    text-decoration: none;
    color: #000000;
}
a:hover.no_underline
{
    text-decoration: underline;
    color: #000000;
}

.excel
{
	background-image: url(../images/excel_icon.gif);
}
.rar
{
	background-image: url(../images/rar_icon.gif);
}
.pdf
{
	background-image: url(../images/pdf_icon.gif);
}
/* Form
--------------------------------------------------------------------------------------- */
.newsbut
{
    vertical-align: top;
    width: 100px;
    height: 24px;
    margin-top:-1px;
}
.form_news
{
    
}

/* List
--------------------------------------------------------------------------------------- */

ul, ol
{
    font-size: 16px;
    margin: 0px 0px 0px 30px;
    color: #000000;
}
li.word
{
	list-style-image: url(../images/word_icon.gif);
	padding: 15px 0px 0px 25px;
	vertical-align:top;
	margin-left: 40px;
}

/* Image
--------------------------------------------------------------------------------------- */
img
{
    border: none;
}



/* Table
--------------------------------------------------------------------------------------- */
table
{
	border-collapse: collapse;
}

table.price
{
    border-collapse: collapse;
    width: 100%;
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 14px;
}
table.price td, table th
{
    border: solid 1px #ffffff;
} 
table.price th
{
    padding: 6px 4px 6px 4px;
    background: #90481c;
    font-size: 12px;
    color: #ffffff;
}
table.price td.title
{
    padding: 4px 4px 4px 4px;
    background: #deb574;
    font-size: 12px;
    color: #423e26;
    text-align: center;
}
table.price td
{
    padding: 4px 4px 4px 4px;
    font-size: 12px;
    color: #423e26;
    text-align: center;
}
table.price td.left
{
    text-align: left;
}

/* Page structure
--------------------------------------------------------------------------------------- */
.clear
{
    clear: both;
    font-size: 0px;
}
.all_page
{
   
}
.page
{
	padding: 0px 70px 86px 70px;
}
.content_main
{	
    margin: 0px 180px 0px 290px;
    padding-top: 20px;
}
.content_inner
{	
    margin: 0px 180px 0px 0px;
    padding-top: 20px;
}
.content_wide
{	
    padding-top: 20px;
}
.float_content
{
	float:left;
	width: 100%;
}
.left_col
{
	float:left;
	width: 266px;
	padding: 20px 0px 0px 0px;
}
/*---------news---------*/
.first_news
{
    background: url(../images/bn_fon.jpg) repeat-y;
    width: 266px;
}
.first_news img
{
    float: left;
    margin: 4px 8px 0px 16px;
}
.first_news *
{
    margin-left: 16px;
    margin-right: 16px;
}
.first_news h2
{
    margin-bottom: 2px;
    color: #ffffff;
}
.first_news p.date
{
    color: #ffffff !important;
}
.first_news p
{
    font-size: 12px;
    margin-top: 2px;
    margin-right: 20px;
    color: #000000;
}
.first_news p a, .first_news p a:hover
{
    color: #000000;
    margin: 0px;
    text-decoration: none;
}
.first_news p a:hover
{
    color: #423e26;
}
.first_news .top_line
{
    background: url(../images/bn_top.jpg) no-repeat;
    height: 6px;
    margin: 0px;
    font-size: 0px;
}
.first_news .bottom_line
{
    background: url(../images/bn_bottom.jpg) no-repeat;
    height: 6px;
    margin: 0px;
    font-size: 0px;
}
.second_news
{
    margin-top: 20px;
}
.second_news img
{
    float: left;
    margin: 4px 8px 0px 16px;
}
.second_news *
{
    margin-left: 16px;
    margin-right: 16px;
}
.second_news h2
{
    margin-bottom: 2px;
}
.second_news p
{
    font-size: 12px;
    margin-top: 2px;
    color: #423e26;
}
.second_news p a, .second_news p a:hover
{
    color: #423e26;
    margin: 0px;
    text-decoration: none;
}
.second_news p a:hover
{
    color: #000000;
}
/*---------right---------*/
.right_col
{
	float:right;
	width: 166px;
	padding-top: 20px;
}
.gallery_item
{
    background: url(../images/bp_fon.jpg) repeat-y 0px 1px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
}
.gal_float
{
    float: left;
    margin: 0px 18px 0px 0px !important;
}
.gal_fix
{
    float: left;
    margin: 0px 31px 20px 0px !important;
    height: 250px;
    position: relative;
}
.no_marg
{
    margin-right: 0px !important; 
}
.gal_fix .bottom_line
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.gallery_item img
{
    margin: 10px 0px 0px 0px;
}
.gallery_item p
{
    color: #ffffff;
    font-weight: bold;
}
.gallery_item *
{
    margin-left: 18px;
    margin-right: 18px;
}
.gallery_item .mt
{
    margin-top: 6px !important;
}
.gallery_item .top_line
{
    background: url(../images/bp_top.jpg) no-repeat;
    height: 6px;
    width:166px;
    margin: 0px; 
    font-size: 0px;
}
.gallery_item .bottom_line
{
    background: url(../images/bp_bottom.jpg) no-repeat;
    height: 6px;
    width:166px;
    margin: 0px;
    font-size: 0px; 
}
/*---------preview_150*150---------*/
.preview_item
{
    background: url(../images/bv_fon.jpg) repeat-y 0px 1px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;     
    text-align: center;
}
.preview_item img
{
    margin: 10px 0px 0px 0px;
}
.preview_item p
{
    color: #ffffff;
    width: 149px;  
    font-weight: bold;  
}
.preview_item a, .preview_item a:hover
{
    margin: 0px 0px 0px 0px !important;
    color: #ffffff;
}
.preview_item *
{
    margin-left: 16px;
    margin-right: 16px;
}
.preview_item .mt
{
    margin-top: 6px !important;
}
.preview_item .top_line
{
    background: url(../images/bv_top.jpg) no-repeat;
    height: 6px;
    width:181px;
    margin: 0px; 
    font-size: 0px;
}
.preview_item .bottom_line
{
    background: url(../images/bv_bottom.jpg) no-repeat;
    height: 6px;
    width:181px;
    margin: 0px;
    font-size: 0px; 
}
/*-------contacts-------*/
.cont_left
{
    width: 48%;
    float: left;
}
.cont_right
{
    width: 48%;
    float: right;
}
.validate *
{
    font-size: 11px;
}
.plan
{
    background: url(../images/plan.jpg);
    width: 800px;
    height: 570px;
    margin: 0 auto;  
}
.e_mail, .mess
{
    width: 270px;
}
/*---------gallery item----------*/
.photo_small
{
    float: left;
    width: 150px;
    height: 580px;
    overflow:auto;
    text-align:center;
}
.photo_small img
{
    margin-top: 5px;
    margin-bottom: 15px;
}
.photo_big
{
    float: right;
    width: 670px;
}
.photo_big img
{
    float: left;
    margin-right: 20px;
}
/* Additional styles
--------------------------------------------------------------------------------------- */

