@charset "UTF-8";
		html, body { margin: 0; padding: 0; }
		body {
	padding-bottom: 20px;
	text-align: center;
	background-color: #7b6871;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;	
}
		#container {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
		}		
		#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/needleboxeslayout.jpg);
	background-repeat: no-repeat;
	height: 159px;
		}
		#sidebar {
	float: left;
	display: inline;
	width: 160px;
	text-align: right;
	margin: 0px;
	padding: 0px;
		}
		#content { text-align: justify; width: 805px; margin: 0px 0px 0px 180px; padding: 20px 10px 5px 5px; }
		
		
/* Side Menu */

#sidebar ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidebar li
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0px;
}

#sidebar li a
{
	display: block;
	background-color: #e2d6c5;
	color: #7b6871;
	text-decoration: none;
	width: 140px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #e2d6c5;
}

html>body #sidebar li a { width: auto; }

#sidebar li a:hover
{
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #7b6871;
	text-decoration: underline;
}	

#container #sidebar #cart {
	margin-left: 15px;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
}
#container #sidebar #cart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar .boxText a {
	line-height: 25px;
	color: #526A77;
	text-decoration: none;
}
#container #sidebar .boxText a:hover {
	color: #76858C;
}



/* Headers & Misc */	

h1 {
	font-size: 150%;
	color: #7B6871;
}

#tableheader {
	font-size: 125%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7B6871;
}
#footer {
	padding: 0px;
	clear: left;
	background-image: url(../images/needleboxeslayout-04.gif);
	height: 110px;
	margin: 0px;
	font-size: 75%;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
		}


#footer p {
	padding-top: 50px;
}
#footer a {
	color: #FFFFFF;
}
h2 {
	font-size: 135%;
	color: #7caa8f;
}
#product {
	display: block;
	background-image: url(../images/productbg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-position: 0px 0px;
}
#product img {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#product ul {
	font-size: 90%;
	color: #7B6871;
	list-style-type: square;
}
#container #topmenu {
	background-color: #7B6871;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}
#container #topmenu a {
	color: #FFFFFF;
}
#container #sidebar .infoBoxContents {
	margin-left: 15px;
	font-size: 12px;
}
#container #content .headerNavigation {
	font-weight: bold;
	color: #5A717E;
	text-decoration: none;
}
.headerNavigation a:hover {
	color: #76858C;
}
#container #content .pageHeading {
	font-size: 150%;
	font-weight: bold;
	color: #7B6871;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #content .main td {
	font-size: 11px;
}
