/* Initialization */

* {
margin: 0;
padding: 0;
}

img, fieldset {
border: 0;
}

.clear {
clear: both;
}

.left {
float: left;
padding: 10px;
}

.right {
float: right;
}


/* Main Styles */

body {
font-size: .8em;
font-family: Arial, Helvetical, Verdana, Tahoma, sans-serif;
color: #333;
background: #fff;
}

#wrapper {
width: 980px;
margin: 0 auto;
}

#header {
}

ul#subNav {
margin: 0 0 0 680px;
list-style-type: none;
}

ul#subNav li {
float: left;
}

ul#subNav li a{
float: left;
display: block;
padding: .2em .5em;
color: #333;
}

ul#subNav li a:hover {
text-decoration: none;
}

#contentWrapper {
clear: both;
background: url('../images/content-bg.jpg') repeat-y center top;
width: 980px;
}

#cTop {
background: url('../images/content-top-bg.jpg') no-repeat center top;
width: 980px;
height: 34px;
}

#cBottom {
background: url('../images/content-bottom-bg.jpg') no-repeat center bottom;
width: 980px;
height: 34px;
margin: 0 0 20px 0;
}


ul#nav {
list-style-type: none;
float: left;
border-bottom: 3px solid #48A41E;
width: 100%;
margin: 0 0 30px 0;
}

ul#nav li.first {
margin: 0 0 0 725px;
}
ul#nav li {
float: left;
background: url('../images/tab-right.jpg') no-repeat right bottom;
height: 32px;
}

ul#nav li a{
float: left;
display: block;
padding: 0 2em;
background: url('../images/tab-left.jpg') no-repeat left bottom;
height: 32px;
line-height: 35px;
color: #fff;
text-decoration: none;
font-size: 1.2em;
font-family: "Trebuchet MS", Tahoma, sans-serif;
font-weight: bold;
}

ul#nav li a:hover {
text-decoration: underline;
}

#subCol {
float: left;
width: 235px;
}

#subCol h2 {
background: url('../images/categories.jpg') no-repeat center top;
width: 191px;
height: 34px;
text-indent: -9999px;
margin: 0 auto;
}

ul#categories {
list-style-type: none;
width: 187px;
margin: 0 auto;
padding: 10px 0;
border: 2px solid #3DB3FE;
border-top: 0;
font-size: 1.1em;
}

ul#categories li {
background: url('../images/category-bullet.jpg') no-repeat 10px center;
text-indent: 25px;
padding: .5em;
border-bottom: 1px dashed #3DB3FE;
}

ul#categories li.last {
border-bottom: 0;
}

ul#categories li a {
color: #707070;
text-decoration: none;
}
ul#categories li a:hover {
text-decoration: underline;
}

#mainCol {
float: right;
width: 740px;
}

#products {
background: url('../images/row-bg.jpg') repeat-y center top;
width: 685px;
margin: 0 auto;
}

#mainCol .row {
height: 280px;
width: 685px;
border-bottom: 1px solid #ccc;
margin: 20px auto;
}

#mainCol .last {
border: 0;
}

.product {
float: left;
width: 330px;
}

.productRight {
margin: 0 0 0 25px;
}

.row h3 {
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 1.6em;
color: #464646;
text-decoration: underline;
}

.row p {
color: #787878;
margin: 10px 0 0 0;
line-height: 1.5;
}

span.price {
font-size: 1.6em;
color: #49B8FE;
font-weight: bold;
}

#mainCol ul {
clear: left;
list-style-type: none;
margin: 0 0 20px 0;
width: 340px;
}

#mainCol ul li {
padding: 2px 0;
}


#mainCol ul li span {
font-weight: bold;
width: 140px;
display: inline-block;
vertical-align: top;
}

#mainCol ul li span.desc {
font-weight: normal;
width: 180px;
}

#search {
background: url('../images/search-bg.jpg') no-repeat center center;
width: 695px;
height: 68px;
margin: 0 auto;
position: relative;
}

#search label {
position: absolute;
text-indent: -9999px;
}

#search input#searchQuery {
border: 0;
width: 426px;
position: absolute;
left: 162px;
top: 23px;
height: 20px;
padding: 5px 0 0 0;
}

#search input#go {
position: absolute;
left: 602px;
top: 23px;
width: 45px;
height: 25px;
border: 0;
background: transparent;
text-indent: -9999px;
}



#footer {
clear: both;
text-align: center;
background: url('../images/footer-bg.jpg') repeat-x left top;
height: 82px;
display: table;
width: 980px;
color: #fff;
}

#footer p {
display: table-cell;
vertical-align: middle;
line-height: 1.4;
}

#footer a {
color: #fff;
text-decoration: none;
}

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



