
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #A92C32;
font-size: 100.01%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #90716E;
}


a, a:link, a:visited, a:active {
color: #000000;
text-decoration: underline; 
}

a:hover {
text-decoration:none;
color:#CCCCCC;
}

#wrapper {
width: 849px;  
margin: 20px auto auto; 
position: relative;  
text-align: left; 
background-color: #FFF;
border:2px solid #3F1016;
}

#header {
background: #3F1016;
padding:0;
height: 80px;
margin:0 0 30px 0;
}



#Logo {
	border:none;
	margin:0;
	padding:0 0 0 20px;
	float:left;
}
/* this styles the page name image in the header */
#name {
font-family: Georgia,"Trebuchet MS", Helvetica, sans-serif;
float: left;
color:#DE4334;
font-weight: bold;
padding-left: 0px;
padding-top: 25px;
padding-right: 8px;
}

/* header h1 style for every page */
#name h1 {
font: bold 20px Georgia,"Trebuchet MS", Helvetica, sans-serif;
float: left;
color:#DE4334;
padding-left: 20px;
}

/* styles for the top nav above the content area */
#topnav{
background-color: transparent;
width:630px;
margin: 0px;
float:right;
}

#topnav ul {
margin: 0px; 
padding:30px 0px;
list-style-type: none; 
height: 20px;
text-align: right;
}
#topnav li {
display: inline;
list-style-type: none;
padding: 0px;
margin-left: 0px; 
margin-right: 10px;
color: #333333;
font-size: 11px;	
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
text-transform:uppercase;
}

#topnav a {
background: transparent;
border: none;
margin: 0px;
color: #fff;
text-decoration: none;
padding: 0;
text-align: right;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
color: #fff;
text-decoration: none; 
}

#topnav a:hover {
color: #CCCCCC;
}

#orangeBar {
	background-color: #F3B35B;
	padding:0;
	border:none;
	margin:0;
	width:849px;
	height:14px;
	clear:both;
}
/* END TOP NAV STYLES */

/* THIS CONTENT DIV STYLES THE RIGHT CONTENT AREA ON THE NEW COLLECTION PAGE */

/* ANOTHER STYLE FOR INNER PAGES CONTENT AREA  */
#content {
width: 280px; 
margin-left: 500px;  
margin-top:50px;
padding: 10px 10px 20px 20px;
background-color: transparent;
font: 12px Arial, Helvetica, sans-serif;
}

/* for IE bug */
* html body #content {
width: 240px;  /* 240+20+20 padding */
margin-left: 490px;
margin-top: 30px;
}

/* STYLES THE SMALL THUMBNAILS IN THE LEFT CONTENT AREA */
#content img {
margin: 3px 8px 1px 0;
}

#content p {
margin: 15px 0 15px;
line-height: 120%;
color: #000;
}

strong {
	font-weight: bold;
}

/* ---------THIS HAS BEEN CHANGED FROM HERE FOR IE--------------- */
/* STYLES THE CONTENT AREA IN THE INNER TEXT PAGES */
#innerContent{
width: 759px; 
padding: 10px 40px 20px 50px;
background-color: transparent;
font-family: Georgia,"Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
border-bottom:1px solid #3F1016;
margin-bottom:40px;
}

*html body #innerContent {
	margin-top: 10px;
	padding-top: 10px;
}
*html body #innerContent h1 {
	padding: 0px;
}
/* ------ END OF CHANGE ------- */

/* styles for the H1 tag in the content area for the INNER TEXT PAGES */
#innerContent h1 {
font: bold 16px Georgia,"Trebuchet MS", Helvetica, sans-serif;
color: #DE7367;
margin-bottom: 1.0em;
}

#innerContent h2 {
font-size: 100%;	
color: #DE7367;
margin-bottom: 1.0em;
}

#innerContent h3 {
font-size: 85%;	
color: #B5882D;
margin-bottom: 0.9em;
}

/* STYLES THE PARAGRAPHS INNER PAGES */
#innerContent p {
margin: 0px 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

