/* ------------------------------------------------------------------------
CSS sheet for A-Z Property Maintenance.
Author: Tim Kadec
Date Created: 6/06/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Gold - #FFCC66

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	text-align: center;
	background: url(images/bodybg.gif) top left repeat-x #FFCC66;
	font: 12px/1.58em Verdana, Arial, sans-serif;
}
#wrap{
	display: block;
	margin: auto;
	text-align: left;
	width: 728px;
	color: #FFFFCD;
}

/* -----------------------------------------------------------------------
MAKE FOOTER STAY
-------------------------------------------------------------------------*/
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -83px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 83px; /* .push must be the same height as .footer */
}
/* -----------------------------------------------------------------------
HEAD ELEMENTS
-------------------------------------------------------------------------*/
#header a.index{
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 20px;
	width: 230px;
	height: 90px;
}
#header h1{
	font-size: 70%;
	background: url(images/header.jpg) top left;
	width: 728px;
	height: 128px;
	text-indent: -9999px;
	display: block;
}
#header h2{
	font-size: 70%;
	background: url(images/cultivating.gif) no-repeat;
	width: 727px;
	height: 18px;
	text-indent: -9999px;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation{
	display: block;
	list-style-type: none;
	width: 100%;
	height: 42px;
	margin-top: -1px;
	background: url(images/navigation2.png) no-repeat;
}
#header > ul.navigation{
	margin-top: 0px;
}
ul.navigation li{
	float: left;
	display: block;
	width: 147px;
}
ul.navigation a{
	display: block;
	width: 100%;
	height: 52px;
	text-indent: -9999px;
}
ul.navigation li.home{
	width: 144px;
}
ul.navigation li.about{
	width: 145px;
}
ul.navigation li.services{
	width: 145px;
}
ul.navigation li.gallery{
	width: 145px;
}
ul.navigation li.contact{
	width: 148px;
}
ul.navigation li.home a:hover{
	background: url(images/navigation2.png) 0px -52px no-repeat;
}
ul.navigation li.about a:hover{
	background: url(images/navigation2.png) -144px -52px no-repeat;
}
ul.navigation li.services a:hover{
	background: url(images/navigation2.png) -289px -52px no-repeat;
}
ul.navigation li.gallery a:hover{
	background: url(images/navigation2.png) -434px -52px no-repeat;
}
ul.navigation li.contact a:hover{
	background: url(images/navigation2.png) -579px -52px no-repeat;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	background: url(images/wrapbg.gif) repeat-y;
	width: 727px;
	padding-top: 9px;
	margin-top: -10px;
}
#wrap > #main{
	margin-top: 0px;
}
#main p.flash{
	text-align: center;
}
#main p.flash a{
	color: #FFFFCD;
	text-decoration: none;
}
#main p.flash a:hover{
	text-decoration: underline;
}
#content{
	background: url(images/contentbg.gif) no-repeat;
	display: block;
	padding: 50px;
	width: 390px;
}
#content ul{
	margin-left: 20px;
}
#content p{
	margin: .4em 0px;
}
#content dl dt{
	font-weight: bold;
	margin-top: .4em;
}
#content dl dd{
	margin-bottom: .4em;
}
#content a{
	color: #FFFFCD;
}
#textures{
	display: block;
}
#textures dl dd{
	margin: 5px;
	text-align: center;
	width: 114px;
	float: left;
}
#textures dl dd img{
	display: block;
}
#indexright{
	width: 190px;
	float: right;
	margin-right: 2px;
	padding: 0px 10px;
	background: #133004;
	border: 3px solid #CCCC9A;
}
#main > #indexright{
	width: 200px;
	margin-right: 5px;
}
#indexright h2{
	font-size: 12px;
	text-align: center;
}
#indexright p{	
	margin: .4em 0px;
}
img.floatright{
	float: left;
	border-bottom: 3px solid #cccc9a;
	border-right: 3px solid #cccc9a;
	margin: -1px 5px 0 5px;
	width: 491px;
}
#full{
	background: #133004;
	border: 3px solid #CCCC9A;
	margin-right: 10px;
	padding: 0px 10px;
	margin-left: 5px;
}
h3{
	font-size: 15px;
}
#full h3{
	margin-bottom: .3em;
}
#full p{	
	margin: .4em 0px;
}
#full p.special{
	margin-left: 486px;
}
#fix{
	display: block;
	clear: both;
}
img.wlca{
	border: 3px solid #CCCC9A;
	margin-left: 50px;
}
#indexright img{
	border: 2px solid #cccc9a;
	margin-left: -2px;
	margin-bottom: 10px;
}
#indexright img.company{
	margin-left: 5px;
}
#sidenav ul{
	width: 187px;
	float: right;
	margin-right: 10px;
	padding: 0px 10px;
	background: #133004;
	border: 3px solid #CCCC9A;
	list-style-type: none;
}
#sidenav ul li{
	height: 15px;
	background: #B3C981;
	margin: 5px 0;
	text-align: center;
	padding-top: 5px;
}
#sidenav ul li a{
	color: #182E00;
	text-decoration: none;
	width: 187px;
	display: block;
	height: 25px;
}
#main > #sidenav ul li{
	height: 25px;
	background: #B3C981;
	margin: 5px 0;
	text-align: center;
	padding-top: 5px;
}
#main > #sidenav ul li a{
	color: #182E00;
	text-decoration: none;
	width: 187px;
	display: block;
	height: 35px;
}
#sidenav ul li a:hover{
	text-decoration: underline;
}
#sidenav ul.hardscapes li{
	background: #D3CAB9;
}
#main > #sidenav ul.hardscapes li{
	background: #D3CAB9;
}
#sidenav ul.btm{
	margin-top: 10px;
	clear: both;
}
#sidenav ul.btm li{
	background: #FFCC66;
}
#sidenav ul.btmhard{
	margin-top: 10px;
	clear: both;
}
#sidenav ul.btmhard li{
	background: #BAAF99;
}
p.center{
	text-align: center;
}
img.centerimg{
	margin-left: 80px;
}
a.contact{
	text-indent: -9999px;
	display: block;
	width: 182px;
	height: 22px;
	margin-top: -22px;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form{
	margin-top: 10px;
}
form ul li{
	display: block;
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
}
form ul li label{
	float: left;
	width: 50px;
}
form ul li input{
	width: 131px;
}
form ul li textarea{
	clear: both;
	display: block;
	margin-left: 50px;
	width: 131px;	
}
form ul li.submit input{
	width: auto;
	padding: 0px 10px;
	margin-left: 50px;
}
p.contact{
	text-align: center;
}
h1.contact{
	display: block;
	text-indent: -9999px;
	background: url(images/contact.gif) no-repeat;
	width: 182px;
	height: 22px;
}
/* -----------------------------------------------------------------------
Gallery ELEMENTS 
-------------------------------------------------------------------------*/
#gallery{
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#content ul.custom{
	list-style-type: none;
	width: 400px;
	margin-left: -10px;
	display: block;
}
ul.custom li{
	display: block;
	float: left;
	width: 75px;
	text-align: center;	
	margin: 0 0px;
}
#gallery > ul.custom li{
	margin: 0px 2px 0 3px;
}
ul.custom li a img{
	border: 1px ridge black;
}
.mainpic{
	margin-left: 50px;
	margin-top: 10px;
	display: inline;
	text-align: center;
	float: left;
	border: 1px ridge black;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	clear: both;
	display: block;
	padding: 20px 0;
	color: #C0C0C0;
	text-align: center;
	font: 11px/1.3em Arial, sans-serif;
}
#footer a{
	color: #C0C0C0;
}
#footer ul{
	display: block;
	list-style-type: none;
}
#footer li{
	display: inline;
	margin-right: 25px;
}
ul.sitemap{
	list-style-type: none;
}
ul.sitemap a{
	color: #FFFFCD;
	text-decoration: none;
}
ul.sitemap a:hover{
	text-decoration: underline;
}


















w