#html, body{
    height: 100%;
	width: 780px;
    margin: auto;
	padding: 0;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #CCC;
}
#container {
	overflow: hidden;
}
#container div {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#contentleft {
	width: 170px;
	float: left;
    text-align: left;
	background: #b9c9fe;
}	
#contentright {
	width: 600px;
    padding-left: 5px;
    padding-right: 5px;
	float: left;
	background: #ffffff;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
    color: #3670A7; 
}
a.body:link {
	font-weight: bold; 
	color: #993333;
}
a.body:visited {
	font-weight: bold; 
	color: #993333;
}
a.body:hover {
	font-weight: bold; 
	color: #004b70;
}
.subnav {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #014971;
	text-decoration: none;
	font-weight: bold;
}
a.subnav:link {
	color: #000000;
}
a.subnav:visited {
	color: #000000;
}
a.subnav:hover {
	color: #FFFF00;
}
.body {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body2 {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodybold2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.body3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.copyright { 
        font-family: Verdana, Arial, Helveica, sans-serif; 
		font-size: 9px; 
		color: #666666;
}
.bodybold {
        font-size: 11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold;
}
.body4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.subheader {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #3333CC;
}
.body2italic {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.headtop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
    color: #3670A7; 
}
.body2whitebold {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.Sale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
#order
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}
#order th
{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#order td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	vertical-align: top;
}
#order tr:hover td
{
	background: #d0dafd;
	color: #339;
}
#primary
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#primary th
{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#primary td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}
