/* HTML Defaults */

body {
	font: 69%/1.3em Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 760px;
}
a:link, a:visited {
	text-decoration: none;
	color: #191947;
}
a:hover, a:active {
	text-decoration: underline;
	color: #191947;
}
h1, h2 {
	margin: 0;
}
ul, ol, p, form {
	margin-top: 0;
	margin-bottom: 1.3em;
}
h3 {
	font-size: 127%;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
form {
	background: #cdcdcd;
}
fieldset {
	line-height: 1.3em;
	margin: 0;
	padding: 5px;
	border: none;
}
input, textarea {
	font: 100%/1.2em Arial, Helvetica, sans-serif;
	color: #444444;
	background: #ffffff;
	padding: 4px;
	border: none;
}
.button {
	color: #ffffff;
	background: #848484;
	border: solid 1px #ffffff;
}

/* Container */

#container {
	width: 760px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 115px;
	width: 760px;
	float: left;
}
#logo {
	height: 115px;
	width: 310px;
	float: left;
}
#logo h1 {
	font-size: 100%;
	background: url(../images/logo.gif) no-repeat center center;
	height: 75px;
	width: 310px;
}
#logo h1 a {
	display: block;
	text-indent: -9000px;
	height: 75px;
	width: 310px;
}
#subnav ul, #nav ul, #contact ul {
	margin: 0;
	padding: 0;
}
#subnav li, #nav li, #contact li {
	float: left;
	list-style: none;
}
#subnav li {
	font-size: 110%;
	font-weight: bold;
	padding: 8px 5px;
}
#subnav a:link, #subnav a:visited {
	padding: 5px 10px;
}
#subnav a:hover, #subnav a:active, #home a.home:link, #home a.home:visited, #portfolio a.portfolio:link, #portfolio a.portfolio:visited, #contactus a.contact:link, #contactus a.contact:visited {
	text-decoration: none;
	color: #ffffff;
	background: #33335c;
}
#nav {
	height: 115px;
	width: 450px;
	float: right;
}
#nav li {
	float: left;
	height: 115px;
	width: 89px;
	border-left: solid 1px #ffffff;
}
#nav a {
	display: block;
	text-indent: -9000px;
	height: 115px;
	width: 89px;
}
#nav a:link, #nav a:visited {
	background-repeat: no-repeat;
	background-position: left -115px;
}
#nav a:hover, #nav a:active {
	background-repeat: no-repeat;
	background-position: left 0;
}
#nav .tiling {
	background-color: #000033;
	background-image: url(../images/nav_tiling.gif);
}
#nav .wetrooms {
	background-color: #191947;
	background-image: url(../images/nav_wetrooms.gif);
}
#nav .projectmanagement {
	background-color: #33335c;
	background-image: url(../images/nav_projectmanagement.gif);
}
#nav .plasteringdecorating {
	background-color: #666685;
	background-image: url(../images/nav_plastering.gif);
}
#nav .underfloorheating {
	background-color: #9999ad;
	background-image: url(../images/nav_underfloor.gif);
}
#tiling a.tiling:link, #tiling a.tiling:visited, #wetrooms a.wetrooms:link, #wetrooms a.wetrooms:visited, #projectmanagement a.projectmanagement:link, #projectmanagement a.projectmanagement:visited, #plasteringdecorating a.plasteringdecorating:link, #plasteringdecorating a.plasteringdecorating:visited, #underfloorheating a.underfloorheating:link, #underfloorheating a.underfloorheating:visited {
	background-position: left -230px;
}

/* Footer */

#footer {
	clear: both;
	border-top: solid 1px #cccccc;
}
#copyright {
	font-size: 82%;
	color: #999999;
	float: left;
	padding: 10px;
}
#copyright p {
	margin: 0;
}
#contact {
	float: right;
	padding: 10px;
}
#tel {
	text-indent: -9000px;
	background: url(../images/footer_tel.gif) no-repeat left top;
	height: 17px;
	width: 124px;
	margin: 0 30px 0 0;
}
#email a {
	display: block;
	text-indent: -9000px;
	background: url(../images/footer_email.gif) no-repeat left top;
	height: 17px;
	width: 242px;
}

/* Flash */

#flash {
	clear: both;
	border-top: solid 1px #ffffff;
}

/* Content */

#content {
	background: url(../images/body_bg.gif) no-repeat right bottom;
	float: left;
	clear: both;
	padding: 20px;
}
#content ul {
	margin-left: 0;
	padding: 0;
}
#content ul li {
	background: url(../images/bullet.gif) no-repeat left 4px;
	margin: 0 0 .5em 0;
	padding: 0 0 0 12px;
	list-style: none;
}
#intro {
	line-height: 2.2em;
	width: 310px;
	float: left;
}
#bodytext {
	width: 390px;
	float: left;
	padding: 0 0 0 20px;
}
#callback, #contact {
	float: left;
}
#callback form, #contact form {
	width: 310px;
	float: left;
	margin: 0;
}
#callback fieldset, #contact fieldset {
	padding: 20px 5px 5px 5px;
}
#callback fieldset {
	background: url(../images/title_callback.gif) no-repeat 10px 5px;
}
#contact fieldset {
	background: url(../images/title_contact.gif) no-repeat 10px 5px;
}
#callback legend, #contact legend {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
form p {
	margin: 0;
	padding: 0 5px;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	float: left;
	padding: 5px;
	list-style: none;
}
#callback label, #contact label {
	font-size: 90%;
	display: block;
}
#callback input, #callback textarea, #contact input, #contact textarea {
	width: 130px;
}
.button {
	width: 100px;
}
.frontservices, .fronttext {
	width: 170px;
	float: left;
	padding: 0 10px;
}
.frontservices {
	border-right: solid 1px #cccccc;
}
.frontservices ul a {
	font-weight: bold;
}
.frontnote {
	font-size: 82%;
	line-height: 1.2em;
	color: #999999;
	clear: both;
	padding: 10px;
}
.frontnote p {
	margin: 0;
}
