/*
Company:		Outdoor Concepts, Inc
URL:			www.ocilandscape.com
File:		main.css - used for main site styles
*/

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

body {padding:0px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
body {
	background-color: #ccc;
	background-image: url("../graphics/background.gif");
	background-repeat: repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
	
/*</group>*/

/*<group=Layout>*/
div#header {
	width: 796px;
	height: 204px;
	position: absolute;
	top: 0px;
	margin-left: 0px;
	background-image: url("../graphics/header.jpg");
	z-index: 0;
}
div#main, div#mainShrub {
	position: absolute;
	top: 170px;
	margin-left: 215px;
	width: 567px;
	z-index: 2;
}
img#usedGrasshoppersButton {
	position: absolute;
	top: 130px;
	margin-left: 10px;
	z-index: 1;
}
p#phone {
	position: absolute;
	top: 80px;
	margin-left: 12px;
	font-family: Georgia, Times, serif;
	color: #08047c;
	font-size: 105%;
}
div#emailSignup {
	position: absolute;
	top: 480px;
	width: 150px;
	margin-left: 10px;
	z-index: 4;
}
div#treeSidebar {
	position: absolute;
	top: 480px;
	margin-left: 0px;
	width: 171px;
	height: 194px;
	background-image: url("../graphics/sidebar_tree.gif");
	background-repeat: no-repeat;
	z-index: 3;
}
div#footer {
	clear: both;
}
div.shrubBox {
width: 520px;
padding: 15px;
margin-bottom: 30px;
background-color: #e9efd4;
}
div.shrubBox img {
float: left;
margin-right: 30px;
}
div.sold {
background-color: red;
width: 500px;
color: #fff;
font-weight: bolder;
text-align: center;
}
/*</group>*/

/*<group=Nav>*/
ul#nav {
	position: absolute;
	top: 200px;
	margin-left: 0px;
	width: 194px;
}
ul#nav li {
	text-align: right;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 1px;
	background-color: #e4ebca;
}
ul#nav li a {
	height: 25px;
	display: block;
	padding: 5px;
	padding-right: 10px;
}
ul#nav li a:link {
	color: #000;
	text-decoration: none;
}
ul#nav li a:visited {
	color: #000;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #98a07e;
}
ul#subNav {
	float: right;
	padding: 10px;
	margin: 5px;
	width: 40%;
	background-color: #d8e2b3;
}
ul#subNav li {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 166%;
	font-family: Georgia;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #08047c;
	margin-top: 0px;
}
h3 {
	font-size: 133%;
	font-family: Georgia;
	font-weight: lighter;
	letter-spacing: -1px;
	margin-top: 0px;
}
h4 { }
h5 { }
h6 { }
/*</group>*/

/*<group=Text Styles>*/
p.copyright {
	font-size: 80%;
	text-align: center;
}
div#main p {
margin-top: 0px;
	line-height: 180%;
}
div#mainShrub p {
margin-top: 5px;
line-height: 120%;
}
.bold {
	font-weight: bold;
}
/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
	
/*</group>*/

/*<group=Tables>*/
table.listing {
border: 0px;
width: 500px;
}
table.listing tr {
margin: 1px;
background-color: #e9efd4;
}
table.listing td {
padding: 5px;
}
table.listing tr.heading {
font-weight: bolder;
font-size: 110%;
background-color: #fff;
}
table.listing tr.yes {
color:#333;
}
table.listing tr.yes td {
background-image: url("../graphics/sold.gif");
}
/*</group>*/

/*<group=Links - link visited hover active>*/
a:link {
	color: #08047c;
}
a:visited {
	color: #0c004d;
}
a:hover, a:active {
	background-color: #08047c;
	text-decoration: none;
	color: #fff;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}
img.inPageImg {
float: left;
margin-right: 30px;
margin-bottom: 5px;
}
/*</group>*/
