@charset "utf-8";
/* CSS Document */
body {
	background-position:top;
	background-repeat:repeat-y;
	background-attachment:fixed;
	font-family:Tahoma;
	font-size: 100%;
	margin:0px;
	padding:0px;
	color: #666666;
	font-weight: normal;
	background-color:#000;
}

input.btn { 
color:#050; 
font-size:14px;
font-weight:bold;
cursor:pointer;
outline:none;
}

#landscape_lights{ 
background-image:url(../img/landscape_lights.png);
background-position:top left;
background-repeat:no-repeat;
position:absolute; 
top:0px; 
right:0px; 
width:200px; 
height:100px; 
z-index:1000;
cursor:pointer;
}
#landscape_lights:hover{ 
background-image:url(../img/landscape_lights.png);
background-position:bottom left;
background-repeat:no-repeat;
position:absolute; 
top:0px; 
right:0px; 
width:200px; 
height:100px; 
z-index:1000;
cursor:pointer;
}
#landscape_lights_active{ 
background-image:url(../img/landscape_lights.png);
background-position:bottom left;
background-repeat:no-repeat;
position:absolute; 
top:0px; 
right:0px; 
width:200px; 
height:100px; 
z-index:1000;
cursor:pointer;
}



#plantfinder{
background-image:url(../img/plant_finder2.png);
background-position:right;
background-repeat:no-repeat;
position:relative; top:0px; 
right:1px; 
float:right; 
width:401px; 
height:63px; 
margin:-34px 15px 0px 0px; 
z-index:1000;
cursor:pointer;
}
#plantfinder:hover{
background-image:url(../img/plant_finder.png);
background-position:right;
background-repeat:no-repeat;
position:relative; top:0px; 
right:1px; 
float:right; 
width:401px; 
height:63px; 
margin:-34px 15px 0px 0px; 
z-index:1000;
cursor:pointer;
}
#plantfinder_active{
background-image:url(../img/plant_finder.png);
background-position:right;
background-repeat:no-repeat;
position:relative; 
top:0px; 
right:1px; 
float:right; 
width:401px; 
height:63px; 
margin:-34px 15px 0px 0px; 
z-index:1000;
cursor:pointer;
}


#phonenumber{
bottom:0px;
right:0px;
height:48px;
font-size:12px;
color:#000;
font-weight:bold;
text-align:right;
float:right;
margin:-25px 11px 0px 0px;
}



#photo_button{
background-image:url(../img/photos_btn.png);
background-position:top;
background-repeat:no-repeat;
width:125px;
height:48px;
float:left;
cursor:pointer;
}

#photo_button:hover{
background-image:url(../img/photos_btn.png);
background-position:bottom;
background-repeat:no-repeat;
width:125px;
height:48px;
float:left;
cursor:pointer;
}

#photo_button_active{
background-image:url(../img/photos_btn.png);
background-position:bottom;
background-repeat:no-repeat;
width:125px;
height:48px;
float:left;
cursor:pointer;
}

.manuals_button{
background-image:url(../img/sprinkler_manuals_btn.png);
background-position:top;
background-repeat:no-repeat;
width:200px;
height:48px;
float:left;
cursor:pointer;
}

.manuals_button:hover{
background-image:url(../img/sprinkler_manuals_btn.png);
background-position:bottom;
background-repeat:no-repeat;
width:200px;
height:48px;
float:left;
cursor:pointer;
}

.manuals_button_active{
background-image:url(../img/sprinkler_manuals_btn.png);
background-position:bottom;
background-repeat:no-repeat;
width:200px;
height:48px;
float:left;
cursor:pointer;
}







a {
	color: #287A49;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a:hover {
	color: #eb9b22;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;
}
a:visited{
	color: #287A49;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

a.crazy_link {
	color: #df9c0c;
	text-decoration: none;
	font-size:10px;
}
a.crazy_link:hover {
	color: #df9c0c;
	text-decoration: underline;
	font-size:10px;
}

a.bottomnav {
	color: #252525;
	text-decoration: none;
	font-size:11px;
	padding:0px 8px 0px 8px;
}
a.bottomnav:hover {
	color: #252525;
	text-decoration: underline;
	font-size:11px;
	padding:0px 8px 0px 8px;
}


#clearit{
clear:both;	
}
.clearit{
clear:both;	
}

