/*MY CSS*/
html{height:101%;}

body { /* the main background of the computer screen*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

.mainOuter {/*the main background of the container eg.layout background*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#fff;
	width:956px;
	height:auto;
	text-align: left;
}

a:link{ font-weight:bold; color:#009b48; font-weight:bold;}
a:visited{ color: #009b48;	text-decoration: none; font-weight:bold;}
a:active{ color: #009b48;	text-decoration: none; font-weight:bold;}
a:hover{	text-decoration: underline;	color: #08d567; font-weight:bold;}

/*body 			{	font-family: verdana, arial, sans-serif;
				font-size: 62.5%;
				text-align:center;
				background-image: url('/images/background.jpg');
				background-repeat:repeat-x;
				background-color: #d7dad9;
				color: #fff;
			}*/
* 			{	margin:0; 
				padding:0;
			}
td			{	padding: 2px;
			}
div#container		{	width: 860px;
				margin: 0px auto;
				text-align: left;
				background-image: url('/images/container_bg.jpg');	
				background-repeat: repeat-y;
				background-position: left;
				background-color: #fff;				
				color: #000;
			}
div#header		{       background-image: url('/images/header-bg-new.jpg');	
				background-repeat: no-repeat;
				background-color: #000;
				height: 148px;
			}
div#header h1		{	padding: 30px 0 0 90px;
				color: #D7DF21;
				font-size: 40px;
				font-weight: bold;
				text-decoration: underline;
				float: left;
			}
div#header h2		{	padding-top: 45px;				
				margin-left: 300px;
				padding-right: 20px;
				color: #fff;
				font-size: 2em;
			}
div#menubar		{  	height: 33px;
				background-image: url('/images/menu-bg-new.jpg');
			}
div#menubar div#date	{	float: right;
				padding-right: 10px;
				padding-top: 6px;
				color: #fff;
				font-size: 1em;
			}
/* menu starts here */

div#listmenu 		{	font-weight: bold;
				margin-left: 0;
				padding-top: 0;			
			}
div#listmenu ul 	{	margin:0; /* indents ul from edge of container */
			}
div#listmenu ul li 	{	float: left;
				position: relative; 
				list-style-type: none;
				background-position: right;
				background-repeat: no-repeat;
				height: 19px;
				padding: 6px 35px 0 10px;
				color: #fff;
				font-size: 1em;
			}
div#listmenu ul li#menu1	{	background-image: url('/images/menu_bg1-new.jpg');

			}
div#listmenu ul li#menu2	{	background-image: url('/images/menu_bg2-new.jpg');

			}
div#listmenu ul li#menu3	{	background-image: url('/images/menu_bg3-new.jpg');

			}
div#listmenu ul li#menu4	{	background-image: url('/images/menu_bg4-new.jpg');

			}
div#listmenu ul li#menu5	{	background-image: url('/images/menu_bg5-new.jpg');

			}
div#listmenu ul li#menu6	{	background-image: url('/images/menu_bg6-new.jpg');

			}
div#listmenu ul li#menu7	{	background-image: url('/images/menu_bg7-new.jpg');

			}
div#listmenu a 		{	display: block;
				padding: 0;
				margin: 0;
                        	text-decoration:none;	 /* removes the underlining of the link */
				color:#fff;	/* sets the type color */
			}
div#listmenu a:hover 	{	color:#363636;
				text-decoration: underline;				
			}
/* the horizontal menu ends here */

div#hatchbar		{  	height: 24px;
				padding-top: 2px;
				border-top: 2px solid #A5D357;
				border-bottom: 2px solid #A5D357;
				background-color: #A5D357;
				background-image: url('/images/hatch_bg.gif');	
				background-repeat: repeat-x;
				text-align: right;
				padding-right: 10px;
				color: #fff;
				font-size: 1.5em;
				
			}				
div#leftnav		{	float: left;
				width: 135px;
				margin: 0;
				padding: 0;
				background-image:  url('/images/nav_bg-new.gif');
				background-color:#b5b5b5;
			}
