@charset "UTF-8";
/* CSS Document */

#megacontainer {
	background-image:url(assets/shadow.png);
	position: relative;
	height: 640px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	position: absolute;
	height: 640px;
	width: 1080px;
	left: 110px; 
}

/* Navigation */

#navcontainer {
	background-image: url(assets/navbar.png);
	position: absolute;
	width: 645px;
	height: 40px;
	left: 435px;
}

#navcontainer ul {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;	
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 15px;
	color: #888888;
	width: 635px;
	height: 82px;
}

#active a:link, #active a:visited, #active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	text-decoration: none;
}
#active a:link, #active a:visited, #active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Main Div */

#leftcolumn {
	background-color: #ea0000;
	position: absolute;
	height: 600px;
	width: 455px;
	top: 40px;
}
#logodiv {
	background-color: #FFFFFF;																											
	position: absolute;
	height: 95px;
	width: 455px;
}
#imagediv {	
	position: absolute;
	height: 430px;
	width: 425px;
	top: 100px;
	left: 15px;
}
#contactdiv {
	position: absolute;
	height: 70px;
	width: 455px;
	top: 530px;
}
#maincolumn {
	position: absolute;
	height: 600px;
	width: 625px;
	top: 40px;
	left: 455px;
}

#animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 120px;
	width: 625px;
	top: 20px;
}
#homeheader {
	position: absolute;
	height: 80px;
	width: 625px;
	top: 160px;
}
#bodycopy {
	position: absolute;
	height: 360px;
	width: 525px;
	left: 50px;
	top: 240px;
	padding-right: 40px;
	overflow: auto;
}

/* CSS Classes */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 19pt;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1pt;
}
.img {
	border: 0;
}

/* products page */

#products_text {
	position: absolute;
	width: 525px;
	height: 540px;
	left: 50px;
	top: 30px;
	padding-right: 40px;
	overflow: auto;
}	

/* services page */

#services_text {
	position: absolute;
	width: 525px;
	height: 330px;
	left: 50px;
	top: 240px;
	padding-right: 40px;
	overflow: auto;
}
#serviceanimation {
	background-color: #FFFFFF;
	position: absolute;
	height: 200px;
	width: 625px;
	top: 40px;
}

/* partners page */

#partner_animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 625px;
	top: 20px;
}


/* contacts page */

#contact_col1 {
	position: absolute;
	height: 220px;
	width: 260px;
	left: 80px;
	top: 350px;
}
#contact_col2 {
	position: absolute;
	height: 220px;
	width: 240px;
	left: 355px;
	top: 350px;
}
#contact_header {
	position: absolute;
	height: 40px;
	width: 625px;
	top: 320px;
}
#contact_animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 625px;
	top: 10px;
	font:lighter 11pt Arial, Helvetica, sans-serif;
	color:#666;
}
#contact_animation label {
	float:left;
	width:230px;
	padding-right:10px;
	text-align:right;
	line-height:18px;
	margin-bottom:10px;
}
#contact_animation input, select {
	margin-left:20px;
	border:1px solid #B3B3B3;
	width:150px;
	margin-bottom:10px;
}
#contact_animation textarea {
	margin-left:20px;
	border:1px solid #B3B3B3;
	width:280px;
	height:75px;
	margin-bottom:10px;
}
.sent {
	font:lighter 11pt Arial, Helvetica, sans-serif;
	color:#000;
}

/* training page */


#train_animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 200px;
	width: 625px;
	top: 20px;
}

/* about page */

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 19pt;
	text-align: center;
}