h1 {
	background-image:url(../img/menubgpng.png); 
	background-repeat:repeat-x; /*--Background gradient--*/
	background-color:#FFF;
	background-position:0px -150px;
	color: #252525;
	font-size: 18px;
	font-weight: normal;
	margin:0px 0px 9px 0px;
	padding:6px 6px 6px 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#878674;
}
h2 {
	background-image:url(../img/menubgpng.png); 
	background-repeat:repeat-x; /*--Background gradient--*/
	background-color:#FFF;
	background-position:0px -150px;
	color: #252525;
	font-size: 18px;
	font-weight: normal;
	margin:0px 0px 9px 0px;
	padding:6px 6px 6px 10px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#878674;
}
table, td, div {
	padding: 0px;
    border-collapse: collapse;
	border: none;
}
.bold {
	font-weight: bold;
	color: #287A49;
}
.privacy {
	font-size: x-small;
	color: #999999;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
}
.clear, br {
	clear: both;
}
#navBtns {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
	width: 500px;
}
#title {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#outerBody {
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	margin-top: 0px;
	margin-bottom: 0px;	
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
}
#innerBody{
	width: 982px;
	margin:0px auto 0px auto;
	font-size: 13px;
	padding:0px 0px 0px 0px;
}
#mainContent{
	width:auto;
	margin-top:0px;
	padding:0px 0px 0px 0px;
}
#leftDiv {
	font-size:14px;
	float: left;
	width: 560px;
	margin:0px auto 0px 0px;
	padding:0px 0px 0px 0px;
}
.landscape_maintenance_services{
max-width:546px;
background-color:#252525;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #252525;
padding:8px 7px 8px 7px;
margin:0px 0px 7px 0px;
}
.landscape_maintenance_services2{
color:#d8d8d8;
padding:5px 11px 8px 11px;
font-size:14px;
}

#rightDiv {
	float: right;
	width:415px;
	margin: 0px 0px 0px auto;
	padding:0px 0px 8px 0px;
	font-size:14px;
}
.propertymaintenance{
color:#666666;
background-color:#252525;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #252525;
padding:8px 7px 8px 7px;
margin:0px 0px 7px 0px;
}
.propertymaintenance2{
color:#d8d8d8;
padding:5px 12px 8px 11px;
}
#landscaping_companies_1{
color:#d8d8d8;
padding:0px 12px 12px 12px;
margin-top:-6px;
}
#landscaping_companies_2{
color:#d8d8d8;
padding:0px 12px 12px 12px;	
margin-top:-6px;
}
#landscaping_companies_3{
color:#d8d8d8;
padding:0px 12px 12px 12px;	
margin-top:-6px;
}


.landscapingcontractors {
background-color:#252525;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #252525;
padding:8px 7px 8px 7px;
margin:0px 0px 8px 0px;
font-size:15px;
color:#f1f1f1;
}


#form {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 1px;
}

#form p {
	line-height: normal;
	margin: 7px;
}
#form fieldset {
}
#form legend {
}

#footer {
	color:#252525;
	margin:0px auto 0px auto;
	width: 864px;
	font-size: 11px;
}
#footer p {
	text-align: center;
	margin: 11px;
	padding: 11px;

}








#landscape_west_palm_beach{
margin:0px auto 0px auto; 
width:auto;
}

#sprinklers_west_palm_beach{
background-color:#FFF;
background-position:top;
background-repeat:repeat-x;
height:83px; 
margin:0px 0px 0px 0px;
padding-top:8px;
border-top:1px solid #339933;
}

#landscape_contractors{
background-image:url(../img/irrigationcompany.png);
background-repeat:no-repeat;
background-position:bottom left;
border:0px solid #252525;
border-bottom:0px;
-moz-border-radius-top-left:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-top-right:4px;
-webkit-border-top-right-radius:4px;
width:972px;
height:66px;
margin:0px auto 0px auto;
text-align:right;
padding:16px 10px 0px 0px;
}

#irrigation_services_west_palm_beach{
height:75px; 
width:864px; 
margin:0px auto 0px auto;
}

#landscape_specials_west_palm_beach{
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:0px solid #252525;
width:982px;
margin:7px auto 0px auto;
}

#sprinkler_services_west_palm_beach{
margin:0px 0px 0px 7px; 
padding:9px 0px 0px 0px; 
width:350px; 
height:50px;	
}

