/*
	Site: 
	Date: 
	Author: Larry Chartier
	Description: Core CSS File
	Additional CSS Files: 

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#4f77be		Color		Used for: 
	#666666		Color		Used for: 
	#4a5447		Color		Used for: 
	#3f421e		Color		Used for: 
	#728100		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 	
	---------------------------------------------------------------------
*/

/* Base style removal, global fixes and browser/platform fixes */

:link, :visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd,input { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }
a, a:link, a:visited, a:hover, a:active { outline: 0; }


/*	Custom styles begin */

body {background: url(bg.gif) center top no-repeat #e4e4e4;font-family: Verdana;}

div#main {background: url(main-bg.gif) no-repeat center;width: 698px;height: 177px;margin: 161px auto 10px auto;padding: 210px 0 0 0;}
div#main a {text-indent: -9999px;float: left;display: block;height: 44px;}
div#main a.design {background: url(one.gif) no-repeat 15px 0;width: 224px;padding: 0 0 0 15px;}
div#main a.design:hover {background: url(one-r.gif) 15px 0 no-repeat;}
div#main a.development {background: url(two.gif) no-repeat;width: 224px;}
div#main a.development:hover {background: url(two-r.gif) no-repeat;}
div#main a.landscaping {background: url(three.gif) no-repeat;width: 222px;}
div#main a.landscaping:hover {background: url(three-r.gif)}

div#main h1 {clear: both;margin:0 auto 0 auto;text-indent: -99999px;display: block;background: url(logo.gif) 0 20px no-repeat;width: 437px;height: 57px;padding-top: 20px;}


p.copy {width: 698px;margin: 0 auto 20px auto;font-size: 10px;text-align: center;color: #532662;}
p.copy a {color: #532662;}
p.copy a:hover {color: #000;}


