/** HOMEPAGE ONLY **/

/* Set the background in which the outer container floats, and fonts etc. */
body {
	background-color: #c7cfce;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10pt;
}
a {
	color: #4c1a9d;
	text-decoration: none;	
	outline: none;
}
a:hover {
	text-decoration: underline;	
}

/* The outer website container */
div.centerBody {
	text-align: center; /* Fix for IE5.5 because it doesn't understand margin: auto  */	
}
#containerOuter {
	background-color: #ffffff;
	width: 949px;
	min-height: 616px;
	margin: 18px auto;
	text-align: left; /* Un-fix the previous IE5.5 hack for all browsers! */
}

/* The heading area */
#containerHeader {
	width: 949px;		
	height: 121px;
	position: relative;
}
#containerHeader h1 {
	width: 949px;
	height: 121px;
	margin: 0; /* Fixes overgrown header in IE6 */
	background: url(/images/heading.jpg);
	text-indent: -9999px;
}
#containerHeader h2 {
	position: absolute;
	right: 0;
	padding-right: 12px;
	font-size: 26pt;
	font-weight: normal;
	margin: 0;
	color: #4c1a9d;
}
#containerHeader h2.phone {
	top: 0;
	padding-top: 4px;
}
#containerHeader h2.email {
	bottom: 0;
	padding-bottom: 4px;
}

/* The sample images container */
div.imagesBlock {
	width: 949px;
	height: 177px;
	border-top: 9px #07054f solid;
	border-bottom: 9px #07054f solid;
	background-color: #c9fcfb;
	overflow: hidden;
}

/* The images themselves */
div.imagesBlock img {
	border: 0;	
}
div.imagesBlock img.last {
	margin-right: 0;	
}

/* The Welcome/Buy Now bar */
#welcomeBar {
	height: 61px;
	width: 949px;
	background-color: #c9fcfb;
	border-top: 5px #ffffff solid;
	border-bottom: 5px #ffffff solid;
}
#welcomeBar h2 {
	float: left;
	width: 303px;
	line-height: 61px;
	margin: 0;
	font-size: 30pt;
	text-align: center;
	color: #4c1a9d;
	font-weight: normal;
}
#welcomeBar h3 {
	float: left;
	width: 349px;
	text-align:	right;
	font-size: 14pt;
	line-height: 24px;
	color: #4c1a9d;
	margin: 7px 0 0 0;
	font-weight: normal;
}
#welcomeBar a {
	float: right;
	width: 297px;
	height: 61px;
	line-height: 61px;
	text-align: center;	
	background-image: url(/images/bgBuyNow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 30pt;
	font-weight: bold;
	color: #ffffff;
}
#welcomeBar a:hover {
	text-decoration: none;
	background-position: bottom left;
	color: #4c1a9d;	
}

/* Homepage main area */
#main {
	clear: both; /* Just in case! */
	position: relative;
}
#main img {
	border: 0;
}

/* Footer on homepage */
#footer {
	position: absolute;
	bottom: 5px;
	left: 237px;
	width: 589px;
	color: #4c1a9d;
	text-align: center;	
	font-size: 9pt;
}

/* Links menu */
#links {
	position: absolute;
	top: 19px;
	left: 245px;
	width: 589px;
	height: 165px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#links li a {
	position: absolute;
	font-size: 20pt;
	text-align: center;
}
#links li a:hover {
	text-decoration: none;
}

/** The individual links **/
/* About Us */
#links li.about-us a {
	left: 0;
	top: 36px;
	width: 157px;
	height: 36px;
	color: #ffffff;
	background-color: #4c1a9d;
	z-index: 200;
	padding-top: 60px;
}
/* Tips & Techniques */
#links li.tips-techniques a {
	left: 116px;
	top: 21px;
	width: 169px;
	height: 72px;
/*	color: #78e1fb;*/
	color: #4c1a9d;
	background-color: #cefdfd;
	z-index: 199;
	text-align: right;
	padding-top: 72px;
	padding-right: 8px;
}
/* Gallery */
#links li.gallery a {
	left: 282px;
	top: 40px;
	width: 176px;
	height: 105px;
	color: #cefdfd;
	background-color: #78e1fb;
	font-size: 36pt;
	z-index: 198;
	text-indent: -9999px;
	background-image: url(/images/galleryText.gif);
	background-repeat: no-repeat:
	background-position: top left;
	
}
/* Contact Us */
#links li.contact-us a {
	left: 403px;
	top: 0;
	width: 186px;
	height: 124px;
	color: #ffffff;
	background-color: #4c1a9d;
	z-index: 197;
}


