@charset "UTF-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none
	/* Fixed text size for Safari web browser on iPhone and iPod Touch */
}

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* body */

#body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #803013;
	background: #FFF;
}

/* container */

div#container {
	width: 780px;
	margin: 24px auto 24px auto;
}

/* header */

div#header {
	background-image: url(image/cistus_header.jpg);
	width: 780px;
	height: 96px;
}
.headerimage {
	border: none;
	width: 780px;
	height: 96px;
}

/* global navigation */

div#globalnav {
	width: 780px;
	height: 48px;
	border: none;
	margin: 0px;
	padding: 0px;
}
#globalnav ul {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
}
#globalnav ul li {
	display: inline;
}
#globalnav ul li a {
	color: #993916;
	text-decoration: none;
	padding: 0px 37px;
}
#globalnav ul li a:hover {
	color: #661B00;
}
#globalnav ul li a:active {
	color: #993916;
}
#globalnav ul li.current a {
	color: #EA470B;
}

/* main */

div#main {
	background-image: url(image/main.png);
	background-repeat: repeat;
	margin: 0px 0px 24px 0px;
	padding: 0px;
}
div#maintop {
	background-image: url(image/main_top.png);
	width: 780px;
	height: 10px;
}
div#mainbottom {
	background-image: url(image/main_bottom.png);
	width: 780px;
	height: 10px;
}

/* footer */

div#footer {
	background-image: url(image/cistus_footer.jpg);
	width: 780px;
	height: 55px;
	margin: 24px auto;
}

/* bottomline */

div#bottomline {
	width: 780px;
}

/* heading */

div#heading {
	background-image: url(image/heading.png);
	background-repeat: repeat;
	width: 732px;
	height: 48px;
	margin: 14px 24px 24px 24px;
	padding: 0px;
}
div#headingtop {
	background-image: url(image/heading_top.png);
	background-repeat: no-repeat;
	width: 732px;
	height: 10px;
}
div#headingbottom {
	background-image: url(image/heading_bottom.png);
	background-repeat: no-repeat;
	width: 732px;
	height: 10px;
}
div#heading p {
	font-size: 14px;
	color: #803013;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 24px;
	margin-right: 24px;
}

/* content */

div.content {
	position: relative;
	width: 732px;
	margin: 24px;
}

/* feature */

div.feature {
	background-image: url(image/feature.png);
	background-repeat: repeat;
	width: 732px;
	margin: 24px auto 24px auto;
	padding: 0px;
}
div.featuretop {
	background-image: url(image/feature_top.png);
	width: 732px;
	height: 10px;
}
div.featurebottom {
	background-image: url(image/feature_bottom.png);
	width: 732px;
	height: 10px;
}
div.feature p {
	color: #993916;
}
div.feature h3 {
	margin-top: 3px;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
	color: #803013;
	font-weight: bold;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: auto;
	margin-bottom: auto;
}
h1 {
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	color: #993916;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3 {
	font-size: 18px;
	color: #993916;
	margin-top: 18px;
	margin-bottom: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

/* paragraphs */

p {
	font-size: 14px;
	color: #803013;
	line-height: 1.5em;
	margin: 8px 24px;
}
p.lineheightlarge {
	line-height: 2.0em;
}
p.justify {
	text-align: justify;
}
/* p.alignleft {
	text-align: left;
} */
p.textsmall {
	font-size: 12px;
}
p.bottomline {
	font-size: 10px;
}

/* spans */

span.emphasize {
	font-weight: bold;
	color: #993916;
}
span.bold {
	font-weight: bold;
}
span.infoheading {
	font-size: 16px;
	color: #993916;
	font-weight: bold;
	margin-right: 12px;
}
span.fontweightnormal {
	font-weight: normal;
}
span.verticalbar {
	color: #803013;
	font-weight: normal;
}

/* links */

a {
	text-decoration: underline;
}
a:link {
	color: #993916;
}
a:visited {
	color: #993916;
}
a:hover {
	color: #EA470B;
}
a:active {
	color: #EA470B;
	outline: 0px;
}
a.current {
	color: #EA470B;
}
a:focus {
	outline: 0px;
}

/* index */

#indexcontentimage {
	float: left;
	margin: 0px 24px 12px -24px;
}

/* design */

#designcontentimage {
	float: right;
	margin: 0px -24px 12px 24px;
}
div#designimagecontainer {
	width: 756px;
	height: 248px;
	margin: 24px 12px;
}
div.designimage {
	width: 165px;
	height: 248px;
	float: left;
	margin: 0px 12px;
}

