@charset "UTF-8";
/* CSS Document */
@import url("form.css");
@import url("zurb_buttons.css");

body {
	background:#110D0C url(../images/bg1.jpg) repeat;
	padding:0;
	margin:0;
	font-family: "Myriad Pro", helvetica, arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3;
}

p {
	font-size:1.0em;
	line-height:1.3;
	color:#A76B2D;
}

h1 {
	color:#FC0;
	font-size:36px;
}

h2 {
	color:#F60;
	font-size:1.2em;
}

#menu_bar {
	position:absolute;
	right:100px;
	height:70px;
}

#header {
	position:relative;
	background:#2A1808 url(../images/bg1.jpg) repeat;
	height:500px;
	padding:0;
	margin:0;
}

#header-wrap {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:0;
}

#main {
	position:relative;
	background:#110D0C url(../images/main_bg.png) repeat-x;
	color:#9D612D;
	padding:0;
	margin:0;
}

#main-wrap {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:60px 0;
	background:url(../images/mainwrap_bg.png) no-repeat;
	height:800px;
}

#plumbing {
	position:relative;
	float:left;
	width:50%;
	height:270px;
	background:url(../images/block_bg.png) no-repeat;
}

#painting {
	position:relative;
	float:left;
	width:50%;
	height:270px;
	background:url(../images/block_bg.png) no-repeat;
}

#brickwork {
	position:relative;
	float:left;
	width:50%;
	height:270px;
	background:url(../images/block_bg.png) no-repeat;
}

#garden {
	position:relative;
	float:left;
	width:50%;
	height:270px;
	background:url(../images/block_bg.png) no-repeat;
}

#carpentry {
	position:relative;
	float:left;
	width:50%;
}

#plastering {
	position:relative;
	float:left;
	width:50%;
}

#contact {
	position:relative;
	padding:0;
	margin:0;
	color: #9D612D;
	background:url(../images/main_bg.png) repeat-x;
}

#contact-wrap {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:50px 0;
	text-indent:50px;
	background:url(../images/mainwrap_bg.png) no-repeat;
	height:500px;
}

#contact a {
	text-decoration:none;
	color:#9D612D;
}

#contact a:hover {
	color:#FFF;
}

#copyright-bar {
	position:relative;
	background:url(../images/copyright_bg.png) repeat-x;
	height:50px;
	font-size:18px;
}

#copyright-bar-wrap {
	position:relative;
	width:900px;
	margin:0 auto;
	padding-top:10px;
}

#top-button {
	position:absolute;
	right:100px;
	bottom:0;
}

.heading {
	margin:0 0 10px 0;
}

.heading2 {
	margin:10px 0 10px 0;
}

.indent {
	text-indent:50px;
}

.styled-list {
	list-style: circle;
	margin-left:50px;
}

.left {
	position:relative;
	float:left;
	width:45%;
}

.right {
	position:relative;
	float:left;
	width:55%;
}

.button {
	left:50px;
}

.logo {
	position:absolute;
	right:100px;
	top:15px;
}