/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6a6a6a;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
 background-color:#FFFFFF;
}
#faux {
 /*background: url(images/faux_bg.gif);*/
 margin: 0;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px 10px 10px 10px;
 padding: 0px;
 width: 215px;
 float: left;
 background-color:#FFFFFF;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 20px 10px 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
	text-align:justify;
	background-color:#FFFFFF;
}

#footer { 
 width: 920px;
 clear: both;
 color: #666;
 background: #cccccc;
 margin: 0 auto;
 padding: 20px;
 text-align:center;
 font-size: 10px;
 
}

#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:152px;
	width:235px;
	background-color: #666666;
	
	}
	
#rocks {
	background-image:url(images/rocks.jpg);
	background-repeat: no-repeat;
	height:243px;
	width:235px;
	}
	
#quote {
	background-image:url(images/quote.jpg);
	background-repeat:no-repeat;
	height:97px;
	width:235px;
	}
	
	
/*#topl {
	background-image: url(images/top_l.jpg);
	background-repeat:no-repeat;
	height:9px;
	margin: 5px 0px 0px 0px;
	padding:0;
	}*/
	
/*#footerb {
	background-image:url(images/footer_bottom.jpg);
	background-repeat:no-repeat;
	height: 9px;
	}*/
	
img  {
	border-style:none;
	}
	
a {
	text-decoration:underline;
	color:#000000;
	}
	
#menu ul {
	display: block;
	list-style-type: none;
	}
	
#menu li {
	list-style-type:none;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 235px;
	font-size: 14px;
	padding: 10px 10px 3px 34px;
	
	}
	
#menu li a,  #menu li a:visited {
	color: #fff;
	text-decoration:none;
	
	}
	
#menu li a:hover {
 color: #CC0000;
 }
 
 .names {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	color: #FF0000;

}

.testimonial {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;

}

.list li {
	list-style-type:none;
	background-image: url(images/bullet.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	margin-left:15px;
	background-position: 0 0.2em;
	}
.check li {
	list-style-type:none;
	background-image: url(images/mark.jpg);
	background-repeat:no-repeat;
	padding-left: 20px;
	margin-left:15px;
	background-position: 0 0.4em;
	line-height: 20px;
	}
	
.u {
	text-decoration:underline;
	}
	
.client a {
	color: #CC0000;
	text-decoration:underline;
	}
	
.gal {
	border: 2px;
	color:#999999;
	border-style:solid;
	}


	
.clear { clear: both; background: none; }