@charset "UTF-8";

/* CSS Document */

html, body {
      margin:0;
      padding:0;
      height:100%;
      width:100%;
      border:none;
      font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

table {
    margin: 0;
    padding: 0;
}

td {
    padding: 0;
}

ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
}

img {
    border:0;
}

a:link.TopNav {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
}

a:visited.TopNav {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
}

a:hover.TopNav {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
}

a:active.TopNav {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
}

.content {
    width:850px;
    height: auto;
    height: 530px;
    margin-left:auto;
    margin-right:auto;
}

.headerSection {
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
}

.headerBar {
    text-align: right;
    position: relative;
    top: 10px;
    right:15px;
}
.headerBar li {
    font-size: 12px;
    display: inline;
    color: #000000;
    margin-right: 8px;
}
.headerBar li a {
    color: #000000;
    text-decoration: none;
}
.headerBar li a:HOVER {
    color: #000000;
    text-decoration:underline;
}

.headerBanner {
    width:850px;
    height: 55px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.companyLogo {
    float: left;
}
.headerNav {
    height: 45px;
    text-align: left;
    position: relative;
    left: 20px;
    top:30px;
}
.headerNav li {
    font-size: 14px;
    display: inline;
    color: #585858;
    margin-right: 15px;
}
.headerNav a {
    color: #585858;
    text-decoration: none;
}
.headerNav a:HOVER {
    color: #000000;
    text-decoration: underline;
}
.headerNav a:ACTIVE {
    color: #74B74A;
    text-decoration: none;
}
.headerNavActive a {
    color: #74b74a;
}

.footerSection {
    height: 300px;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat:repeat-x;
    background: url(images/footer_image2.jpg);
    clear: both;
}
.footerCenter {
    width:865px;
    top:25px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}
.footerMenu {
    font-family:Arial, sans-serif;
    text-align: left;
    top: 25px;
    float:left;
}
.footerMenu li {
    font-size:12px;
    color:#FFFFFF;
    display: inline;
    margin-right: 2px;
}
.footerMenu li a {
    color:#FFFFFF;
    text-decoration: none;
}
.footerMenu li a:HOVER {
    color:#FFFFFF;
    text-decoration: none;
}
.footerCopyright {
    font-size:12px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align:right;
    top:25px;
}

.product {
    float: left;
    padding: 0;
    width: 170px;
    height: 235px;
}

.product p {
    font-family: arial;
    margin: 0;
    text-align: center;
}

.productInfo {
    margin: 10px 0 0 0;
    height: 45px;
}

.productName a {
    color: black;
    font-size: 12px;
    text-decoration: none;
}

.productName a:hover {
    color: #74b74a;
    font-size: 12px;
    text-decoration: none;
}


.productNavPrice {
    color: #999999;
    font-size: 16px;
}

.productDetail {
    width: 555px;
    float: right;
    border-top-style: solid;
    border-width: 4px;
    border-color: black;
    padding-top: 15px;
}

.productBuffer {
    height: 40px;
    clear: both;
}

.productDetail h1 {
    font-size: 21px;
    margin-top: 0px;
}

.productDetail {
    display: block;
}

.productDetail img {
    float: right;
}

.productDetail p {
    margin-bottom: 10px;
}

.productDetail ul {
    list-style: disc;
    margin-left: 15px;
}

.thumbnail {
    margin-top : 10px;
}
.thumbnail img {
    float:left;
    margin-right: 5px;
    cursor: pointer;
}

.addToCart fieldSet {
    border: 0;
    margin: 15px 0px 10px 0px;
    padding: 0;
    vertical-align:middle;
}

.addToCart fieldSet div {
    margin-top: 3px;
}

.addToCart label {
    width: 40px;
    float: left;
    vertical-align:middle;
}

.addToCart select {
    margin-right: 10px;
    vertical-align:middle;
}

.addToCart a {
    font-family: arial;
    font-size: 12px;
    color: #603913;
}

.price {
    margin-bottom: 0px;
    font-size: 20px;
    color: black;
}

.swatch img {
    float: none;
}

.productNav {
    margin-top: 40px;
    clear: both;
}

.productNav a img {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.shoppingCart {
    border-top: solid;
    border-top-color: black;
    border-top-width: 4px;
    height: auto;
    height: 450px;
}
.shoppingCart h1 {
    margin-top: 10px;
    font-size: 23px;
}

.cartHeader {
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    width: 770px;
    margin: 15px 0 5px 0;
    padding-bottom: 5px;
    float: right;
}

.cartHeader ul {
    margin: 0;
    padding: 0;
}

.cartHeader li {
    float: left;
    font-size: 14px;
}

.itemName {
    width: 200px;
}

.itemColor {
    width: 125px;
}

.itemSize {
    width: 75px;
}
.itemQty {
    width: 75px;
}

.itemSubtotal {
    width: 75px;
}

.itemRemove {
    width: 100px;
}

.cartItem {
    clear: both;
    font-size: 12px;
    margin-bottom: 5px;
    height: 60px;
    vertical-align: middle;
}

.cartItem a {
    color: brown;
}

.cartItem a:HOVER {
    color: #ed1c24;
}

.cartItem img {
    float: left;
}

.cartItemDesc {
    float: right;
    width: 770px;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    height: 60px;
}

.cartItemDesc li {
    height: 60px;
    float: left;
    vertical-align: middle;
}

.cartAction {
    width: 345px;
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.cartAction li {
    float: left;
}

.cartFooter {
    padding-bottom: 10px;
    clear: both;
    font-size: 12px;
}

.cartFooter p {
    margin: 0;
}

.cartFooter img {
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 20px;
}


.subtotal {
    width: 125px;
    vertical-align: middle;
}

.cartUpdate {
    width: 90px;
}

.displayArea {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
}


.homepageTextHeader {
    font-family:Arial;
    color:#000000;
    font-size:11px;
    font-weight:bold;
    line-height:13px;
}

.homepageTextNormal {
    font-family:Arial;
    color:#666666;
    font-size:11px;
    font-weight:normal;
    line-height:13px;
}

.bodyTitleBlack {
    font-family:Arial;
    color:#000000;
    font-size:22px;
    font-weight:bold;
}

.bodyTextBlack {
    font-family:Arial;
    color:#000000;
    font-size:12px;
    line-height:16px;
    text-decoration:none;
}

.bodyTextGrey {
    font-family:Arial;
    color:#666666;
    font-size:12px;
    line-height:16px;
}

.bodyTextEmail {
    font-family:Arial;
    color:#603913;
    font-size:12px;
    line-height:16px;
    text-decoration:underline;
}

.bodyTextGreenBold {
    font-family:Arial;
    color:#74B74A;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
}

.priceRegular {
    font-family:Arial;
    color:#000000;
    font-size:20px;
    line-height:26px;
}

.salePrice {
    font-family:Arial;
    color:#ED1C24;
    font-size:16px;
}

.priceCut {
    text-decoration:line-through;
}

.contactUs {
    float: right;
    width: 555px;
    border-top: solid;
    border-width: 4px;
}

.contactUs p {
    width: 450px;
    margin-bottom: 20px;
}

.contactUs label {
    display: block;
}

.contactUs input {
    margin-bottom: 5px;
    width: 446px;
    padding: 0;
}

.contactUs textarea {
    width: 450px;
    height: 150px;
    margin-bottom: 10px;
}

.wholesale p {
    margin-bottom: 10px;
}

.h2 {
    font:Arial;
    font-size:8px;
    color:#999999;
    line-height:11px;
    position:absolute;
    height:0px;
    visibility:hidden;
}

.outOfStock {
    color: red;
    font-size: 13px;
    font-weight: 200;
}

.hidden {
    visibility: hidden;
    width: 0px;
    height: 22px;
}
