/*
Theme Name: Grand
Theme URI: http://sudak-grand.ru/
Description: The 2010 default theme for Hotel Grand web site.
Author: Nikolay.Zabolotskiy aka Sart
Version: 1.0
Tags: brown, white, two-columns, fixed-width
*/

/** = Reset css
 * ****************************************************************************/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/** = End of reset css
 * ****************************************************************************/

/** = Grand theme style
 * ****************************************************************************/

body,html{
    width:100%;
}
body{
    background-color: #5e462a;
    background-image:url("images/main_bg.jpg");
    margin-top:10px;
    text-align:center;
}

/** = Menu
*******************************************************************************/ 
#menu{
    height:28px;
    padding-top:10px;
    background:#685334 url("images/menu_bg.png") no-repeat;
    position:relative;
    z-index:2;
}

#menu span{
    color:#faeed3;
    font-family:verdana;
    font-size:18px;
    font-weight:bold;
    text-shadow: black 2px 2px 3px, #666666 0 0 1em;
}

#menu_wrapper{
    width:900px;
    margin:0 auto;
}

#menu ul li:first-child{
	background:transparent none;
}

#menu li{
    float:left;
    position:relative;
    padding-left: 34px;
    padding-right:4px;
    background:transparent url(images/menu_cat.png) no-repeat left;

}
#menu ul ul{
    display:none;
    position:absolute;
    top:19px;
    left:2px;    
    z-index:9999;
    width:151px;
    overflow:hidden;
    
    background:transparent url(images/menu_sub_menu_bg.png) no-repeat left bottom;
    padding-bottom:10px;
    margin-left:30px;

}

#menu ul ul li{
    min-width:150px;
    height:24px;
    text-align:left;
    /*margin-top:2px;*/
    /*margin-bottom:4px;*/
    padding:0 0 0 15px;
    background:transparent none;
    /*margin-right:6px;*/
    /*margin-left:2px;*/

}
#menu ul ul li span{
    font-size:16px;

}



/*#menu ul li:hover >  ul {*/
/*	display:block;*/
/*}*/
#menu ul ul li:hover{
	background:url(images/menu_sub_menu_bg_hover.png) no-repeat;
	background-position:2px -2px;
	/*background:url(images/guestbook_comment_bg.png);*/
}
#menu a,#menu a:visited{
    text-decoration:none;
    color:#faeed3;
}
/*.hover a,#menu a:hover{*/
/*    background:#CCCCCC;*/
/*}*/
/*#menu ul ul li a:hover,#menu ul ul li a{*/
/*    background:transparent;*/
/*}*/

/** = End of Menu
*******************************************************************************/ 

/** = Header
*******************************************************************************/ 
#header{
    width:1000px;
    text-align:left;
}
#header_main{
    height:330px;
    background:#ede7d5;
    text-align:left;
    overflow:hidden;
    min-width:1000px;
}
#header_main_sidebar{
    width:211px;
    height:330px;
    
    float:left;
    background:transparent url(images/header_left_bg.jpg) no-repeat left bottom;
    vertical-align:middle;
}
#grand_logo{
    margin-left:37px;
    margin-top:35px;
}


#header_main_img{
    min-width:789px;
    height:331px;
    background:url(images/header_main_bg.jpg) no-repeat right top;
    margin-left:211px;
    position:relative;
    z-index:1;
}
#header_swf{
    position:relative;
    z-index:-1;
}
/*#header_slogan_img{*/
/*    position:relative;*/
/*    top:-331px;*/
/*    left:211px;*/
/*    */
/*}*/

/** = End of Header
*******************************************************************************/

.float_left{
    float:left;
}
.clear{
    clear:both;
}



/** = Content
*******************************************************************************/
#content{
    width:1000px;
   
}
#content_wrapper{
    background:#fff7e0 url(images/content_main_bg.jpg) repeat-y;
    text-align:left;
}
#content_main{
    background:url(images/content_sand_bg.jpg) no-repeat;
    background-position:215px bottom;
    width:789px;
    min-height:460px;
    margin-left:211px;
}