#innerContent ul {
padding: 5px 20px 10px 30px;
list-style-position: inside;
}

#innerContent ul li {
font-size: 85%;
}

#innerContent img {
margin: 3px 8px 1px 0;
}

/* styles to float images in the content area  - INNER PAGES*/
#innerContent .leftfloat {
float: left;
margin: 4px 10px 1px 0;
}
#innerContent .rightfloat {
float: right;
margin: 4px 5px 1px 10px;
}
/* end image styles FOR INNER CONTENT PAGES */

hr {
width: 350px;
margin-left: 35px;
}
	
	/* CREATES A LEFT COLUMN ON THE MAIN NEW COLLECTION  PAGE 
	NOT USED ON INNER TEXT PAGES 	*/
	
/* left column styles - holds the picture on the main NEW COLLECTION page 
and the large image for the PRODUCT DETAILS PAGE */

#leftcol {
width: 392px;
float: left;
margin: 0px 0 20px 0px;	
padding-left: 45px;
}

#leftcol h1 {
color:#DE7367;
font: 16px Georgia,"Trebuchet MS", Helvetica, sans-serif;
margin-bottom: 1.2em;
margin-top: 1.2em;
}
/* STYLES FOR THE LEFT COLUMN ON THE  - PRODUCT -  DETAILS PAGE */
#leftcoldetailpage {
width: 332px; /* 392 - 60 */
float: left;
margin: 0px 0px 0px 0px;	
padding-left: 15px;
}

#leftcoldetailpage h1 {
color:#DE7367;
font-family: Georgia,"Trebuchet MS", Helvetica, sans-serif;
font-size: 16px;
margin-bottom: 1.2em;
margin-top: 1.2em;
}
/* END STYLES FOR THE LEFT COLUMN ON THE PRODUCT DETAILS PAGE */

/* STYLES THE RIGHT CONTENT AREA ON THE PRODUCT DETAILS PAGE */
#contentdetail {
width: 360px; /* 280 + 80 */
margin-left: 380px;
margin-top:50px;
padding: 10px 20px 20px 20px;
background-color: transparent;
font: 12px Arial, Helvetica, sans-serif;
}

/* for IE for correct placement */
* html body #contentdetail {
width: 340px;  /* 300+20+20 padding */
margin-left: 360px;
margin-top: 30px;
}

/* STYLES THE SMALL THUMBNAILS IN THE LEFT CONTENT AREA */
#contentdetail img {
margin: 3px 8px 1px 0;
}

#contentdetail p {
margin: 15px 0 15px;
line-height: 120%;
color: #000;
}
/* END STYLES FOR CONTENT COLUMN ON THE PRODUCT DETAILS PAGE */


/****** BROWSE PAGE DIVS **********/
#browseleftcol {
width: 472px; /* 392+80px */
float: left;
margin: 10px 0 20px 0px;	
padding-left: 40px;
}

#browseleftcol h1 {
font: 16px Georgia,"Trebuchet MS", Helvetica, sans-serif;
color:#DE4334;
font-weight: bold;
}

#browsecontent {
width: 200px; /* less 80px */
margin-left: 540px; /* 460+80 */
margin-top:50px;
padding: 10px 10px 20px 30px;
background-color: transparent;
font: 10px Arial, Helvetica, sans-serif;	
}
#browsecontent p {
	margin-bottom: 1.2em;
}

#browsecontent select {
	font: 10px Arial, Helvetica, sans-serif;	
}

/* for IE bug */
* html body #browsecontent {
width: 200px;  /* 240+20+20 padding */
margin-left: 480px;
margin-top: 30px;
}
table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

.strikethru {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
text-decoration: line-through;
}
.specialprice {
	color: red;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.producttitle {
color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search {
	padding:0;
	margin:0;
	width: 130px;
	border: 1px solid  #999999;	
}
/* placement of the search button */
#search, #submit {
margin-top: 10px;
vertical-align: middle;
font: 10px Arial, Helvetica, sans-serif;	
}

#browsecontent select{
	width: 180px;
	border: 1px solid #999999;
}
/* styles the bottom menu for page numbers */
#nextpage {
margin-top: 30px;
text-align: center;
font-size: 12px;
padding: 6px;
}
/* page number links  */
#nextpage a {
	color: #333399;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
