#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;
}
.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;
}
.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; 
}
.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;
}
#search table {
border-width: 1px;
border-spacing: 0px;
border-style: outset;
border-color: black;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
.clear { /* generic container (i.e. div) for floating buttons */
overflow: hidden;
width: 100%;
}
a.button {
background: transparent url(images/bg_button_a.jpg) no-repeat scroll top right;
color: #444;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
}

a.button span {
    background: transparent url(images/bg_button_span.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 5px;
}

a.button:active {
background-position: bottom right;
color: #000;
    outline: none;
}
a.button:active span {
background-position: bottom left;
padding: 6px 0 4px 18px;
}
#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);
}

