/* 
	project: easy waste solutions
   	author: paul steven (pwsteven@yahoo.co.uk)
*/
   
body { 
	padding: 0; 
	margin: 0; 
	font: 11px 'Trebuchet MS', Verdana, Arial, sans-serif; 
	line-height: 1.6em; 
	background: #FFF; 
	color: #454545; 
}

p { 

	margin:0 0 2px 0;

}

/* links */
a { 
	color: #5D97C8; 
	background: inherit; 
}

a:hover { 
	color: #FF0000; 
	background: inherit; 
}	

/* headings */
h1 { 
	font: bold 14px 'Trebuchet MS', Verdana, Arial, sans-serif; 
	margin: 0; 
	letter-spacing: -1px; 
}

h2 { 
	font: bold 19px 'Trebuchet MS', Verdana, Arial, sans-serif; 
	margin: 0; 
	padding: 0; 
}

h1 a, h2 a { 
	color: #2b2b2b; 
	background: #fff; 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover { 
	color: #2b2b2b; 
	background: #FFF; 
}

.title { 
	color: #5D97C8; 
	background: #fff; 
}

.titleGreen { 
	color: #009999; 
	background: #fff; 
}

.redstar {
	color: #FF0000;
	background: #fff; 	
}

/* content holder */
#content { 
	margin: 10px auto; 
	width: 780px; 
	background: #FFFFFF;
	color: #000;
}

/* header */
#header { height: 75px; }
#logo { padding: 15px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 3px; color: #000000; background: #fff; }
#top_info { float: right; width: 370px; margin: 20px 5px 0 0; text-align: right; }

/* horizontal tabbed menu */	
#tabs { color: #CCC; background: #FFF; height: 32px; text-align: center; padding: 0 0 0 10px; }
#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #CCC url(../i/barbg2.gif) no-repeat; color: #000000; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #CCC url(../i/barbg2_over.gif) no-repeat; color: #FFFFFF; }	
#tabs li a.current { background: #CCC url(../i/barbg2_over.gif) no-repeat; color: #FFFFFF; }	

/* blue radius box */
.blueboxtop { 
	clear: both; 
	background: #5D97C8 url(../i/bottom_blue.gif) no-repeat; 
	color: #000; 
}

.blueboxbottom { 
	background: #5D97C8 url(../i/top_blue.gif) no-repeat bottom left; 
	color: #444; 
	padding: 1px 13px 8px 13px; 
	margin: 0; 
}

/* inside content */
.insideContent { width: 760px; margin: 0; padding: 17px 0px 15px 15px;}

.insideArticles {
	margin: 10px 20px 0px 10px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	color: #000;
	background: #fff;
}


.description { 
	padding: 0 0 2px 0; 
	margin: 0 10px 5px 0; 
	border-bottom: 1px dotted #ccc; 
}

.thumbnail { 
	float: left; 
	margin: 0; 
	border: 0px solid #FFF; 
}
	
.thumbnail2 { 
	float:none;
	clear:both;
	margin-top:1em;
}

.thumbnail2 img { 
	float:left;
	margin-right:1em;
}

.logoalign {
	display: block;
    margin-left: auto;
    margin-right: auto;
}	

.highlightText {
	background-color: #ECECEC;
	color: #000000;
}

div.float {
  padding: 10px;
  float: left;
  }
  
div.float p {
   text-align: center;
   }
   
.separator {
	width: 100%;
}



/* footer  */
.footer { 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
	padding: 10px 0 10px 0; 
	border-top: 1px solid #ccc; 
}




