body, html {
	margin:0;
}

body {
    background-attachment: fixed;
    background-color: #0E0603;
   /* background-image: url("/assets/images/bg1.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    color: #A4A4A4;
    cursor: default;
    font-family: Tahoma,sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.4;
}



#wrapper {
	
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: 945px;
    
    
    
    

}


#header
{
    position: absolute;
    height: 200px;
    width: 100%;
    background-color: rgb(97,70,40);
}

#menu
{
    position: absolute;
    top: 60px;
    width: 550px;
    border-bottom-color: rgb(182,133,16);
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-top-color: rgb(182,133,16);
    border-top-style: solid;
    border-top-width: thin;
    left: 10px;
}

#menu ul {
list-style-type: none;
height: 60px;
width: 400px;
margin: auto;

}

#menu li {
float: left;
}

#menu ul a {
padding-right: 10px;
padding-left: 10px;
display: block;
line-height: 60px;
text-decoration: none;
font-family: Helvetica, Tahoma, "Times New Roman", Times, serif;
font-size: 18px;
color: #fff;
}

#menu ul a:hover {
color: rgb(221,39,23);

}

#logo
{
    position: absolute;
    top: 15px;
    right: 30px;
    
}

.fb-like
{
    position: absolute;
    top: 165px;
    left: 200px;
}

#logo_text
{
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 90px;
    font-family: Helvetica, Tahoma;
    font-size: 20px;
}

#head_end
{
    background-image:url("/assets/images/topheadbg.png");
    height: 9px;
    width: 100%;
    position: absolute;
    top: 230px;
}

#container
{
  background-image: url("/assets/images/white_content2.png");
  background-repeat: no-repeat;
  height: 801px;
  width: 100%;
  position: relative;
  top: 209px;
  
}

#menu_container
{
  background-image: url("/assets/images/white_content_menu.png");
  background-repeat: no-repeat;
  height: 1450px;
  width: 100%;
  position: relative;
  top: 209px;
  
}

#left_img
{
    background-image: url('/assets/images/left_image.gif');
    background-repeat: no-repeat;
    height: 700px;
    width: 250px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#middle_slider, #top_slider, #bottom_slider
{
    position: relative;
    top: 40px;
    margin-bottom: 50px;
    margin-left: 12px;
    
}

#content
{
    position: absolute;
    left: 250px;
    top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Helvetica,Tahoma,sans-serif;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    width: 685px;
}

.sep
{
    position: relative;
    background-image: url("/assets/images/sep.png");
    width: 685px;
    height: 5px;
    left: -5px;
    
}

#spec_title
{
    text-align: center;
    font-family: Helvetica, Tahoma, "Times New Roman", Times, serif;
    font-size: 34px;
    font-weight: 700;
    color: rgb(97,70,40);
}



#banner
{
    background-color: rgb(97,70,40);
    border-color: rgb(97,70,40);

}

p.bjqs-caption
{
    background-color: rgb(97,70,40);
    color: #fff;
}

.banner_text
{
    position: absolute;
    left: 310px;
    color: #fff;
    top: 0px;
    font-size: 12px;
}

#tabs
{
    font-size: 14px;
    position: relative;
    left: -5px;
    font-family: Helvetica;
    
}

.menu_title
{
    text-align: center;
    
    
}

.menu_header
{
    font-size: 16px;
    font-weight: 700;
}

#menu_listing
{
    font-size: 12px;
}


#menu_listing table td
{
    vertical-align: top;
    padding-bottom: 15px;
}

.menu_price
{
    text-align: right;
}

.location
{
    position: relative;
    top: 20px;
    width: 675px;
    height: 350px;
}

.address
{
    width: 50%;
    position: absolute;
    top: 0px;
}

.maps
{
   position: absolute;
   top: 0px;
   left: 50%;
}

.ui-widget-header
{
    background-color: rgb(97,70,40);
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    color: #000;
}