/*	
	CSS 
	Classic Landscape Centre (classiclandscapers.com)
	by Odvod Media (odvod.com)
	©2006
*/



/* ********** */
/*   layout   */
/* ********** */

body {
	margin:0; 
	padding:0;
	text-align:center;
	background: url(layout/bg1.jpg) repeat-x left top;
}
        
#container {
	width:660px;
	margin:0px auto;
	padding:0 20px;
	text-align:left;
	background:#fff url(layout/body-top.jpg) no-repeat top left;
}

#nav1 {
	padding-top:30px;
	text-align:right;
}

#nav2 {
	margin:0;
	padding:6px 10px;
	text-align:left;
}

#content {
	float:left;
	width:435px;
	border-right:1px solid #999;
	padding-right:15px;
	margin-bottom:0;
}

#column {
	float:right;
	width:190px;
}

#footer {
	clear:both;
	background: #fff url(layout/footer_line.jpg) no-repeat top center;
	margin:0;
}


/* ************** */
/*   nav styles   */
/* ************** */

#nav1 ul {
	padding: 0px;
	margin: 0 0 0 0;
	text-align:right;
}

#nav2 ul {
	padding: 0px;
	margin: 0 auto 0 0;
	text-align:left;
}

#product ul {
	padding: 0px;
	margin: 0 auto 0 auto;
	text-align:left;
}


#nav1 li, #nav2 li {
	list-style-type:none;
	background: url(images/icon_sm_white.gif) no-repeat 0px 2px;
	display: inline; 
	padding: 1px 1px 1px 15px; 
	margin: 0px 9px 0px 0px;
}

#product li {
	list-style-type:none;
	background: url(images/icon_sm_white.gif) no-repeat 0px 2px;
	padding: 1px 1px 1px 15px; 
	margin: 0 7px 0 0
}


/* IE hack */
html>body #nav1 li, html>body #nav2 li html>body #product {
	background: url(images/icon_sm_white.gif) no-repeat 0 0;
}

#nav1 li a:link, #nav1 li a:visited, #nav2 li a:link, #nav2 li a:visited, #product li a:link, #product li a:visited {
	list-style:none;
	text-decoration: none;
	font-size:10px; 
	text-transform:uppercase;
	color:#006600;
}

#nav1 li a:hover, #nav2 li a:hover {
	text-decoration: underline;
}


/* ******************** */
/*   index jump boxes   */
/* ******************** */

.jumpbox {
	width:135px;
	float:left;
}

.jump_stuff {
	background-color:#ececec;
}

.jump_gap {
	width:15px;
	float:left;
}

.boxtop, .boxbottom {
	font-size:11px;
	line-height:11px;
	margin:0;
	padding:0;
}

.boxtop {
	background: url(images/box-top.gif) no-repeat top left;
}

.boxbottom {
	background: url(images/box-bottom.gif) no-repeat top left;
}


/* ******************** */
/*   index contact boxes   */
/* ******************** */

.contactbox {
	width:185px;
	float:left;
}

.contact_stuff {
	background-color:#ececec;
}

.contact_gap {
	width:30px;
	float:left;
}

.boxtop_contact, .boxbottom_contact {
	font-size:11px;
	line-height:11px;
	margin:0;
	padding:0;
}


.boxtop_contact {
	background: url(images/box-top185.gif) no-repeat top left;
}

.boxbottom_contact {
	background: url(images/box-bottom185.gif) no-repeat top left;
}


/* ******************** */
/*   index cat boxes   */
/* ******************** */

.catbox {
	width:420px;
	float:left;
}

.cat_stuff {
	background-color:#ececec;
}

.cat_gap {
	width:15px;
	float:left;
}

.cattop, .catbottom {
	font-size:11px;
	line-height:11px;
	margin:0;
	padding:0;
}

.cattop {
	background: url(images/cat-top.gif) no-repeat top left;
}

.catbottom {
	background: url(images/cat-bottom.gif) no-repeat top left;
}


/* ************** */
/*   typography   */
/* ************** */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}

h1 {
	font-size:22px;
	line-height:24px;
	color:#006600;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:0;
	word-spacing: -1px;
}

h2 {
	font-size:18px;
	line-height:20px;
	color:#006600;
	font-weight:bold;
	letter-spacing:-1px;
}

h1 .grey, h2 .grey {
	color:#666;
}

h2 .small {
	font-size:12px;
	font-weight:100;
	letter-spacing:normal;
}

h3 {
	font-size:20px;
	line-height:20px;
	font-weight: 100;
	color:#006600;
	text-transform:uppercase;
	margin: 0;
	padding: 5px 0 0 0;
}

h3 .sub_name {
	color:#555;
	font-size:12px;
	line-height:12px;
}

h3 .sub_phone {
	color:#333;
	font-size:22px;
	font-weight:bold;
	font-style:oblique;
	line-height:28px;
}

h4 {
	color:#555; 
	font-size:16px; 
	font-weight:bold;
	line-height:18px; 
	text-transform:uppercase;
	letter-spacing:-1px;
	background: url(images/arrow.gif) no-repeat 0px 1px; 
	padding: 0px 1px 1px 18px;
	margin: 0px 5px 5px 3px; 
}

h5 {
	color:#555; 
	font-size:14px; 
	font-weight:bold;
	line-height:16px; 
	text-transform:uppercase;
	letter-spacing:-1px;
	margin: 0px; 
}

table {Ê
	border-bottom: thin dotted #FF0000
}
 
blockquote {
	font-size:14px; 
	font-style:italic;
}	

a:link, a:visited {
	color:#006600;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p.jumps {
	color:#666;
	margin: 2px 10px 0 10px;
	padding:0;
	font-size:10px;
	line-height:13px;
}

p.cat {
	margin-top: 0px;
}

ul.cat {
	list-style:none;
	margin-top: -3px;
	padding-left:10px;
}

#footer p {
	margin-top:5px;
	padding-top:17px;
	font-size:10px;
	color:#999;
	text-align:center;
}


/* IE hack */
html>body #footer p {
	padding-top:35px;
}

#footer a:link, #footer a:visited {
	color:#666;
}

#footer a:hover {
	color:#999;
}


/* ********** */
/*   extras   */
/* ********** */

.gap {
	margin:-2px 0;
}

/* IE hack */
html>body .gap {
	margin: 10px 0 0 0;
	line-height:30px;
}

.line {
	clear:both;
	border-top:1px solid #999;
	margin:0 0 5px 0;
}

.cleared {
	clear:both;
}

.zeros {
	margin:0;
	padding:0;
}

img.left{
float: left;
padding-right: 9px; 
}

.plus10 {
	margin-left:10px;
	margin-right:10px;
}

.sm {
	font-size: 95%;
}