html,body,div,span,hr,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,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,:before,:after,input,textarea,select{background:none;border:0;border-collapse:collapse;border-spacing:0;border-width:0;bottom:auto;clear:none;content:none;direction:ltr;float:none;left:auto;margin:0;outline:0;padding:0;right:auto;text-decoration:none;text-indent:0;top:auto;}
body,input,select,textarea,option,iframe,code{background:#fff;font-family:Geneva,Arial,Helvetica,sans-serif;}



/* Main page body. */

body {
background: #535353;
color: #535353;
font-size: 62.5%;
text-align: center;
}



/* Top banner. */

#top {
background: #fff url(../graphics/layout/logo.jpg) 50% 0 no-repeat;
}

	#top p {
	font-size: 1.9em;
	font-weight: bold;
	height: 100px;
	margin: 0 auto;
	padding: 43px 0 0;
	text-align: right;
	width: 966px;
	}
	
	#top a, #top span {
	color: #D62F03;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 0 7px 0 0;
	}
	
		#top span {
		padding: 0 14px 0 0;
		}
	
	
	
/* Top navigation. */

#nav_wrapper {
background: #D12E02 url(../graphics/layout/nav_back.jpg) repeat-x;
border-bottom: 18px solid #fff;
}

	#nav {
	background: url(../graphics/layout/nav_right.jpg) no-repeat;
	margin: 0 auto;
	width: 966px;
	}
	
		/* Main links. */

		#nav ul {
		background: url(../graphics/layout/nav_left.jpg) 100% 0 no-repeat;
		float: left;
		list-style: none;
		padding: 0 3px;
		}

			#nav ul li {
			background: url(../graphics/layout/nav_left.jpg) no-repeat;
			float: left;
			}
	
			#nav ul li a {
			background: url(../graphics/layout/nav_right.jpg) 100% 0 no-repeat;
			float: left;
			color: #fff;
			font-size: 1.2em;
			font-weight: bold;
			padding: 14px 22px 11px;
			}
			
				#nav ul li a:hover {
				color: #000;
				}
	
		/* Accessibility. */
		
		#nav p {
		background: url(../graphics/layout/nav_left.jpg) 100% 0 no-repeat;
		float: right;
		width: 30px;
		padding: 0 3px;
		}
		
			#nav a {
			background: url(../graphics/layout/nav_right.jpg) 100% 0 no-repeat;
			float: right;
			padding: 10px 8px 8px;
			}
			
				#nav a:hover {
				color: #000;
				}



/* Content wrapper. */

#wrapper {
background: #fff;
border-left: 18px solid #fff;
border-right: 18px solid #fff;
margin: 0 auto;
text-align: left;
width: 966px;
}



/* Left navigations. */

#left {
color: #fff;
float: left;
width: 246px;
}

	#left .box {
	background: #D93003 url(../graphics/layout/left_bottom.jpg) 0 100% no-repeat;
	padding: 0 0 20px;
	}

		#left #news {
		margin: 18px 0 0;
		padding: 0 0 16px;
		}
	
		#left a {
		color: #fff;
		}
			
			#left a:hover {
			color: #000;
			}
	
		/* Headers. */
		
		#left h1 {
		background: url(../graphics/layout/left_top.jpg) no-repeat;
		font-size: 1.8em;
		font-weight: normal;
		padding: 15px 20px 0;
		}
	
		#left h2 {
		font-size: 1.8em;
		font-weight: normal;
		padding: 5px 20px 0;
		}
	
		#left h3 {
		font-size: 1.8em;
		font-weight: normal;
		padding: 5px 20px 0;
		}
	
		/* Links. */
		
		#left ul {
		list-style: none;
		font-size: 1.2em;
		padding: 0 22px;
		}
		
			#left li  {
			background: url(../graphics/layout/bullet.gif) 0 5px no-repeat;
			padding: 2px 0 0 10px;
			}
	
		/* News. */
		
		#left p {
		font-size: 1.1em;
		line-height: 1.4em;
		padding: 12px 20px 0;
		}
		
			#left p.title {
			font-size: 1.2em;
			}
		
			#left #news a {
			font-weight: bold;
			}



/* Content panels. */

