/*
Site: Don's Directory Store
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Mar 10, 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; }



/*  Don's Directory Store - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin:0;
	background: url(../images/bg1.jpg) 0 0 repeat-x;
	font: 16px/20px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:left;
}

#container 	{ width:800px; margin:0 auto; }
#header 	{ height: 115px; padding-top:8px; }
  #logo 	{ float:left; width: 230px; }
  #nav		{ float:right; text-align:right; width: 565px; height:40px; padding-top:75px }
#content-home 	{ background-color:#000000; padding:20px 0; color:#FFF; background-image:url(../images/content-bg-home.jpg); background-repeat:no-repeat; }
#content-int 	{ background-color:#FFF; padding:20px 0; color:#000; }
#footer-home	{ color:#CCC; background-color:#000; text-align:center; height:40px; padding-top:20px; }
#footer-int		{ color:#005148; background-color:#FFF; text-align:center; height:40px; padding-top:20px; }
	
/*  Styles  */

a:link    { color: #005148; font-weight: bold; text-decoration: none; }
a:visited { color: #005148; font-weight: bold; text-decoration: none; }
a:hover   { color: #005148; font-weight: bold; text-decoration: underline; }
a:active  { color: #CCC; font-weight: bold; text-decoration: none; }

.mainNav 		  { font-size: 16px; font-weight:normal; line-height:22px; display:block; }
a.mainNav:link	  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#FFF; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#FFF; font-weight:normal;}
a.mainNav:hover   { text-decoration:none; color:#aaa; font-weight:normal;} 

.footer-home 		  { font-weight:normal; color:#CCC; }
a.footer-home:link	  { text-decoration:none; color:#CCC; font-weight:normal; }
a.footer-home:active   { text-decoration:none; color:#CCC; font-weight:normal; }
a.footer-home:visited  { text-decoration:none; color:#CCC; font-weight:normal; }
a.footer-home:hover    { text-decoration:underline; color:#999; font-weight:normal;}

.footer-int 		  { font-weight:normal; color:#005148; }
a.footer-int:link	  { text-decoration:none; color:#005148; font-weight:normal; }
a.footer-int:active   { text-decoration:none; color:#005148; font-weight:normal; }
a.footer-int:visited  { text-decoration:none; color:#005148; font-weight:normal; }
a.footer-int:hover    { text-decoration:underline; color:#333; font-weight:normal;}


.completesite { font: 16px/22px "Trebuchet MS", Helvetica, Arial, sans-serif; }
p.contact { font-size:15px; padding:10px 0 0 0; margin:0; line-height:14px; }
.list { font-size:14px; }
.pipe { font-size:16px; color:#666; padding:0 10px; }

h1.completesite { margin-top:0px; font: 28px/34px bold "Trebuchet MS", Helvetica, Arial, sans-serif; color:#005148; }
h2.completesite { margin: 0 0 5px 0; font: 22px/26px bold; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; vertical-align:top; color:#005148; }
h3.completesite { margin: 10px 0 10px 0; font: 18px/22px bold; padding:0; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; color:#005148; }
h4.completesite { margin: 0; font: 16px/18px bold; padding:0; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; color:#005148; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }
p {padding:10px 0;