@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/BG_logo_knoxSmall.png) repeat left top;
	background-position: top;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#666666;
	
}

#header {
	position: relative;
	top:5px;
	width: 1026px;
	margin-left:auto;
	margin-right: auto;
	color:#666666;
	height:170px;
	background:url(images/header_bg.png);
	background-repeat:no-repeat;
	z-index:3;

}
	

#main {
	position: relative;
	top:-27px;
	width: 1026px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	color:#666666;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	z-index:2;
	
}

#footer {
	position: relative;
	top:36px;
	width: 1026px;
	height: 36px;
	margin-left:auto;
	margin-right: auto;
	font-size: xx-small;
	background-image: url(images/footer_bg.png);
	background-repeat:no-repeat;
	z-index:1;
	
}

#footer-2 {
	position: relative;
	top:-46px;
	width: 1026px;
	height: 36px;
	margin-left:auto;
	margin-right: auto;
	font-size: xx-small;
	background-image: url(images/footer_bg.png);
	background-repeat:no-repeat;
	z-index:1;
	
}

#navigation {
   
	position: absolute;
	top: 160px;
	width: 990px;
	left:18px;
	height:42px;
	
}

#topLogo {
	position: absolute;
	top: 37px;
	left:41px;
	height: 93px;
	width: 423px;
	
}

#topDetails{
	position: absolute;
	top: 22px;
	left:660px;
	height: 120px;
	width: 340px;
	
}

#socialNetworks {
	position: absolute;
	font-size:x-small;
	top: 105px;
	right:35px;
	height: 42px;
	width: 250px;
	
}

#leftDetails {
	position: absolute;
	top: 36px;
	left:27px;
	height: 598px;
	width: 195px;



}

#mainText {
	margin-left:240px;
	margin-right:40px;
	margin-top:15px;
	margin-bottom:10px;

}

#mainText-2 {
	margin-left:240px;
	margin-right:40px;
	margin-top:15px;	
	height:900px;
	margin-bottom:-90px;
	padding-bottom:-90px;
}

#testimonials {
	position:absolute;
	left:250px;
	top:360px;
	width:740px;
	height:500px;
	overflow:auto;
	overflow-x:hidden;
}

#rightImage {
	float:right;
	margin-left:10px;
	margin-bottom:15px;

}

#leftImage {
	float:left;
	margin-right:15px;
	margin-bottom:15px;

}

.style1 {
	font-size: xx-large;
	color: #F07700;
}
.style2 {font-size: xx-large; color: #000000; }
.style3 {color: #FFD500}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #9900CC;
}


a.linkNavigation:link {

color:#FFD500;
text-decoration:none;
font-size: large;

}

a.linkNavigation:visited {

color:#FFD500;
text-decoration:none;
font-size: large;
}

a.linkNavigation:hover {

color:#d50000;
text-decoration:underline;
font-size: large;
}

a.linkNavigation:active {

color:#ff0000;
text-decoration:underline;
font-size: large;
}



a.linkFooter:link {

color:#7F7F81;
text-decoration:none;
font-size: x-small;

}

a.linkFooter:visited {

color:#7F7F81;
text-decoration:none;
font-size: x-small;
}

a.linkFooter:hover {

color:#ff9900;
text-decoration:underline;
font-size: x-small;
}

a.linkFooter:active {

color:#ff0000;
text-decoration:underline;
font-size: x-small;
}
