/* CSS Document
Small tree Farm  Longer page
designed by Pam Williamson
July 2008
 */

body{
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background: #fff url(images/bgstrip.png);
	margin-top: 20px;
	margin-bottom:5px;

}

#container {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}
/*menu across the top */ 
#menu
{

padding-left:100px;
list-style: none;
width:700px;
height: 70px;
background:  url(images/menubg.jpg) no-repeat;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	margin-top:0;  /*this is for mozilla,firefoz and Opera*/
	float: left;
	width: 90px;
	height:50px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	padding-top:15px ;

}

#menu a:hover  {
	width: 90px;
    height: 50px;
	color: #ffffff;
	text-decoration: underline;
	background: #ffffff url(images/menuover.jpg) repeat-x;
}

#menu a.current{
	width: 90px;
    height: 50px;
	text-decoration: underline;
	background: #ffffff url(images/menuover.jpg) repeat-x;
}


#Leftcol {
	width: 210px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #ffffff;

}
#Rightcol {
	background-color: #ffffff;
	width: 588px;
	float: left;
}

p {
	padding:0 20px 0 20px;
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color: #000000;
}
.frontboxes{
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#008080;
}
.leftwork {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	background-color:#ddeeee;
	text-align:center;
	width:130px;
	padding-top:8px;
	margin:0 20px 10px 20px;
	border:1px solid #017B51;
}
.rightwork {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 98%;
	color: #000000;
	background-color:#ffffff;
	margin:0; 
	padding:0;
}


h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding-left: 20px;
	color:  #165958;
	text-align:	left;
}

h2 {
	color: #165958;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h3{
	color: #165958;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	}
h4 {
	color: #026163;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 20px;
	}	
a {
	text-decoration: none;
	color:	 #F31800;
}
a:hover {
	text-decoration:underline;
}
.breadcumb{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

/*Content in main right side column*/
#divMainContent {
	padding-left: 20px;
	padding-right: 10px;
}
/*Left side address etc*/
.notes{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	text-align: center;
	font-weight:bold;
	color: #026163;
	}
/*Left side Navigation*/
#Navigation {
	padding-left: 20px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 160px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 13px;
	background-color: #ffffff;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #08595A;
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color:#902801;
	color:#000000;
	font-weight:normal;
	background-color:#EBE6B9;
}

.imgright{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 20px 5px 20px;
float:right;
}
.imgleft{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 10px 5px 0;
float:left;
}
.imgcenter{
padding: 1px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin: 0;
}
.imgtop{
padding: 0px;
display:inline;
background: #eae5d8;
border: 1px solid #000000;
margin: 0;
}
.imglink{
display:inline;
border: 1px solid #08595A;
margin: 0;
}
.writelink {
background-color:#D9EBCF;
}
.copyright {
	width: 800px;
	clear: both;
	margin: 5px 0 30px 0;
	font-size: 9px;
	padding: 0;
	background: #ffffff;
	margin: 0 0 10px 0;
	text-align:left;
	font-size: 9px;
	color: #000000;
	border-top: 1px solid #E0E0E0;
}
.copyright a {
color:#000000;
text-decoration:none;
}

.copyright a:hover {
text-decoration:underline;
}
/*listing on catalogue page*/

.block {
background-color:#ffffff;
font-size: 13px;
margin:0 0 10px 0;
padding:0 10px 10px 10px;
border-bottom: 1px solid #E0E0E0;

}
.notice {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6600CC;
	background-color:#ddeeee;
	text-align:center;
	width:120px;
	padding-top:8px;
	margin:0 20px 10px 20px;
	border:1px solid #017B51;
}
/*Additional top navigation boxes */
/*menu across the top */ 
#bmenu
{
list-style: none;
width: 425px;
height: 25px;
background:  url(images/menubg.jpg) no-repeat;
}

#bmenu ul {
	list-style: none;
	
}

#bmenu li {
	display: inline;
}

#bmenu a {
	margin-top:0;  /*this is for mozilla,firefoz and Opera*/
	float: left;
	height:22px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	background-image:  url(images/nav2.jpg) no-repeat;
    padding: 6px 0 0 10px;
}

#bmenu a:hover  {
    height: 22px;
	color: #000000;
	text-decoration: none;
	background: #ffffff url(images/menuover.jpg) repeat-x;
}

#bmenu a.current{
    height: 22px;
	text-decoration: underline;
	background: #ffffff url(images/menuover.jpg) repeat-x;
}
