/* NEMU COLOURS */

#MenuContent,
#BodyMenu ul li a {
	background-color: #009;
}
#MenuContent .MenuItem a:hover,
#MenuContentRight .MenuItem a:hover,
#BodyMenu ul li a:hover {
	background-color: #33D;
}

#BodyMenu ul li ul li a:hover,
#BodyMenu ul li ul li a.selected {
	color: #00d;
}
#BodyMenu .index a img {
	margin: 15px 0 5px 30px;
	width: 140px;
	height: 85px;
	border:0;
}


/* EXTRA FONTS */

#BodyMain ul li a,
#BodyMain ol li a {
	color: #00b;
	text-decoration: none;
}

#BodyMain ul li a:hover,
#BodyMain ol li a:hover {
	text-decoration: underline;
}


/* TEXT COLOUR CHANGES */

.PostBanner a,
.PostBanner a:hover {
	color: #00c;
}
.HomeMainProduct .PriceBlock .ProdPrice,
.SecSaleProduct .PriceBlock .ProdPrice,
.SecProduct .PriceBlock .ProdPrice,
#ProductColumn2 .BasketFormBorder h4 {
	color: #c00;
}


/* HEADER BANNER */

#HeaderBanner {
	width: 490px;
	height: 70px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#HeaderPhone {
	top: -17px;
	left: 220px;
	position: relative;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	display: inline;
}

#HeaderPhone a,
#HeaderPhone a:hover {
	text-decoration: none;
	color: #006;
}

#HeaderBanner img{
	border: 0;
}

#HeaderDelivery {
	width: 230px;
	margin-left: 8px;
}
.Delivery1a {
	font-size: 19px;
}
.Delivery2a {
	font-size: 13px;
}

/* HOME PAGE */

.SecFrontProduct {
	float: left;
	width: 350px;
	height: 350px;
	display: block;
	border: 1px solid #aaa;
	margin: 0 0 8px 8px;
	background-color: #f8f8f8;
	text-align: center;
}
.SecFrontProduct a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.SecFrontProduct a:hover {
	background-color: #ffb;
	text-decoration: none;
}
.SecFrontProduct .thumbnail {
	width: 200px;
	height: 160px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa;	
	margin-top: 10px;
}
.SecFrontProduct .ProdName {
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #00d;
}
.SecFrontProduct .ProdPrice {
	display: block;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	color: #d00;
}
.SecFrontProduct .ProdPrice .NowSmall {
	font-size: 16px;
}
.SecFrontProduct .ProdDesc {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 8px 0;
	color: #000;
}
.SecFrontProduct .swatch {
	border: 1px solid #444;
	width: 15px;
	height: 15px;
	margin: 4px 2px 0 2px;
}

.ThreeStepsTitle {
	clear: both;
	display: block;
	font-size: 24px !important;
	color: #d00;
	padding: 12px 8px 3px 0;
	text-align:center;
}
.ThreeStepsBox {
	float: left;
	display: block;
	width: 230px;
	height: 155px;
	border: 1px solid #aaa;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #f8f8f8;
	margin: 0 0 0 8px;
}
.ThreeStepsBox a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.ThreeStepsBox a:hover {
	background-color: #FFB;
	text-decoration: none;
}
.ThreeStepsBox img {
	width: 100px;
	height: 100px;
	border: 1px solid #aaa;
	margin: 10px 0 0 0;
}
.ThreeStepsBox .Caption {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #00d;
}


/* PRODUCT PAGE */

#ProductColumn2 h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: -6px 0 2px 0;
}
#ProductColumn2 .ProductLinksBorder {
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 5px 0px 5px 0px;
	margin: 10px 0 15px 0;
	text-align: center;
	background-color: #f8f8f8;
	width: 395px;
}
* html #ProductColumn2 .ProductLinksBorder {
	width: 375px;
}
#ProductColumn2 .ProductLinksBorder ul li h2 {
	margin: 3px 0 3px 8px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00b;
	text-align: left;
}
#ProductColumn2 .ProductLinksBorder ul li h2:hover {
	text-decoration: underline;
	cursor: pointer;
}

