/* Main Navigation */

#navcontainer {
clear: both;
margin: 1.5em 0 0 0;
padding: .3em;
border-bottom: 1px solid #8d8068;
border-top: 1px solid #8d8068;
font: 14px "Lucida Sans Unicode","Lucida Grande",sans-serif;;
width: 810px;
overflow: hidden;
}
body > #wrapper > #navcontainer { height: 22px; } /*Compensate for IE poor height implementation */
      

#navcontainer ul {
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
z-index: 2;
}

#navlist li {
float: left;
margin: 0;
padding: 0;
margin-left: 40px;
display: block;
}

#navlist li a, #navlist li a:link {
color: #8d8068;
text-decoration: none;
display: block;
}

#navlist li a:hover {
color: #000;
border-bottom: 3px solid #8d8068;
cursor: pointer;
}
/* Layout */
body {
text-align: center;
margin: 0;
padding: 0;
background-color: #FFFFFF;
color: #000;
font-family: Arial, Helvetica, sans-serif;
border-top: 2px solid #8d8068;
}

#header {
height: 80px;
/* background-image:  url(images/index_02.gif); */
background-attachment: scroll;
background-repeat: no-repeat;
background-position: center;
}

#header .strapline {
font: 100%/150% "Lucida Sans Unicode","Lucida Grande",sans-serif;;
color: #8d8068;
float: right;
margin-top: 2em;
text-align: center;
letter-spacing: 0.1em;
}

#header .logo {
float: left;
margin-top: 0.5em;
}

#content {
float:left;
width: 520px;
min-height: 450px;
}

#right {
margin: 25px 0 0 550px;
width: 250px;
}

h1 {
margin-top: 2em;
font: 120% "Lucida Sans Unicode","Lucida Grande",sans-serif;;
color: #8d8068;
}

#content p {
font-size: 80%;
line-height: 1.6em; 
padding-left: 1.2em;
padding-right: 1.2em;
}

#wrapper {
text-align:left;
position: static;
width: 810px;
background:  url(images/back.jpg) no-repeat scroll center center;
\width: 830px;
w\idth: 810px;
margin-left: auto;
margin-right: auto;
}

/* Footer */
#footer p {
padding: 5px;
margin: 1em 0 1em 0;
text-align: right;
}

#footer {
border-top: 1px solid #8d8068;
clear: both;
padding: 5px;
margin-top: 1em;
font: normal 70% "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

#fnavcontainer {
/* text-align: center; */
margin-bottom: 1em;
}

/*Fat Erik's Pipelist*/
#fnavlist {
list-style: none;
padding: 0;
margin: 0;


}

#fnavlist li {
display: inline;
padding: 0;
margin: 0;
}

#fnavlist li:before { content: "| "; }
#fnavlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #fnavlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #fnavlist { height: 1%; }

* html #fnavlist li {
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #fnavlist li:first-child { border-left: 0; }

h5 {
color: #996600;
font-size: 75%;
line-height: 1.6em; 
text-align: center;
}

hr {
border: 0;
color: #8d8068;
background-color: #8d8068;
height: 1px;
width: 300px;
text-align: center;
}

/* FORMS */
input.txt {
  color: #330000;
  background-color: rgb(244,239,220);
  border: 1px inset #330000;
  width: 250px;
}
input.btn {
  color: #330000;
  background-color: rgb(244,239,220);
  border: 1px outset #330000;
  clear: left;
}
textarea {
  color: #330000;
  background-color: rgb(244,239,220);
  border: 1px inset #330000;
  width: 250px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

/*LINKS*/

a:link { color:#8D8068; text-decoration: none; }
a:visited {color:#9c9d9e;text-decoration: none; }
a:hover {color:#000 }
a:active {color:#9c9d9e }

#right img {
margin-bottom: 15px;
border-width: 1px;
border-style: solid;
}

/* Front New */
#banner {
padding: 10px 0px;
}
#banner .discount {
	float: right;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#banner .evening {
	float: left;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
