/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
	background-image: url('../images/bgBar.jpg');
	background-position: left 102px;
	background-repeat: repeat-x;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

/* ***** Page Structure ***** */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;

	background-image: url('../images/bgBar_right.jpg');
	background-position: 80% 102px;
	background-repeat: no-repeat;

	text-align: center;
}

#mainBody {
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	padding: 0px 0px 80px 0px;
	position: relative;
	width: 960px;
	
	border: 0px none #000000;
	
	text-align: left;
}

#header {
	height: 220px;
	width: 100%;
	
	background-image: url('../images/bgBar_plain.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

div#shadow {
	height: 20px;
	position: absolute;
	top: 322px;
	width: 100%;
	
	background-image: url('../images/bgShadow.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

/* ***** Blocks ***** */
	/* Columns */
div.column {
	float: left;
	margin: 20px 0px 40px 0px;
	padding: 0px 20px 0px 20px;
	width: 278px;
	
	border-right: 3px solid #dad39c;
}
div.column.last { border: 0px none #000000; }

div.twoCol_1 {
	float: left;
	margin: 0px 40px 0px 80px;
	padding: 0px;
}

div.twoCol_2 {
	float: left;
	margin: 40px 0px 30px 40px;
	padding: 0px;
}

	/* Footer */
div#footer {
	bottom: 10px;
	height: 22px;
	left: 0px;
	padding-top: 38px;
	position: absolute;
	width: 100%;
	
	background-color: transparent;
	background-image: url('../images/bgFooter.gif');
	background-position: left top;
	background-repeat: repeat-x;
	
	font-size: 10px;
	text-align: left;
}
	/* Main Text */
div.mainText {
	margin-top: 30px;
}

	/* Contact Details */
div.contactDetails {
	float: right;
	width: 320px;
}

	/* Customer Links */
div.cusLink {
	float: left;
	margin: 20px 20px 20px 0px;
	width: 300px;
}
div.cusLink img { float: left; margin-right: 20px; }
div.cusLink h3 { margin-top: 0px; }
div.cusLink p { margin: 6px 0px; }
div.cusLink a { color: #30720c; }

	/* Specifications */
div.specifications {
	float: right;
	margin-top: 10px;
	padding: 15px;
	width: 290px;
	
	background-color: #dad39c;
}

div.specifications h4 { margin: 10px 0px 5px 0px; }
div.specifications ul { margin: 0px; padding: 0px 0px 0px 20px; }
div.specifications ul li { margin: 3px 0px; }

/* ***** Forms ***** */
form fieldset {
	margin-bottom: 20px;
	padding: 45px 0px 0px 0px;
	width: 500px;
	
	border: 0px none #000000;
}

form fieldset legend span {
	display: block;
	margin: 6px 10px 0px 0px;
	padding-bottom: 6px;
	position: absolute;
	width: 500px;
	
	background-color: transparent;
	
	color: #846c47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
}

form p {
	margin: 1px 0px;
}
div.mainText form p { width: auto; }

form p.error {
	margin-bottom: 6px;
	padding-left: 80px;
	
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}

form label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 80px;
}

form input,
form select,
form textarea {
	border: 1px solid #846c47;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
form input { width: 200px; }
form select { width: 202px; }
form textarea { height: 80px; width: 350px; }

form input.btn {
	width: auto;
	
	background-color: #846c47;
	
	color: #ffffff;
	font-weight: bold;
}

form div.additionalFields {
	display: none;
}

/* ***** Headings ***** */
h2 {
	margin: 15px 0px 5px 0px;
	
	color: #846c47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	margin: 22px 0px 5px 0px;
	
	color: #846c47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
}
div.contactDetails h3 { margin-top: 0px; }

h4 {
	margin-bottom: 0px;
	
	color: #846c47;
	font-size: 13px;
	font-weight: bold;
}

/* ***** Images ***** */
img.imgLogo {
	clear: right;
	display: block;
	margin: 20px 0px 20px 0px;
}

img.imgMain {
	float: left;
}

img.phRight {
	float: right;
	margin: 0px 0px 15px 15px;
}

/* ***** Links ***** */
p.lnkMore {
	text-align: right;
}

p.lnkMore a {
	color: #30720c;
	text-decoration: underline;
}

p.legals a,
p.siteCredits a {
	color: #000000;
}

a:hover { text-decoration: none; }


/* ***** Lists ***** */
	/* Top Nav */
ul#topNav {
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 120px;
	top: 60px;

	list-style-type: none;
}

ul#topNav li {
	display: block;
	float: left;
	padding-left: 13px;
	
	background-image: none;
}

ul#topNav li a {
	display: inline;
	padding: 0px;
	
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

	/* Site Navigation */
ul#navigation {
	clear: right;
	display: block;
	height: 220px;
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	width: 210px;
	
	list-style-type: none;
}

ul#navigation li {
	height: 30px;
	margin-bottom: 2px;
	padding: 0px;
	
	border-bottom: 1px solid #ffffff;
}

ul#navigation li a {
	display: block;
	padding: 5px 0px 0px 20px;
	
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
ul#navigation li a:hover { color: #846c47; }

	/* Home Page Gallery */
ul.lstGallery {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.lstGallery li {
	display: block;
	float: left;
	height: 80px;
	margin: 0px 12px 10px 0px;
	width: 80px;
	
	text-align: center;
}

ul.lstGallery li a img {
	border: 0px none #000000;
}

	/* Gates */
ul.lstGates {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.lstGates li {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px;
	width: 92px;
	
	border: 2px solid #dad39c;
	background-color: #846c47;
	
	color: #ffffff;
}
ul.lstGates li p { margin: 3px 0px; }
ul.lstGates li img { border: 1px solid #ffffff; }

	/* Installation */
ol.lstInstallation li {
	font-weight: bold;
}
ol.lstInstallation li h4 { margin-bottom: 0px; }
ol.lstInstallation li p { margin: 6px 0px; font-weight: normal; }

	/* Customer Gallery */
ul.lstMainGallery {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.lstMainGallery li {
	display: block;
	float: left;
	height: 183px;
	margin: 7px;
	padding: 4px;
	position: relative;
	width: 162px;
	
	border: 2px solid #DAD39C;
	
	text-align: center;
}

ul.lstMainGallery li a img {
	border: 1px solid #846c47;
}

ul.lstMainGallery li h4 {
	bottom: 0px;
	height: 17px;
	left: 0px;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	position: absolute;
	width: 150px;
	
	background-color: #DAD39C;
	
	color: #846c47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* ***** Text ***** */
p.intro {
	font-size: 14px;
	font-weight: bold;
}
div.mainText p.intro { width: 450px; }
div.mainText p { width: 350px; }

p.legals {
	margin: 0px;
	padding-left: 10px;
	
	text-align: left;
}

p.siteCredits {
	float: right;
	margin: 0px;
	padding-right: 10px;
	
	text-align: right;
}

p.confirm {
	color: #005500;
	font-weight: bold;
}

/* ***** Miscellaneous ***** */
span.clear {
	display: block;
	clear: both;
}
