/* CSS Document */
/* Defauly Body */
	body {
		font-family:"Lucidia Grande","Lucida Sans", Arial, Verdana;
		margin:0;
		padding:0;
		background:#EEEAEB url(../images/layout/pagebg.jpg) repeat-x top left;
		font-size:13px;
		text-align:center;
		}
	html { /*Shows vertical scroll bar - stops page moving about*/
		min-height: 100%;
		margin-bottom: 1px;
		}
		a {text-decoration:none; color:#990066; outline:none; }
		.arrow_link a {
			background:url(../images/cherry_arrow.jpg) no-repeat top right;
			padding:3px 60px 6px 0;
			}
		.arrow_link a:hover {
			background-position: right -22px;
			}
		a:hover {text-decoration:none; color:#497300}
		a img {border:none;}
		p {font-size:13px; line-height:140%;margin:0 0 10px 0; padding:0;}
		h1, h2, h3, h4, h5 {color:#990066; padding:0; font-weight:normal;}
		h1 a, h2 a, h3 a, h4 a, h5 a {color:#990066; text-decoration:none}
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {color:#000;text-decoration:underline}
		h1 {margin:0 0 10px 0; font-size:32px;}
		h2 {margin:0 0 8px 0; font-size:18px; }
		h3 {margin:0 0 7px 0; font-size:16px;}
		h4 {margin:0 0 7px 0; font-size:14px;}
		h5 {margin:0 0 5px 0; font-size:12px;}
		h1.home {
			margin:0;
			font-size:24px;
			}
		ul li {
			margin:0 0 7px 0;
		}
/* Layout Styles */
	#wrapper {
		width:798px; 
		margin:2px auto 0 auto; 
		overflow:hidden; 
		text-align:left;
		background:  url(../images/layout/wrapperbg.gif) repeat-y left ;
		}
	#banner {
		float:left;
		width:798px;
		background:url(../images/layout/bannerbg.gif) no-repeat top left;
		position:relative;
		}
	#telephone {
		float:right;
		padding:5px 5px 0 0;
		font-size:18px;
		color:#603;
		z-index:100;
		clear:both;
		}
	#nav {
		float:left;
		margin:15px 15px 0 15px;
		display:inline;
		border:1px solid #E6E7E8;
		width:764px;
		}
	#nav ul {
		float:right;
		margin:43px 0 0 0;
		padding:0;
		list-style:none;
		border:0px solid red;
		width:467px;
		}
	#nav li {
		display:inline;
		}
	#nav li a {
		padding:12px 24px 10px 24px;
		float:left;
		text-decoration:none;
		color:#603;
		font-weight:bold;
		font-size:12px;
		}
	#nav li a:hover {
		background:url(../images/current_grey.gif) no-repeat center top;
		}
	#nav li a.current {
		background:url(../images/current.gif) no-repeat center top;
		}
	.left {
		float:left;
		margin:0 10px 0 0;
		display:inline;
		}
	.right {
		float:right;
		margin:0 0 0 10px;
		display:inline;
		}
	#content {
		float:left;
		margin:15px 15px 0px 15px;
		display:inline;
		border:1px solid #E6E7E8;
		width:734px;
		padding:20px 10px 10px 20px;
		}
	#contentmin {
		float:right;
		height:300px;
		width:0;
		}
	#footer {
		float:left;
		width:798px;
		height:40px;
		background:url(../images/layout/footerbg.gif) no-repeat bottom left
		}
	#tickbox {
		margin:0 auto;
		width:798px;
		text-align:right;
		font-size:10px;
		padding-right:10px;
		}
	#tickbox a {
		text-decoration:none;
		color:#666;
		}
	#click {
	margin:0 auto;
	width:712px;
	padding:10px 10px 0 0;
	}
	#click1 {
	width:153px;
	height:115px;
	float:left;
	background:url(../images/click-hr.jpg) top left no-repeat;
	margin:0 0 10px 0;
	padding: 10px 0 0 10px;
	position:relative;
	}
	#click2 {
	width:153px;
	height:115px;
	float:left;
	background:url(../images/click-pm.jpg) top left no-repeat;
	margin: 0 0 10px 20px;
	padding: 10px 0 0 10px;
	position:relative;
	}
	#click3 {
	width:153px;
	height:115px;
	float:left;
	background:url(../images/click-work.jpg) top left no-repeat;
	margin: 0 0 10px 20px;
	padding: 10px 0 0 10px;
	position:relative;
	}
	#click4 {
	width:153px;
	height:115px;
	float:left;
	background:url(../images/click-call.jpg) top left no-repeat;
	margin: 0 0 10px 20px;
	padding: 10px 0 0 10px;
	position:relative;
	}
	.overlay {
	position:absolute;
	top:-5px;
	left:-5px;
	}
	.overlay a img {
		width:163px;
		height:115px;
		}
/* 

/* Formt Elements */
	textarea, .textboxes {
		padding:2px;
		border:1px solid #CCC;
		width:99%;
		}
	.contactform {
		width:55%;
		}