html { padding: 25px 0; }
body { background-color: #EFEFEF; }

h1 { font-family: Geneva, Arial, Helvetica, Sans-serif;	font-size: 17px; line-height: 150%; font-style: normal; font-weight: bold; }
h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 150%; font-style: normal; font-weight: bold; }

a, a:visited {color:#666666; text-decoration: underline;}
a:hover {color:#666666; text-decoration: none;}

#outer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 16px; 
         color:#333333; width: 980px; margin: auto; background-color: #FFF; }

#outer #splashpage { height: 374px; padding: 135px 0 91px; background-image: url('../images/splash-bkg.jpg'); }

#header { background-image: url('../images/header.jpg'); height: 147px; }
#nav { height: 20px; padding: 1px 0; }
#inner { padding: 20px; }



ul#main { margin: 0; padding: 0; list-style: none;  height: 20px;  }
ul#main li { margin: 0; padding: 0; list-style: none; display: block; float: left; line-height:20px; }
ul#main li a { display: block; background-image: url('../images/menu.jpg'); height: 20px; color: #FFF; 
               width: 326px; text-decoration: none; padding-right: 1px; background-repeat: no-repeat;
               text-align: center; }
ul#main li a:hover, ul#main li.sel a { color: #CECECE; }
ul#main li a span { text-align: center; }

ul#main li#contact a {padding: 0;}


/* categories */

.flat-category-list { width: 580px;}
.flat-category-list .category { width: 193px; height:174px; float: left;  }
.flat-category-list .category img { display:block; margin: auto; border: none; padding-bottom: 10px; height: 134px; }
.flat-category-list .category .name { text-align: center; }
.flat-category-list .category .name a { color: #000; font-weight: bold; text-decoration: none; }
.flat-category-list .category .summary { display:none; }

/* product list */

.product-list { width: 580px; }
.product-list .product { width: 193px; float: left; height:174px;}
.product-list .product img { display:block; margin: auto; border: none; padding-bottom: 10px; height: 134px;}
.product-list .product .name { text-align: center; }
.product-list .product .name a { color: #000; font-weight: bold; text-decoration: none; }
.product-list .product .summary { display:none; }

/* Product Detail */

.product-detail { width: 580px; }
.product-detail .image-list-outer { width: 218px; }
.product-detail .image-list-outer img { height: auto; width:200px;  }
.product-detail .image-list-outer img.item { width: 95px; float: left; margin: 0 10px 10px 0; }
.product-detail .field { width: 360px; margin-left: -220px;}
.product-detail .field .title { display: none; }

/* Catalog Skin */

#catalog-menu {
float:left;
width:300px;
}

.catalog-content {float:right; width:580px;}

#catalog-menu ul { list-style: none; width: 200px; margin: 0 0 0 25px; padding: 0 ; }
#catalog-menu ul li { list-style: none; margin-bottom: 1px; }
#catalog-menu ul li a { display: block; background-color: #8cc63e; line-height: 30px; color: #fff; text-decoration: none; padding-left: 25px; }
#catalog-menu ul li a.sel, #catalog-menu ul li a:hover { background-color: #3ab54a; }
#catalog-menu ul li a.sel { font-weight: bold; }

