body
{
	background-color: #e5ebf2;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 10pt;
	margin: 0px;
}

.mainbg
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

.textbg
{
	background-image: url(images/text_bg.jpg);
	background-repeat: no-repeat;
}

.abouttextbg
{
	background-image: url(images/abouttext_bg.jpg);
	background-repeat: no-repeat;
}

.contactstextbg
{
	background-image: url(images/contactsbg.jpg);
	background-repeat: no-repeat;
}

.contactsbg2
{
	background-image: url(images/contactsbg2.jpg);
	background-repeat: no-repeat;
}

.formbg
{
	background-image: url(images/formbg.gif);
	background-repeat: repeat;
}

.testimonialstextbg
{
	background-image: url(images/testimonialsbg1.jpg);
	background-repeat: no-repeat;
}

.testimonialstextbg2
{
	background-image: url(images/testimonialsbg2.jpg);
	background-repeat: no-repeat;
}

.testimonialstextbg3
{
	background-image: url(images/testimonialsbg3.jpg);
	background-repeat: no-repeat;
}


.kitchenquotebg
{
	background-image: url(images/kitchenquotebg.jpg);
	background-repeat: no-repeat;
}

.inspectionsbg
{
	background-image: url(images/inspectionsbg.jpg);
	background-repeat: no-repeat;
}

.packagesbg
{
	background-image: url(images/packagesbg.jpg);
	background-repeat: no-repeat;
}

p
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
}

.insidetext
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
}

.contactstext
{
	margin-left: 55px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
}

.contactstextwhite
{
	margin-left: 55px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 12pt;
	line-height: 15pt;
	color: white;
}

.subheading
{
	color: #ff9600;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
}

.subheading2
{
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
}

.kitchenquotetext
{
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
}

.inspectiontext
{
	margin-left: 95px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;
}

.centertext
{
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 10pt;
	line-height: 12pt;
}

li
{
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 0px;
	text-align: left;
	font-size: 10pt;
	line-height: 14pt;
}

ul
{
	list-style-image: url(images/bullet.gif);
	margin-top: 0px;
}

ol { margin-top: 0px; }

h1
{
	color: #ff9600;
	font-size: 15pt;
	font-weight: lighter;
	width: 783px;
	height: 50px;
	display: block;
	background-color: #9d1c20;
	margin: 0px;
	text-indent: 25px;
	vertical-align: middle;
	padding-top: 25px;
}

h2
{
	color: #000;
	font-size: 13pt;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
}

