/*
 1.   general rules
 1.1  global reset
 1.2. block elements
 1.3. inline elements
 1.4. alignment classes
 1.5. floats
 1.6. miscellaneous classes
 2.   layout
 2.1. container
 2.2. header
 2.3. content
 2.4. footer
 */
/*************************************
 
 1. General rules
 
 **************************************/
/*---------1.1. global reset-------------*/
* {
    margin: 0px;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    text-decoration: none;
    list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, option, optgroup {
    padding: 0px;
}

html, table.mainTbl{
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
		background:#6C300E;
		font-family:Arial, Helvetica, sans-serif;
}

body{

}

/*-------1.2. block elements----*/
h1 {
	color:#E9989B;
}


h1.catName{
	font-weight:lighter;
	font-size:20px;
	margin-bottom:15px;
}

h1.infoHeading{
	font-weight:lighter;
	font-size:20px;
	margin-bottom:10px;
}

h1 b{
	font-weight:lighter;
}

h1 b.headingColor2{
	color:#7C3B00;
}

h2 {
   
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	margin-bottom:10px;
}

blockquote {
}

noscript div {
    color: red;
    font-size: 12px;
}

hr {
    display: none;
}

/*--------------1.2.1 lists-------------*/
ul {
}

ol {
}

li {
}

dl {
}

dd {
}

dt {
}

/*------------1.2.2 forms-----------------*/
form {
}

form ol {
}

form li {
}

form dl dt {
    float: left;
    clear: left;
    width: 50%;
}

form dl dd {
    float: right;
    clear: right;
    width: 50%;
}

form li label {
    display: block;
    cursor: pointer;
}

fieldset {
    border: none;
}

legend {
}

input.textInput {
}

imput.submitBtn {
}

input[ type = "submit" ], 
input [ type = "reset" ] {
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
}

select {
}

option {
}

optgroup {
}

textarea {
}

/*--------------1.2.3. tables-------------*/
table {
    border: none;
    border-collapse: separate;
    border-spacing: 0; /*when set to "0" cellspacing has no effect on tables */
}

tr {
}

td {
}

th {
}

/*----------1.2.4 padded divs------------*/
.infoPagePad{
	text-align:justify;
	padding:7px 10px 10px 10px;
}

.contentPad{
	padding:0px 0px 0px 10px;
}

.pad1 {
}

.pad2 {
}

.pad3 {
}

.pad4 {
}

.pad5 {
}
/*----------1.3. inline elements---------*/
a {
    cursor: pointer;
		color:#E9989B;
}

a:hover, a:focus {
	text-decoration:underline;
}

a:visited {
}

a img {
    border: none;
}

span {
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: oblique;
}

u {
    text-decoration: underline;
}

img {
    border: none;
}

/*-------1.4. alignment classes-------*/
.left {
    text-align: left;
}

img.left {
    float: left;
    clear: left;
		margin:0px 10px 10px 0px;
}

.center {
    text-align: center;
}

img.center {
    margin: 0 auto;
    display: block;
}

.right {
    text-align: right;
}

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

/*-------------1.5. floats-------------*/
.leftfloat {
    float: left;
    clear: left;
}

.rightfloat {
    float: right;
    clear: right;
}

/*------1.5.1. clearing floats---------*/
/*clearfix*/
.clearfix:after, 
form li:after, 
form dl:after, 
form dt:after, 
form dd:after,
div.infoPagePad:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*end of clearfix*/

/*-------1.6. other classes------*/
.highlight1{
	color:#E9989B;
}

.highlight2{
	
}

.highlight3{
	
}

#pageOverlayLeft{
	position:absolute;
	bottom:0px;
	left:-90px;
	width:193px;
	height:298px;
	background:url(../images/pageOverlayLeft.png) center center no-repeat;
}

#pageOverlayRight{
	position:absolute;
	bottom:0px;
	left:840px;
	width:189px;
	height:326px;
	background:url(../images/pageOverlayRight.png) center center no-repeat;
}
/************************************
 2. Layout
 *************************************/
