@charset "utf-8";
* {
	margin: 0;
}
html, body {
	background: #000 url(../images/bg_all.jpg) repeat-x left top;
	height: 100%;
}
.wrapper {
margin-left: auto;
margin-right: auto;
width: 1024px;
}

#homecontent {width: 1024px;
	height: 754px;
	position: relative;
	top: 0px;
	background: #333;
	}

.logoHeaderHome {
    position:relative;
	background:#000 url(../images/bg_homepage.jpg) no-repeat;
	margin: 0px;
	height: 438px;
	width: 1024px;
	z-index: 11;
}

.menu{position: absolute;
left: 380px;
top: 10px;
height:100px;
width:600px;
overflow:hidden;
white-space:nowrap;    
}

.Img{
	clear:both;
	background-color:#000;
}
#homepage {
    background: url(../images/graphic_home.jpg) no-repeat center -2px;
	height:348px;
}
#about{
    background: url(../images/graphic_aboutus.jpg) no-repeat center -1px;
	height:105px;
}
#services{
    background: url(../images/graphic-services.jpg) no-repeat center -1px;
	height:105px;
}
#precision{
    background: url(../images/graphic-precision.jpg) no-repeat center -1px;
	height:105px;
}
#contact{
    background: url(../images/graphic-contact.jpg) no-repeat center -1px;
	height:105px;
}

.contentWrapper {
    background: #333333 url(../images/bg-red.gif) repeat-x left -2px;
	padding:0 0 0 0;
}
.content{
	margin:0 auto;
	padding:0px;
	width:950px;
}
.content p{
    margin:10px 0 0 0;
	padding:0;
}

.footer{
    position:relative;
	margin:0 auto;
	padding:30px 0px 0 0;
	height:40px;
	width:890px;
	background:#FFFFFF no-repeat left 20px;
	text-align:right;
	color:#cc0000;
}

