* {
    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 25px;
	width: 418px;
	height: 93px;
	float: left;
}
#rqstag {
    float:right;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	padding: 10px 25px 0 0;
}	
#linksbox {
    padding: 8px 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: 62px; height: 30px;}
:hover.linksHome{background-position: 0px -30px;}
 
.linksAboutUs{width: 99px; height: 30px; background-position:-62px 0px;}
:hover.linksAboutUs{background-position:-62px -30px;}

.linksProducts{width: 104px; height: 30px; background-position:-161px 0px;}
:hover.linksProducts{background-position:-161px -30px;}

.linksServices{width: 96px; height: 30px;background-position:-265px 0px;}
:hover.linksServices{background-position:-265px -30px;}
 
.linksApply{width: 109px; height: 30px;background-position:-361px 0px;}
:hover.linksApply{background-position:-361px -30px;}

.linksContact{width: 116px; height: 30px;background-position:-470px 0px;}
:hover.linksContact{background-position:-470px -30px;}

.linksTesti{width: 112px; height: 30px;background-position:-586px 0px;}
:hover.linksTesti{background-position:-586px -30px;}


#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;
}
#addbarhm {
    float: left;
	padding: 2px 0 0 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#businfo {
    float: right;
	padding: 4px 10px 0 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#social img {
	padding-right: 5px;
}
#closetxt {
    float: left;
	font-size: 10px;
	width: 950px;
	text-align: center;
	padding-top: 5px;
}		