#content_main a{
    text-decoration:none;
    font-size:11px;
    color:#877558;
}

#content_main a:hover{
    color:#c1a67b;
}

#content_main_text, #content_main_text_index{
    min-width:100%;
    min-height:400px;
    
    background:transparent url(images/content_flower_bg.jpg) no-repeat left top;
    
    font-family:verdana !important;
    text-align:left;
    
}
#content_main_text_index{
    line-height:1.2;
    
}
.content_main_text_header, #content_main_text h1{
    color:#877558;
    font-size:22px;
    text-align:right;
    margin-right:210px;

}
.content_main_text_img{
   margin:5px; 
}
.content_main_text_text{
    font-size:11px;
    color:#877558;

    margin-top:5px;

}

.page_content_main_text_header{
    color:#877558;
    font-size:32px;
    padding-left:25px;
    padding-top:25px;
    
}
.page_content_main_text_text{
    margin:0;
    padding-left:25px;
    padding-right:25px;
    font-size:12px;
    color:#877558 !important;
    line-height:1.2;
    
    text-align:justify;
    text-indent:15px;
}
.page_content_main_text_text p{
    padding-top:10px;
    
}
.page_content_main_text_leftcol{
    margin-right: 280px;
}
.page_content_main_text_rightcol{
    float:right;
    width:240px;
}

.page #content_main_text ul{
    padding-left:30px;
}
.page #content_main_text li{
    list-style: circle outside none;
    text-indent:0;
}

#content_main_text_index li{
    width: 370px;
    min-height: 150px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 15px 15px; 
    zoom: 1;
    *display: inline;
    _height: 250px;
}

#content_bottom{
    background:transparent url(images/content_bottom_bg.png) no-repeat;
    background-position:-1px bottom;
    height:15px;
}
#content_left_sidebar{
    width:211px;
    float:left;
    min-height:200px;
}
#content_left_sidebar_widgets{
    background:transparent url(images/content_widgets_bg.jpg);
    width:177px;
    height:410px;
    margin:35px 15px 15px 15px;
    text-align:left;
}
#widgets_wrapper{
    padding-left:15px;
    padding-top:15px;
}
.widgets_header{
    color:#877558;
    font-size:20px;   
}
.widgets_cat{
    margin-bottom:10px;
    /*height:16px;*/
}
.widgets_body{
    /*margin-left:35px;
    margin-top:10px;*/
    
    text-align:left;
    font-family:verdana;
    font-size:12px;
    color:#877558;
    line-height:1.2;
}
.widgets_cat img{
    vertical-align:bottom;
}
#widgets_wrapper input, #widgets_wrapper select{
    color:#877558;
    text-align:center;
    font-family:verdana;
    font-size:12px;
}

#exchange-rate-body{
    margin-left:35px;
    margin-top:10px;
}
#exchange-convertor-body{
    margin:0px;
    text-align:center;
}

#weather-widget-body {
    line-height:1;
    font-size:10px;
    padding-left:10px;
}
#weather-widget-body table{
    width:135px;
}
#weather-widget-body tr,#weather-widget-body td{
    vertical-align:top;

}
#weather-widget-body  a{
    text-decoration:none;
    font-size:11px;
    color:#877558;     
}
#weather-widget-body  a:hover{
      color:#c1a67b;  
}

.page h2{
    font-size:14px;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:-20px;
}
.page h3 {
       font-size:13px; 
}
/** = End of Content
*******************************************************************************/


/** = Footer
*******************************************************************************/
#footer {
    width:1000px;
    height:166px;
}

#footer_left{
    width:20px;
    height:100%;
    background:url(images/footer_bg_01.png) no-repeat;
}
#footer_center{
    width:960px;
    height:100%;
    background:url(images/footer_bg_02.jpg) no-repeat;
    
}
#footer_right{
    width:20px;
    height:100%;
    background:url(images/footer_bg_03.png) no-repeat;
}

