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

* {
margin:0px;
padding:0px;
}

p,h1 {
margin:0 30px 10px;
font-size:14px;
}

img, td {
border:none;
padding: 0px;
}

body {
text-align:left;
color:#000000;
background-color: #000000;
margin: 0px 0px 0px 0px;
font-family:Arial,Helvetica,sans-serif;
}

p {
padding:10px;
padding-left:5px;
}

#header {
width:914px;
height:119px;
}

#topbar {
background-color: #195169;
min-height:3px;
}


#headerbg {
background-color: #195169;
min-height:118px;
margin: 0px 0px 0px 0px;
width:100%;
}

#headerframe {
width:790px;
background-color: #195169;
margin-right:auto;
margin-left:auto;
margin-top:0px;
text-align:left;
padding:0;
}

#newheader {
width:120px;
float:left;
height:100%;
background-color:#195169;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
}

#headerimage {
width:586px;
float:left;
height:100%;
background-color:#195169;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
}




#mainbg{
background-color: #ffffff;
background: url('images/bestever_bg.gif') repeat-x;
margin: 0px 0px 0px 0px;
}


#blackbg {
background-color: #000000;
margin: 0px 0px 0px 0px;
width:100%;
}


#frame {
width:790px;
min-height:443px;
background-color: #000000;
margin-right:auto;
margin-left:auto;
margin-top:0px;
text-align:left;
padding:0;
}





#menu {
width:165px;
height:444px;
float:left;
}


#line {
width:33px;
height:443px;
float:left;
}

#content {
width:656px;
color:#FFFFFF;
float:right;
font-size:14px;
}





#reservations {
height:152px;
width:510px;
background-color:#a29d94;
color:#000000;
padding-right:25px;
padding-left:25px;
padding-top:25px;
padding-bottom:25px;
}

#store {
width:714px;
height:462px;
float:right;
}

#feature {
width:420px;
height:427px;
float:left;
}

#productheadline {
float:right;
width:290px;
}

#product_view_menu{
float:right;
width:400px;
height:35px;
}

#cart_stuff {
float:right;
}








#newfooter {
width:120px;
float:left;
height:100%;
min-height:700px;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
}


#newfooter a {
text-decoration:none;
color:#a29d94;
font-family:Arial,Helvetica,sans-serif;
}

#newfooter a:hover {
text-decoration: none;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
}




#footer {
padding-top:10px;
width:100%;
float:none;
font-weight:bold;
height:100%;
text-align:center;
color:#a29d94;
background-color:#000;
background-repeat:repeat-y;
}



#footer a {
text-decoration:none;
display:inline;
float:none;
height:15px;
position:relative;
padding-top:5px;
color:#a29d94;
}

#footer a:hover {
text-decoration: none;
background:#000;
background-repeat:repeat-x;
color:#ffffff;
}

#footer ul {
margin:0 0 0 0px;
padding:0;
}

#footer li {
display:inline;
}

#specialsimage {
float:left;
width:226px
height:140px;
}

#specialstext {
width:226px
height:140px;
min-height:140px;
font-size:16px;
}

#specialstext a {
width:226px
height:140px;
min-height:140px;
font-size:16px;
color:#8ca8b4;
text-decoration:none;
}
#specialstext a:hover {
width:226px
height:140px;
min-height:140px;
font-size:16px;
color:#ffffff;
text-decoration:none;
}







/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_right.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {padding:0 0 0px 0; margin:0; list-style:none; font: 10px arial, sans-serif; position:relative; z-index:200; text-align:center; width:120px;}
#nav {float:left;}

#nav li li {background:#1b1b1b; border:1px solid black;}
/* a hack for IE5.x and IE6 */
* html #nav li {float:right; padding:0 0 0px 0; margin:0; list-style:none; font: 10px arial, sans-serif; position:relative; z-index:200; text-align:center; width:120px;}

#nav li a {display:block; color:#a29d94; margin:0 15px 0 10px;  height:35px; line-height:35px; text-decoration:none; white-space:nowrap;}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {right:0px; left:auto; margin-right:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#fff;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{right:0px; left:auto; margin-right:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#fff;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#a29d94;}
