@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background:#111728;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	width:985px;
	height:600px;
}

#header {
	width:985px;
	height:103px;
	background:url(images/headerBG.jpg) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#logoAnim {
	position:absolute;
	top:20px;
	left:137px;
	z-index:2;
	width:197px;
	height:72px;
}

.navImg {
	position:absolute;
	bottom:0px;
}

#homeNav {
	left:335px;
}

#productsNav {
	left:416px;
}

#supportNav {
	left:507px;
}

#newsNav {
	left:594px;
}

#aboutNav {
	left:703px;
}

#contactNav {
	left:778px;
}

#content {
	width:710px;
	height:415px;
	position:absolute;
	top:103px;
	left:137px;
	border:1px solid #7F7F7F;
}

#left {
	width:137px;
	height:497px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(images/leftBG.jpg) no-repeat;
}

#right {
	width:136px;
	height:497px;
	position:absolute;
	bottom:0px;
	right:0px;
	background:url(images/rightBG.jpg) no-repeat;
}

#footer {
	width:712px;
	height:79px;
	position:absolute;
	bottom:0px;
	left:137px;
	background:url(images/footerBG.jpg) no-repeat;
}

.footerImg {
	position:absolute;
	top:0px;
}

#supportFooter {
	left:269px;
}

#overviewFooter {
	left:440px;
}

#footerText {
	text-align:center;
	font-size:11px;
	margin-top:39px;
	color:#A5A4A4;
}

#footerText a {
	color:#A5A4A4;
}

#footerText a:hover {
	color:#FFFFFF;
}

img {
	border:none;
}

a {
	text-decoration:none;
	outline:none;
}