/* POSITIONING BLOCKS */
body {
	background:#666 url("bg_page.png") repeat-x;
	color:#fff;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	line-height:16px;
}
#container{
	width:960px;
	background:#666 url("bg_container.png") no-repeat; 
	position:relative;
	margin:0 auto;
}
#main{
	padding:390px 170px 10px 360px;
}
#contact{
	float:left;
	padding:390px 0 0 0;
	width:306px;
	text-align:right;
}
#contact a,
p.emailus a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#contact a:hover,
p.emailus a:hover {
	color:#ccc;
}
#contact a.on {
	color:#f90;
}
#footer_bg{
	background:#ccc url("bg_footer.png") no-repeat center top; 
}
#footer{
	width:960px;
	height:320px;
	position:relative;
	margin:0 auto;
}
#footer #graph1{
	position:absolute;
	top:25px;
	left:360px;
	width:180px;
	height:150px;
}
#footer #graph2{
	position:absolute;
	top:25px;
	left:560px;
	width:180px;
	height:150px;
}
#footer #graph3{
	position:absolute;
	top:25px;
	left:760px;
	width:180px;
	height:150px;
}
#footer #copyright{
	position:absolute;
	top:260px;
	left:360px;
	color:#666;
}
h5 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:14px;
}
p{
	margin-bottom:14px;
}
a {
	color:#fff;
}
b,strong{
	font-weight:bold;
}
ul {
	list-style:none;
	margin-bottom:14px;
}
ul li {
	background:url("li.png") no-repeat 0 6px;
	padding:0 0 0 12px;
}

table{
	width:462px;
	border-top:2px solid #7B7B7B;
	border-bottom:2px solid #7B7B7B;
}
table th {
	width:126px;
	font-weight:bold;
	padding:8px;
}
table td {
	padding:8px;
}
table th.even,
table td.even {
	background:#7B7B7B;
}

#downloadbrochure {
	background:url("downloadbrochure_f1.png");
	width:460px;
	height:45px;
	display:block;
}
#downloadbrochure:hover {
	background:url("downloadbrochure_f2.png");
}