/* news */

div.newsimage {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 0px 24px 24px;
}
div.news {
	background-image: url(image/news.png);
	background-repeat: repeat;
	width: 608px;
	float: left;
	margin: 0px 24px 24px 24px;
}
div.newstop {
	background-image: url(image/news_top.png);
	width: 608px;
	height: 10px;
}
div.newsbottom {
	background-image: url(image/news_bottom.png);
	width: 608px;
	height: 10px;
}
div.news p {
	text-align: justify;
}
div.news span.newsdate {
	font-size: 14px;
	color: #EA470B;
	font-weight: bold;
	margin-right: 12px;
}

/* mail order */

/* mail order navigation */

#mailordernav {
	width: 732px;
	height: 48px;
	position: relative; /* important */
	margin: 14px 24px 24px 24px;
}

/* mail order view plant catalog */

#viewplantcatalog ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#viewplantcatalog ul li {
	display: inline;
}
#viewplantcatalog ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#viewplantcatalog ul li a:link, #viewplantcatalog ul li a:visited {
	background: url(image/view_button.png) no-repeat -48px 0px;
}
#viewplantcatalog ul li a:hover {
	background: url(image/view_button.png) no-repeat -48px -48px;
}
#viewplantcatalog ul li a:active {
	background: url(image/view_button.png) no-repeat -48px 0px;
}
#viewplantcatalog ul li.current a {
	background: url(image/view_button.png) no-repeat -48px -96px;
}

/* mail order view plant photo */

#viewplantphoto ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 60px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#viewplantphoto ul li {
	display: inline;
}
#viewplantphoto ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#viewplantphoto ul li a:link, #viewplantphoto ul li a:visited {
	background: url(image/view_button.png) no-repeat 0px 0px;
}
#viewplantphoto ul li a:hover {
	background: url(image/view_button.png) no-repeat 0px -48px;
}
#viewplantphoto ul li a:active {
	background: url(image/view_button.png) no-repeat 0px 0px;
}
#viewplantphoto ul li.current a {
	background: url(image/view_button.png) no-repeat 0px -96px;
}

/* mail order view plant name */

#viewplantname ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 120px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#viewplantname ul li {
	display: inline;
}
#viewplantname ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#viewplantname ul li a:link, #viewplantname ul li a:visited {
	background: url(image/view_button.png) no-repeat -96px 0px;
}
#viewplantname ul li a:hover {
	background: url(image/view_button.png) no-repeat -96px -48px;
}
#viewplantname ul li a:active {
	background: url(image/view_button.png) no-repeat -96px 0px;
}
#viewplantname ul li.current a {
	background: url(image/view_button.png) no-repeat -96px -96px;
}

/* mail order alphabetical navigation */

div#alphanav {
	background-image: url(image/alpha_nav.png);
	background-repeat: repeat;
	width: 372px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 180px;
	margin: 0px;
	padding: 0px;
}
div#alphanavtop {
	background-image: url(image/alpha_nav_top.png);
	width: 372px;
	height: 10px;
}
div#alphanavbottom {
	background-image: url(image/alpha_nav_bottom.png);
	width: 372px;
	height: 10px;
}
#alphanav ul {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
#alphanav ul li {
	display: inline;
}
#alphanav ul li a {
	color: #993916;
	text-decoration: none;
	padding: 0px 13px;
}
#alphanav ul li a:hover {
	color: #661B00;
}
#alphanav ul li a:active {
	color: #993916;
}
#alphanav ul li.current a {
	color: #EA470B;
}

/* pdf */

#pdf ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 564px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pdf ul li {
	display: inline;
}
#pdf ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#pdf ul li a:link, #pdf ul li a:visited {
	background: url(image/pdf_flower_button.png) no-repeat 0px 0px;
}
#pdf ul li a:hover {
	background: url(image/pdf_flower_button.png) no-repeat 0px -48px;
}
#pdf ul li a:active {
	background: url(image/pdf_flower_button.png) no-repeat 0px 0px;
}
#pdf ul li.current a {
	background: url(image/pdf_flower_button.png) no-repeat 0px -96px;
}

/* mail order information */

