
/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */

body {
  font-size: 80%;
  font-family:Arial, Helvetica, sans-serif;
  margin:auto;
  background-image:url(../images/mainbackground.jpg);
  background-repeat:repeat-x;
  color:#333333;
  background-color:#ffffff;
}

/* basic layout ---------------------------------------------------------------- */

div {
  font-size: 1em;
}

#wrapper {
	width:960px;
	height:auto;
	margin:auto;
	padding:0px;
}

/* Header informatiom */

#header {
        width:960px;
        height:199px;
        background-image:url(../images/addplantheader.png);
        background-repeat:no-repeat;
        margin:auto;
}

#logo{
	width:262px;
	height:75px;
	position:relative;
	top:95px;
}

/* Navi informatiom */

#navigation{
	height:29px;
	margin:0 10px 0 10px; /*top right bottom left */
	padding-top:0px;
	clear:both;
        background-image:url(../images/navicross.png);
        background-repeat:repeat-x;
        width:960px;
        margin:auto;
}

/*** Superfish SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.58em 1em;
	text-decoration:none;
}
.sf-menu a:link, .sf-menu li li a, .sf-menu a:visited, .sf-menu a:active   { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
	background-image:url(../images/navicrossover.png);
        background-repeat:repeat-x;
}
.sf-menu li {

}
.sf-menu li li {

}
.sf-menu li li li {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#fff;
	background-color:#959dd3;
        background-repeat:repeat-x;
}

.sf-menu { position:relative !important; overflow:visible !important; z-index:80; }

#current {
	color:#ffffff;
	}

#maininformation {
	width:960px;
	height:auto;
	margin:auto;
	color:#000000;
	text-align:left;
	overflow:auto;
	padding-top:5px;
}

#subnaviholder {
	width:180px;
	height:auto;
	margin:auto;
	color:#000000;
	text-align:left;
	float:left;
}


#subnav1{
         width:180px;
         height:auto;
         margin:auto;
         color:#000000;
         text-align:left;
         float:left;
         margin-bottom:10px;
}

#subnav2{
         width:180px;
         height:auto;
         margin:auto;
         color:#000000;
         text-align:left;
         float:left;
}

#maindisplay{
        width:603px;
        height:233px;
        background-color:#000;
        background-repeat:no-repeat;
}

/* Content informatiom */

#content {
	width:774px;
	height:auto;
	margin:auto;
	color:#333333;
	text-align:left;
	overflow:auto;
	float:left;
	margin-left:6px;
	font-size: 75%;
}

.content-left{
	width:603px;
	height:auto;
	float:left;
	text-align:left;
	float:left;
	margin-left:1px;
}

.content-right{
	width:161px;
	height:auto;
	float:right;
}

/* Footer informatiom */

#footer {
	width:960px;
	height:auto;
	clear:both;
	margin:auto;
	padding-top:5px;
	border-top:1px solid #CCCCCC;
	font-size:1em;
	margin:15px auto auto;
}

#f-left{
  float:left;
  width:480px;
  font-size:0.8em;
}

#f-right{
  float:right;
  text-align:right;
  font-size:0.8em;
}

/* links ----------------------------------------------------------------------- */

a {
	 text-decoration:none;
	 color:#333333;
	 background-color: inherit;
}

a:hover {
	 color:#999999;
}

a.media {
	 text-decoration:none;
	 color:#ff7a00;
         background-color: inherit;
         font-weight:bold;
}

a.media:hover {
	 color:#ff7a00;
	 text-decoration:underline;
}

/* headings -------------------------------------------------------------------- */

h1, h2, h4, h5 {
	  color: #434343;
	  background-color: inherit;
}

h1 {
	  font-size: 2.5em;
	  line-height: 1em;
	   margin: 0.5em 0 0.5em 0;
}

h2 {
	  font-size: 1.8em;
	  color: #434343;
	  margin: 0.5em 0 0.5em 0;

	
}

h3 {
	  font-size: 1.3em;
	  margin: 0 0 0.5em 0;
	  color:#000;
	  font-weight:bold;
}

h4 {
	 font-size: 1.2em;
	  line-height: 1.3em;
	  margin: 0 0 0.5em 0;
	  color:#000;
	  font-weight:bold;
	  margin:0 0 0.6em 0;
	  color:#CC9933;
}

h5 { 
	  font-size: 1em;
	  line-height: 1.5em;
	  color:#000;
}

/* text ------------------------------------------------------------------------ */
p {
	  font-size: 1.3em;
	  margin: 0 0 1em 0;
	  line-height:1.5em;
}

strong, b {
	  font-weight: bold;
}


.item2colholder {

height:auto;
border: 1px #999 solid;
margin-bottom:10px;
}

.item2colImage {
height:100px;
width:100px;
float:right;
margin-right:5px;
}

.item2colTitle {
color:#333333;
font-weight:bold;
font-size:14px;
padding:10px;
}

.item2colDesc {
background-color:#FFFFFF;
height:auto;
font-size:9px;
padding:10px;
min-height:47px;
}

/* jquery styles --------------------------------------------------------------- */

/* additional styles ----------------------------------------------------------- */

.clear {
  	clear: both;
}

.f-left {
  	float: left;
}

.f-right {
  	float: right;
}

.warning{
	color:#990000;
}

label {
	float:left;
	margin-right:10px;
	width:100px;
	font-weight:bold;	
	}
	
#message {margin: 5px 10px; padding: 4px; display:block;text-align:center;}
#message.error {background:#FFEBE8;border: 1px solid #CC0000;color:#CC0000;}
#message.success {border:solid 1px #349534; background:#C9FFCA;color:#008000;}

.sidebox{
	width:161px;
}


/* sub nav 1 --------------------------------------------------------------------- */


#subnav-1 {
	width: 179px;
	margin-bottom:10px;
	
	}
	
#subnav-1 li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	background-color:#525996;
	text-align:center;
	color:#ffffff;
	border:1px solid #636bab;
	list-style-type: none;
	height:12px;

	}	
	
#subnav-1 li a:link, #subnav-1 li a:visited {
	color: #ffffff;
	display: block;
	background-color:#525996;
	padding: 4px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	font-size:12px;
	height:12px;

	}
	
#subnav-1 li a:hover {
	color: #ffffff;
	background-color:#959dd3;
	padding: 4px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	font-size:12px;
	height:12px;
	}

        /* sub nav 1 --------------------------------------------------------------------- */


#subnav-2 {
	width: 179px;
	}
	
#subnav-2 li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	background-color:#525996;
	text-align:center;
	color:#ffffff;
	border:1px solid #636bab;
	list-style-type: none;


	}	
	
#subnav-2 li a:link, #subnav-2 li a:visited {
	color: #ffffff;
	display: block;
	background-color:#525996;
	padding: 4px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	font-size:12px;
	height:12px;
	}
	
#subnav-2 li a:hover {
	color: #ffffff;
	background-color:#959dd3;
	padding: 4px 5px 5px 5px;
	text-align:center;
	list-style-type: none;
	font-size:12px;
	height:12px;
	}

ul li{
  list-style-type: none;
}


/*  © Copyright TheMediaPoint - http://www.themediapoint.co.uk | main stylesheet */