div#navbar		{	/*background-color: #04ADEE;  #D7DF21;*/
				background-image: url('/images/nav-top-new.gif');	
				background-repeat: no-repeat;	
				background-position: top;
				width: 120px;	
				height:auto;
				margin-left: 10px;
				margin-top: 10px;
				background-color:#edfcf7;
			}
div#livechat		{	
	width: 120px;	
	margin-left: 10px;
	margin-top: 10px;
}
div#navbarBottom	{	background-image: url('/images/nav-bottom-new.gif');	
				background-repeat: no-repeat;	
				background-position: bottom;
				padding: 15px 0;
			}
div#leftnav ul		{ 	list-style-type:none;
				line-height: 1.8em;
				margin: 20px 0 10px 5px;
			}
div#leftnav ul li	{	
	width:110px;
	font-size: 12px;
	/*background-image:url('/images/menu-bar.gif');*/
}

div#leftnav ul li a:link {	
	width:110px; 
	height:20px;
	color: #363636;
	text-decoration: none;
}
div#leftnav ul li a:visited {	
	width:110px; 
	height:20px;
	color: #363636;
	text-decoration: none;
}
div#leftnav ul li a:hover {	
	width:110px; 
	height:20px;
	color: #ffffff;
	text-decoration: underline;
	background-image:url('/images/hover.gif');
}

div#leftnav div#searchBox { 	
				width: 110px;
				margin-left: 10px;
				margin-top: 10px;
				padding: 20px 5px 10px 5px;
				text-align: center;
			}
div#lefttnav div#searchBox p {	margin-bottom: .5em;
			}
div#leftnav div#searchBox input#search {	
				width: 65px;
				font-size: 10px;
				padding-top: 2px;
			}
div#leftnav div#searchBox input#searchButton {	
				width: 24px;
				height: 21px;
				background-color: #000;
				color: #fff;
				font-size: .8em;
				font-weight: bold;
				vertical-align: bottom;
					
			}
div#leftnav div#links	{	width: 110px;
				margin-left: 10px;
				margin-bottom: 10px;
				padding: 5px;
				background-image: url('/images/search_bg_bottom.gif');
				background-position: bottom;
				background-repeat: no-repeat;
				background-color: #fff;			
				
			}
div#lefttnav div#links ul {	line-height: 1.9em;
				margin: 0 0 10px 10px;
				list-style-type: none;				
			}
div#lefttnav div#links ul li {
				font-size: 1.1em;
			}
div#lefttnav div#links ul li a:link {
				color: #000;
				text-decoration: none;
			}
div#lefttnav div#links ul li a:visited {
				color: #666;
				text-decoration: none;
			}
div#lefttnav div#links ul li a:hover {
				color: #000;
				text-decoration: underline;
			}

div#contentOuter	{	margin-left: 140px;
				background-color: #b5b5b5;
				padding: 0;
            	
			}	
div#contentTop		{	background-image: url('/images/content-top.jpg');
				background-position: left;
				background-repeat: no-repeat;
				height: 30px;
				margin-top: 5px;
				margin-right: 10px;
			}
div#content		{	color: #000;
				background-color: #fff;
				padding: 0 20px;
				margin-right: 10px;
				min-height: 350px;
				overflow: hidden;
			}
div#contentTopEnvironment		{	background-image: url('/images/content-top-environment.jpg');
				background-position: left;
				background-repeat: no-repeat;
				height: 30px;
				margin-top: 5px;
				margin-right: 10px;
			}
div#contentEnvironment		{	color: #000;
				background-image:url('/images/content-middle-environment.jpg');
				padding: 0 20px;
				margin-right: 10px;
				height: 371px;
				overflow: hidden;
			}
.environment{width: 380px; height:auto; float:left;}
.contentContainertech {
background-image:none;
background-repeat:no-repeat;
}
.contentLeft{width:350px; height:auto; float:left;}
.contentRight{width:300px; height:auto; float:left; margin-left:20px;}
.contentRightText{width:250px; height:auto; float:left; margin-left:20px;}

