@charset "utf-8";
/* 
	SITE COLOURS
		BG: #efefef
		Text: #555555
		H1: #0078ff
*/

	/* RESET & FLOAT */
div, h1, h2, h3, ul { margin: 0; padding: 0; }
h1 { margin-bottom: 5px; }
.clearfloat { clear:both; }
a img { border:none; }
h1 { color: #0078ff; }

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #555555; font-family:Verdana, "Arial", Helvetica, sans-serif; font-size: 13px; background-color: #efefef; }

a:link, a:visited, a:active  { color: #555555; text-decoration:none; }
a:hover { color: #0078ff; text-decoration:none; }

	/* LAYOUT */

#container { float: right; width: 1004px; }	
#header { background-image: url(../images/header2.jpg); width: 655px; height:134px;  }
#body-repeater { background-image:url(../images/repeater.jpg); width: 655px; }
#body-text { padding: 10px 35px 5px 20px; }
	#body-text ul { padding-left: 20px; }

#footer { text-align: center; width: 640px; height: 10px; border-top: 1px solid #cccccc; }

#nav { float:right; background-image: url(../images/navpill2.jpg); width: 349px; height: 258px; }
	#nav ul { list-style-type:none; padding: 100px 0 0 80px; }
	
#home {}
#services { padding: 11px 0 0 0; }
#contact-us	{ padding: 12px 0 0 0; }

#contact { width: 300px; }
#contact-left { float: left; }
#contact-right { float: right; }
	