/*pages*/

/*landin page*/
#landing{
	text-align:center;
}


#enterLink{
	display:block;
	width:595px;
	height:415px;
	background:url(../images/enterLink.png) center center no-repeat;
	text-indent:-9999em;
	margin:0 auto;
}

#landingCredits{
	color:#a7836e;
	padding-top:80px;
}

#landingCredits a{
	color:#a7836e;
}

#landingLeftOverlay{
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:556px;
	height:309px;
	background:url(../images/landingLeftOverlay.png) center center no-repeat;
}

#landingRightOverlay{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	width:454px;
	height:334px;
	background:url(../images/landingRightOverlay.png) center center no-repeat;
}
/*end of landing page*/


/*contact page*/
#contactInfo{
	padding:0px 0px 0px 100px;
	margin-top:-30px;
}
/*end of contact page*/
/*end of pages*/

/*------------2.1. container------------*/
#outer{
	background:url(../images/outer.gif) center bottom no-repeat;
	padding:20px 0px 188px 0px; 
}

#container {
	width:780px;
	position:relative;
	margin:0 auto;
	padding:35px 90px 10px 90px;
	background:#ffffff url(../images/container.gif) center bottom no-repeat;
	font-size:11px;
	color:#7C3B00;
}
/*end of container*/

/*------------2.2. header---------------*/
#header{
	height:150px;
	background:url(../images/header.png) center left no-repeat;
}

a#logo {
	display:block;
	width:235px;
	height:150px;
	text-indent:-9999px;
	float:left;
}

#mainNav {

}

#mainNav ul {

}

#mainNav ul li {

}

#mainNav ul li a {

}

#mainNav a:hover {

}

#miniCart {

}

#miniCart img {
    vertical-align: middle;
}
/*end of header*/

/*------------2.3. content--------------*/
#content {
	border:2px solid #7C3B00;
	min-height:370px;
	padding:3px;
}

#productInfo{
	padding:10px 10px 0px 0px;
}

#description{
	height:300px;
	overflow:auto;
}

.zoomLink{
	text-align:right;
}

.zoomLink span{
	color:#E9989B;
}

#productGalleryHolder{
	border:1px solid #a4a4a4;
	width:462px;
}

#productGallery{
	height:364px;
	padding:2px;
	overflow:auto;
}

#productGallery li{
	float:left;
}

#productGallery a{
	display:block;
	width:104px;
	height:85px;
	border:1px  solid #7C3B00;
	margin:2px;
}

#productGallery a img{
	vertical-align:bottom;
}
/*main content*/
#mainCell{
	
}

#mainContent {

}

#mainContent a {
 
}

#breadcrumb {

}

#breadcrumb a {

}

#breadcrumb a:hover{
	
}

#breadcrumb .trail {

}

.prevNext{

}

.prevNext a{

}
/*end of main content*/


/*side content*/
#sideCell{
	
}

#sideContent{
	
}

#sideNav {

}

#sideNav li {

}

#sideNav a {

}

#sideNav a:hover {

}

#sideNav li.selected a {

}

#sideNav li.selected a:hover{

}

#sideNav li.subcat a {
}

#sideNav li.subcat a:hover{
}
/*end of sidecontent*/
/*product table*/
table#prodtable {

}

table#prodtable a {

}

tr.trImage {

}

td.tdImage {

}

tr.trName {
}

td.tdImage {
}

tr.trDescription {
}

td.tdDescription {
}

tr.trPrice {
}

td.tdPrice {
}

tr.trBuyButton {
}

td.tdBuyButton {
}

td.productsImageHolder {
}

.pagenums{
	text-align:center;
}

.pagenums a{
	
}

.pagenums a:hover{
	
}
/*end of product table*/

/*categories table*/
table#customCatTable {
}

table#customCatTable th img{
	border:1px solid #7b3b00; 
}

