body
{
	margin: 0 0 0 0;
	text-align: center;
	font-family: calibri;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #808080;
	background: url(/images/background-dashes.gif);
	background-repeat: repeat-y;
	background-position: center;
}
	
form, input
{
	margin:0;
	padding:0;
}

hr
{
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #999999;
	border-left:none;
}

#txtSearch 
{
	border:none;
}

#wrapper
{
	width: 962px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

a, a:visited
{
	color:#3F3F3F;
	text-decoration:underline;
}
a:hover
{
	color:#ff2a00;
	text-decoration:underline;
}

a img
{
	text-decoration: none;
}


.header
{
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}

.border
{
	border: 1px solid #3F3F3F;
}

.table-header
{
	margin-top: 1px;
	background-color: #D4D5D7;
	color: #000000;
	font-weight: bold;
	text-align:center;
	padding:4px;
}

.table-body
{
	border-top: 1px solid #3F3F3F;
	text-align:left;
	padding:4px;
}

/* Site */
#headerContainer
{
	padding-top:10px;
	padding-bottom:9px;
	background-image: url(/images/header_bg.jpg);
	font-weight: bold;
}
#headertext a, #headerNavContainer1 a:visited
{
	text-decoration:none;
	color:#808080;
	text-align:left;
}
#headertext a:hover
{
	text-decoration:none;	
	color:#FF2A00;
	text-align:left;
}

#headerNavContainer1
{
	background-color:#f9f9f9;
	color:#999999;
	border-top: 1px dashed Gray;
	border-bottom: 1px dashed Gray;
}
/* remove the list style */
#headerNavContainer1 #nav {
	margin:0; 
	padding:0; 
	list-style:none;
	background:#F7F8F9;
	text-align:left;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:998; 	
}	

/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#headerNavContainer1 #nav li {
	float:left; 
	display:block; 
	padding:0 15px;
	background:#F7F8F9; 
	position:relative;
	z-index:999; 
}
	
/* this is the parent menu */
#headerNavContainer1 #nav li a {
	display:block; 
	padding:8px 0 0 0; 
	height:23px; 
	text-decoration:none; 
	color:#fff; 
	text-align:left; 
	color:#333;
}

#headerNavContainer1 #nav li a:hover {
	color:#fff;
	background:#000000;
}


/* submenu, its hidden by default */
#headerNavContainer1 #nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#headerNavContainer1 #nav ul li {
	width:212px; 
	float:left; 
        padding:0px;
}

/* display block will make the link fill the whole area of LI */
#headerNavContainer1 #nav ul a {
	display:block;  
	height:15px;
	padding:3px 3px 3px 8px; 
	color:#FFFFFF;
	background:#000000;
}

#headerNavContainer1 #nav ul .first {
	padding-top: 6px;
}

#headerNavContainer1 #nav ul .last {
	padding-bottom: 6px;
}

#headerNavContainer1 #nav ul a:hover {
	text-decoration:underline;
	color:#C3C3C3;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #headerNavContainer1 #nav ul {
	margin:0 0 0 -2px;
}

.clear { clear:both; }

#headerContainer #search
{
	background-image:url(/images/search_graphic.gif);
	background-repeat:repeat-x;
	padding-right: 10px;
}
#topBanner1Container
{
	
}
#leftNavContainer
{
	width:160px;
	margin:0 4px 6px 5px;
}
#leftNavContainer #lnmain
{
	border-top: 1px solid #3F3F3F;
	background-color:#F0F1F2;
}
#leftNavContainer .lnlink a, #leftNavContainer .lnlink a:visited
{
	display:block;
	padding:4px 0 4px 6px;
	color:#3F3F3F;
	background-color:#F0F1F2;
}
#leftNavContainer .lnlink a:hover
{
	background-color:white;
	color:#ff2a00;
	text-decoration:underline;
}
#mainBodyContainer
{
	width:962px;
}
#mainBodyContainer a, #mainBodyContainer a:visited
{
	color:#848283;
	text-decoration:none;
}
#mainBodyContainer a:hover
{
	color:#ff2a00;
	text-decoration:underline;
}
#mainBodyContainer .grey-text
{
	color:grey;
	font-family: Arial;
	font-weight:bold;
}
#mainBodyContainer .grey-text a, .grey-text a:visited
{
	color:grey;
	text-decoration:none;	
}
#mainBodyContainer .grey-text a:hover
{
	color:#ff2a00;
}

#productFilter { background-color:#f9f9f9; border-bottom:1px dashed Gray; border-top:1px dashed Gray; padding:5px; }
#productFilter select { font-family: calibri; font-size: 9pt;	color: #808080; }

