﻿
#wrapper
{
	margin: 20px auto;
	width: 1024px;
	padding: 0px;
	
	
}

#content
{
	background: white;
	width: 600px;
	min-height: 750px;
	padding: 10px;	
}
#top
{
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
		
}
#footer
{
	text-align: center;
	color:White;
	font-size: 12pt;
}
#footer a
{
	color: White;
	font-weight:normal;
}
#footer a:hover
{
	color: #BF1E2D;
}
#right
{
	width: 213px;
	background: white;	
}
.PanelLightBlue
{

	background: url('../Images/LightBlueFade.jpg') repeat-x;
	background-color: #82A5C5;	
	padding: 0px 10px 10px 10px;		
}

#divShoppingCart
{
	color: White;	
	background: #005288;	
	font-size: small;
	width: 190px;
	font-weight: bold;	
	margin-bottom: 4px;
	
	
	 
}
#menu a
{
	color:White;
}
#menu a:hover
{
	Text-Decoration: underline;
	
}
#menu td
{
	padding: 0px 15px;
	
}
#oldmenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#oldmenu a, #oldmenu {

margin: 0;
padding: 2px 3px;
}

#oldmenu a {

color:Black;
}


#oldmenu ul ul {

top: 0;

}
#oldmenu ul li
{
	display: inline;
}
#oldmenu ul ul, div#oldmenu ul ul li:hover ul
{
	display: none;
}

div#oldmenu ul li:hover ul,
div#oldmenu ul ul li:hover ul
{display: block;}

#left-bar
{
	width: 180px;		
}
