/* CSS Document */

body {
	background-color: #FDFBFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}
img { border: none; }
#wrapper {
	width: 963px;
	margin:0px auto; 
	position:relative; 	
}

#header {
	height: 116px;
	width: 963px;
	background-image:url(../images/header-background.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#menu {
	height: 35px;
	width: 963px;
	margin: 0 0 0 5px;
}
h3 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
#menu div {
	float: left;
}
#menu ul {
	height: 35px;
	/*width: 785px;*/
	width: 940px;	
	list-style: none;
	margin: 0px;
	padding:0px;	
	z-index: 100000;	
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif, Arial, Helvetica;
}
#menu ul li {
	float: left;
	width: auto; /* width needed or else Opera goes nuts */	
	border-left: 1px solid #BDFC94; 
	border-right: 1px solid #33710C; 	
	height: 35px;

}
#menu ul li a  {
	padding: 10px 36px 11px 35px; 
	text-align: center; 
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background: url('../images/menu-tile.jpg') repeat-x #EEEEEE;	
	z-index: 5px;
}	
#menu ul li a:hover {
	background-image:url(../images/menu-tile-hover.jpg);
	background-repeat:repeat-x;
	
}
#menu ul li.selected a{
	background-image:url(../images/menu-tile-hover.jpg);
	background-repeat:repeat-x;
	color: #FFF;
	z-index: 6px;
}
#menu ul li.search {
	background: url('../images/search.jpg') no-repeat #FFFFFF;	
	width: 157px;
	border-right: 0px solid #33710C; 	
}
#menu ul li.home {
	border-left: 0px solid #33710C; 	

}

#content-top {
	margin: 0px 0 0 6px;
	padding: 0px;
}
#content-middle {
	clear: both;
	padding: 20px 0 0 0;
	margin: -20px 0 0 6px;
}
#content-bottom {
	clear: both;
	margin: 0 0 0 6px;
	background-image:url(../images/bottom-tile.jpg);
	background-repeat:repeat-y;
	
}
#footer {
	width: 950px;
	height: 47px;
	border-bottom: 1px solid #DDDBDC;
	margin:0px auto; 
	clear: both;
}
#footer-logos {
	width: 950px;
	height: 58px;
	background-image:url(../images/footer-logos.jpg);
	background-repeat:no-repeat;
	margin:0px auto; 
}

