/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: url(../../images/mainBg.gif) top center repeat-y #478b1a;
}

A:link{
color:#000;
text-decoration:none
}

A:visited{
color:#000;
text-decoration:none
}

A:active{
color:#000;
text-decoration:none
}

A:hover{
color:#000;
text-decoration: underline;
}

h1 {
background: url(../../images/pageTitle.jpg) no-repeat left top;
color: #fff;
padding-left: 60px;
padding-top: 10px;
font-weight: bold;
font-family: Arial;
height: 30px;
font-size:16px;
}
h2 {
color: #fff;
padding-top: 10px;
font-weight: bold;
font-family: Arial;
font-size:14px;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
width: 740px;
/* Mozilla Firefox Centre Align Fix */
margin-left:auto;
margin-right:auto;
text-align:left;
background: #ffffff;

}
#plantworld-keywords{
	margin-left:auto;
	margin-right:auto;
	width: 730px;
	background-color:#FFFFFF;
	text-align:right;
	font-size: 10px;
	color: #CCCCCC;
	
}
#plantworld-keywords p{
	margin: 0px;
	padding-left:5px;
	padding-right: 5px;
}
#header {
background: url(../../images/header.jpg);
float: right;
width: 740px;
height: 193px;
text-align: right;
}


#navHolder {
background: url(../../images/navBg.jpg) repeat-x;
width: 740px;
height: 32px;
float: right;
}

#address {
float: left;
width: 180px;
height: 32px;
background: url(../../images/address.jpg);
}

#contentContainer {
width: 740px;
background: url(../../images/contentBg.jpg) no-repeat #649b45;
overflow: hidden;
float: left;
}

* html #contentContainer {
overflow: visible;
}

#contentRight {
width: 410px;
float: right;
}

#contentRight_text {
padding: 30px;
color: #fff;
}
#contentRight_text a{
	color: #fff;
	text-decoration:underline;
}
#contentLeft {
float: left;
width: 200px;
padding: 20px;
padding-top: 40px;
}

#contentLeft img {
border: 0px;
}

#footer {
clear: both;
width: 720px;
background: #62714b;
padding: 10px;
color: #fff;
font-size: 0.9em;
}

#footer a {
color: #fff;
}

#footer a:hover {
color: #FFFF99;
}
#firefoxWidthFix{
position:absolute;
top:0; 
height:100%; 
padding:0 0 1px
}
/* Navigation Styles
--------------------------------------------------------------- */


#navigation {
	float: right;
	width: 521px;
	height: 22px;
}

 #navigation ul {
	  margin: 0px;
      display: inline;
	  list-style: none;
}

#navigation li {
      display: inline;
      margin: 0px;
}
	  
#navigation a {
	float:right;
	color: #0a4a11;
    text-decoration:none;
	padding: 9px 10px 9px 10px;
	font-weight: bold;
	font-size: 11px;
}


#navigation a:hover {
	float:right;
	color: #fff;
    text-decoration:none;
	padding: 9px 10px 9px 10px;
	font-weight: bold;
	font-size: 11px;
	background: url(../../images/navBg_hover.jpg);

}

/* Class Styles
--------------------------------------------------------------- */

.pageTitle {
background: url(../../images/pageTitle.jpg) no-repeat left top;
color: #fff;
padding-left: 60px;
padding-top: 15px;
font-weight: bold;
font-family: Arial;
height: 30px;
}
.left-image{
	display: block;
	padding-bottom: 10px;
}
.freephone{
font-size: 30px;
}
#contact-number{
	width: 330px;
	height: 120px;
	border: 1px solid #fff;
	font-size:16px;
	font-weight:bold;
	background-image:url(../../images/contentBg.jpg);
	background-position:bottom;
	text-align:center;
	color: #FFFFFF;
	padding: 10px;
}
#contact-number p{
margin: 3px;
}
#bottom-keywords{
font-size: 9px;
color:#CCCCCC;
width: 740px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding-top:10px;
padding-bottom: 10px;
}