@charset "utf-8";
/* CSS Document */

body {
	background:#000;	
	margin:0px 0px 0px 0px;
}

#bodyBack {
	color: #FFF;
	font-size: 11px;
}

#bodyBackBottom {
	background-image:url(images/horizontalBackgroundBottom.jpg);
	background-repeat:no-repeat;
	width:846px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
}

#bottomSeperator {
	background-image:url(images/greyDot.jpg);
	background-repeat:repeat-x;
	width:730px;
	height:1px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:10px;

}

#logo {
	background-image:url(images/camoFXLogo.png);
	width:300px;
	height:177px;
	position:absolute;
	margin-top:-90px;
	margin-left:20px;
	top: 124px;
}
.camoorange {
	color: #FC522E;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}


#home {
	background-image:url(images/home.png);
	width:63px;
	height:21px;
	position:absolute;
	cursor:pointer;
	float:right;


}

#home:hover {
	background-image:url(images/homeHover.png);
	width:63px;
	height:21px;
	position:absolute;
	left:155px;
	top: 112px;
	cursor:pointer;

}

/*#camoFX {
	background-image:url(images/camoFX.png);
	width:93px;
	height:21px;
	position:absolute;
	left:545px;
	top: 112px;
	cursor:pointer;
}

#camoFX:hover {
	background-image:url(images/camoFXHover.png);
	width:93px;
	height:21px;
	position:absolute;
	left:545px;
	top: 112px;
	cursor:pointer;
}

#pressRoom {
	background-image:url(images/pressRoom.png);
	width:129px;
	height:21px;
	position:absolute;
	left:665px;
	top: 112px;
	cursor:pointer;
}

#pressRoom:hover {
	background-image:url(images/pressRoomHover.png);
	width:93px;
	height:21px;
	position:absolute;
	left:665px;
	top: 112px;
	cursor:pointer;
}
*/