#info ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 624px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#info ul li {
	display: inline;
}
#info ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#info ul li a:link, #info ul li a:visited {
	background: url(image/info_button.png) no-repeat 0px 0px;
}
#info ul li a:hover {
	background: url(image/info_button.png) no-repeat 0px -48px;
}
#info ul li a:active {
	background: url(image/info_button.png) no-repeat 0px 0px;
}
#info ul li.current a {
	background: url(image/info_button.png) no-repeat 0px -96px;
}

/* tour */

#tour ul {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 684px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#tour ul li {
	display: inline;
}
#tour ul li a {
	width: 48px;
	height: 48px;
	display: block;
	text-indent: -10000px;
	border: none;
}
#tour ul li a:link, #tour ul li a:visited {
	background: url(image/flower_button.png) no-repeat 0px 0px;
}
#tour ul li a:hover {
	background: url(image/flower_button.png) no-repeat 0px -48px;
}
#tour ul li a:active {
	background: url(image/flower_button.png) no-repeat 0px 0px;
}
#tour ul li.current a {
	background: url(image/flower_button.png) no-repeat 0px -96px;
}

/* mail order plant catalog */

div#mailorderplantcatalog {
	width: 732px;
	height: auto;
	margin: 24px 24px 12px 24px;
}
div#mailorderplantcatalog .image {
	width: 48px;
	height: 48px;
	display: inline;
	float: left;
	margin: 0px 0px 12px 0px;
}
div#mailorderplantcatalog .text {
	width: 684px;
	height: auto;
	display: inline;
	float: left;
	clear: right;
	margin: 0px 0px 12px 0px;
}
div#mailorderplantcatalog .text p {
	font-size: 14px;
	color: #803013;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mailorderplantcatalog .text span.plantnamescientific {
	font-size: 14px;
	color: #EA470B;
	font-weight: bold;
	display: inline;
	float: left;
}
div#mailorderplantcatalog .text span.plantnamecommon {
	font-size: 14px;
	color: #EA470B;
	font-weight: bold;
	text-transform: lowercase;
	display: inline;
	float: right;
}
div#mailorderplantcatalog .text span.description {
}
div#mailorderplantcatalog .text span.family {
	font-size: 14px;
	font-style: italic;
	color: #EA470B;
	font-weight: normal;
	display: inline;
	float: left;
}
div#mailorderplantcatalog .text span.plantprice {
	font-size: 14px;
	color: #803013;
	font-weight: normal;
	display: inline;
	float: right;
	margin-left: 24px;
}

/* mail order plant photo */

div#mailorderplantphoto {
	width: 756px;
	height: auto;
	margin: -12px 12px 12px 12px;
}
div#mailorderplantphoto img {
	width: 102px;
	height: 102px;
	display: inline;
	float: left;
	margin: 12px;
}

/* mail order plant name */

div#mailorderplantname {
	width: 732px;
	height: auto;
	margin: 24px;
}
div#mailorderplantname ul {
	list-style-type: none;
}
div#mailorderplantname li {
	font-size: 14px;
	color: #803013;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	margin-left: 204px;
	margin-top: 6px;
	margin-bottom: 6px;
}
div#mailorderplantname span.plantname {
	color: #EA470B;
	font-weight: bold;
	margin-right: 12px;
}
div#mailorderplantname span.plantprice {
	font-weight: normal;
}

/* map */

div#directions {
	width: 378px;
	float: left;
	margin: 0px 0px 24px 24px;
}
div#googlemap {
	width: 354px;
	height: auto;
	float: left;
	margin: 18px 24px 24px 0px;
}

/* privacy policy */

div#privacy {
	position: relative;
	width: 732px;
	margin: 24px;
}
div#privacy h4 {
	color: #993916;
	margin-top: 16px;
	margin-bottom:16px;
}
div#privacy p {
	font-size: 12px;
	text-align: justify;
}

/* top of page */

.topofpage ul {
	width: 732px;
	height: 42px;
	position: relative;
	list-style: none;
	margin: 12px auto 24px auto;
	padding: 0px;
}
.topofpage li {
	display: inline;
}
.topofpage li a:link, .topofpage li a:visited {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0px;
	left: 345px;
	text-indent: -10000px;
	border: none;
}
.topofpage li.topofpage a:link, .topofpage li.topofpage a:visited {
	background: url(image/top_of_page.png) no-repeat 0px 0px;
}
.topofpage li.topofpage a:hover {
	background: url(image/top_of_page.png) no-repeat 0px -42px;
}

/* images */

img {
	border: none;
}

/* floats */

div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
div.clearfloat {
	clear: both;
}
