/*******************************************************************************
/* GLOBAL */

body {
	margin: 0;
	padding: 0;
	background: url(../images/blueback.jpg);
	text-align: center;
}	

#container {
	width: 600px;
	margin: 0 auto 30px auto;
	text-align: left;
	background: #fff url(../images/whitecorners.gif) bottom no-repeat;
	padding: 10px 20px 20px 10px;
}

h1 {
	float: left;
	width: 253px;
	font-family: trebuchet ms, sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 0 0 0 22px;
}

#topInfoBox {
	float: left;
	width: 325px;
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;	
	text-align: right;
	padding: 10px 0px 0px 0;
}	



#topSpecialBanner
{
	width: 600;
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 20 0;
	color: #036;
	background-color: #9CF;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}	


#topSpecialBanner a {
	color: #fff;
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;	

}



#leftRail p {
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
}	

h2 {
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;
	color: #99FFFF;
	font-weight: bold;
	margin: 0;
}	

h2 a {
	color: #9ff;
	text-decoration: none;
}	

#footer {
	background: #ABD0F5;
	padding: 5px 10px;
	margin: 0 0 0 25px;
	color: #00;
	font-family: trebuchet ms, sans-serif;
	font-size: 11px;
	text-align: right;
}	

#footer a {
	color: #000;
	text-decoration: none;
}	


/*******************************************************************************
/* HOME PAGE */

#mainContent {
	height: 413px;
	padding-top: 10px;	
}

#leftRail {
	float: left;
	width: 250px;
	height: 100%;
	background: #7F93A5 url(../images/middleofbox.gif) repeat-y;	
}	

#leftRail * {
	padding-left: 57px;
	padding-right: 5px;
}	

#leftRail * * {
	padding-left: 0;
}	

#frontImage {
	float: left;
	width: 350px;
	height: 100%;
	background: url(../images/indexpond.jpg);
}

.boxFlower {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 25px;
}

#boxFlower1 {
	background: url(../images/boxflower1.gif) no-repeat;
}

#boxFlower2 {
	background: url(../images/boxflower2.gif) no-repeat;
}

#boxFlower3 {
	background: url(../images/boxflower3.gif) no-repeat;
}

#boxFlower4 {
	background: url(../images/boxflower4.gif) no-repeat;
}
	
/*******************************************************************************
/* INNER PAGES */

#topContent {
	padding-top: 10px;
	height: 80px;	
}

.headerBlurb {
	padding-top: 10px;
}

#inner #leftRail {
	width: 250px;
	padding: 0;	
	height: 80px;
	background: #7F93A5 url(../images/bottomofbox.gif) bottom left no-repeat;
}

#inner #leftRail p {
	margin: 0;
	padding: 0 0 6px 0;
}


#inner #leftRail * {
	padding-left: 63px;
	padding-right: 5px;
}	

#inner #leftRail * * {
	padding-left: 0;
}

#aboutImage {
	float: left;
	width: 350px;
	height: 80px;
	background: #fff url(../images/frog_header.jpg);
}

#contactImage {
	float: left;
	width: 350px;
	height: 80px;
	background: #fff url(../images/fish_header.jpg);
}

#gardensImage {
	float: left;
	width: 350px;
	height: 80px;
	background: #fff url(../images/flower_header.jpg);
}

#holidayImage {
	float: left;
	width: 350px;
	height: 80px;
	background: #fff url(../images/holiday_header.jpg);
}

#inventoryImage {
	float: left;
	width: 350px;
	height: 80px;
	background: #fff url(../images/pond_header.jpg);
}

#bodyContent {
	padding: 20px 40px 20px 40px;
}

#bodyContent p {
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 8px 0;
	line-height: 18px;
}	

#bodyContent li {
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}	

#bodyContent h3 {
	font-family: trebuchet ms, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 15px 0 3px 0;
}	
	
dt {
	padding: 10px 0 0px 0;
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	color: #000;	
}	

dd {
	position: relative;
	top: -13px;
	left: 65px;
}	
