/* 
Fencing & Awning - CSS  
Thin Air Media Solutions - http://www.thinairmediasolutions.com  
Feb 26, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image {
	display: block;
	font-size: 0;
	text-indent: -9999px;
	outline: none;
}



/*  Fencing & Awning - Moxee, WA - CSS  */
/*  Layout  */
html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin: 0px;
	background: url(../images/bg1.gif) 0 0 repeat;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

#container { width:960px; margin:0 auto; text-align:left; }
#header { }
#content { background:url(../images/content-bg.jpg) 0 0 repeat-y; padding: 10px 20px 0px 40px; font-size:8px; }
#footer       { background:url(../images/footer.jpg) 0 0 no-repeat; height:75px; color:#FFF; padding:40px 0 0 0; text-align:center; font-size:12px; }

/*  Styles  */

a:link    { color: #900; font-weight: bold; text-decoration: none; }
a:visited { color: #900; font-weight: bold; text-decoration: none; }
a:hover   { color: #900; font-weight: bold; text-decoration: none; }
a:active  { color: #900; font-weight: bold; text-decoration: underline; }

.mainNav 		  { font-size: 18px; font-weight:normal; line-height:30px; }
a.mainNav:link	  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#000; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#000; font-weight:normal;}
a.mainNav:hover   { text-decoration:none; color:#fff; font-weight:normal;}

.footer 		  { font-size: 14px; font-weight:normal; }
a.footer:link	  { text-decoration:none; color:#fff; font-weight:normal; }
a.footer:active  { text-decoration:none; color:#fff; font-weight:normal; }
a.footer:visited { text-decoration:none; color:#fff; font-weight:normal;}
a.footer:hover   { text-decoration:underline; color:#fff; font-weight:normal;}

.completesite { font: 16px/20px normal; }

h1.completesite { margin-top:-1px; font: 28px/32px bold; font-family: Georgia, "Times New Roman", Times, serif; color:#900; }
h2.completesite { margin: 10px 0 10px 0; font: 25px/32px bold; font-family: Georgia, "Times New Roman", Times, serif;  color:#900; }
h3.completesite { margin: 10px 0 10px 0; font: 22px/32px bold; padding:0; font-family: Georgia, "Times New Roman", Times, serif;  color:#900; }

ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }