
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Premier Fence
URL :      http://premierfencekc.com

Created :  04.23.2008
Modified : 02.03.2010

- - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

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

:focus { outline: none; }

img { vertical-align: bottom; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* =HTML
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-size: 66%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/body_bg.gif) top left repeat;
	color:#666;
}

html>body {
	font-size: 11.7px;
}

#content p {
	margin-bottom:1.8em;
	font-size:1em;
	line-height:1.6em;
}

#content p.intro {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.1em;
}

#content cite {
	font-size:0.9em;
	line-height:1.2em;
	font-style:italic;
}

#content ul.intro {
	margin: 1em;
}

#content ul.intro li {
	margin-left: 1em;
	list-style: disc;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content img {
	border:1px solid #524A3C;
	padding:2px;
	background:#eee;
}

#content img.floatR {
	float:right;
	margin-left:20px;
	margin-bottom:12px;
}

#content img.floatL {
	float:left;
	margin-right:20px;
	margin-bottom:12px;
}

/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */
#content h2 { margin-bottom:24px; font-size:1.5em; font-weight:bold; }
#content h3 { margin-bottom:0.2em; font-size:1.3em; font-weight:bold; }

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a:link { color:#7E745A; text-decoration:underline; }
a:visited { color:#7E745A; text-decoration:underline; }
a:hover { color:#9A8F72; text-decoration:none; }
a:active { color:#9A8F72; text-decoration:none; }

/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - */
.hide { display: none; }

.error {
	color: #ff0000; 
	font-weight: bold;
}

/* Sticky Footer */
html, body, #wrap1 { height: 100%; }

body > #wrap1 { height: auto; min-height: 100%; }

#wrap2 { padding-bottom: 320px; }  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 180px;
	clear:both;
}

/* MAIN LAYOUT */
#wrap1, #footer {
	margin-right:auto;
	margin-left:auto;
	padding-left:28px;
	padding-right:28px;
	width: 796px;
	text-align: left;
}

#wrap1 { background:url(../img/shade.png) center center repeat-y; }

#masthead {
	width:796px;
	height:271px;
	background:#333 url(../img/header_bg.jpg);
}

	h1#logo a {
		float: left;
		display:block;
		text-indent:-9000em;
		overflow:hidden;
		width:420px;
		height:226px;
	}
	
	#phone {
		float: left;
		width: 360px;
		margin-top: 33px;
		text-align: right;
		font-size: 1.2em;
		line-height: 1.6em;
		font-style: italic;
		color: #fff;
	}
	
	#financing {
		float: left;
		width: 360px;
		margin-top: 60px;
		padding-top: 25px;
		text-align: right;
		font-size: 0.8em;
		line-height: 1.4em;
		background: url(../img/credit_card_logos.gif) top right no-repeat;
		color: #ccc;
	}

#content {
	padding:36px 25px 0 25px;
	background:url(../img/content_bg.jpg) top left repeat-x;
}

#footer p {
	margin-left:25px;
	font-size:0.833em;
	line-height:1.5em;
	font-style:italic;
}

#footer ul#logo-links { 
	float: right; 
	margin: 0; 
	list-style: none; 
}
 
#footer ul#logo-links li {
	display: inline-block; 
	vertical-align: top; 
	margin: 0 24px 0 0; 
	list-style: none; 
	/* IE Inline-Block */
	zoom: 1;
	*display: inline;
}

#footer ul#premier-links { 
	clear: both; 
	margin: 40px 0 0; 
	padding: 0; 
	list-style: none; 
	text-align: center; 
}

#footer ul#premier-links li { 
	display: inline-block; 
	vertical-align: top; 
	margin: 0 12px; 
	list-style: none; 
	/* IE Inline-Block */
	zoom: 1;
	*display: inline;
}

/* =NAVIGATION
- - - - - - - - - - - - - - - - - - - - - */
/* Global Navigation */
ul#global-nav {
	clear: both;
	width:796px;
	height:45px;
	background:url(../img/nav_sprite.jpg) top left no-repeat;
}

ul#global-nav li {
	display:inline;
	list-style:none;
}

ul#global-nav li a {
	margin:0;
	padding:0;
	float:left;
	display:block;
	height:45px;
	text-indent:-9000em;
	overflow:hidden;
	text-decoration:none;
	background-image: url(../img/nav_sprite.jpg);
}

ul#global-nav li a#gn-wood { width: 76px; background-position: 0 0; }
ul#global-nav li a#gn-wood:hover, body#wood ul#global-nav li a#gn-wood { background-position: 0 -45px; }

