/* Layout Styles */ 

#wrapper {
	position: relative;
	width: 759px;
	text-align: center;
	height: 100%;
	margin: auto;
}

#header {
	background-image: url(../images/layout/header.jpg);
	height: 191px;
	width: 760px;

}
#headerMenu {
	color: #FFFFFF;
	position: absolute;
	top: 152px;
	left: 10px;
	width: 250px;
	text-align: left;
	background-color: #7F7F7F;
	height: 19px;
}
#headerIcons {
	height: 42px;
	width: 760px;
}
#mainContent {
}
.greyBox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BEBEBE;
	padding: 3px;
	width: 190px;
	margin-bottom: 10px;
}


#contentLeft {
	float: left;
	width: 202px;
	text-align: left;
}

#contentRight {
	width: 540px;
	float: right;
	text-align: left;
}

#footer {
	background-repeat: no-repeat;
	height: 40px;
	color: #FFFFFF;
	background-color: #1A2545;
	text-align: right;
	background-image: url(../images/layout/footer.gif);
	clear: both;
}

/* Navigation Styles */ 

ul#headerMenu {
	list-style-type: none;
}

#headerMenu li,ul {
	padding: 0;
	margin: 0;
	display: inline;
}
hr {
	color: #FFFFFF;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#headerMenu a {
	text-decoration: underline;
	color: #FFFFFF;
}
#headerMenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.prodCatView {
	float:left; 
	margin-right:20; 
	width:160px; 
	margin-bottom:20px;
}

