/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #ffffff url(images/backgr.gif) repeat;
	text-align: center;
    height:100%;

}
#wrap{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	width:963px;
	background: #ffffff url(images/sideborder.gif) repeat-y;
}
#banner{
	padding:0;
	background-repeat: no-repeat;
	height: 60px;
	border-bottom:	3px double #F00A81;
	margin: 0 10px;
}
#main{
 	text-align: left;
 	margin: 0 10px;;
	padding: 0 10px;
	background-image: url(images/hill.gif); 
	background-repeat:no-repeat; 
	background-position: bottom left;
	height: 470px;
}
#main1{
 	text-align: left;
 	margin: 0 10px;;
	padding: 0 10px;
	background-position: bottom left;
	height: 470px;
}
#contentshead{
	float: right;
	width: 650px;
	display: inline;
	position: absolute;
	top: 145px;
	right: 20px;
	padding: 10px;
	z-index:5;
	height: 20px;

}
#contents{
	float: right;
	width: 650px;
	display: inline;
	position: absolute;
	top: 192px;
	right: 20px;
	padding: 10px;
	z-index:5;
	height: 325px;
	overflow:auto;
}
#left_contents{
	float: left;
	width: 340px;
	height: 360px;
    display: inline;
	position: absolute;
	top: 190px;
	left: 20px;
	padding: 10px;
	border: 1px solid #F00A81;
	z-index:7;
	text-align: center;
    overflow:auto;
}
#left_contents a:hover {
}


#left_contents p{
	font-size: 12px;
	text-align: center;
}

#contents1{
	float: right;
	width: 550px;
	display: inline;
	position: absolute;
	top: 220px;
	right: 20px;
	z-index:5;
	height: 325px;
	overflow: auto;
}
#contentshead1{
	float: right;
	width: 550px;
	display: inline;
	position: absolute;
	top: 177px;
	right: 20px;
	padding: 10px;
	z-index:5;
	height: 20px;

}

#footer{
 	text-align: left;
 	margin: 0;
	padding: 0;
	background-image: url(images/bottomborder.gif); 
	background-repeat:no-repeat; 
	background-position: bottom left;
	height: 24px;
}
#info {
	position:relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 900px;
}

img {
    border: 0px none;
	padding: 0px;
	margin: none;
}
img.logo{
	float:left;
	margin: 5px;
}
h1, h2, h3, h4, h5, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h2 {
	text-align: left;
	margin: 0px 10px;
	color: #F00A81;
	font-size:20px;
}
h1 {
	text-align:left;
	margin: 5px 0 ;
	color: #7FC31C;
	font-size:15px;
	margin-bottom: 30px;
	font-weight: 600;
}
#tagline h3{
	margin-left: 220px;
    
}

h4 {
	text-align: left;
	margin: 0;
	color: #7FC31C;
	font-size:12px;
	font-weight: bold;
	font-size: 14px;
}

h5 {
	text-align: left;
	margin: 0;
	color: #F00A81;
	font-size:12px;
	font-weight: bold;
	clear: both;
}

p{
	color: #336633;
	margin-left:20px;
	font-size: 10px;
	line-height: 120%;
}
#contents a:link, #contents a:visited{
	color: #336633;
	padding: 0 5px;
}
#contents a:hover{
	background-color: #FAB5D8;
	text-decoration: none;
}	

#contents1 a:link, #contents1 a:visited{
	color: #336633;
	padding: 0 5px;
}
#contents1 a:hover{
	background-color: #FAB5D8;
	text-decoration: none;
}	
	