.copyright {
	float: left;
	margin: 16px 0 0 0;
	font-size: 10px;
	color: #666666;
	font-weight: bold;	
}
.mini-nav {
	float: right;
	margin: 16px 0 0 0;
	font-size: 10px;
	color: #A1A5A6;
	font-weight: bold;
}
.mini-nav a {
	color:#669F3E;
	text-decoration: none;
}
.mini-nav a:hover {
	text-decoration: underline;
}
.content-top-main {
	width: 476px;
	height: 182px;
	background-image:url(../images/top-story.jpg);
	background-repeat:no-repeat;
	margin: 21px 0 0 0;
	float: left;
}
.content-top-right {
	margin: 21px 0 0 15px;
	width: 459px;
	float: left;	
}
.box-right {
	background-image:url(../images/top-right-box-tile2.jpg);
	background-repeat:repeat-y;
	width: 459px;
	background-color:#FFFFFF
}
.box-right-top {
	width: 459px;
	height: 7px;
	background-image:url(../images/top-right-box.jpg);
	background-repeat:no-repeat;
}
.box-right-center {
	background-image:url(../images/top-right-box-tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width: 455px;
	margin: -2px 0 0 2px
}
.box-right-center img {
	 width: 67px;
	 float: left;
	 margin: 0 0 0 5px;
}
.box-right-center h3 {
	 color: #1A1B2D;
}
.box-right-center p {
	 color: #929292;
	 padding: 0px;
	 margin: 7px 0 0 0;
}
.box-right-bottom {
	width: 459px;
	height: 5px;
	background-image:url(../images/top-right-box-bottom.jpg);
	background-repeat:no-repeat;
	clear: both;
	overflow: hidden;
}
.divider {
	height: 14px;
	width: 1px;
}
.did-you {
	width: 176px;
	float: left;
	margin: 0 18px 0 0;
	background-color:#000066;
}
.digital {
	float: left;
	width: 562px;
	height: 337px;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-color:#00FF99;
}
.help {
	float: left;
	width: 176px;
	float: left;
	margin: 0 0 16px 18px;	
	background-color:#FFFFFF;
}
.did-you-header {
	background-image:url(../images/did-you-know-top.jpg);
	background-repeat:no-repeat;
	width: 176px;
	height: 24px;
	color: #579530;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 9px 0 0 0;
}
.did-you-footer {
	background-image:url(../images/did-you-know-bottom.jpg);
	background-repeat:no-repeat;
	width: 176px;
	height: 41px;
}
.did-you {
	background-image:url(../images/did-you-know-tile.jpg);
	background-repeat:repeat-y;
	width: 176px;
	background-color:#FFFFFF
	
}
.did-you-content {
	padding: 0 10px 10px 10px;
	color: #8C8C8C;
}
.did-you-content p {
		border-bottom: 1px solid #DBDBDB;
		padding: 10px 0 10px 0;
		margin: 0px;
		line-height: 21px;
}
.help-you-footer {
	background-image:url(../images/help.jpg);
	background-repeat:no-repeat;
	width: 176px;
	height: 303px;
}
.content-bottom-header {
	background-image:url(../images/product-range.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 38px;
	margin: 0 0 20px 0;
}
.content-bottom-footer {
	background-image: url(../images/product-range-bottom.jpg);
	background-repeat:no-repeat;
	width: 950px;
	height: 7px;
	margin: 20px 0 0 0;	
	clear: both;
}
.content-bottom-content {
	font-size: 10px;
}

.block1
{
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
	width: 235px;
	float: left;
}

.block1 li 
{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #5E993D;
	font-weight: bold;
	line-height:20px;
}	
.block2
{
	margin-left: 15px;
	padding-left: 20px;
	list-style: none;
	float: left;
	border-left: 1px solid #DEDCDD;
}

.block2 li 
{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #5E993D;
	font-weight: bold;
	line-height:20px;
}	
.block1 li a
{
	text-decoration: none;
	color: #5E993D;
}

.block2 li a
{
	text-decoration: none;
	color: #5E993D;
}

.block1 li a:hover
{
	text-decoration: underline;
}

.block2 li a:hover
{
	text-decoration: underline;

}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: show; /*keep this intact*/
margin: 5px 0 0 11px;
background-color: #FFF;
}

#simplegallery1 .gallerydesctext{ 
text-align: left;
z-index: 1600;
}

#formstyle {
	padding: 10px 0 0 18px;
}
#formstyle label {
	float: left;
}
#formstyle label input {
	width: 107px;
	border: none;
	height: 15px;
	background-color:transparent;	
	color:#8B8B8B;
	font-size:12px;
}
#formstyle label input.btn {
	width: 14px;
	border: none;
	height: 15px;
}










/* slider */


#content {	
	margin: 0 0 0 0px;
	width:174px;
	background-image:url(../images/slider-tile.jpg);
	background-repeat:repeat-x;

}	


	#slider2{

	height: 299px;
	width: 174px;
	margin: 0px 0 0 1px;
	}	
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		width:174px;
		height:299px;
		overflow:hidden; 
		}	

	#slider2 li{ 
			text-align: center;
			margin: 0px;
		}		
				
		
	p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:31px;
		height:217px;
		position:absolute;
		left:0px;
		top:-127px;
		}	
	#nextBtn2{ 
		left:157px;
		
		}														
	#prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:18px;
		height:33px;
		background:url(../images/slider-left.gif) no-repeat 0 0;	
		}	
	#nextBtn2 a{ 
		background:url(../images/slider-right.gif) no-repeat 0 0;	
		}												


.slider-box-content {
	width: 174px;
	float: left;
}
.slider-name {
	font-weight: bold;	
	color: #00041D;
	padding-top: 16px;
}
.slider-rank {
	font-size: 11px;
	color: #959595;
	line-height: 18px;	
}
.slider-rank a {
	color: #65B633;	
	text-decoration: none;
}
.slider-rank a:hover {	
	text-decoration: underline;
}

