/*
Client: 
Author: Gary Hartley, 9xb
Author URI: http://www.9xb.com/
*/

/*	Structure
		Reset - Eric Meyer's Global Reset
		1. DEFAULT STYLES
		2. TEMPLATE ELEMENTS
		3. FORM ELEMENTS
		4. HEADING ELEMENTS
		5. HEADER STYLES
		6. CONTENT STYLES
		7. FOOTER STYLES
*/

/* RESET STYLES  ~~~~~~~~~~~~~~~~~ */

	@import url('reset.css') screen;

/* 1. DEFAULT STYLES  ~~~~~~~~~~~~~~~~ */
	
	html, body 		{ font:13px/1.4em arial, helvetica, tahoma, verdana, sans-serif; color:#000; }	
	body 			{ margin:0; text-align:center; background:url(../images/background.jpg) top left repeat-x #e7faef; }

/* 2. TEMPLATE ELEMENTS  ~~~~~~~~~~~~~~~~ */

	#container 		{ margin:0 auto; width:970px; height:630px; background:url(../images/container.jpg) top left no-repeat; position:relative; }

/* 3. FORM ELEMENTS  ~~~~~~~~~~~~~~~~ */	
	
/* 4. HEADING ELEMENTS  ~~~~~~~~~~~~~~~~ */

	
/* 5. HEADER STYLES  ~~~~~~~~~~~~~~~~ */

	

/* 6. CONTENT STYLES  ~~~~~~~~~~~~~~~~ */

	#logo{
		background:url(../images/logo.gif) top left no-repeat;
		width:202px;
		height:89px;
		position:absolute;
		top:75px;
		left:90px;
	}
	
	#logo p{text-indent:-3000em; overflow:hidden;}
	
	#theProfessionalMaintenanceTeam{ position:absolute; left:373px; top:73px;}
	
	h1{
		background:url(../images/theProfessionalMaintenanceTeam.gif) top left no-repeat;
		width:504px;
		height:29px;
		overflow:hidden;
		text-indent:-3000em;
	}

	#newSiteComingSoon{ position:absolute; top:213px; left:675px; background:url(../images/newSiteComingSoon.gif) top left no-repeat; width:193px; height:175px;}
	#newSiteComingSoon a{display:block; width:193px; height:175px; text-indent:-3000em; overflow:hidden;}
	
	#niceic{ background:url(../images/nic-eic.gif) top left no-repeat; width:77px; height:59px; position:absolute; top:500px; left:725px;}

/* 7. FOOTER STYLES  ~~~~~~~~~~~~~~~~ */

