/* GLOBAL RESETS */
html {	
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-size:62.5%;
	background:#fff;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size:1em;
	/* reset font-sizes to 1em == 10px */
	padding:0;
	margin:0;
	font-family:Verdana,Helvetica,sans-serif;
	color:#000;
	list-style:none;
}
a img {
	border:0;
}
.clear{
	clear:both;
}

/* GENERIC PAGE STYLES */
#Main {
	width:900px;
	margin:0 auto;
}
	#Header {
		height:151px;
		width:900px;
		position:relative;
		background:url(../images/header_bg.gif) bottom center no-repeat;
		text-align:right;
	}
		#SloganHolder {
			position:absolute;
			margin-top:25px;
			margin-left:45px;
			left:0px;
			width: 300px;
			text-align:left;
		}
			#SloganHolder a img {
				display: block;
				float: left;
				margin-top: 18px;
			}
			#SloganHolder #BuyNow a img {
				margin-top: 0;
			}
		#BuyNow {
			display:block;
			float: left;
			height:74px;
			width:74px;
		}
			#BuyNow img {
				display:none;
			}
			#BuyNow img.showing {
				display:block;
			}
		#MenuContainer {
			float:right;
		}
		#Menu2 {
			padding:90px 0 0 10px;
			margin-right:40px;
		}
			#Menu2 li {
				display:inline;
			}
		#Menu3 {
			text-align:right;
			margin-right:50px;
			margin-top:3px;
		}
			#Menu3 li {
				display:inline;
				padding-left:10px;
			}
				#Menu3 li a.current,
				#Menu3 li a.section {
					color:#000;
				}
	#ContentContainer {
		margin:0 auto;
		width:800px;
		padding-top: 15px;
	}
	#Footer {
		width:900px;
		margin-top:20px;
		padding-top:8px;
		clear:both;
		background:url(../images/divider_dash.gif) top center no-repeat;
	}
		#Footer span {
			margin-left:388px;
			color:#999;
		}
		
/* TWO COLUMN LAYOUT AND PRODUCT PAGES STYLES */

#TwoColLeft {
	width:345px;
}
#TwoColRight {
	width:435px;
	float:right;
}
	#ProductPageLeft {
		padding-bottom:50px;
		width:290px; /* 310px */
		position:relative;
		padding-top:30px;
		/* margin-left: -43px !important; */
	}
		#ProductPageLeft p {
			line-height:1.5em;
			margin-bottom:20px;
			width:290px; /* 310px */
		}
		#ProductPageLeft span {
			font-weight:bold;
			font-family:Arial,sans-serif;
			font-size:1.2em;
			display:block;
			margin-bottom:5px;
			clear:left;
		}
		#ColourPopup {
			display:none;
		}
		#ChooseColour {
			width:240px;
		}
		#ProductPageLeft ul li a {
			width:40px;
			height:40px;
		 	display:block;		
		 	border:1px solid #000;
		}
		
			#ProductPageLeft ul li {
				float:left;
				margin-right:8px;
				margin-bottom:8px;
			}
				#ProductPageLeft ul li a {
					display:block;
				}		
					#ProductPageLeft a.chosen {
						background:url(../images/colourcurrent.gif) no-repeat;
					}
		#Forms {
			clear:left;
		}
				form#ProductSubmit span {
					margin:0;
					padding-top:10px;
				}
				 form#ProductSubmit input.text {
					height:1.8em;
					width:2.7em;
				}
				form#ProductSubmit div#SubmitButtons {
				display:inline;
				margin-left:90px;
				}
					form#ProductSubmit input.submit,
					form#ProductPurchase input.submit {
						background:none;
						border:1px solid #000;
						width:8.3em;
						height:1.8em;
						font-weight:bold;
						font-family:Arial,sans-serif;
						font-size:1.1em;
						letter-spacing:0px;
						position:absolute;
					}
					
					form#ProductSubmit input.submit {
						left:90px; /* left:120px; */
						bottom:53px;
					}
					form#ProductPurchase input.submit {
						left:195px; /* left:215px; */
						bottom:53px;
					}	
	#ProductPageRight {
		float:right;
		/* margin-right:60px; */
		padding-bottom: 20px;
		width:480px; /* width:445px; */
		position:relative;
		text-align:center;
	}
	
	#ProductPageRight #Navigation {
		height:30px;
		font-size:1.3em;
		color:#999999;
		font-weight:bold;
		padding-top:5px;
		margin-bottom:-1px;
	}
		#ProductPageRight #prevLink {
			width:70px;
			left:0px;
			position:absolute;
			background:url(../images/prev.gif) center left no-repeat;
			padding:5px 10px;
		}
		#ProductPageRight #nextLink {
			width:70px;
			position:absolute;
			right:0px;
			background:url(../images/next.gif) center right no-repeat;
			padding:5px 10px;
		}
		#ProductPageRight img.productImage {
			/*width:297px;*/
			display:inline;
			/*float:left;
			margin-left:70px;*/
		}
	#ContactFlash {
		margin-left:-40px;
	}

#GoogleAds {
	text-align: right;
}