#footer_info{
    position:relative;
    top:40px;
    
    text-align:right;
    font-family:arial;
    font-weight:bold;
    font-size:10px;
    font-style:italic;
    color:#fff7e0;
    text-shadow: black 2px 2px 3px, #666666 0 0 1em;
}

#site_map{
    width:660px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-family:verdana;
    margin-top:20px;
    padding-left:10px;
}
#site_map ul{
    margin-right:35px;
    margin-bottom:5px;
}
#site_map li {
    margin:5px;
}

#site_map a{
    text-decoration:none;
}
.site_map_header ,.site_map_header a{
    font-weight:bold;
    font-size:12px;
    color:#5b482a;
}
.site_map_element, .site_map_element a{
    font-weight:bold;
    font-size:10px;
    color:#877558;
}

#site_map a:hover{
    color:#c1a67b;
}
/*#site_map a{*/
/*    color:inherit !important;*/
/*    text-decoration:none;*/
/*}*/

#scs_logo{
    position:relative;
    text-align:left;
    top:-20px;
    display:block;
}
/** = End of Footer
*******************************************************************************/

img{
    font-family:verdana;
    font-size:10px;
    color:#877558;    
}


/** = Guestbook style
*******************************************************************************/
#guestbook_text_content{
    text-indent:0px;
    margin-left:30px;
    margin-right:130px;
    margin-bottom:25px;
}
#guestbook {
	margin-left:30px;
	margin-right:130px;
	
}
#guestbook ol{
	list-style:none;
}
#guestbook li{
	list-style-type:none !important; 
	
}

.navigation{
	margin-bottom:15px;
}
.comment{
	border-width:1px;
	border-style:solid;
	border-color:#e2d2b0;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-bottom:15px;
	padding:10px;
	
	background:url(images/guestbook_comment_bg.png);
}
.comment .depth-2{
	background:url(images/guestbook_comment_2_bg.png);
}

.comment:hover{
	background:url(images/guestbook_comment_hover_bg.png) repeat-x;	
}
.vcard{
	padding-left:10px;
	background-color:#e4d4b2 !important;
}
.children{
	margin-top:5px;
}


#respond, #respond input, #respond textarea,.vcard{
	border-width:1px;
	border-style:solid;
	border-color:#e2d2b0;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#877558;
	font-family:verdana;
	background-color:#FFFFFF;
}
#respond{
	margin-top:20px;
	background:transparent url(images/guestbook_respond_bg.png) repeat-x;
	border-bottom-style:none !important;
}
#guestbook dl{
	margin-top:10px;
}
#guestbook dt{

	margin-bottom:5px
}
#guestbook dm{
	margin-left:25px;
}
#guestbook #submit {
	background-color:#e2d2b0;
	color:#877558;
}
.form-allowed-tags{
	margin-left:5px;
	margin-right:5px;
}
/** = End of Guestbook
*******************************************************************************/


/** = Restauran menu table style
*******************************************************************************/
.rest_menu_table p {
    padding:0;
    }
.rest_menu_table_header{
    font-size:13px;
    padding-top:10px;
    padding-bottom:10px;
}

/** = End of Restauran menu table style
*******************************************************************************/
/** = Rooms_category style
*/

.category_descriptions{
    margin:10px 0 10px 0;
}
.rooms_category{
    text-indent:0px !important;
}
.accordion_a{
    font-size:12px !important;
}
#category_rooms_info{
    margin-top:10px;
}

/** = End of Rooms_category style
*******************************************************************************/


/**
 *Различные тестовые классы, которые потом можно будет удалить
 */
.testclass {
    position:relative;
}
.testclass span {
background:url("images/round-corner.png") no-repeat scroll 0 0 transparent;
display:block;
height:120px;
left:15px;
position:absolute;
top:0;
width:170px;
}
/******************/