/* Zo EN Garden Creation CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color:#333333;
	margin-top:10px;
}
p {
	padding-left: 10px;
	padding-right:10px;
	line-height:15px;
	color:#333333;
}
ul {
	list-style-type:square;
	text-align:left;
	color:#333333;

}


/* Links */
a:link {
	color:#C13B2C;
	text-decoration: none;
}
a:hover {
	color:#333300;
	text-decoration: underline;
}
a:visited {
	color:#C13B2C;
	text-decoration: none;
}


/* Graphics */
.line_gray_top {
	border-top:thin;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	padding-left:40px;
	margin:40px;
	height:1px;
}
.line_gray_bottom {
	border-bottom:thin;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	padding-left:40px;
	margin:40px;
	height:1px;
}



/* Text */
.text_regular {
	padding-left:15px;
	color:#666666;
}
.text_slideshow_50 {
	color:#999999;

}
.headline {
	color:#C13B2C;
	font-size:16px;
	line-height: 19px;
	margin-top:30px;
}
.headline_slideshow {
	color:#666666;
	font-size:16px;
	line-height: 19px;
	margin-top:30px;
}
.subhead {
	color:#666666;
	font-size:14px;
	line-height:0px;
	padding-top:12px;
}
.small_text_right {
	font-size:11px;
	color:#999999;
	padding-top:4px;
	text-align:right;
}
.small_text_left {
	font-size:11px;
	color:#999999;
	padding-top:4px;
	text-align:left;
}