h3
{
	color: #000;
	font-size: 11pt;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.subheading
{
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

h4
{
	color: #000;
	font-size: 13pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
}

.formtext { color: white; }

.yellowtext
{
	color: #fdb813;
	font-weight: bold;
}

.copyright
{
	font-size: 8pt;
	text-align: center;
}

.textarea
{
	border-color: #9CF;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f8fe;
	color: #036;
	font-size: 10pt;
}

a:link
{
	color: #ffc600;
	font-weight: bold;
	text-decoration: none;
}

a.blue:link
{
	color: #003e7e;
	font-weight: bold;
	text-decoration: none;
}

a.blue:visited
{
	color: #003e7e;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #ffc600;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

a:visited:hover
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a#home img
{
	background-image: url("images/home_off.gif");
	background-repeat: no-repeat;
}

a#home:hover img
{
	background-image: url("images/home_on.gif");
	background-repeat: no-repeat;
}

a#contacts img
{
	background-image: url("images/contacts_off.gif");
	background-repeat: no-repeat;
}

a#contacts:hover img
{
	background-image: url("images/contacts_on.gif");
	background-repeat: no-repeat;
}

a#previous img
{
	background-image: url("images/arrowlt_off.gif");
	background-repeat: no-repeat;
}

a#previous:hover img
{
	background-image: url("images/arrowlt_on.gif");
	background-repeat: no-repeat;
}

a#next img
{
	background-image: url("images/arrowrt_off.gif");
	background-repeat: no-repeat;
}

a#next:hover img
{
	background-image: url("images/arrowrt_on.gif");
	background-repeat: no-repeat;
}

a#about img
{
	background-image: url("images/about_off.gif");
	background-repeat: no-repeat;
}

a#about:hover img
{
	background-image: url("images/about_on.gif");
	background-repeat: no-repeat;
}

a#packages img
{
	background-image: url("images/packages_off.gif");
	background-repeat: no-repeat;
}

a#packages:hover img
{
	background-image: url("images/packages_on.gif");
	background-repeat: no-repeat;
}

a#kitchens img
{
	background-image: url("images/kitchens_off.gif");
	background-repeat: no-repeat;
}

a#kitchens:hover img
{
	background-image: url("images/kitchens_on.gif");
	background-repeat: no-repeat;
}

a#testimonials img
{
	background-image: url("images/testimonials_off.gif");
	background-repeat: no-repeat;
}

a#testimonials:hover img
{
	background-image: url("images/testimonials_on.gif");
	background-repeat: no-repeat;
}

a#inspection img
{
	background-image: url("images/inspection_off.gif");
	background-repeat: no-repeat;
}

a#inspection:hover img
{
	background-image: url("images/inspection_on.gif");
	background-repeat: no-repeat;
}

a#kitchenquote img
{
	background-image: url("images/kitchenquote_off.gif");
	background-repeat: no-repeat;
}

a#kitchenquote:hover img
{
	background-image: url("images/kitchenquote_on.gif");
	background-repeat: no-repeat;
}




a#test1 img
{
	background-image: url("images/test1_off.gif");
	background-repeat: no-repeat;
}

a#test1:hover img
{
	background-image: url("images/test1_on.gif");
	background-repeat: no-repeat;
}




a#test2 img
{
	background-image: url("images/test2_off.gif");
	background-repeat: no-repeat;
}

a#test2:hover img
{
	background-image: url("images/test2_on.gif");
	background-repeat: no-repeat;
}




a#test3 img
{
	background-image: url("images/test3_off.gif");
	background-repeat: no-repeat;
}

a#test3:hover img
{
	background-image: url("images/test3_on.gif");
	background-repeat: no-repeat;
}



a#viewplans img
{
	background-image: url("images/viewfloorplans_off.gif");
	background-repeat: no-repeat;
}

a#viewplans:hover img
{
	background-image: url("images/viewfloorplans_on.gif");
	background-repeat: no-repeat;
}



a#download img
{
	background-image: url("images/download_off.gif");
	background-repeat: no-repeat;
}

a#download:hover img
{
	background-image: url("images/download_on.gif");
	background-repeat: no-repeat;
}




a#clooney img
{
	background-image: url("images/clooney_off.gif");
	background-repeat: no-repeat;
}

a#clooney:hover img
{
	background-image: url("images/clooney_on.gif");
	background-repeat: no-repeat;
}




a#costner img
{
	background-image: url("images/costner_off.gif");
	background-repeat: no-repeat;
}

a#costner:hover img
{
	background-image: url("images/costner_on.gif");
	background-repeat: no-repeat;
}



a#hilton img
{
	background-image: url("images/hilton_off.gif");
	background-repeat: no-repeat;
}

a#hilton:hover img
{
	background-image: url("images/hilton_on.gif");
	background-repeat: no-repeat;
}




a#kidman img
{
	background-image: url("images/kidman_off.gif");
	background-repeat: no-repeat;
}

a#kidman:hover img
{
	background-image: url("images/kidman_on.gif");
	background-repeat: no-repeat;
}




a#ledger img
{
	background-image: url("images/ledger_off.gif");
	background-repeat: no-repeat;
}

a#ledger:hover img
{
	background-image: url("images/ledger_on.gif");
	background-repeat: no-repeat;
}



a#viewtour img
{
	background-image: url("images/viewtour_off.gif");
	background-repeat: no-repeat;
}

a#viewtour:hover img
{
	background-image: url("images/viewtour_on.gif");
	background-repeat: no-repeat;
}