#footerContainer
{
	background: url(/images/footer_bg.gif);
	repeat: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 163px;
	border-top: 1px dashed Gray;
}
#footerContainer a, #footerContainer a:visited
{
	color: #999999;
	text-decoration:none;
}
#footerContainer a:hover
{
	color: #ff2a00;
	text-decoration:underline;
}
#toptenheader
{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0;
	padding:3px;
	color:#FFFFFF;
	background-image:url(/images/TopTenHeader.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:left;
	font-size:12pt;
}
.categoryheader
{
	color:#999999;
	font-size:12pt;
	background-repeat:repeat-x;
	height: 32px;
	font-weight:bold;
	text-align:left;
	padding:10px 8px 0 17px;
}
.categoryheader2
{
	border-bottom:1px solid #F8AC14;
	color:#FFFFFF;
	background-image:url(/images/yellowbackground.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:center;
}
.h1
{
	margin: 0;
	padding:8px; 8px; 8px; 8px;
	font-size:12pt;
}
#h2 a, #h2 a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}
#h2 a:hover
{
	color: #ff2a00;
}
.h2
{
	margin: 0;
	padding:0;
	font-size:12pt;
}

.topcategories
{
	margin: 0;
	padding: 0 0px 2px 4px;
	font-size:12pt;
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
}
.categoriesbanner
{
	color:#FFFFFF;
	font-size:12pt;
	background-image:url(/images/yellowbackground.jpg);
	background-repeat:repeat-x;
	height: 32px;
	font-weight:bold;
	text-align:left;
	padding:8px 8px 0 8px;
}
.styles
{
	color:#808080;
	font-weight:bold;
	text-align:left;
	font-size:10pt;
	padding:7px;
	padding-bottom:10px;
}
.styles a, .styles a:visited
{
	color:#808080;
	text-decoration:none;	
}
.styles a:hover
{
	color:#ff2a00;
}
.printname
{
	text-align: left;
	color:#999999;
	width:956px;
	height:30px;
	font-size: 12pt;
	font-weight:bold;
	padding: 10px 5px 0 17px;
}
.printname a, .printname a:visited
{
	color: #999999;
	text-decoration:underline;
}
.printname a:hover
{
	color: #333333;
	text-decoration:none;
}
.series
{
	text-align: left;
	color:#999999;
	width:956px;
	height:30px;
	font-size: 12pt;
	font-weight:bold;
	padding: 8px 5px 0 3px;
	border-bottom: 1px dashed Gray;
}

/*-- Tooltip styles --*/
.toolTip
{
	background: #fffaee;
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	width:210px;
	text-align:justify;
}

.popup
{
	position:absolute;
	background: #fffaee;		
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	width:210px;
	text-align:left;
}

.productToolTip
{
	background: #fffaee;
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	text-align:justify;
}


/* Product List */
.product-listing table
{
	background-color:#FFFFFF;
	width:100%;
}
.product-listing td
{
	background-color:white;
	width:25%; 
}

.product-thumbnail-table
{
	font-size:10pt;
	color:black;
}

.product-cell-right
{
	border-top: 1px dashed gray;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-cell-left
{
	border-top: 1px dashed gray;
	border-right: 1px dashed gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-cell
{
	border: 1px dashed gray;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
}



/*-- Pagination Nav styles --*/
.pncContainer
{
	margin-top:-1px;
	margin-bottom:-1px;
	font-size: 8pt;
	padding: 4px 4px 4px 4px; 
}

.pncContainer .pageOf
{
	font-weight: bold;
	padding: 5px 15px 0px 2px;
	
}
.pncContainer .pagesList
{
	width:535px;
}

.pncContainer .pageLink
{
	float: left;
	margin:2px;
	padding: 2px 4px 3px 4px;
	background-image:url(/images/pagination_bg.gif);
	border:1px solid #CFCFCF;
}
.pncContainer .pageLink a, .pncContainer .pageLink a:visited
{
	color:#FC0217;
	text-decoration: none;
}
.pncContainer .pageLink a:hover
{
	color:red;
	text-decoration: none;
}

.pncContainer .pageLinkSelected
{
	color:#D55F00;
	font-weight:bold;
	float: left;
	padding: 5px 3px 3px 3px;
	background-color:white;
}

.pncContainer .pncNext a
{
	width:120px;
	display:block;
	padding-top:5px;
}

.relatedCategoriesHeader
{
	font-weight: bold;
	font-size: 11pt;
	padding: 3px;
	margin-top: 5px;
}

#divRelatedCategoriesContainer
{
	margin-bottom: 5px;
	padding-bottom: 8px;
}

#divRelatedCategoriesContainer #divSeparator
{
	border-top: dotted 1px #808080; 
	margin-top: 8px; 
	margin-bottom: 8px;
}

.relatedCategory
{
	font-weight: bold;
	font-size: 11pt;
	padding: 3px;
}

/*-- Homepage --*/
.homepage-collections img
{
	border: 0;
}

.dashed-line
{
	width: 1px;
	height: 375px;
	margin-top: 40px;
	margin-bottom: 30px;
	border-right: 1px dashed Gray;
}

.column .title
{
	color: #cc0000;
	font-weight: Bold;
	font-size: Large;
}

.column
{
	float: left;
	color: Gray;
}

.column .text
{
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 20px;
	text-align: left;
}

#contact-us
{
	padding-bottom: 30px;
	padding-top: 20px;
	
}

#contact-us a
{
	color: Red;
	text-decoration: underline;
}

#contact-us a:visited
{
	text-decoration: underline;
	color: red;
}

#master-craftsman
{
	padding-left: 27px;
	padding-right: 27px;
}

#promoContainer
{
	background-image: url(/images/promo_banner_bg.gif);
	background-repeat:repeat-x;
	width: 100%;
	position:fixed;
	left: 0px;
	bottom: 0px;
}

#zoomMagnifyingGlass
{
	text-align:left;
	margin:2px auto 6px 20px;
}



.filmstrip1
{
	
}
.viewContainer
{
	float:right; width:469px; margin:3px 3px 3px 0;
}
.viewSubContainer
{
	
}
.thumbnailContainer
{
	cursor:pointer;
}
.thumbnailContainer img
{
	background-color:#E1DEDE; padding:5px 3px 5px 3px;
}