* {
cursor: default;
}

a {
color: rgb(50,128,89);
font-variant: small-caps;
font-style: italic;
text-decoration: underline;
font-weight: bold;
}

a:visited {
text-decoration: underline;
color: rgb(131,61,153);
}

a:hover {
text-decoration: underline;
color: rgb(166,69,48);
}

a, a * {
cursor: pointer;
}

a img {
border: none
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background-color: rgb(201,207,226);
color: rgb(0,0,153);
font: normal normal normal 90% HelveticaNeue,'Helvetic Neue',Helvetica,Arial,sans-serif;
}

#main {
background: rgb(255,255,255) url('../images/header-background.gif') no-repeat top left;
max-width: 750px;
padding: 145px 5px 0;
margin: 0 auto;
}

form fieldset {
clear: both;
margin: 0 0 5px;
padding: 7px;
border: none;
background-color: rgb(201,207,226);
}

form label, form input, form textarea, form select {
vertical-align: text-top;
}

form label {
float: left;
clear: left;
width: 10em;
}

h1, h2, h3, h4, ol, p, ul {
padding: 0;
margin: 0 0 10px;
}

h2 {
font: italic normal bold 2.18em 'Times New Roman',Times,serif;
}

h2 a, h2 a:visited {
font-variant: normal;
font-style: italic;
font-weight: bold;
color: rgb(0,0,153);
text-decoration: underline;
}

hr {
clear: both;
color: rgb(0,0,153);
background-color: rgb(0,0,153);
margin: 0 0 10px;
width: 538px;
}

img.inline {
float: left;
margin: 0 5px 5px 0;
}

img.figure {
clear: both;
display: block;
margin: 3px auto;
width: 90%;
}

table {
border-collapse: collapse;
width: 95%;
margin: 0 0 10px 1px;
border: solid 1px rgb(126,140,184);
}

td, th {
border: solid 1px rgb(126,140,184);
padding: 3px;
}

th {
background-color: rgb(201,207,226);
}

ul, ol {
list-style-position: inside;
padding: 0;
margin: 0 0 10px;
}

ul {
list-style: circle inside ;
}

li {
margin: 0 0 10px;
}

/* Header Style */

#header {
position: absolute;
text-indent: -10000px;
display: none;
}

/* Menu Style */

#menu {
float: left;
width: 135px;
margin-right: 35px;
font-size: 85%;
text-transform: uppercase;
}

#menu ul {
list-style: none outside;
padding: 0;
margin: 0;
}

#menu li {
display: block;
margin-bottom: 6px;
padding: 0;
}

#menu li a {
border: solid 1px rgb(126,140,184);
background-color: rgb(201,207,226);
color: rgb(0,51,102);
padding: 5px 5px 2px;
display: block;
text-decoration: none;
font-variant: normal;
font-style: normal;
font-weight: normal;
}

#menu a:hover {
background-color: rgb(225,230,248);
}

/* Content Style */

#content {
overflow: hidden;
margin-right: 20px;
}

#content .product_list ul {
list-style: none;
}

#content .product_list li {
float: left;
text-align: center;
margin: 0 10px 10px 0;
}

#content .product_list img {
display: block;
margin-bottom: 3px;
}

#content .product_display form {
float: left;
width: 49%;
}

/* Sidebar Style */


/* Footer Style */

#footer {
position: relative;
clear: both;
text-align: center;
padding: 5px 0;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .hide {
position: absolute;
top: 0;
display: none;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
border: none;
}

.clearing {
clear: both;
}
