@charset "UTF-8";
body  {
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	background: #7F98C3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	background: url(images/page_bottom.jpg) no-repeat center bottom;
	margin: 0px auto 15px;
	width: 700px;
	position: relative;
	padding-bottom: 10px;
}
#container {
	background: url(images/body_back.jpg) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 9px;
	padding-left: 9px;
} 
#container .overhang {
	position: absolute;
	left: -46px;
	top: 10px;
	z-index: 400;
}
#container #footer .overhang {
	background: url(file:///C|/AWWWeb/OttoAndSons-Nursery-com%20OLD/images/sm_flower.png) no-repeat;
	height: 141px;
	width: 126px;
	left: 600px;
	top: -120px;
	z-index: 100;
}
#header {
	background: #FFF;
	padding: 30px 0 10px 220px;
	z-index: 50;
} 
p {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #748FBE;
	letter-spacing: -0.04em;
}
h3 { 	
	font-size: 130%; 
}
a:link {
	color: #628958;
	text-decoration: none;
	border-bottom: 1px dotted #628958;
}
a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	border-bottom: 1px dotted #CE5441;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 20px 0;
	background: url(images/corner_tl.gif) no-repeat;
}
#sidebar1  a, a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #628958;
	color: #628958;
	font-size: 14px;
}

#sidebar1  a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	border-bottom: 1px dotted #CE5441;
	font-size: 14px;
	font-weight: bold;
}

#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 32px 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 408px;
	float: left;
} 

#mainContent h1 { 	
	font-size: 180%; 	
	text-align: right; 	
	margin-right: 20px;
} 
#mainContent h2 { 	
	font-size: 150%; 	
	margin-top: 35px; 	
	text-align: right; 	
	margin-right: 20px; 
} 
#mainContent a, a:visited {
	color: #628958;
	text-decoration: none;
	border-bottom: 1px dotted #628958;
	font-size: 12px;
	font-weight: 600;
}
#mainContent a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	border-bottom: 1px dotted #CE5441;
	font-weight: 600;
	font-size: 12px;
	font-variant: normal;
}

#footer {
	padding: 35px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(images/corner_br.gif) no-repeat right top;
	position: relative;
	background-image: url(images/corner_br.gif);
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 70px 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	color: #628958;
	font-size: 9px;
}
#footer a, a:visited {
	color: #628958;
	text-decoration: none;
	border-bottom: 1px none #628958;
	font-size: 9px;
	font-weight: normal;
}

#footer  a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	border-bottom: 1px none #CE5441;
	font-size: 9px;
	font-weight: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-decoration: none;
	border: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pod {
	padding: 10px 15px 0px 5px;
	border: 1px solid #628958;
	line-height: 16px;
}
#pod ul {
	font-size: 13px;
}

.first {
	margin-top: 0;
	margin-left: 0px;
}
.dropcap {
	display: block;
	float: left;
	font: 70px/70% Georgia, "Times New Roman", Times, serif;
	padding: 0.03em 0.01em 0 0;
	color: #7E98C2;
}
/*<![CDATA[*/
 span.c1 {color: #000000}
/*]]>*/

p .blue {
	color: #6988BA;
	font-weight: 600;
}
img {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-decoration: none;
	border: 0px;
}
#mainContent li {
	font-size: 12px;
}