div#content h1 		{ 	font-size: 1.9em;
				margin: 0 0 .5em 0; 
			}
div#content h2 		{ 	font-size: 1.6em;
				margin: 0 0 .5em 0; 
			}
div#content h3 		{ 	font-size: 1.3em;
				margin: 0 0 .5em 0; 
			}
div#content h4 		{	font-size: 1.2em;
				margin: 0 0 .5em 0; 
			}
div#content p, td	{	font-size: 1.2em;
				margin: 1em 0; 
			}
div#content ul		{	font-size: 1.2em;
				margin-left: 3em;
				line-height: 1.5em;
			}				
div#footer		{	clear: both;
				background-image: url('/images/content-bottom.jpg');
				background-repeat: no-repeat;
				background-position: bottom;
				background-color: #313335;
				margin: 0;
				padding: 10px;
				color: #000;
				height: 30px;
				border:none;
			}
div#footerEnvironment		{	clear: both;
	background-image: url('/images/content-bottom-environment.jpg');
	background-repeat: no-repeat;
	background-color: #313335;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000;
	height: 100px;
	border:none;
}
div#footer p 		{	
				font-size: 1.5em;
				font-weight: bold;
                margin-left: 130px;
				padding-top: 3px;
				text-align: center;
			}
div#subFooter		{	color: #fff;
				background-color: #313335;
				text-align: center;
				font-size: 1.1em;
				padding-top: 15px;
				padding-bottom: 15px;
				border:none;
			}
div#subFooter img#ce_mark {	float: left;
				padding-left: 40px;
			}
div#content div.links 	{ 	padding:4px;
				overflow:hidden;
				margin: 10px 0;
          		}
div#content div.links img { 	float:left;
				margin-right: 10px;
          		}
div#content div.links div { 	padding: 2px;	
				margin-left: 85px;
				font-size: 1.1em;			
          		}
div#content div.downloadBox {	padding: 3px;
				overflow: hidden;
				font-size: 1.1em;
			}
div#content div.prodBox {	overflow: hidden;
				margin-bottom: 10px;				
			}
div#content div.prodBox img {	float: left;
			}
div#content div.prodBox h3 {	margin-left: 110px;
			}
div#content div.prodBox div {	margin-left: 110px;
				font-size: 1.2em;
			}
div#content div#contentContainer {
				overflow: hidden;
                        }
/* Scroller */
div#newsFeed		{	height: 18px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
				padding: 3px 0;
			}
.mooquee		{	font-size: 13px !IMPORTANT;
				position: absolute;
				white-space: nowrap;
				overflow: hidden;
				font-style: italic;
			}
.mooquee-text		{	position: absolute;
			}
			
/*MY CSS*/

.label{color:#000;}
/*==========header==========*/
.header{width:956px; height:120px; float:left;}
.headerLogo{width:280px; height:120px; float:left;}
.headerTelephone{width:676px; height:74px; float:left;}
.menuTop{width:676px; height:46px; float:left;}
.button{width: auto; height: 46px; float:left;}
#loginMenu{
  display: block;
  width: 58px;
  height: 46px;
  background:url(../images/greencare_login.jpg) no-repeat 0 0;

}
#loginMenu:hover{   background-position: 0 -46px;}
#loginMenu span{  display: none;}
#consumer{
  display: block;
  width: 120px;
  height: 46px;
  background:url(../images/greencare_consumer.jpg) no-repeat 0 0;

}
#consumer:hover{   background-position: 0 -46px;}
#consumer span{  display: none;}
#latestNews{
  display: block;
  width: 99px;
  height: 46px;
  background:url(../images/greencare_latest_news.jpg) no-repeat 0 0;

}
#latestNews:hover{   background-position: 0 -46px;}
#latestNews span{  display: none;}
#technical{
  display: block;
  width: 82px;
  height: 46px;
  background:url(../images/greencare_technical.jpg) no-repeat 0 0;

}
#technical:hover{   background-position: 0 -46px;}
#technical span{  display: none;}
#environment{
  display: block;
  width: 101px;
  height: 46px;
  background:url(../images/greencare_environment.jpg) no-repeat 0 0;

}
#environment:hover{   background-position: 0 -46px;}
#environment span{  display: none;}
#caseStudy{
  display: block;
  width: 106px;
  height: 46px;
  background:url(../images/greencare_case_studies.jpg) no-repeat 0 0;

}
#caseStudy:hover{   background-position: 0 -46px;}
#caseStudy span{  display: none;}
#contact{
  display: block;
  width: 110px;
  height: 46px;
  background:url(../images/greencare_contact.jpg) no-repeat 0 0;

}
#contact:hover{   background-position: 0 -46px;}
#contact span{  display: none;}



