@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/common/Page_BK.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.headerLinks {
	text-align: right; 
	vertical-align: middle; 
	line-height: 18px;
	color: #FFFFFF;
	float: right;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right; 
	vertical-align: bottom;
	margin-left:5px;
	margin-right:5px;
}
#nav a:link {
	color: #996600;
	text-decoration: none;
}

a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5E5641;
}
a:hover {
	text-decoration: none;
	color: #5E5641;
}
a:active {
	text-decoration: underline;
	color: #996600;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #A37F2C;
}
h2 {
	font-size: 16px;
	color: #5E5641;
}
h3 {
	font-size: 14px;
	color: #9A9964;
}
h4 {
	font-size: 12px;
	color: #000000;
}
.style1 {
color: #FFFFFF;
}

.footer {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer a:hover {
	color: #ABAB77;
	text-decoration: underline;
}

.footer a:active {
	color: #ABAB77;
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5641;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#FeaturedProducts {
	font-size: 10px;
	color: #333333;
}
#ClearanceCenter {
	font-size: 10px;
	color: #FFFFFF;
}

.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}