/*-------------------------------------------*/
/* CSS Document                              */
/* Authored By: Angelo Beltran               */
/*              design@angelobeltran.com     */
/*-------------------------------------------*/

/*-- HEADER TOP --*/
div#header-top {
	width:1024px;
	height:22px;
	background-color:#ED2225;
}
	div#header-top h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:1em;
		color:#FFF;
		width:200px;
		padding:8px 0 0 4px;
		float:left;
	}
	
a#sitemapBtn:link, a#sitemapBtn:active, a#sitemapBtn:visited {
	display:block;
	width:20px;
	height:20px;
	text-indent:-5000em;
	margin:1px 4px;
	text-decoration:none;
	background: url(../img/sitemap-btn.jpg) no-repeat 0 0;
}
	a#sitemapBtn:hover {
		background-position:0 -20px;
	}
	
a#homeBtn:link, a#homeBtn:active, a#homeBtn:visited {
	display:block;
	width:20px;
	height:20px;
	text-indent:-5000em;
	margin:1px 4px;
	text-decoration:none;
	background: url(../img/home-btn.jpg) no-repeat 0 0;
}
	a#homeBtn:hover {
		background-position:0 -20px;
	}
	
a#contactBtn:link, a#contactBtn:active, a#contactBtn:visited {
	display:block;
	width:20px;
	height:20px;
	text-indent:-5000em;
	margin:1px 4px;
	text-decoration:none;
	background: url(../img/contact-btn.jpg) no-repeat 0 0;
}
	a#contactBtn:hover {
		background-position:0 -20px;
	}	
/*-- END HEADER TOP --*/

/*-- HEADER BOTTOM --*/
div#header-bottom {
	width:1024px;
	height:80px;
	padding:2px;
}
/*-- END HEADER BOTTOM --*/