ul#global-nav li a#gn-vinyl { width: 65px; background-position: -76px 0; }
ul#global-nav li a#gn-vinyl:hover, body#vinyl ul#global-nav li a#gn-vinyl { background-position: -76px -45px; }

ul#global-nav li a#gn-steel { width: 108px; background-position: -141px 0; }
ul#global-nav li a#gn-steel:hover, body#steel ul#global-nav li a#gn-steel { background-position: -141px -45px; }

ul#global-nav li a#gn-chain { width: 114px; background-position: -249px 0; } 
ul#global-nav li a#gn-chain:hover, body#chain ul#global-nav li a#gn-chain { background-position: -249px -45px; }

ul#global-nav li a#gn-sports { width: 77px; background-position: -363px 0; } 
ul#global-nav li a#gn-sports:hover, body#sports ul#global-nav li a#gn-sports { background-position: -363px -45px; }

ul#global-nav li a#gn-commercial { width: 123px; background-position: -440px 0; } 
ul#global-nav li a#gn-commercial:hover, body#commercial ul#global-nav li a#gn-commercial { background-position: -440px -45px; }

ul#global-nav li a#gn-projects { width: 114px; background-position: -563px 0; }
ul#global-nav li a#gn-projects:hover, body#projects ul#global-nav li a#gn-projects { background-position: -563px -45px; }

ul#global-nav li a#gn-contact { width: 119px; background-position: -677px 0; }
ul#global-nav li a#gn-contact:hover, body#contact ul#global-nav li a#gn-contact { background-position: -677px -45px; }

/* Footer Navigation */
ul#footlist {
	width: 746px;
	margin: 0 0 32px 25px;
	padding: 12px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#footlist li {
	display: inline;
	list-style-type: none;
	margin-right: 24px;
	padding-right: 26px;
	background: url(../img/separator.gif) right center no-repeat;
}

ul#footlist li.contact {
	background:none;
	margin-right:0;
	padding-right:0;
}

ul#footlist li a {
	color:#7E745A;
	font-weight:bold;
	text-decoration:none;
}

ul#footlist li a:hover {
	text-decoration:underline;
}

/* =DETAILS
- - - - - - - - - - - - - - - - - - - - - */
/* Homepage Feature */
#feature {
	padding: 0 0 12px;
	background:#fff url(../img/roundy_bot.gif) no-repeat left bottom;
}

#feature ul {
	width: 746px;
	margin: 24px 0 0;
	padding: 24px 0 0;
	list-style: none;
	background: #333 url(../img/roundy_top.gif) top left no-repeat;
	color: #9A8F72;
}

#feature li {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin: 0 0 24px;
	padding: 0 0 0 24px;
	/* IE Inline-Block */
	zoom: 1;
	*display: inline;
}

#content #feature img {
	float: left;
	margin: 0 14px 0 0;
	padding: 2px;
	background: #333;
	border: 1px solid #7C7258;
}

#content #feature h3,
#content #feature p {
	float: left;
	width: 220px;
	margin: 0;
}

#content li h3 a { color:#9A8F72; text-decoration:none; }
#content li h3 a:hover { text-decoration:underline; }

#content li p { font-size:1.1em; line-height:1.5em; }
#content li p a { line-height: 1.5em; }

/* Gallery */
ul.gallery {
	margin: 0 0 20px;
	padding: 12px 0 0 36px;
	list-style: none;
}

ul.gallery li  {
	display: inline-block;
	vertical-align: top;
	width: 196px;
	margin: 0;
	padding: 0 36px 0 0;
	list-style: none;
	/* IE Inline-Block */
	zoom: 1;
	*display: inline;
}

#content ul.gallery img { margin-bottom: 12px; }

#content ul.gallery h3 { font-size:1em; }

#content ul.gallery p { font-size: 0.9em; line-height: 1.25em; }

/* Contact Form */
#contactForm {
	padding-top:24px;
}

#contactForm label {
	float: left;
	padding-right: 12px;
	width: 100px;
	text-align: right;
	font-weight:bold;
}

#contactForm input,
 #contactForm select,
  #contactForm textarea {
	margin-bottom:18px;
}

#contactForm .info input {
	width:230px;
}

#contactForm .message textarea {
	width:320px;
	height:120px;
}

#contactForm .button input {
	margin-left:112px;
}

#contactForm cite {
	display: block;
	margin: 0 0 0 112px;
	color: #999;
}

