* {
cursor: default;
}

a, a *, area {
cursor: pointer;
}

a img {
border: none
}

img, map, area {
border: none;
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: rgb(255,255,255) url('../images/menu-background.jpg') repeat-y -240px 0;
font: normal normal normal 75% Verdana,'Gill Sans MT','Gill Sans',sans-serif;
}

#main {
}

embed {
margin: 0 0 10px;
padding: 0;
}

form label {
margin-right: 5px;
}

form div {
margin-bottom: 3px;
}

form.inline {
float: right;
}

form.inline-left {
float: left;
}

form.inline *,form.inline-left * {
display: inline;
}

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

h2 {
font-weight: normal;
font-size: 1.45em;
font-family: Verdana,'Gill Sans MT','Gill Sans',sans-serif;
}

h2 a {
color: rgb(0,0,0);
}

h3 {
font-weight: normal;
font-size: 1.18em;
}

img.banner {
float: right;
margin: 0 0 10px 10px;
}

img.figure {
/*width: 100%;*/
}

img.deco {
float: right;
margin: 0 0 10px 10px;
overflow: hidden;
}

img.bigdeco {
float: right;
width: 250px;
margin: 0 0 10px 10px;
overflow: hidden;
}


ul, ol {
list-style-position: inside;
}

ul {
list-style-type: square;
}

/* Header Style */

#header {
background-color: rgb(255,255,255);
padding: 20px 0 20px 20px;
}

#header h1 {
margin: 0;
background: transparent url('../images/logo.jpg') no-repeat top left;
height: 63px;
text-indent: -10000px;
}

#blurb {
font-size: 1.45em;
color: rgb(230,242,230);
background: rgb(166,177,146) url('../images/blurb_01.jpg') repeat-x top left;
text-align: center;
}

#blurb a {
color: rgb(255,255,255);
}

#blurb p {
background: transparent url('../images/blurb_02.jpg') repeat-x bottom left;
margin: 0;
padding: 20px;
vertical-align: middle;
}

/* Menu Style */

#menu {
width: 160px;
float: left;
margin-right: 20px;
padding-top: 20px;
font-size: 90%;
}

#menu ul {
margin-left: 20px;
list-style: none outside ;
}

#menu li {
display: block;
}

#menu a {
text-decoration: none;
padding: 5px 0 5px 5px;
text-indent: -5px;
display: block;
color: rgb(31,51,31);
}

#menu .prods {
margin-top: 10px;
}

#menu .products {
background-color: rgb(200,207,199);
}

#menu a:hover, #home .home a, #menu .current a {
background-color: rgb(255,255,255);
}

/* Content Style */

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

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

#content li.item {
clear: both;
}

#content li.item img {
float: left;
margin: 0 5px 5px 0;
}

#content li.item span img {
float: none;
margin: 0 auto;
}

#content li.item span.thumbnail {
float: left;
margin: 0 10px 10px 0;
text-align: center;
display: block;
height: 75px;
width: 75px;
overflow: hidden;
}

#content li .left {
float: left;
}

#content li .right {
float: right;
}

#content ul.cart {
list-style: none inside ;
border-top: solid 1px rgb(0,0,0);
}

#content ul.cart li {
border-bottom: solid 1px rgb(0,0,0);
padding: 3px;
}

#content form div {
clear: both;
}

#content form label {
float: left;
width: 9em;
}

#content form fieldset {
padding: 5px;
}

#content .success {
border: solid 1px rgb(110,153,61);
background-color: rgb(194,204,184);
margin: 0 0 10px;
font-weight: bold;
padding: 5px 5px 0;
}

#content .success p {
margin-bottom: 0 0 5px;
}

#content .download_list {
list-style: none;
margin: 0 0 10px;
}

#content .download_list li {
display: block;
margin: 0;
}

#content .download_list .resource_download {
display: block;
padding-left: 51px;
height: 48px;
}

#content .download_list .resource_download a {
display: block;
}

#content .download_list .resource_pdf {
background: transparent url('../media/resource/pdf-icon.png') no-repeat center left;
}

#content .download_list .resource_image {
background: transparent url('../media/resource/image-icon.png') no-repeat center left;
}

#content .download_list .resource_word {
background: transparent url('../media/resource/word-icon.png') no-repeat center left;
}


/* Sidebar Style */

#sidebar {
padding-top: 20px;
width: 150px;
float: right;
text-align: center;
}

#sidebar a {
color: rgb(31,51,31);
font-weight: bold;
text-decoration: none;
}

#sidebar ul {
list-style: none outside;
}

#sidebar li {
margin: 0 0 5px;
}

#sidebar form {
margin: 0 0 10px;
}

#sidebar a{
display: block;
}

/* Footer Style */

#footer {
clear: both;
padding: 0 160px;
text-align: center;
font-size: 80%;
}

#info_bar {
position: absolute;
top: 20px;
right: 20px;
}

#info_bar .right {
text-align: right;
}

#info_bar ul {
list-style: none;
}

#info_bar li {
display: inline;
margin-left: 10px;
}

#info_bar a {
color: rgb(31,51,31);
text-decoration: none;
}

#info_bar a:hover {
text-decoration: underline;
}

#info_bar input, #info_bar form {
display: inline;
}

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

.clearing {
clear: both;
display: block;
}

.error-message {
color: rgb(255,0,0);
}