.slider-bottom {
	margin: -7px 0 0 0;
	height: 5px;
}
.slider-image {
	overflow: hidden;
}
.did-you {
	overflow: hidden;
}
/* slider */

.content-top-left {
	margin: 21px 0 0 0;
	width: 951px;
	float: left;	
}	
	.box-left {
	background-image:url(../images/top-right-box-tile2.jpg);
	background-repeat:repeat-y;
	width: 459px;
	background-color:#FFFFFF;
	float: left;
}
.more {
	margin: 0 0 0 32px;
}
img {
	border: none;
}
.maincontent {
	float: left;
	width: 755px;
	margin: 0px;	
}
.main-header {
	background-image: url(../images/content-header.jpg);
	background-repeat:no-repeat;
	width: 755px;
	height: 22px;
	padding: 11px 0 0 0;
	text-indent: 22px;
	color: #5C9F2E;
	font-weight: bold;
	font-size:10px;
}
.main-header a{ 
	color: #5C9F2E;
	text-decoration:none;
}
.main-header a: hover { 
	text-decoration:underline;
}
.contect-footer {
	width: 755px;
	height: 5px;
}
.content-main {
	background-image:url(../images/content-tile.jpg);
	background-repeat:repeat-y;
}
.content-content {
	padding: 10px;
}
.content-content-header {
	border-bottom: 1px solid #DCDCDC;
}
.content-content-header-full {

}
.content-content-header-title {
	font-size: 31px;
	font-weight: bold;
	color: #29650F;
	margin: 16px 0 16px 12px;
}
.content-content-header-sub {
	font-size: 12px;
	font-weight: bold;
	color: #1B1931;
	margin: 0 0 16px 12px;	
}

.content-content-header-sub-full {
	font-size: 12px;
	font-weight: bold;
	color: #1B1931;
	margin: 0 0 16px 12px;	
}
.content-content-header-sub-full-blog {
	font-size: 12px;
	font-weight: bold;
	color: #1B1931;
	margin: 0 0 16px 5px;	
}

.side-body {
					font-weight: bold;
				font-size: 12px;
				color:#909090;
	margin: 16px 0 16px 0;					
}

.side-body a{
	color: #599D3A;
	text-decoration: none;				
}
.side-body a:hover{
	text-decoration: underline;				
}
.content-content-body {
	background-image:url(../images/faux-tile.jpg);
	background-repeat:repeat-y;
	clear: both;
	width: 721px;
	overflow: auto;
}
.content-content-body-left {
	float: left;
	width: 495px;	
}
.content-content-body-right {
	float: right;
	width: 205px;
	margin: 0 0 0 20px;
}
.did-you2 {
	/*background-image:url(../images/did-you-know-tile.jpg);
	background-repeat:repeat-y;*/
	width: 176px;
	background-color:#FFFFFF;
}

.did-you3 {
	/*background-image:url(../images/did-you-know-tile.jpg);
	background-repeat:repeat-y;*/
	width: 176px;
	background-color:#FFFFFF;
}
.columnA {
	width: 176px;
	background-color:#FFFFFF;
	margin: 0 0 10px 0;
}

						.sidebar-title {
							color: #599D3A;
							font-size: 17px;
							font-weight: bold;						
						}
						.sidebar-title a{
							color: #599D3A;
							text-decoration: none;						
						}
						.sidebar-title a:hover{
							text-decoration: underline;						
						}
						.sidebar-text {
							color: #04042A;
							font-size: 12px;
							font-weight: bold;
							line-height: 22px;
							margin: 10px 0 10px 0; 
						}
						.content-content-body-right p {
							color: #979797;
							font-weight: bold;
							line-height: 20px;	
							font-size: 10px;
						}
						.content-content-body-right p a {
							color: #599D3A;
							text-decoration: none;
						}
						.content-content-body-right p a:hover {
							text-decoration: underline;
						}			
						