.contentContainer{width:949px; height:auto; float:left; background-color:#FFF; margin-left:1px;}

/*==========main container==========*/
.mainContainer{width:956px; height:auto; float:left;}

/*==========left content==========*/
.left{width:200px; height:400px; float:left;}
.title{width:191px; height:40px; float:left; font-size:1px; margin-top:10px; margin-left:5px;}
.menuContainer{
	width:191px;
	height:auto; 
	float:left;  
	margin-left:5px;
	background-image:url(../images/middle_box.jpg);
	background-repeat:repeat-y;
}
.menu {
	width:185px;
	height:auto;
	margin-top:2px;
	margin-left:5px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {	font: 12px Arial, Helvetica, sans-serif; margin: 0;	padding: 0;}
.menu a {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #252525;
	display: block;
	margin-left:5px;
	padding: 5px 5px;
	text-decoration: none;
}
.menu a:hover {	background: #ebebeb left center no-repeat;	color: #2f2d2e;}

.boxPrices{width:191px; height:133px; float:left; font-size:1px; margin-left:5px;}
.boxWarranty{width:191px; height:83px; float:left; font-size:1px; margin-left:5px;}
.box{width:191px; height:6px; float:left; font-size:1px; margin-left:5px;}
.boxMiddle{width:191px; height:auto; float:left; font-size:1px; margin-left:5px;background-image:url(../images/middle_box.jpg); background-repeat:repeat-y;}
.liveChat{width:174px; height:71px; float:left; margin-left:8px;}
.greenTyre{width:174px; height:91px; float:left; margin-left:8px;}


/*==========middle content==========*/
.content{width:745px; height:auto; float:left; background-color:#fff;}

.tableText{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.wheelchair{width:216px; height:298px; float:left;}

.fullPageText{
	width:725px; 
	height:auto;
	float:left;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
h1{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#009b48; font-weight:bold;}

.indexTopText{
	width:509px; 
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.indexLogin{
	width:478px; 
	height:144px; 
	float:left;
	margin-top:30px;
	background-image:url(../images/index-login-box.jpg); 
	background-repeat:no-repeat;
}
.loginText{
	width:328px; 
	height:114px;
	float:left;
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:left;
}
.loginBtn{
	width:90px; 
	height:33px;
	float:left;
	margin-top:96px;
	margin-left:16px;
}

.lowerBanner{width:745px; height:auto; float:left; background-color:#fff;}
.bannerContainer{
	width:234px;
	height:100px;
	float:left;
	margin:5px;
	background-image:url(../images/index-lower-box.jpg);
	background-repeat:no-repeat;
}
.bannerContentText{
	width:214px;
	height:40px;
	float:left;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.bannerContentBtn{
	width:214px;
	height:31px;
	float:left;
	margin-left:10px;
}
	
/*==========footer==========*/
.footer{
	width:956px; 
	height:50px; 
	float:left;
	margin-top:10px;
	border-top: medium solid #009b48;
	background-color:#eef6f2;
}
.footerLeft{
	width:470px;
	height:40px; 
	margin:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	font-weight:bold;
}
.footerLeft a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.footerLeft a:visited{color:#000; text-decoration:none; font-weight:bold;}
.footerLeft a:hover{color:#000; text-decoration:underline; font-weight:bold;}
.footerRight{
	width:440px;
	height:40px; 
	margin:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