#mainNav1{
	border:1px solid #DE9D9D;
	background:url(../images/mainNav1.png) center center no-repeat;
	margin:3px;
	height:36px;
}

#mainNav1 li{
	float:left;
	text-align:center;
	line-height:35px;
}

#mainNav1 li a{
	display:block;
	width:150px;
	overflow:hidden;
	text-indent:-9999em;
}

#mainNav2{
	width:300px;
	height:25px;
	margin:0 auto;
  background:url(../images/mainNav2.png) center center no-repeat;
	margin-bottom:85px;
}


#mainNav2 li{
	float:left;
	text-align:center;
	line-height:25px;
}

#mainNav2 a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}

#homeLi a{
	width:70px;
	margin-right:15px;
}


#aboutLi a{
	width:100px;
	margin-right:10px;
}


#contactLi a{
	width:105px;
}
/*end of categories table*/

/*product detail table*/
table#productDetailTable{
}

td.image-cell{
}

a.hrefProductDetailImage{}

img.prodfullimage{}

a.zoom{
}

a.zoom:hover{
}

td.text-cell{
}

h1.productDetailName{
}

p.productDetailDescription{
}

div.productDetailOptions{
}

div.productDetailPrice{
}

div.productDetailEmailFriend{
}

div.productDetailAddToWishlist{
}

div.productDetailBuyNow{
}
/*end of product detail table*/

/*cross promotion table*/
div#cross-promotion {
    clear: both;
}

table#cross-promotion-table {
}

tr.image-row {
}

tr.image-row td td {
}

tr.image-row a {
}

tr.product-name-row {
}

tr.price-row {
}
/*end of cross promotion table*/

/*search table*/

/*end of search table*/

/*checkout form*/
form#checkoutForm {
}

form#checkoutForm td,
table.cobtbl td{
	padding:2px;
}

/*end of checkout form*/

/*affiliate form*/
table#affiliateTable td{
	padding:2px;
}

table#affiliateTable .textInput{
	width:100px;
}
/*end of affiliate form*/

/*search page search form*/
form#search-page-form {
}

form#search-page-form fieldset {
	padding:2px;
}

form#search-page-form input.textInput {
	width:220px;
}

form#search-page-form select {
	width:225px;
}

form#search-page-form select input.submitBtn {
}

form#search-page-form label {
	display:block;
}
/*end of search page search form*/

/*cart form*/
#mainForm {
}

#mainForm td {
	padding:2px;
}

#mainForm label{
	
}

#mainForm input.textInput {
	width:200px;
}

#mainForm select {
	width:203px;
}

#mainForm select#payprovider {
	margin-left:78px;
	margin-bottom:5px;
}

#mainForm textarea {
	width:200px;
	margin-left:78px
}
/*end of cart form*/

/*end of content*/

/*-----------2.4. footer----------------*/
#footer {
}
#footerNav1{
	height:25px;
	background:url(../images/mainNav1.gif) center center no-repeat;
	margin-top:5px;
}

#footerNav1 li{
	float:left;
	text-align:center;
	line-height:25px;
}

#footerNav li {
}

#footerNav1 a {
	display:block;
	width:156px;
	text-indent:-9999em;
	overflow:hidden;
}

#footerNav2{
	width:300px;
	height:25px;
	margin:0 auto;
  background:url(../images/mainNav2.png) center center no-repeat;
	margin-bottom:55px;
}

#footerNav2 li{
	float:left;
	text-align:center;
	line-height:25px;
}

#footerNav2 a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}

#homeLi a{
	width:70px;
	margin-right:15px;
}


#aboutLi a{
	width:100px;
	margin-right:10px;
}


#contactLi a{
	width:105px;
}

#footer a:hover {
}

#credits{
	color:#BCBDBE;
	padding:0px 40px;
}

#credits a{
	color:#BCBDBE;
}

#copyright{
}
/*end of footer*/