body{
	background-color: #000000;

}
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;

}

/* Page Center */
#pageCenter{
	background-image: url(../images/middle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:11px;
	vertical-align:top;
	color:#000000;
	letter-spacing:.5px;
	}

#pageCenter a{
	color:#000066;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	
}
#pageCenter a:hover{
	color:#CCCCCC;

}

/* Page Top */
#pageTop{
	background-image: url();
	background-repeat: no-repeat;
	background-position: top;
	height:243px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:11px;
	font-weight: bold;
	vertical-align:top;
	color:#ffffff;
	letter-spacing:.5px;

}
.navLeft{
        padding-left:25px;
		padding-top:10px;
        width:180px;
        text-align:left;
		vertical-align:top;
		font-family: Verdana, Tahoma, Helvetica, Arial;
		font-size:10px;
		color:#000000;
}
.navRight{
        padding-left:135px;
        padding-top:65px;
        padding-right:5px;
        width:520px;
        text-align:left;

}

/* Content */
#content{
	width:580px;
	vertical-align:top;
	padding-top:10px;
	padding-right:20px;
	padding-left:10px;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:12px;
	font-color:#000000;
	line-height:18px;
	vertical-align:top;
	text-align:left;

}
#content a{
	color:#990000;
	text-decoration:underline;
	font-size: 12px;
	
}
#content a:hover{
	color:#F6DD9B;

}
#content h1{
	padding-top:0px;
	margin-top:0px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	word-spacing:3px;
	color:#990000;
	
}
#content hr{
        height:1px;
        border:0px;
        background-color:#EEEEEE;
        color:#EEEEEE;
}

/* Page Bottom */
#pageBottom{
	background-image: url(../images/genericbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	height:110px;

}

/* Extras */
.textImageRight{
        text-align:right;
        margin-left:15px;
        margin-top:15px;
        margin-bottom:15px;

}
.textImageRightTop{
        text-align:right;
        margin-left:15px;
        margin-top:0px;
        margin-bottom:15px;

}
.textImageLeft{
        text-align:left;
        margin-right:15px;
        margin-top:15px;
        margin-bottom:15px;
        border:solid #482612 1px;

}
.imageBorder{
        border:solid #482612 1px;
}
#copy{
	width:600px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size:9px;
	line-height:12px;
	vertical-align:top;
	color:#000000;

}
#copy a{
	color:#000066;
	text-decoration:none;
	padding:1px;
	
}
#copy a:hover{
	color:#cccccc;
	padding:1px;
	background-color:#FFFFFF;

}

/* Menu */
th{
        text-align:center;
        padding-left:4px;
        padding-right:4px;
        font-weight:bold;
        color:#990000;
}
.price{
        text-align:center;
        color:#806646;
        font-size:10px;
}
.priceLeft{
        text-align:left;
        color:#806646;
        font-size:10px;
}
.product{
        text-align:left;
        padding-right:30px;
        padding-left:7px;
        font-weight:bold;
        color:#482612;
}
.menuTitle{
        text-align:left;
        font-weight:bold;
        color:#000066;
        letter-spacing:1px;
        font-size:12px;
        padding-top:7px;
        border-bottom:solid #806646 1px;
}
.menuExtras{
        text-align:center;
        font-weight:normal;
        color:#806646;
        font-size:10px;
        padding-top:2px;
        padding-bottom:15px;
        border-top:solid #806646 1px;
}
.menu{
        padding-left:15px;
}
.smallText{
  font-size:9px;
  font-weight:normal;
  color:#444444;
}
/* ================================================================ 
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.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:680px; 
font-size:0.80em;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:170px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:170px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none; 
color:#000000; 
width:170px; 
height:20px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#999933; 
padding-left:10px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:170px;
w\idth:170px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000066 bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ffffff bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#cccccc bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#cccccc;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#cccccc;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:170px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:170px; 
top:0;
width:170px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-170px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#999933; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 1px; 
width:170px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:170px;
w\idth:170px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#0000000; 
background:#FFFFCC;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#FFFFCC;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

