* {
    margin: 0;
	padding: 0;
}	
body {
    background-color: #A8A39D;
	background-image: url(../images/alphaBG.jpg);
	background-repeat: repeat-x;
    font-family: "Trebuchet ms", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.separator {
    clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}
#header {
	margin: 21px 0 0 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 160px;
}		
#logo {
	margin: 0;
	padding: 15px 0 0 30px;
	width: 217px;
	height: 85px;
	float: left;
}
#rqstag {
    float:right;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	padding: 10px 25px 0 0;
}	
#linksbox {
    padding: 5px 30px 0 0;
	margin: 0;
	float: right;
	text-align: center;
}
.links{
    display:-moz-inline-box;
    display:inline-block;
    overflow:hidden;
	background-image: url(../images/navsprites.gif);
	background-repeat: no-repeat;
    text-indent: -3000px;
    *text-indent:0px;
    font:0/0 Arial;
    color:rgba(255,255,255,0);
    vertical-align:bottom;
	float: left;
} 
.linksHome{width: 70px; height: 31px;}
:hover.linksHome{background-position: 0px -31px;}
 
.linksAboutUs{width: 108px; height: 31px; background-position:-70px 0px;}
:hover.linksAboutUs{background-position:-70px -31px;}

.linksProducts{width: 114px; height: 31px; background-position:-178px 0px;}
:hover.linksProducts{background-position:-178px -31px;}

.linksServices{width: 105px; height: 31px;background-position:-292px 0px;}
:hover.linksServices{background-position:-292px -31px;}
 
.linksApply{width: 120px; height: 31px;background-position:-397px 0px;}
:hover.linksApply{background-position:-397px -31px;}

.linksLocation{width: 128px; height: 31px;background-position:-517px 0px;}
:hover.linksLocation{background-position:-517px -31px;}

.linksJobs{width: 44px; height: 31px;background-position:-645px 0px;}
:hover.linksJobs{background-position:-645px -31px;}


#bannerarea {
    background-image: url(../images/bannerarea.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 259px;
}	
#footer {
	color: #333333;
	background-image: url(../images/footerBG.jpg);
	background-repeat: repeat-x;
	width: 950px;
	height: 116px;
	margin: auto;
	padding: 0 0 10px 0;
}
#footer a:link {
	color: #a1192d;
	text-decoration: underline;
}
#footer a:visited {
	color: #a1192d;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#addbar {
    float: left;
	padding: 38px 0 0 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}	
#businfo {
    float: right;
	padding: 38px 10px 0 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#closetxt {
    float: left;
	font-size: 10px;
	width: 950px;
	text-align: center;
	padding-top: 5px;
}		