@charset "UTF-8";

body {
	font: 14px Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #000 url('/img/wood.jpg');
}

a {
	color: #00A4DA;
}
a:hover {
	/* color: #C40000; */
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

#header, #content, #footer {
	width: 875px;
	margin: 0 auto 0;
}
#header {
	text-align: left;
	margin: 20px auto 55px auto;
}
#content {
	text-align: left;
}
#footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 0.8em;
	color: #666;
}

#intro {
	margin-left: 25px;
}

#contact, #work, #intro_container, #about, #photos {
	background: #000;
	padding: 20px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#contact, #work, #about, #photos {
	margin-top: 280px;
}

#work p, #about p, #photos p {
	margin-top: 15px;
	margin-left: 25px;
	color: #f0eaea;
	line-height: 24px;
	font-size: 1.1em;
}
#about p, #photos p {
	margin-bottom: 10px;
	margin-top: 10px;
}
#about img {
	margin-right: 15px;
}

#h_contact, #h_work, #h_about, #h_photos {
	position: absolute;
	margin-left: -45px;
	margin-top: 140px;
	z-index: -1;
}
#h_photos {
	margin-top: 160px;
}

#frm_contact {
	margin-top: 25px;
}
#frm_contact td {
	vertical-align: top;
}
#frm_contact input, #frm_contact textarea {
	border: none;
	font-size: 2em;
	padding: 0.3em 0.5em;
	margin: 0 35px 45px 15px;
	background: #222;
	width: 350px;
	color: #FFF;
	font-family: Verdana, Arial, Sans-Serif;plumbers
	
}
#frm_contact textarea {
	height: 232px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 1.5em;
	overflow: hidden;
}
#frm_contact label {
	position: absolute;
	margin-top: -17px;
	margin-left: 20px;
	font-size: 1.5em;
	color: #888;
}

#frm_contact input[type=submit] {
	width: 275px;
	padding: 0.2em 0.5em 0.4em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	cursor: pointer;
	background: #222;
	color: #888;
	
}
#frm_contact input[type=submit]:hover {
	color: #00A4DA;
	background: #333;
	color: #FFF;
}

.show {
	display: none;
	
}
.show td {
	color: #f0eaea;
	font-size: 2em;
	padding: 25px 0 50px 30px;
}

#tbl_email {
	width: 95%;
}

#portrait {
	float: left;
}

/*********************/

.spacer {
	height: 25px;
}

.txt_centre {
	text-align: center;
}

.txt_red {
	color: #C40000;
}

.error {
	font-size: 0.8em;
	color: #C40000;
}

.nav_arrows {
	position: absolute;
	margin-top: 30px;
	margin-left: 780px;
}

.txt_off_white {
	color: #f0eaea;
}

.txt_centre {
	text-align: center;
}

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

/***********************************/

#navcontainer {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 33px;
}

#navlist li a {
	text-decoration: none;
	font-size: 2.5em;
	letter-spacing: 0.05em;
}


/***********************************/
#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

