html{overflow-y: scroll;}
body{
	text-align: center;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#mainWrap{
	width: 902px;
	margin: auto;
	text-align: left;
}
#header{
	width: 902px;
	height: 124px;
	background: url(../images/header.png);
}
#leftWrap{
	width: 223px;
	float: left;
}
#rightWrap{
	width: 679px;
	float: right;
}
p, h1, h2, ul, form, a, hr{margin: 0; padding: 0; list-style: none; outline: none;}
.lineBreak{
	width: 620px; 
	height: 1px; 
	background: #E9E9E9; 
	clear: both; 
	overflow: hidden;
	margin: 0 0 0 30px;
}
.hidden{display: none;}
.visible{display: block;}
p.error{color:#FF0000;}

/* -------------------------------------- HOMEPAGE BUTTON */
#btnHomepage{
	width: 605px;
	height: 170px;
	display: block;
	background: url(../images/btnHomepage.gif);
	margin: 0 0 15px 38px;
}

/* -------------------------------------- MENU */
#menu{
	width: 223px;
}
#menu a{
	display: block;
	width: 203px;
	height: 29px;
	background: url(../images/menuItem-mid.png) right;
	font-size: 16px;
	color: #354268;
	text-decoration: none;
	padding: 10px 0 0 20px;
}
#menu li.first a{
	padding: 19px 0 0 20px;
	height: 28px;
	background: url(../images/menuItem-top.png) right;
}
#menu li.last a{
	padding: 11px 0 0 20px;
	height: 36px;
	background: url(../images/menuItem-bot.png) right;
}
#menu li a:hover, #menu li a.selected{background-position: left; color: #e3a449;}

/* -------------------------------------- CONTENT */
#content-top{
	width: 679px;
	height: 25px;
	background: url(../images/content-top.png);
}
#content-mid{
	width: 679px;
	background: url(../images/content-mid.png);
	background-repeat: repeat-y;
	padding: 10px 0 0 0;
}
#content-bot{
	width: 679px;
	height: 37px;
	background: url(../images/content-bot.png);
}
#content-mid h1, #content-mid h2{
	font-size: 21px;
	color: #354268;
	border-bottom: 1px dashed #CCCCCC;
	margin: 0 0 10px 35px;
	padding: 0 0 10px 0;
	width: 600px;
}
#content-mid p{
	font-size: 12px;
	color: #373737;
	margin: 0 0 0 35px;
	padding: 0 0 15px 0;
	width: 600px;
}
#content-mid a{
	color: #2E3E89;
}

/* -------------------------------------- FOOTER */
#footer{
	width: 902px;
	height: 25px;
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
#footer p{
	padding: 5px 10px 0 0;
}

/* -------------------------------------- ENQUIRY BOX */
#enquiryBox-top{
	width: 223px;
	height: 68px;
	background:url(../images/enquiryBox-top.png);
}
#enquiryBox-mid{
	width: 223px;
	background:url(../images/enquiryBox-mid.gif);
	background-repeat: repeat-y;
}
#enquiryBox-mid a.sku{
	display: inline;
	background: #5d6a8d;
	width: 175px;
	height: 19px;
	color: #fefefe;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin: 0 0 2px 9px;
	padding: 3px 0 0 5px;
}
#enquiryBox-mid a.sku:hover{background-color: #667396; color: #FFFFFF;}
#enquiryBox-mid a.x{
	display: block;
	width: 23px;
	height: 22px;
	background: url(../images/enquiryBox-x.png);
	float: left;
}
#enquiryBox-mid a.x:hover{background-position: bottom;}
#enquiryBox-bot{
	width: 223px;
	height: 47px;
	background:url(../images/enquiryBox-bot.png);
	padding: 2px 0 0 0;
}
#enquiryBox-bot a{
	display: block;	
	width: 101px;
	height: 41px;
	background: url(../images/enquiryBox-btn.png);
	margin: 0 0 0 60px;
}
#enquiryBox-bot a:hover{background-position: bottom;}
