/* --------------------------------------------------------------------------------- Style Sheet */
body{
	background: #FFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #666;
}
a:hover{
	text-decoration: none;
}


/* --------------------------------------------------------------------------------- Container */
#wrapper{
	width: 100%;
	padding-top: 10px;
}
#container{
	position: relative;
	width:  750px;
	margin: 0 auto;
	background: url(../../images/container_bg.jpg) repeat-y;
	border: 1px solid #000;
}


/* --------------------------------------------------------------------------------- Header */
#header{
	position: relative;
	width: 750px;
	height: 110px;
	background: url(../../images/header.jpg) no-repeat #fff;
}


/* --------------------------------------------------------------------------------- Sidebar */
#side{
	float: left;
	width: 150px;
	padding-top: 92px;
	padding-bottom: 194px;
	border-top: 40px solid #669933;
}
#side_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 194px;
	background: url(../../images/sidebar_fade.jpg) no-repeat;
}


/* --------------------------------------------------------------------------------- Contents */
#contents{
	position: relative;
	float: left;
	width: 560px;
	padding: 20px;
	border-top: 40px solid #669933;
}
#contents h1{
	position: absolute;
	top: -40px;
	left: 0;
	width: 600px;
	height: 32px;
	margin: 0;
	padding-top: 8px;
	font-size: 14pt;
	color: #FFF;
	text-align: center;
}
#contents h3{
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}
#contents h4{
	margin-top: 50px;
	padding: 5px;
	border: 1px solid #3E6F0D;
	background: #F2FFBF;
}
#contents h4 span{
	display: block;
	font-size: 8.5pt;
	font-weight: normal;
}
#contents p{
	margin: 1em;
	font-size: 9pt;
	line-height: 150%;
}
#contents p a{
	color: #3E6F0D;
}
#contents img{
	border: 1px solid #000;
}


/* --------------------------------------------------------------------------------- Tree Pages */
#pines_page table,
#firs_page table,
#spruces_page table{
	border-bottom: 1px solid #3E6F0D;
	border-left: 1px solid #3E6F0D;
}
#pines_page table td,
#firs_page table td,
#spruces_page table td{
	padding: 5px;
	font-size: 8.5pt;
	text-align: right;
	border-top: 1px solid #3E6F0D;
	border-right: 1px solid #3E6F0D;
}
#pines_page table tr.tbl_heading td,
#firs_page table tr.tbl_heading td,
#spruces_page table tr.tbl_heading td{
	font-weight: bold;
	text-align: center;
	background: #F2FFBF;
}
#pines_page table tr.sold_out td,
#firs_page table tr.sold_out td,
#spruces_page table tr.sold_out td{
	text-decoration: line-through;
}


/* --------------------------------------------------------------------------------- Wreath Pages */
#wreaths_trees_page a#wreath_link,
#wreaths_trees_page a#tree_link{
	margin: 0 30px;
	font-size: 10pt;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------- Top Links */
#toplinks{
	margin: 0 0 30px 0;
	padding: 5px 0;
	text-align: center;
	font-size: 75%;
}
#home_page a.home_link,
#about_us_page a.about_us_link,
#seedlings_trans_page a.seedlings_trans_link,
#wreaths_trees_page a.wreaths_trees_link,
#contact_us_page a.contact_us_link{
	font-weight: bold;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------- Bottom Links */
#bottomlinks{
	margin: 30px 0 0 0;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-size: 75%;
}


/* --------------------------------------------------------------------------------- Active Page Links */
#home_page a.home_link,
#about_us_page a.about_us_link,
#seedlings_trans_page a.seedlings_trans_link,
#wreaths_trees_page a.wreaths_trees_link,
#contact_us_page a.contact_us_link{
	font-weight: bold;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------- Address */
address{
	font-style: normal;
	text-align: center;
	margin-bottom: 1em;
	padding-top: 1em;
}
