﻿/*
CSS STYLE SHEET
*/

body {
	margin: 0px;
	padding: 0;
	background: #BFBFBF;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373
}

#main {
	width: 940px;
	margin: 0 auto;
	background: url('images_files/main_background.jpg') repeat-y left top; padding-left:30px; padding-right:30px; padding-top:6px; padding-bottom:0px	
	}
	
h1, h2, h3 {

}



h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 226px;
}

#mainlogo{
font-size: x-large;
}

/* Header */

#logo {
	width: 930px;
	height: 150px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 30px;
	font-size: medium;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 970px;
	height: 34px;
	margin: 0 auto;
	background: url('images_files/main_header.jpg') repeat-x left top;; padding-left:30px; padding-right:0px; padding-top:56px; padding-bottom:0px
}

#menu ul {
	margin: 0;
	padding: 24px 0 0 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {

}

#menu a:hover {
	color: RED;
}

#menu .current_page_item a {
	color: #FFDEDE;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 440px;
	margin: 0px 20px 20px 20px;
	background: #FFFFFF;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #6DC5F3;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #DCDCDC dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
}

.links a {
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	background: url('images_files/img07.jpg') no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF
}

.links a:hover {
}

/* Footer */

#footer {
	width: 970px;
	height: 40px;
	margin: 0 auto;
	background: url('images_files/main_footer.jpg') repeat-x left top;; padding-left:30px; padding-right:0px; padding-top:56px; padding-bottom:0px
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
}

#footer a {
}

#footer .link {
}

#footer .copyright {
}

#holiday-text {
	width: 870px;
	margin: 0;
	padding: 0px 0px 40px 40px;

	}
}

#planttext{
	position:inherit;
	}
#infotext{
	}	
#customerselectionstop{
	position: absolute;
	text-align: right;
	/*background-color: #DBFFAA;*/
}

div.float {
	WIDTH: 250px;
  float: left;
  padding: 10px 10px 10px 10px;

  }
  
div.float p {
   text-align: center;
   }
   
   

.prodrow{
	background-color: #FFE1FF;
	color: black;
}

.prodheader{
	background-color: black;
	color: white;
}
   
   
	
}




#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 750px;
	position: fixed;
	top: 10%;
	left: 30%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}

.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}
 
*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}



