/* CONTENT

1 Reset 
2 Page Grid
3 General Classes 
4 Headlines 
5 Links
6 Channel Colours

*/
   
   
/* -- 1 Reset --------------------------------------- */   

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
*/


td { 
	vertical-align:top;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}




h1, h2, h3, h4 , h5, h6 {
	font-weight:normal;
	font-size:100%;
}


em { font-style:italic }


/* 2 Page Grid */


body {
	background: #FFF;
	color #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}


.header {
	height: 144px;
	width: 100%;
}

	.header .logo {
		padding: 46px 0 0 187px;
	}

		.header .logo a {
			background: url(../image/1st_weee_logo.jpg) no-repeat left bottom;
			display: block;
			height: 50px;
			text-decoration: none;
			width: 300px;
		}
		
table {
	font-size:12px;
}

.frame {
	background: #D0CBC5 url(../image/block.jpg) repeat-y 187px top;
	min-height: 615px; 
	height: auto !important;
	height: 615px; 
	float: left;
	width: 100%;
}

.navigation {
	float: left;
	font-size: 11px;
	font-weight: bold;
	left: 20px;
	line-height: 1.25;
	padding: 35px 0 30px 0;
	position: relative;
	width: 167px;
}

	.navigation ul {
		margin: 0;
		padding: 0;
	}

	.navigation ul li {
		margin-bottom: 10px;
		list-style: none;
	}
	
	.navigation ul li a {
		color: #9D9F9E;
		text-decoration: none;
	}
	
	.navigation ul li a:hover {
		color: #336699;
	}
	
		.navigation ul li#act a,
		.navigation ul li#act1 a {
			color: #336699;
		}
		
.navigation ul#level1 {
    margin: 5px 0 15px 15px;
    padding: 0;
}

    .navigation ul#level1 li {
    	margin:0;
		padding:0;
    }
		
    .navigation ul#level1 li a {
    	color: #9D9F9E;
    }
    
        .navigation ul#level1 li a:hover {
    		color: #336699;
   		}
    
    	.navigation ul#level1 li#act a,
		.navigation ul#level1 li#act1 a {
			color: #336699;
		}
		

.navimage {
	height: 207px;
	float: left;
	left: 28px;
	width: 207px;
	position: relative;
	top: 35px;
	z-index: 120;
}

	.navimage .frontEndEditIcons {
		display: none;
	}


.content {
	background: #E3E2DE;
	float: left;
	min-height: 505px; 
	height: auto !important;
	height: 505px; 
	left: 28px;
	margin: 35px 0;
	position: relative;
	width: 590px;
}


.text {
	padding: 5px 15px 20px 20px;

}


.text a {
	color: #336699;
	font-size: 12px;
	text-decoration: none;
}


.text a img {
	display: none;
}


h1 {
	color: #436F91;
	font-size: 13px;
	margin-top: 17px;
	margin-bottom: 0;
}


h2 {
	font-size: 12px;
}

p{
	margin:0;
	padding:0;
}


.footer {
	background: url(../image/ft_bgrd.jpg) left top repeat-x;
	clear: both;
	color: #D0CCC5;
	font-weight: bold;
	height: 40px;
}

	.footer ul {
		border-left: 8px solid #fff;
		line-height: 12px;
		padding: 20px 0 8px 0;
		margin: 0 0 0 187px;
		width: 799px;
		text-align: right;
	}
	
		.footer ul li {
			display: inline;
		}
		
		.footer a {
			color: #D0CCC5;
			margin:0 3px;
			text-decoration: none;
		}
		
			.footer a:hover {
				color: #fff;
			}


#service {
	float: left; 
	width: 713px;
}


#subact a {
	color: #fff
	margin: 0 3px;
}
 
textarea {
	overflow: auto;
}


.company{
	clear: both;
	color:#9D9F9E;
	padding: 8px 0 6px 195px;
	font-size:11px;
	font-weight:bold;
	line-height: 11px;
}

