/*****************************
*  Wharton's Nurseries Ltd   *
*  Richard Whitefoot		 *
*  Mousehold Design          *
*  www.mouseholddesign.com   *
*  25/09/2006			     *
*****************************/

/* body */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0 10em 0.5em 0;
margin: 0;
color: #000;
background-color: #fff;
background-image: url(/images/template/bg-main.jpg);
background-position: 50% 70%;
background-repeat: no-repeat;
}

/* top */

#top {
background-image:  url(/images/template/bg.jpg);
background-repeat: no-repeat;
background-position: right;
padding: 0;
margin: 0;
height: 123px;
}

#top .headerimg {
border: 0;
text-align: left;
vertical-align: text-top;
}

#top address {
text-align: right;
margin-top: -117px;
font-style: normal;
font-size: 11px;
font-weight: bold;
color: #666666;
padding-right: 1em;
line-height: 1.2em;
}

#top address a {
color: #666666;
text-decoration: none;
}

#top address a:hover {
text-decoration: underline;
}

/* content */

#content {
font-size: 0.8em;
margin: 0;
margin-left: 15em;
/*
padding: 1em 1em 1em 16em;
*/
padding: 1em;
}

#content img {
margin: 0.5em;
float: left;
}

#content .right {
margin: 0.5em;
float: right;
}

#content strong {
color: #006600;
}

#content a {
text-decoration: none;
color: #006600;
}

#content a:hover {
text-decoration: underline;
}

#content h1 {
font-size: 1.4em;
margin:0;
padding: 0em 0em 1em 0em;
color: #006600;
border-bottom: 1px #006600 solid;
}

#content h2, h3 {
font-size: 1.2em; 
padding-top: 0;
margin-top: -10px;
padding-bottom: 0;
margin-bottom: 0;
color: #006600;
}

#content h4 {
font-size: 1.2em; 
}

#content ul {
background-color:#f9d3e1;
border-top: 1px solid #e5cfd2;
border-bottom: 1px solid #e5cfd2;
margin: 2em;
}

#content .advice {
font-style: normal;
background-color: #fff;
border-top: 1px solid #e5cfd2;
border-bottom: 1px solid #e5cfd2;
margin: 2em;
}

#content .advice li {
list-style-type: disc;
line-height: 2em;
}

#content ul li {
list-style: none;
line-height: 1.5em;
}

/* contentContainer */

#contentContainer {
	min-height: 550px;
}

/* height only for IE */
* html body #contentContainer {
  height: 550px;
}

/* sidemenu */

#sidemenu {
font-size: 0.7em;
width: 12em;
padding: 1em;
margin: 0 1em 1em 1em;
position:absolute; 
left: 0;
}

#sidemenu a {
color: #CCCCCC;
text-decoration: none;
}

#sidemenu a:hover {
text-decoration: none;
}

#sidemenu ul {
padding:0;
border:0;
margin-left:0;
}

#sidemenu ul li {
border:0;
padding: 0 0 1em 0;
list-style-type: none;
}

#sidemenu ul li a {
color: #666666;
padding: 1em 0 1em 4em;
display: block;
font-weight:bold;
background: url(/images/template/menu.gif);
background-position: left center;
background-repeat : no-repeat;
}

#sidemenu ul li a:hover {
font-weight:bold;
text-decoration: none;
background: url(/images/template/menu_ro.gif);
background-position: left center;
background-repeat : no-repeat;
}

#sidemenu ul li .currentPage {
font-weight:bold;
text-decoration: none;
background: url(/images/template/menu_ro.gif);
background-position: left center;
background-repeat : no-repeat;
}

#sidemenu ul li .md {
color: #000;
padding: 1em 0 1em 4em;
display: block;
font-weight:bold;
background: url(/images/template/md.gif);
background-position: left center;
background-repeat : no-repeat;
}

#sidemenu ul li .md:hover {
padding: 1em 0 1em 4em;
display: block;
font-weight:bold;
background: url(/images/template/md.gif);
background-position: left center;
background-repeat : no-repeat;
}

/* footer */

#footer {
clear: both;
text-align: center;
font-size: 0.8em;
background-color: #f9d3e1;
color: #000;
padding-top: 0;
margin-top: 0;
padding-left: 1em;
border-top: 1px solid #e5cfd2;
border-bottom: 1px solid #e5cfd2;
}

#footer .title {
font-weight: bold;
color: #d90033;
}

#footer ul {
padding: 0.5em 1em 0.5em 1em;
margin: 0;
}

#footer ul li {
list-style: none;
display: inline;
padding: 0em 1em 0em 1em;
}

#footer ul li a {
padding: 2px;
text-decoration: none;
color: #000;
}

#footer ul li a:hover {
padding: 2px;
text-decoration: underline;
color: #000;
}