* {
cursor: default;
}

a {
color: rgb(0, 62, 208);
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(255, 20, 0);
}

a, a * {
cursor: pointer;
}

a img {
border: none
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: rgb(77, 67, 15) url('/images/background-top.png') repeat-x top center;
color: rgb(51,51,51);
font: normal normal normal 75% Geneva,Tahoma,sans-serif;
}

#main {
background-color: rgb(255,255,255);
position: relative;
max-width: 1080px;
margin: 24px auto 24px;
-moz-box-shadow: 0px 0px 6px #fff; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 6px #fff; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 6px #fff; /* Opera 10.5, IE 9.0 */
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

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 12px;
}

h2 {
font: normal normal normal 300% GabrielleRegular,'Lucida Grande','Lucida Sans Unicode',sans-serif;
border-bottom: solid 1px rgb(102,102,102);
padding: 0 0 5px;
}

h2 a, h2 a:visited {
font-variant: normal;
font-style: italic;
font-weight: bold;
color: rgb(102,102,102);
text-shadow: none;
text-decoration: none;
}

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 12px;
}

ul {
list-style: circle inside ;
}

li {
margin: 0 0 10px;
}

/* Header Style */

#header {
margin: 0;
padding: 5px 12px 10px;
/*background-color: rgb(51,51,51);
background-image: -moz-linear-gradient(top, #555555, #333333);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #333333));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')"; */
text-align: center;
}

#header h1 {
margin: 0px;
font-size: 250%;
color: rgb(243, 49, 132);
font-weight: normal;
width: 210px;
font-family: GabrielleRegular;
}

#header h1:first-line {
font-size: 160%;
}

/* Menu Style */

#menu {
float: left;
width: 265px;
font-size: 83.33%;
text-transform: uppercase;
/*background-color: rgb(254,254,252);*/
background-color: rgb(250, 245, 237);
border: solid 5px rgb(255,255,255);
}

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

#menu li {
display: block;
margin-bottom: 0;
padding: 0;
border-top: dashed 1px rgb(242,242,223);
}

#menu li:first-child {
border-top: none;
}

#menu li a {
color: rgb(102,102,102);
padding: 8px 12px 6px;
display: block;
text-decoration: none;
font-variant: normal;
font-style: normal;
font-weight: bold;
}

#menu a:hover {
background-color: rgb(249, 252, 172);
color: rgb(51,51,51);
}

/* Content Style */

#content {
padding: 6px 12px;
background-color: rgb(255,255,255);
overflow: hidden;
margin-right: 0px;
line-height: 2;
border: solid 5px rgb(255,255,255);
}

#content h2 {
border-bottom: none;
margin: 0 0 24px;
text-shadow: -1px -1px 0 #d9d9d9;
color: rgb(243, 49, 132);
line-height: 1;
}

#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;
}

#featured_banners {
position: absolute;
top: 5px;
right: 12px;
height: 95px;
overflow: hidden;
}

#featured_banners img {
vertical-align: middle;
max-height: 95px;
display: inline-block;
margin-left: 12px;
}

html body #featured_banners a:hover, html body #featured_banners a:hover * {
background-color: transparent;
border: none;
}