#water_efficiency{
margin:20px auto 15px auto; 
color:#333333; 
width:860px; 
text-align:center; 
font-size:10px;
}

#irrigation_repair_west_palm_beach{
margin:0px auto 3px 52px;
}

#onesectionpage{
margin:0px 0px 0px 20px;	
}

#landscape_images1{
cursor:pointer;
width:400px;
margin:0px 0px -1px 0px;
border:0px;
}
#landscape_companies_1{
margin:0px 5px 0px 5px;
}
#landscape_images2{
cursor:pointer;
width:400px;
margin:0px 0px -1px 0px;
border:0px;
}
#landscape_companies_2{
margin:0px 5px 0px 5px;
}
#landscape_images3{
cursor:pointer;
width:400px;
margin:0px 0px -1px 0px;
border:0px;
}
#landscape_companies_3{
margin:0px 5px 0px 5px;
}

.related{
font-weight:normal;
font-size:12px;
padding:5px 3px 7px 3px;
width:auto; 
margin:0px auto 0px auto;
text-align:center;
height:auto;
color:#252525;
}

#relatedmore{
width:960px;
margin:0px auto;
height:100%;
}


a.special {
	color: #252525;
	text-decoration: none;
	font-size:8px;
}
a.special:hover {
	color: #f1f1f1;
	text-decoration: none;
	font-size:8px;
}

a.special2 {
	float:right;
	color: #287A49;
	text-decoration: none;
	font-size:14px;
}
a.special2:hover {
	float:right;
	color: #000;
	text-decoration: underline;
	font-size:14px;
}

#mapspacer{
height:1px;	
}

#palm_beach_landscapers{
height:0px;
background-color:#252525;
width:auto;
margin:0px auto 8px auto;
-moz-border-radius-bottom-left:4px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-bottom-right:4px;
-webkit-border-bottom-right-radius:4px;
}

#tabsz{
margin:0px auto;  
width:982px;
padding-left:0px;
border-right:0px solid #929284;
}

#property_maintenance{
background-image:url(../img/menubgpng.png);
background-repeat:repeat-x;
background-position:0px -150px;
background-color:#252525;
width:auto; 
color:#252525; 
padding-bottom:0px;
border-top:0px solid #929284;
}



#GetQuote{
z-index:2000;
cursor:pointer;
width:0px;
height:150px;
background-color:#252525;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
}
#GetQuote_close{
z-index:2100;
cursor:pointer;
width:25px;
height:150px;
background-color:#252525;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
}
#rightpane{	
z-index:2000;
width:0px;
height:100%;
background-color:#868678;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
}

#GetQuoteB{
z-index:2000;
cursor:pointer;
width:0px;
height:150px;
background-color:#252525;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
}
#GetQuote_closeB{
z-index:2100;
cursor:pointer;
width:25px;
height:150px;
background-color:#252525;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
}
#leftpane{
z-index:2000;
width:0px;
height:100%;
background-color:#868678;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
}

.irrigation_contractor{
background-position:center;
height:100%; 
width:982px; 
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-top:0px;
margin:0px auto 7px auto;
}

#finfo{
margin:7px 11px 13px 0px;	
}

#yourname{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}
#Organization{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}
#fcity{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}
#address{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}
#phone{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}
#email{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:240px;
}






#time{
color:#006600;
background-image:url(../img/clock.png);
background-repeat:no-repeat;
background-position:0px -2px;
cursor:pointer;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 5px 6px 5px;
border:0px;
width:335px;
text-align:center;
}
#time:hover{
color:#000;
background-position:0px -32px;
}
#timeoptions{
background-color:#f1f1f1;
color:#000;
width:500px;
height:600px;
border:7px solid #f1f1f1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
overflow:scroll;
overflow-x:hidden;
}
.selectime{
padding:5px;
margin:0px 10px 0px 0px;
cursor:pointer;
background-color:#f1f1f1;
color:#252525;
width:100%;
border-bottom:1px solid #CCC;
text-align:center;
font-size:16px;
}
.selectime:hover{
background-color:#006600;
color:#FFF;
}





