@charset "utf-8";
/* CSS Document (c) Hatton Marketing */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
	border:0px none;
	margin:0px;
	padding:0px;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 28px 0 0 0;
}

div#container
{
	width: 808px;
	margin: auto;
	background-image:url(../images/inner-bg.jpg);
	background-repeat: repeat-y;
}

div#header
{
	background-image: url(../images/headerbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 110px;
}

/* body-container */

div#body-container
{
	background-image: url(../images/body-content-bgheader.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

div#body-inner
{
	width: 753px;
	margin: auto;
}

/* behind tax */

div#subhead
{
	clear: left;
	margin: 25px 0 0 0;
}

/* services */

div#services
{
	clear: left;
}

/*----------- bronze service */

div#bronze
{
	width: 245px;
	height: 152px;
	background-image: url(../images/bronze.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

div#silver
{
	width: 259px;
	height: 152px;
	background-image: url(../images/silver.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

div#gold
{
	width: 249px;
	height: 152px;
	background-image: url(../images/gold.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

/* other page */

/* -------------- service */

div#bronzeservice
{
	background-image: url(../images/bronzeBIG.jpg);
	width: 754px;
	height: 142px;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div#silverservice
{
	background-image: url(../images/silverBIG.jpg);
	width: 754px;
	height: 142px;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div#goldservice
{
	background-image: url(../images/goldBIG.jpg);
	width: 754px;
	height: 142px;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

/*footer*/

div#footer
{
	background-image: url(../images/footer.jpg);
	height: 34px;
	background-repeat: no-repeat;
	clear: both;
}

div#copy
{
	margin: auto;
	width: 800px;
	padding-bottom: 10px;
}


/* other bits */

.rightimg
{
	float: right; margin: 0 0 12px 12px;
}

.leftimg
{
	float: left; margin: 0 12px 12px 0;
}