/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #ebe9d8;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	color: #668566;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	margin-top: 10px;
}

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

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#nav {
	width: 950px;
	height: 54px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	height: 54px;
	text-indent: -9999px;
	background-position: top;
}

#nav a:hover, #nav .on a {
	background-position: bottom;
}

.btn_home {
	width: 79px;
	background: url(../images/btn_home.png);
}

.btn_paving {
	width: 97px;
	background: url(../images/btn_paving.png);
}

.btn_groundworks {
	width: 151px;
	background: url(../images/btn_groundworks.png);
}

.btn_contact_us {
	width: 110px;
	background: url(../images/btn_contact_us.png);
}

#monoSlideshow {
	float: left;
}

#leftcol {
	float: left;
	width: 640px;
	height: 280px;
	padding: 10px 20px;
	background: #fff;
	margin-top: 30px;
}

#leftcol ul {
	margin: 10px 0 10px 20px;
	list-style: disc;
}

.listcontainer {
	float: left;
	width: 300px;
	padding-right: 20px;
}

#gallery img {
	float: left;
	margin: 10px;
}

#rightcol {
	float: right;
	width: 200px;
	height: 280px;
	padding: 10px 20px;
	background: #fff;
	margin-top: 30px;
}

#rightcol li {
	padding-left: 25px;
	background: url(../images/tick.png) top left no-repeat;
	margin-bottom: 8px;
}

.testimonial {
	margin: 15px 0;
}

.testimonial .leftpic {
	margin: 0px 10px 10px 0px;
}

#footer {
	float: left;
	margin-top: 30px;
	width: 910px;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	background: url(../images/footer_bg.png) top repeat-x;
	color: #fff;
	text-align: right;
	font-size: 0.8em;
}

#footer a {
	color: #fff;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}