/********************************************************
	James Price Decking Solutions - Global CSS
	Created by Gelatin Design (www.gelatindesign.co.uk)
********************************************************/

/****************
	Generic
****************/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	background: #333333;
}

img, div, ul, ol, li, h1, h2, h3, h4, h5, h6, a, form, table, tr, td, thead, tbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	outline: none;	
	text-decoration: none;
	color: #000000;
}


/****************
	Header
****************/

#wrapper {
	font-size: 12px;
}

#header , #header_home {
	position: relative;
	margin: 0px auto;
	height: 95px;
	width: 916px;
}

#header h1 {
	position: absolute;
	top: 18px;
	left: 20px;
}

#header h1 a {
	display: block;
	outline: none;
	height: 56px;
	width: 380px;
	text-indent: -9999px;
	background: url('../images/home_logo_2.png') no-repeat;
}

#header h4, #header_home h4 {
	position: absolute;
	top: 18px;
	right: 20px;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}

#menu {
	margin: 0px auto;
	width: 916px;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	height: 34px;
}

#menu li {
	float: left;
	margin-right: 2px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	height: 34px;
	width: 151px;
	background: #3B3B3B;
}

#menu li a {
	display: block;	
	height: 26px;
	padding: 8px 0px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #6CB101;
}

#menu li.hover {
	background: #444444;
}

#menu li.current {
	background: #FFFFFF;
}

#menu li.current a {
	color: #333333;
}

/****************
	Home
****************/

#header_home h1 {
	margin: 15px auto 10px auto;
	height: 94px;
	width: 600px;
	text-indent: -9999px;
	background: url('../images/home_logo_2.png') no-repeat top center;
}

#home_video {
	position: relative;
	margin: 0px auto;
	height: 482px;
	width: 932px;
	background: url('../images/video_background.png') no-repeat;
}

#home_leaf_1 {
	position: absolute;
	top: -46px;
	left: -38px;
	height: 150px;
	width: 136px;
	background: url('../images/home_leaf_1.png');
}

#home_leaf_2 {
	position: absolute;
	top: 372px;
	left: 775px;
	height: 113px;
	width: 78px;
	background: url('../images/home_leaf_2.png');
	z-index: 2;
}

#home_video_player {
	position: absolute;
	top: 43px;
	left: 108px;
	z-index: 1;
}

#home_continue_button {
	position: absolute;
	top: 10px;
	right: 100px;
}

/****************
	Content
****************/

#content {
	margin: 0px auto;
	border: 10px solid #FFFFFF;
	width: 896px;
	font-size: 12px;
}

#content ul, #content ol {
	margin: 10px 30px 10px 30px;
}

.section {
	margin: 0px 10px 10px;
	padding: 12px 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	background: #FFFFFF;
}

.border_section {
	margin: 10px 10px 0px 10px;
	border: 1px solid #6CB101;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
	background: #333333;
}

.banner_wrapper {
	position: relative;
	margin-bottom: 20px;
	height: 140px;
}

.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 874px;
}

.section_left {
	float: left;
	margin-right: 0px;
	width: 432px;
}

.section_right {
	float: right;
	margin-left: 0px;
	width: 332px;
}

#content h3 {
	position: relative;
	left: -10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.success {
	margin-bottom: 12px;
	padding: 8px 16px;
	font-family: HelveticaNeue Light, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background: #66AA66;
}

.error {
	margin-bottom: 12px;
	padding: 8px 16px;
	font-family: HelveticaNeue Light, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background: #AA6666;
}

.clearfix {
	display: block;
	clear: both;
}


/****************
	Gallery
****************/

#gallery {
	list-style: none;
	margin: 20px auto 0px !important;
	width: 722px;
}

#gallery li {
	float: left;
	height: 200px;
	width: 180px;
	text-align: center;
}

#gallery li img {
	padding: 2px;
	border: 2px solid #6CB101;
}

#gallery li span {
	font-weight: bold;
}

/****************
	Contact Form
****************/

#contact_form {
	
}

#contact_form ul {
	list-style: none;
	margin-top: 20px;
}

#contact_form li {
	margin-top: 10px;
	width: 420px;
}

#contact_form label {
	float: left;
	width: 100px;
	font-weight: bold;
}

#contact_form input.text, #contact_form textarea.text {
	padding: 1px 3px;
	border: 1px solid #333333;
	width: 293px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;	
}

#contact_form input.submit {
	float: right;
	margin-right: 19px;
	padding: 6px 0px;
	border: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 128px;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	background: url('../images/button_background.png') repeat-x top #333333;
}

#contact_form input.submit:hover {
	background: url('../images/button_hover_background.png') repeat-x bottom #333333;
}

/****************
	Footer
****************/

#footer {
	clear: both;
	margin: 10px auto 0px auto;
	width: 876px;
	padding: 10px 20px;
	font-size: 10px;
	color: #999999;
	background: url('../images/footer_background.png') repeat-x top;
}

#footer_right {
	float: right;
}

#footer_menu {
	margin-top: 15px;
}

#footer_menu ul {
	list-style-type: none;
}

#footer_menu ul li {
	float: left;
	width: 146px;
}

#footer_menu ul li a {
	display: block;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer_menu ul li ul li a {
	display: block;
	height: 15px;
	font-weight: normal;
}

#footer a {
	color: #888888;
}

#footer a:hover {
	text-decoration: underline;
}