#sun{
	float: right;
	padding-right:10px;
	margin-right: 50px;
	margin-top: -25px;
}
#tree{}
#clothing{}
#bags{}
#contact{}
#treeImg{
	position: relative;
	top:20px;
	left: 5px;
	display: block;
	float: left;
}
#dandilion{
	position: absolute;
	top:145px;
	right: 600px;
	display: inline;
	float: left;
}
#tree a:hover .menu1{
	visibility: visible;
}
#bagsImg{
	position: absolute;
	bottom:15px;
	left: 370px;
	z-index:1;
	display: block;
	float: left;

}
#clothingImg{
	position: absolute;
	bottom:15px;
	left: 590px;
	z-index:2;
	display: block;
	visibility: visible;

}
#contactImg{
	position: absolute;
	bottom:90px;
	right: 30px;
	padding-left:20px;
	z-index:3;
	display: block;
		float: left;

}
#textfield{
	position: absolute;
	top:140px;
	left: 180px;
	z-index:20;
	display: block;
	float: left;

}
#grass{
	position: absolute;
	bottom:3px;
	left: 0px;
	z-index:4;
	display: inline;
}
#markets{
	position: absolute;
	bottom:3px;
	left: 20px;
	z-index:5;
	display: inline;
}
#markets p{
	font-size: 16px;
	font-weight:600;
}
/* Menu */

#menu {
	width: 670px;
	height: 30px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 40px 5px 0 20px;
	text-decoration: none;
	color: #F00A81;
	font-size: 12px;
	letter-spacing: 1px;
}

#menu a:hover, #menu .active a {
	color: #7FC31C;
}
a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}
div#enlargedArea { 
	margin: 0px;
	padding: 15px 0;
	width: 550px;
	height: 450px;
	position: absolute;
	background:  url(images/pink_bg.gif) no-repeat top left;
	top: 140px;
	left: 390px;
	text-align: center;
}
#enlargedArea p{
	text-align: left;
}
#enlargedArea h4{
	text-align: left;
	padding-left: 20px;
}
#enlargedArea h3{
	text-align: left;
		padding-left: 20px;
}
#enlargedArea img{
float: right;
padding-right:50px;
display: inline;
}
#rollover{
	position: absolute;
	bottom:130px;
	left: 15px;
	z-index:10;
	display: inline;
	width:250px;
	text-align: left;
}
img.thumbn {
	width: 130px;
	border: 2px solid #000;
}
img.thumbn:hover { 
	border: 2px solid #7FC31C;
}
.categories {
width: 130px;
display: block;
float: left;
margin: 5px;
text-align: left;
}
.categories a{
font-size: 11px;
text-align:left;
	padding: 5px 5px;

}
.categories a:link, .categories a:visited{
	color: #336633;
}
.categories a:hover{
	text-decoration: none;
}	

.popup1 {
    position:absolute; 
	left:300px;
	top: 600px; 
	width:340px; 
	height:150px; 
	z-index:11;
	visibility: hidden;
	text-align: left;
	filter:alpha(opacity=60);   
-moz-opacity: 0.6;   
opacity: 0.6;

}

.popup {
    position:absolute; 
	left:520px;
	top: 600px; 
	width:340px; 
	height:150px; 
	z-index:11;
	background-color: #fff;
	visibility: hidden;
	text-align: left;
	border: 2px solid #7FC31C;
	padding: 10px;

}
#enlargedArea a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	color: #F00A81;
	font-size: 10px;
}

#enlargedArea a:hover, #enlargedArea .active a {
	color: #7FC31C;
}

div.price{
	width:200px;
	float: right;
	position: relative;;
	right: 20px;
	top: 9px;
	z-index:20;
	background-color: red;
	left: 20px;
	display: block;
    text-size: 1em;
}
#navMainSearch {
	position: absolute;
	top: 20px;
	right: 15px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	display: inline;
	}


/* Form formatting*/
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

label
{
width: 10em;
float: left;
text-align: left;
margin-left: 10px;
display: block;
}


TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: inline;
	width: 50%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0em;
	margin: 0.5em 1em;
	border: 1px solid #cccccc;
	width: 80%;
	float: right;
	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	}



LABEL, h4.optionName {

	line-height: 1.5em;

	padding: 0.2em;

	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}
	
.required { 
	font: 7pt/12pt bold Verdana, Helvetica, sans-serif; 
	font-style: italic;
	margin-top: 0px; 
	margin-left: 10px;
	text-align: justify;
	color: #CC0000;

	}
	
.submit
{
float: right;
margin-right: 54px;
} 