#hear{
color:#006600;
background-image:url(../img/ear.png);
background-repeat:no-repeat;
background-position:0px -2px;
cursor:pointer;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 5px 6px 5px;
border:0px;
width:335px;
text-align:center;
}
#hear:hover{
color:#000;
background-position:0px -32px;
}
#hearabout_options{
background-color:#f1f1f1;
color:#000;
width:500px;
height:600px;
border:7px solid #f1f1f1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
overflow:scroll;
overflow-x:hidden;
}
.hearabout{
padding:5px;
margin:0px 10px 0px 0px;
cursor:pointer;
background-color:#f1f1f1;
color:#252525;
width:100%;
border-bottom:1px solid #CCC;
text-align:center;
font-size:16px;
}
.hearabout:hover{
background-color:#006600;
color:#FFF;
}




#csubject{
color:#006600;
background-image:url(../img/subject.png);
background-repeat:no-repeat;
background-position:0px -2px;
cursor:pointer;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 5px 6px 5px;
border:0px;
width:335px;
text-align:center;
margin-bottom:8px;
}
#csubject:hover{
color:#000;
background-position:0px -32px;
}
#csubject_options{
background-color:#f1f1f1;
color:#000;
width:500px;
height:600px;
border:7px solid #f1f1f1;
-moz-border-radius:6px;
-webkit-border-radius:6px;
overflow:scroll;
overflow-x:hidden;
}
.csubject2{
padding:5px;
margin:0px 10px 0px 0px;
cursor:pointer;
background-color:#f1f1f1;
color:#252525;
width:100%;
border-bottom:1px solid #CCC;
text-align:center;
font-size:16px;
}
.csubject2:hover{
background-color:#006600;
color:#FFF;
}


#commnets{
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px;
border:0px;
width:335px;
height:150px;
}

ul.sprinklersystemmanuals{
margin:0px 0px 0px 1px;
padding:0px;
list-style-type:none;
}
ul.sprinklersystemmanuals li{
padding:0px;
}
ul.sprinklersystemmanuals li a{
background-image:url(../img/manualicon.png);
background-position:1px 1px;
background-repeat:no-repeat;
display:block;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:0px;
border:1px solid #868678;
background-color:#868678;	
color:#252525;
padding:8px 5px 8px 31px;
margin:0px 0px 8px 0px;
}
ul.sprinklersystemmanuals li a:hover{
background-color:#f1f1f1;	
color:#006600;
text-decoration:none;
border:1px solid #f1f1f1;
}

a.thankscontinue{
display:block;
background-image:url(../img/continue.png);
background-position:center;
background-repeat:no-repeat;
background-color:#999;
height:70px;
width:auto;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
margin:0px -11px -8px -11px;
}

#plantmanager{
padding:3px 0px 3px 3px;	
}

#managerlogo{
-moz-border-radius:4px;
-webkit-border-radius:4px;
	margin:15px auto 0px auto;
	background-image:url(../landscape_manager/landscapemanagerlogo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:248px;
	height:50px;
}


#planttsummary{
background-color:#b3b3a3;
background-image:url(../landscape_manager/.png);
background-position:center;
background-repeat:no-repeat;
-moz-border-radius:4px;
-webkit-border-radius:4px;
width:auto;
height:80px;
padding:0px 0px 0px 0px;
}
#planttext{
color:#252525;
float:right;
background-image:url(../landscape_manager/.png);
background-position:center;
background-repeat:no-repeat;
-moz-border-radius-top-right:4px;
-moz-border-radius-bottom-right:4px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
width:389px;
height:70px;
padding:5px 8px 5px 8px;
}
#plantthumb{
background-color:#252525;
background-image:url(../landscape_manager/leaf.png);
background-position:center;
background-repeat:no-repeat;
-moz-border-radius-top-left:4px;
-moz-border-radius-bottom-left:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-bottom-left-radius:4px;
width:120px;
height:80px;
}
#sprinkler_up_bg{
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-image:url(../img/homelandscape.jpg);
background-position:center;
background-repeat:no-repeat;
width:544px;
height:363px;
margin:0px 0px 7px 0px;
}

#findertext{
border:0px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
padding:5px;
width:345px;
font-size:16px;
float:left;
}
#finder_sug{
width:355px;
min-height:5px;
background-color:#868678;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
float:left;
padding-bottom:4px;
}

#fullplantinfo{
float:right;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#FFF;
width:586px;
margin:-31px 0px 12px 0px;
padding:5px 7px 5px 7px;
color:#000;
min-height:20px;
}

