
body {
	background-color: #FFF;
	text-align: center;
	margin: 60px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5A471C;
}

.cl {clear: both;}

p {margin: 0; padding: 0; font-size: 13px; line-height: 17px;}

tbody, th, td, ul, li {font-size: 13px; line-height: 17px; }

a:link, a:visited {color: #78A22F; text-decoration: none;}
a:hover, a:active {color: #78A22F; text-decoration: underline;}

.mainContainer {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.logo {
	float: left;
	width: 300px;
}

.subMenu {
	float: right;
	text-align: right;
	width: 300px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 3px;
}
	.subMenu a:link, .subMenu a:visited, .subMenu a:hover, .subMenu a:active { color: #5A471C; text-decoration: none; font-size: 10px;}
	.subMenu a:hover, .subMenu a:active { text-decoration: underline;}

.menuHolder {
	margin-top: 5px;
}

	.container, .landscaping, .gallery, .buy {
		display: block;
		float: left; 
		width: 207px; 
		height: 25px; 
		text-align: center; 
		background-color: #B95630; 
		border: 1px solid  #B95630;
		padding-top: 10px;
		margin-right: 5px;
	}	
	*html .home, *html .container, *html .landscaping, *html .gallery, *html .buy  {height: 35px;}
	.buy {width: 205px; margin-right: 0;}
	*html .buy {width: 209px;}

	a.container:link, a.container:visited, a.container:hover, a.hcontainerome:active,
	a.landscaping:link, a.landscaping:visited, a.landscaping:hover, a.landscaping:active,
	a.gallery:link, a.gallery:visited, a.gallery:hover, a.gallery:active,
	a.buy:link, a.buy:visited, a.buy:hover, a.buy:active  {
		color: #FFF; 
		text-decoration: none; 
		letter-spacing: 0.2em;
		font-size: 12px;
	}


.deco {background: url(images/c-reds.gif) top right no-repeat; width: 850px; height: 12px;}

.picHolder {
	width: 580px;
	float: left;
}

.textHolder {
	width: 225px;
	height: 351px;
	float: right;
	border: 1px solid #C7BC9B;
	padding: 20px;
}

	.textHolder p {font-size: 13px; line-height: 17px; margin-bottom: 7px;}

* html .textHolder {
	width: 265px;
	height: 393px;
}

.footer {
	clear: both;
	font-size: 10px;
	color: #5A471C;
	text-align: center;
	padding-top: 10px;
}

	.footer p {color: #C7BC9B; font-size: 10px; line-height: 14px;}
	
	.footer a:link, .footer a:visited, .footer a:hover, .footer a:active
	{color: #C7BC9B; text-decoration: none;}
	.footer a:hover, .footer a:active 
	{text-decoration: underline;}

.login {text-align: center;} 
	.login a:link, .login a:visited, .login a:hover, .login a:active {font-size: 10px; color: #C7BC9B; text-decoration: none;}