.forms {
	text-align: left;
		background-color: #FDFBFC;
}
#formstyle2 {
	text-align: left;
	background-color: #FDFBFC;
}
#formstyle2 label
{
                width: 160px;
                float: left;
                text-align: right;
                margin-right: 0.8em;
                display: block;
				color: #969495;
				font-size: 12px;
				font-weight: bold;
				margin-top: 7px;
}

#formstyle2 .submit input
{
                margin-left: 4.5em;
					background-color: #FDFBFC;
}
#formstyle2 input
{
                color: #333;
                background: #FFF;
                border: 1px solid #DFDDDE;
                width: 197px;
				height: 20px;
}
#formstyle2 textarea
{
                color: #333;
                background: #FFF;
                border: 1px solid #DFDDDE;
                width: 197px;
				height: 53px;
}


#formstyle2 .submit input
{

                width: 103px;
                height: 28px;
                border: 0px solid #CCC; 
				float: right;
}

.forms-content {
	clear: both;
	margin: 0 0 0 17px;
}
.forms-contentA {
	width: 235px;
	float: left;
	
}
.forms-contentA h4 {
	font-size: 17px;
	color: #64943E;
}
.forms-contentA p {
	color: #8E8E8E;
	font-weight: bold;
	margin: 0 0 0 3px;	
}
.forms-contentA p a{
	color: #64943E;
	text-decoration:none;
}
.forms-contentA p a:hover {
	text-decoration:underline;
}						












			.contentBox {
				padding: 0 0 0 12px;
			}
			.content-content-body-left ul {
				margin: 10px 0 0 0;
				padding: 0 0 0 13px;
				list-style-image: url(../images/square.gif);
			}
			.content-content-body-left ul li {
				font-weight: bold;
				font-size: 12px;
				color:#909090;
				line-height: 22px;
			}			
			.till {
				margin: 16px 0 0 0;
			}
			.content-content-body-right ul {
				margin: 0px;
				padding: 0 0 0 20px;
				list-style-image:url(../images/sqaure_small.gif);
			}
			.content-content-body-right ul li {
				font-weight: bold;
				font-size: 10px;
				color:#909090;
				line-height: 15px;
			}		
			.content-content-body-right ul li a{
				color: #599C28;
				text-decoration:none;
			}			
			.content-content-body-right ul li a:hover{
				text-decoration:underline;
			}											
			
			
		.content-right {
			float: left;
			width: 176px;
			margin: 0 0 0 19px;	
		}			
		
.help-right {
	width: 176px;
	background-color:#FFFFFF;
}		
.did-you-right {
	width: 176px;
	background-color:#FFFFFF;
	background-image:url(../images/did-you-know-tile.jpg);
	background-repeat:repeat-y;	
}

/* blog */
.entry_author_image {
width:60px;
height: 65px;
float: left;
margin: 5px 10px 5px 0;
}
.entry_author_image img {
width:60px;
height: 65px;
}

.blog-contents {
  width: 100%;
  margin-left:10px;
}
#commm {
 background-image: url(../images/blog_comm.jpg); 
 background-repeat:no-repeat;
 color: #000000;
 height: 43px;
 padding-left: 50px;
 padding-top:10px;
}
.comment-author vcard img{
margin-right:10px;
}

.header-title-all {
	color: #579530;
	font-weight: bold;
	font-size: 18px;
	padding: 9px 0 0 0;
}
.header-title-all a{
text-decoration:none;
color:#579530 ;
}
.postmetadata {
 background-image: url(../images/blog_comments.gif); 
 background-repeat:no-repeat;
 color: #000000;
width: 734px;
height: 37px;
padding: 9px 0 0 0;
}
.postmetadata a{
	color: #FFF;
margin: 0 0 0 44px;
font-size: 12px;
text-decoration: none;
}

.header-title-blog {
	font-size: 11px;
color: #34671C;
font-weight: bold;
}
.did-you-content .post {
	color:#939393;
margin: 0 0 0 15px;
}	
.did-you-content .post a{
	color:#939393;
text-decoration: none;
}
.did-you-content li a{
	color:#939393;
text-decoration: none;
list-style: none;
}
/* blog  */
.blog_c {
	margin: 5px 5px 0 5px;
	float: left
}