#plantsrighttop{
float:right;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#868678;
width:590px;
margin:0px 0px 12px 0px;
padding:5px;
}

#plantsright{
float:right;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#868678;
width:600px;
margin:0px 0px 0px 0px;
}

#imgsdisclaimer{
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin:3px 3px 3px 3px;
display:inline;
padding:5px 7px 5px 7px;
float:left;
background-color:#060;
cursor:pointer;
}
#imgsdisclaimer:hover{	
background-color:#FFF;
color:#000;
}

#imgsreport{
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin:3px 3px 3px 3px;
display:inline;
padding:5px 7px 5px 7px;
float:left;
background-color:#060;
cursor:pointer;
}
#imgsreport:hover{	
background-color:#FFF;
color:#000;
}


#imglink{
text-decoration:none;
font-weight:normal;
color:#FFF;
-moz-border-radius:4px;
-webkit-border-radius:4px;
margin:3px 3px 3px 3px;
display:inline;
padding:5px 7px 5px 7px;
float:left;
background-color:#060;
cursor:pointer;
font-size:14px;
}
#imglink:hover{	
background-color:#FFF;
color:#000;
}

#centerpop{
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#FFF;
color:#252525;
}

#centerpopin{
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#FFF;
color:#252525;
margin:20px 25px 25px 25px;
}

.imgsclose{
cursor:pointer;
float:right;
margin:5px 8px 5px 5px;
}



a.websitedesign{
background-image:url(../img/alphanatrix.jpg); 
background-position:left; 
background-repeat:no-repeat;
background-color:#000;
font-size:10px; 
padding:3px 3px 3px 21px; 
color:#ffde00; 
border:1px solid #000; 
display:block; 
cursor:pointer; 
-moz-border-radius:4px; 
-webkit-border-radius:4px;	
}
a.websitedesign:hover{
font-size:10px;
text-decoration:none;
color:#FFF;
}

.imgframeright{
margin:6px 0px 3px 0px;	
}
.imgframeleft{
margin:0px 0px 8px 0px;	
}

.pageico{
float:left;
margin:2px 6px 0px 2px;
}

#foot2{
font-size:12px;
color:#000;
}

#thetruck{background-image:url(../img/truck.png);background-repeat:no-repeat;float:right;height:92px;width:220px;margin:-25px -15px 0px 0px;}
#phonenumbers{color:#000;font-family:arial;font-weight:bold;float:right;margin:-9px 0px 0px 0px;width:418px;text-align:left;}
#abovenav{margin:0px 0px 0px 0px;}

ul#topnav {margin: 0; padding:0px 0px 0px 1px;float:left;width: 100%;list-style: none;font-size: 1.1em;}
ul#topnav li {border-right:1px solid #929284;border-left:1px solid #929284;background-color:#252525;float:left;margin:0px 0px 0px -1px; padding: 0;position: relative;}
ul#topnav li a {outline:none;background-color:#252525;float:left;text-indent:0px;height:26px;color:#252525;text-align:center;padding:12px 8px 0px 8px;cursor:pointer;}
ul#topnav li:hover a, ul#topnav li a:hover {text-decoration:none;cursor:pointer;}
ul#topnav a.home {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.irrigation {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.landscape {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.about {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.contact {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;margin:0px 0px 0px 0px;padding-left:12px;padding-right:11px;outline:none;}
ul#topnav a.systems {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.photos {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.manuals {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.lighting {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.specials {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav a.plants {background: url(../img/menubgpng.png) repeat-x;background-position:0px -150px;width:auto;outline:none;}
ul#topnav li .sub {position: absolute;top: 38px;left: 0px;z-index: 1000;background-color:#6a695d;padding:0px 0px 6px 1px;float: left;border:0px;-moz-border-radius-bottomright: 5px;-khtml-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;display: none;}
ul#topnav li .row {clear: both;float: left;width: auto;margin-bottom: 10px;}
ul#topnav li .sub ul{background-color:#6a695d;list-style: none;margin:0; padding:0px 0px 0px 0px;width: auto;float: left;height:100%;}
ul#topnav .sub ul li {border:0px;background-color:#6a695d;width: 200px;color: #339933;}
ul#topnav .sub ul li h2 {padding: 0;  margin: 0;font-size: 1.3em;font-weight: normal;}
ul#topnav .sub ul li h2 a {padding: 5px 0;background-image: none;color: #339933;outline:none;}
ul#topnav .sub ul li a {float:none;text-indent:0;height:auto;background: #6a695d url(navlist_arrow.png) no-repeat 5px 12px;padding: 12px 5px 12px 5px;display: block;text-decoration: none;color:#f1f1f1;border-top:1px solid #7a796c;margin:0px 0px 0px 0px;outline:none;}
ul#topnav .sub ul li a:hover{color:#252525;background-color:#a09f8d;border-top:1px solid #a09f8d;background-position:5px 12px;}





