@charset "UTF-8";
/* CSS Document */

body{
margin:0;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background:#681a1a url(../images/pagebg.jpg) top left repeat-x;
}

a, h1, h2, h3, h4, h5, h6{
color:#A9A47B;
}

h1, h2, h3, h4, h5, h6{
font-family:"Times New Roman", Times, serif;
font-weight:normal;
}

h1{
font-size:24px;
}

h2{
font-size:22px;
}

h3{
font-size:20px;
}

h4{
font-size:18px;
}

h5{
font-size:16px;
}

h6{
font-size:14px;
}

#container{
background:#fff url(../images/mainbg.jpg) top left repeat-y;
width:872px;
margin:0px auto;
}

#header{
width:872px;
height:215px;
background:url(../images/headerbg.jpg) top left no-repeat;
}

#menu{
height:42px;
width:830px;
padding:0px 21px;
background:#A9A47B url(../images/menubg.jpg) top left no-repeat;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
display:block;
height:42px;
width:830px;
}

#menu ul li{
height:42px;
margin:0;
padding:0;
list-style:none;
display:inline;
float:left;
}

#menu ul li a{
display:block;
float:left;
text-decoration:none;
color:#fff;
height:42px;
font-size:12px;
}

#menu ul li a span{
padding:0px 6px 0px 0px;
height:42px;
display:block;
float:left;
cursor:pointer;
}

#menu ul li a span span{
padding:14px 10px 14px 16px;
height:14px;
display:block;
float:left;
cursor:pointer;
text-align:center;
}

#menu ul li a:hover{
color:#eee;
background:url(../images/menu_hover.jpg) top left repeat-x;
}

#menu ul li.active a,#menu ul li.active a:hover{
background:url(../images/menu_active_bg.jpg) top left repeat-x;
color:#666;
}

#menu ul li.active a span,#menu ul li.active a:hover span{
background:url(../images/menu_active_right.jpg) top right no-repeat;
}

#menu ul li.active a span span,#menu ul li.active a:hover span span{
background:url(../images/menu_active_left.jpg) top left no-repeat;
}

#content{
width:830px;
padding:10px 21px;
background:url(../images/contentbg.jpg) top left no-repeat;
line-height:150%;
}

#footer{
width:830px;
padding:10px 21px 15px 21px;
height:36px;
font-size:11px;
text-align:center;
color:#666;
background:url(../images/footerbg.jpg) top left no-repeat;
}

#prices{
background:#efefef;
float:right;
margin:20px 0px 20px 20px;
border:4px solid #efefef;
}

#prices td{
background:#fff;
}

.gallery img{
width:120px;
height:90px;
float:left;
display:block;
border:3px solid #efefef;
margin:5px;
}
