body
{
/*
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* text-align: center -- Required: keep #wrapper centered on the page */
	text-align: center;
	background-color: #ffffff;
/*
	color: #443300;
*/
}

#wrapper 
{
	width: 857px;
	margin: 0 auto;
	/* text-align: left -- Required: undo "center" attribute in body tag to restore normal text alignment */
	text-align: left; 
	position: relative;
	z-index: 1;
}


/*
	===================
		HEADER
	===================
*/

#masthead
{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 20px;
	height: 70px;
	background-repeat: repeat;
	background-color: #ffffff;
	background-image: url('../image/home/gradient-gray.jpg');
	z-index: 3;
}

#acctnav
{
	position: absolute;
	font-size: 8pt;
	right: 10px;
	top: 10px;
	z-index: 6;
}

/*
body > div#acctnav { position: fixed; }
*/

#logo
{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
}

#startshopping
{
	font-size: 8pt;
	color: #FC963B;
/*
	position: absolute;
	top: 90px;
	right: 10px;
*/
}

#sitenav
{
	position: absolute;
	bottom: 5px;
/*
	text-align: center;
*/
	text-align: left;
	font-weight: 600;
/*
	font-size: 11pt;
*/
	font-size: 8pt;
	color: #000000;
	padding:0px 3px 0px 3px;
	width: 100%;
    z-index: 5;
/*
	font-variant: small-caps;
*/
}

#search {
	color: #000000;
	position: absolute;
	right: 10px;
	top: 25px;
}

#cartnav {
	color: #000000;
	position: absolute;
	right: 10px;
	top: 75px;
	font-size: 8pt;
	font-weight: 600;
}

/*
	===================
		END HEADER
	===================
*/


/*
	===================
		CONTENT
	===================
*/

#centerwrapper
{
	clear: both;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/* fix to make columns equal height (from positioniseverything.net) */
	overflow: hidden;

/*
	z-index: -1;
*/
}

#contentwrap
{
	width: 640px;
	background-color: #ffffff;
	position: relative;
	padding-left: 15px;
	float: right;
/*
	padding: 0px 0px 0px 10px;
*/
	/* fix to make columns equal height (from positioniseverything.net) */
/*	padding-bottom: 5000px;
	margin-bottom: -5000px;
	z-index:-5;*/
}

#content
{
/*
	width: 602px;
	width: 100%;
	height: 100%;
*/
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;

}


#slideshow
{
	z-index: 1;
	position: relative;
}

#copyright
{
	padding: 10px;
	clear: both;
	color: #666666;
	background-color: #FBFBFB;
	width: 100%;
	font-size: 8pt;
	border-color: #900000;
	text-decoration: none;
	text-align: center;
	border-width: 10px 0px 0px 0px;
	border-style: solid;
}


#rightbar
{
	width: 239px;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-color: #FC963B;
	display: none;
	text-align: center;
	/* fix to make columns equal height (from positioniseverything.net) */
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

.pro /*class descriptor for all of the divs in the right bar*/
{
	width: 219px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}

#pro1
{
}

#pro2
{
}

#pro3
{
}

#pro4
{
}


#pro5
{
}


/*
	===================
		END CONTENT
	===================
*/


/*
	===================
		FOOTER
	===================
*/
#footer
{
	clear: both;
	width: 837px;
/*	z-index:1000;*/
}
/*
	===================
		END FOOTER
	===================
*/

/*
	===================
		LINKS
	===================
*/


img
{
	border: 0px;
}

img.border1
{
/*
	border: 2px orange solid;
*/
}

img.border2
{
/*
	border: 2px #900000 solid;
*/
}

/*
a
{
	color: #000000;
	text-decoration: none;
}
*/


a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}


/* hover MUST come after link and visited */
a:hover
{
	color: #900000;
	text-decoration: none;
	font-weight: bolder;
}

/* active MUST come after hover */
a:active
{
	color: #ff6600;
	text-decoration: none;
	font-weight: bolder;
}


.menulink
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*
	===================
		END LINKS
	===================
*/

input:focus 
{
	background: #ffffee; 
	border-color: #aa0000; 
} 


form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6
{
/*
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FC963B;
/*
	font-size: 11pt;
*/
}

h1
{
/*
	font-family: Verdana, Arial, "Lucida Grande", Helvetica, "Trebuchet MS", sans-serif;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*
	color: #000000;
*/
	text-align: center;
	font-size: 14pt;
}

h2
{
	text-align: center;
	font-size: 12pt;
}

h3
{
	text-align: center;
	font-size: 10pt;
}

#divider
{
	clear: both;
	background-color: #C0C0C0;
	width: 100%;
	height: 6px;
}

#noscript-warn
{
	color: #FFFF66;
	background-color: red;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#catbar
{
	background-image: url('../image/home/category_bar.jpg');
	background-repeat: no-repeat;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 59px;
/*
    display: table-cell;
    vertical-align: middle
*/
}

.catbaritem
{   
    display: table-cell;
	color: #ffffff;
	width: 100px;
	float: left;
	font-weight: lighter;
	text-align: center;
/*
	margin: 0.2em 0.1em 0.2em 0.1em;/*
	text-transform: uppercase;
*/
}

a.catbartext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: lighter;
}

a.catbartext:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #900000;
	font-weight: lighter;
}

#bestsell
{
	clear: both;
    width:600px;
	background-image: url('../image/home/gradient03.jpg');
	background-repeat: repeat-x;
	color: #900000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;

}

#newitems
{
	clear: both;
    width:600px;
	background-image: url('../image/home/gradient03.jpg');
	background-repeat: repeat-x;
	color: #900000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;

}

#shopnow
{
	clear: both;
    width:600px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;

}

.hidden
{
	display:none;
}

#categorymain
{
	float: left;
/*
	width: 390px;
*/
	text-align: center;
	padding: 20px 10px 10px 10px;

}

#categorysub
{
	float: right;
	text-align: center;
	width: 250px;
	padding: 0px 20px 0px 20px;
	text-align: center;

}

.subcatrow
{
	clear: both;
	padding: 30px 0px 0px 20px;
}

.subcatlist
{
	text-align: left;
	clear: both;
	padding: 20px 0px 0px 20px;
}

.subcatlist ul > li
{
/*
	color: green;
*/
	list-style: square;
}

.subcatleft
{
	float: left;
}

.subcatright
{
	float: right;
}

.catleft
{
	padding: 0px 0px 0px 30px;
	float: left;
	text-align: center;
}

.catrow
{
	clear: both;
	padding: 30px 0px 0px 20px;
	text-align: center;
	vertical-align: middle;
}


#viewallprod
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: 600;
}

#breadcrumbs
{
	font-weight: 600;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

.crumbtrail
{
	color: #666666;
	font-size: 16px;
}

.bodypost {
	font-family: arial,verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	font-weight: 400;
	padding: 5px 10px 5px 10px;
}

.addrstorelocation{
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12.5px;
	font-weight:regular;
	text-align:left;
	padding: 0px 0px 4px 0px;
	text-decoration:none;
	}
.storebodyheading {
	font-family: arial,verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	padding: 5px 20px 5px 20px;
	}