/**
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:1px;
border:1px solid #f1f1f1;
margin:3px 4px 3px 2px;
}
.highslide:hover img {
	border-color:#006600;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color:#000000;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
/**
* @file: highslide.css 
* @version: 4.1.9
*/






/**
* youtube embed
*/
.flashContainer{

	/*	Setting the container to relative positioning
		so we can center the control div */

	position:relative;
	overflow:hidden;
}

.progressBar{
	display:none;
	position:absolute;
	width:auto;
	height:8px;
	left:20px;
	right:105px;
	bottom:20px;
	background-color:#141414;
	overflow:hidden;
	cursor:pointer;
	
	/* A light CSS3 bottom highlight */
	
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
}

.progressBar .elapsed{
	position:absolute;
	width:0;
	height:100%;
	background-color:#1fa2f6;
	border-right:1px solid #49AFF0;
}

.controlDiv{
	/* Centering the control div */
	position:absolute;
	width:120px;
	height:120px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-60px 0 0 -60px;
}

.controlDiv.play{
	background:url('img/play.png') no-repeat center center;
}

.controlDiv.replay{
	background:url('img/replay.png') no-repeat center center;
}

.controlDiv.pause{
	background:url('img/pause.png') no-repeat -99999px;
}

.flashContainer:hover .controlDiv.pause{
	background-position:center center;
}

/* Only show the progress bar when the video is playing */

.flashContainer.playing:hover .progressBar{
	display:block;
}
/**
* youtube embed
*/



/**
* plants
*/
.plant_box{
background-image:url(../../landscape_manager/plantbtn.png);
background-position:0px 0px;
background-repeat:repeat-x;
cursor:pointer;
background-color:#a9a899;
margin:0px 0px 1px 0px;
padding:5px 5px 0px 2px; 
height:39px; 
width:auto; 
color:#FFF;
}

#plant_words{
float:left; 
padding-top:2px;
}

#plantsearch{
float:left; 
font-size:16px; 
margin:-3px 0px 0px -3px; 
padding:3px 5px 0px 5px; 
border:0px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
height:28px; 
width:400px;	
}

#greenplants{
margin:-4px 0px 0px 7px; 
float:left; 
text-align:center; 
width:120px; 
height:33px; 
background-color:#006600; 
-moz-border-radius:3px; 
-webkit-border-radius:3px;	
}

#location_btn{
cursor:pointer; 
margin-right:6px; 
float:left; 
width:163px; 
padding:3px 3px 4px 5px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
border:0px; 
color:#FFF; 
background-color:#252525;
}

#zone_btn{
cursor:pointer; 
margin-right:6px;
float:left; 
width:163px; 
padding:3px 3px 4px 5px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
border:0px; color:#FFF; 
background-color:#252525;
}

#sub_btn{
cursor:pointer; 
float:left; 
width:163px; 
padding:3px 3px 4px 5px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
border:0px; 
color:#FFF; 
background-color:#252525;
}

#location_choice{

}
#zone_choice{
	
}
#sub_choice{
	
}
#plant_panel{
float:left; 
margin:8px 0px 0px -3px; 
padding:6px 6px 6px 6px; 
background-color:#868678; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
width:525px;	
}
#plant_panel2{
float:left; 
margin:8px 0px -3px -3px; 
padding:6px 6px 6px 6px; 
background-color:#868678; 
-moz-border-radius:3px; 
-webkit-border-radius:3px; 
width:525px;
min-height:320px;
}

#listofplants{
float:right;margin:-3px 0px -3px auto; padding:5px; background-color:#868678; -moz-border-radius:3px; -webkit-border-radius:3px; width:411px;	
}
/**
* plants
*/
#natrixbox{margin:18px auto 0px auto; width:193px; font-size:12px;}
