* {
    margin: 0;
	padding: 0;
}	
body {
    background-color: #000000;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
    font-family: "Trebuchet ms", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
    color: #0066FF;
	text-decoration: underline;
}	
a:visited {
	color: #0066FF;
	text-decoration: underline;
}	
a:hover {
	color: #000000;
	text-decoration: underline;
}
.separator {
    clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}
#header {
	width: 990px;
	height: 104px;
}
#logo {
    width: 309px;
	height: 104px;
	float: left;
	padding: 0 0 0 20px;	
}
#mainfooter {
	width: 990px;
	height: 23px;
	background-image: url(../images/footbar.gif);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
}
.shadetabs{
width: auto;
float: right;
padding: 78px 4px 0 0;
}
.links{
    display:-moz-inline-box;
    display:inline-block;
    overflow:hidden;
	background-image: url(../images/navsprite.png);
	background-repeat: no-repeat;
    text-indent: -3000px;
    *text-indent:0px;
    font:0/0 Arial;
    color:rgba(255,255,255,0);
    vertical-align:bottom;
    width:110px;
    height:27px;
	float: left;
} 
.linksHome{}
:hover.linksHome{background-position: 0px -35px;}
.linksHomeactive {background-position: 0px -35px;}
 
.linksPortfolio{background-position:-110px 0px;}
:hover.linksPortfolio{background-position:-110px -35px;}
.linksPortfolioactive {background-position: -110px -35px;}
 
.linksPrices{background-position:-220px 0px;}
:hover.linksPrices{background-position:-220px -35px;}
.linksPricesactive {background-position: -220px -35px;}
 
.linksBlog{background-position:-330px 0px;}
:hover.linksBlog{background-position:-330px -35px;}
.linksBlogactive {background-position: -330px -35px;}
 
.linksContact{background-position:-440px 0px;}
:hover.linksContact{background-position:-440px -35px;}
.linksContactactive {background-position: -440px -35px;}