#content {
float: right;
font-size: 1.2em;
line-height: 1.6em;
width: 702px;
}

	#content_left {
	float: left;
	margin: 0 18px 0 0;
	width: 438px;
	}

	#content_right {
	float: left;
	width: 246px;
	}



/* Content styling. */

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #F23300;
font-size: 1.2em;
padding: 0 0 18px;
}

	#content h1 {
	font-size: 1.8em;
	}

	#content h2 {
	clear: both;
	}
	
	#content p {
	padding: 0 0 18px;
	}
	
	#content a {
	color: #D93003;
	}
	
		#content a:hover {
		color: #000;
		}
	
	#content hr {
	clear: both;
	}
	
	#content table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
		
		#content table td {
		padding: 5px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
		
		#content table.newProds {
		background-color: #D6EBF5;
		}
		
		#content table tr.greenPower td {
		background-color: #CEEEB0;
		}
		
		#content table tr.headers td {
		font-weight: bold;
		background-color: #FCE2D8;
		color: #D93003;
		vertical-align: top;
		}
	
	#content table.cms_form {
	width: 650px;
	}
		
		#content table.cms_form th {
		background-color: #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
		
		#content table.cms_form td.left {
		font-weight: bold;
		text-align: right;
		width: 250px;
		}
		
		#content table.cms_form td.right {
		width: 400px;
		text-align: center;
		}
			
			#content table.cms_form td.right input {
			width: 360px;
			border: 1px solid #ccc;
			padding: 3px;
			}
			
			#content table.cms_form td.right textarea {
			width: 360px;
			height: 100px;
			border: 1px solid #ccc;
			padding: 3px;
			}
			
			#content table.cms_form td.right input.checkbox {
			width: auto;
			border: none;
			padding: 0;
			}
			
			#content table.cms_form td.right input#cms_form_validate {
			width: 146px;
			}
			
			#content table.cms_form td.right span#validation_code {
			display: block;
			width: 150px;
			height: 30px;
			border: 1px solid #000;
			background: transparent url(/graphics/layout/code.gif) top left no-repeat;
			}
	
	#content ul#subpages {
	float: left;
	display: block;
	width: 660px;
	}
		
		#content ul#subpages li {
		float: left;
		display: block;
		width: 200px;
		margin: 5px 0 5px 10px;
		border: 1px solid #CC3300;
		background-color: #FDE8E1;
		}
			
			#content ul#subpages li a {
			float: left;
			display: block;
			width: 190px;
			margin: 5px;
			text-align: center;
			}



/* Footer. */

#footer_wrapper {
border-top: 18px solid #fff;
background: url(../graphics/layout/footer.jpg) repeat-x;
text-align: left;
}

	#footer {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 10px 0;
	width: 966px;
	}
	
		/* Standard links. */
	
		#footer p#links {
		color: #fff;
		float: left;
		width: 876px;
		}
	
		#footer p#links a {
		color: #fff;
		padding: 0 3px;
		}
			
			#footer p#links a:hover {
			color: #000;
			}
	
		/* Logo links. */
	
		#footer p#logos {
		float: left;
		width: 90px;
		}
	
			#footer p#logos img {
			margin: 0 2px;
			}
		
		
	
/* Accessibility popup. */

ul#accessibility_popup {
font-size: 1.4em;
font-weight: bold;
list-style: none;
padding: 10px;
width: 400px;
}

	ul#accessibility_popup li {
	padding: 0 0 10px;
	}

	ul#accessibility_popup a {
	background: #D12E02;
	border: 1px solid #D12E02;
	color: #fff;
	display: block;
	padding: 10px;
	}

		ul#accessibility_popup a:hover {
		background: #fff;
		color: #D12E02;
		}



/* info message. */

p#info_message {
background: #eee;
border: 1px solid #ccc;
color: #000;
margin: 0 0 18px;
padding: 10px;
}

	p#info_message.error {
	background: #D93003;
	border: 1px solid #c00;
	color: #fff;
	}



/* Bug fixes. */

		 	  #nav ul,				 #nav,				 #footer, 				#wrapper,				#content { height: 1%; }
html>/**/body #nav ul, html>/**/body #nav, html>/**/body #footer, html>/**/body #wrapper, html>/**/body #content { height: auto; overflow: auto; }