/* styles the current page number */
#nextpage .current {
color: #CC6600;
	border: 1px solid #CC6600;
	text-align: center;	
}
/* END BROWSE PAGE DIV STYLING */


/* A CLEAR CLASS WHEN NEEDED TO CLEAR FLOATS */
.contentClear {
clear: both;
line-height: 1px;
}


/* FOR ALL PAGES */
/* footer area styles */
#copyright {
width:400;
float:left;
text-align:left;
font: bold 9px Arial, Helvetica, sans-serif;
list-style-type: none;
color: white;
line-height: 1.1em;
letter-spacing: .085em;
margin-top: 5px; 
padding-top: 2px;
padding-left:20px;
}
* html #copyright {
margin-top:0px;
padding-top:0px;
}
#footer {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
clear: both; 
width: 849px;  
margin: 0px auto 40px; 
text-align:right;
}

#footer a:hover {
color: #fff;
}

#footerlinks {
width: 849px;
text-align: right;
color: #00468A;
margin-top: 5px; 
padding-top: 2px;
padding-right: 10px;
}

/* styles the nav links in the footer area */
#footerlinks ul {
margin: 0px; 
padding: 0px;	
list-style-type: none; 
width:400px;
display:inline;
}

#footerlinks li {
font: bold 9px Arial, Helvetica, sans-serif;
list-style-type: none;
color: white;
line-height: 1.1em;
letter-spacing: .085em;
display:inline;
}

/* for IE to keep line spacing accurate */
* html #footerlinks li, * html #copyright {
line-height: 1.4em; 

}

#footerlinks a {
background: transparent;
border: none;
color: #fff;
text-decoration: none;
padding-right:10px;
}
#footerlinks a:link, #navBar a:visited {
color: #fff;
text-decoration: none; 
}
#footerlinks a:hover {
color: #CCCCCC;
background-color: transparent;
}	

#footerlinks a:active {
background-color: transparent;
color: #333333;
}

/* sets current page state */
.current a:link, .current a:visited, .current a:hover, .current a:active {
color: #999999;
text-decoration: none;
}

/* for the thumbnails and captions on the inventory page */

div.thumbs {
float: left;
display: inline;
padding-right: 10px;
}
div.thumbs h1 {
font: 16px Georgia,"Trebuchet MS", Helvetica, sans-serif;
color:#DE4334;
font-weight: bold;
text-align: center;
margin-top: 6px;
margin-bottom: 0px;
padding: 0;
}
  /* use this clear after the floated thumbnails */
div.spacer {
clear: both;
}

/* to give a bit of padding under the table for the browse product page */
table {
	padding-bottom: 15px;
}
	
	
/*Zen Cart Specifics follow*/	
	

div.centerBoxContentsProducts {
padding: 0.2em 0em 0.2em 0em;
margin: 0.2em 0em 0.2em 0em;
}



div.centerBoxContentsProducts img {border: 1px solid #000;}
h3.itemTitle {

margin: 0;
}
	
.categoryListBoxContents a {
	text-transform:uppercase;
	text-decoration:none;
	border:none;
}

.categoryListBoxContents img, #productMainImage img {
	border:1px solid #000;
}	

a.category-top {
	text-decoration:none;
}

.category-subs-parent, .catagory-subs-parent-unselected {
	font-size:1.3em;
	font-weight:bolder;
	text-decoration:none;
	margin:2px 0px;
	color:#341A23;
}

.category-subs-selected, .catagory-subs-unselected {

	font-size: 1.1em;
	font-weight: bold;
	text-decoration:underline;
}

#indexCategoriesHeading, #productListHeading, #cartDefaultHeading {
 text-transform:uppercase;
}

#wrapper {
margin-top:20px;
}