*{
  margin: 0;
  padding: 0;	
}

html, body{
  height: 100%;	
}

body {
	font-family: arial;
	font-size: 12px;
    width: 100%;
    color: #000;
}
ul, ol{
	margin:0.2em 0 0.4em 40px;
}

h2, h1
{
	color: #c6a157;
	margin-bottom: 10px;
	font-size:1.5em;
}

a
{
	outline: none;
	color: #9b0400;
}

p
{
    margin-bottom: 5px;
}

a:hover
{
    text-decoration: none;
}

#wrapper
{
    width: 872px;
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

/*  HEADER */
#header
{
    background: url('/images/reub/images/head.jpg') no-repeat bottom center;
    height: 270px;
    width: 872px;
}

#logo{
}

#logo img{
	margin-top: 15px;
    padding-left: 10px;
}

#phone
{
	color: #d75f08;
	float: right;
	font-size: 1.7em;
	padding:23px 11px 0;
	font-weight: bold;
}
/*BODY*/

#main
{
    width: 872px;
    float: left;
}

/* MENU */
#menu
{
    background: transparent url('/images/reub/images/menu_bg.jpg') repeat-y left top;
    min-height: 290px;
    width: 250px;
    margin-bottom: 20px;
}

#menu_sp
{
    background: transparent url('/images/reub/images/menu_sp.jpg') left top;
    height: 129px;
    width: 250px;
    margin-bottom: 20px;
}

#menu_sp_text
{
    margin: 20px 20px 20px 20px;
}

#block-menu-menu-topmenu
{
    background: transparent url('/images/reub/images/menu_top.jpg') no-repeat left top;
}

#menu ul
{
    padding: 20px 0 20px 20px;
    margin: 0;
    width: 230px;
    min-height: 290px;
    background: transparent url('/images/reub/images/menu_bot.jpg') no-repeat left bottom;
}

#menu ul li
{
    list-style-type: none;
    list-style-image: none;
	background: url('/images/reub/images/menu.png') 0 15px no-repeat;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}
#menu ul li ul li{
background: none;	
}

#menu ul li a
{
    color: #000;
    text-decoration: none;
}

#menu ul li ul
{
    background: none;
    width: 200px;
    min-height: 10px;
    padding: 10px 0 0 10px;
}

#menu ul li ul li
{
    list-style-image: none;
    font-size: 0.8em;
    font-weight: normal;
    padding: 0 0 5px 0;
    line-height: 18px;
}

#menu ul li ul li a
{
    color: #9b0400;
    text-decoration: underline;
}

#menu ul li a:hover
{
    color: #9b0400;
}

#menu ul li ul li a:hover
{
    color: #000;
    text-decoration: none;
}

/* CENTER */


#centersite
{
    width: 612px;
    float: right;

position: relative;

}

.main_in {
	margin-bottom: 5px;
	padding: 10px 0 10px 25px;
	line-height: 18px;
}

.main_in ul
{
    padding: 0 0 5px 20px;
}
/*NEWS*/
#news
{
    width: 872px;
    background-color: #ebebeb;
    min-height: 16px;
    clear: both;
    margin-top: 20px; 
}

#news_top
{
    width: 872px;
    background: transparent url('/images/reub/images/news_top.jpg') no-repeat left top;
    height: 11px;
}

#wt_top
{
    width: 872px;
    background: white left top;
    height: 33px;
}

#news_bot
{
    width: 872px;
    background: transparent url('/images/reub/images/news_bot.jpg') no-repeat left bottom;
    height: 10px;
}

/* FOOTER */

#rezerv
{
    height: 50px;
	width: 100%;
    clear: both;
}

#footer
{
    width: 872px;
    height: 50px;
    position: relative;
    margin: -50px auto 0;
    text-align: center;
}

#footer p
{
    margin: 0;
    padding: 20px 0 0;
    color: #b4b4b4;
}


