@charset "utf-8";
/* CSS Document */

#header {
	position:relative;
	top:0px;
	width:1024px;
	height:96px;
	}

#navigation {
	position:relative;
	top:20px;
	width:1024px;
	height:59px;
	background:url(images/navigation_bckg.jpg);
	}
	
#home_content {
	position:relative;
	top:20px;
	width:1024px;
	height:558px;
	background:url(images/home_cont_bckg.jpg);
	}

	#text_content {
	position:absolute;
	left:18px;
	top:-1px;
	width:984px;
	height:auto;
	}
	
#products_content {
	position:relative;
	top:20px;
	width:1024px;
	height:558px;
	background:url(images/products_cont_bckg.jpg);
	}

#support_content {
	position:relative;
	top:20px;
	width:1024px;
	height:558px;
	background:url(images/support_cont_bckg.jpg);
	}
	
	#optional_title {
		position:relative;
		top:30px;
		left:20px;
		width:900px;
		height:auto;
		}
	
	#optional_text_content {
		position:relative;
		left:20px;
		top:40px;
		width:550px;
		height:auto;
		}
	
	#additional_text_support {
		position: relative;
		left:20px;
		top:40px;
		width:950px;
		height:auto;
		}
		
#about_content {
	position:relative;
	top:20px;
	width:1024px;
	height:470px;
	background:url(images/aboutus_content_bckg.jpg);
	}
	
	#additional_text_contactus {
	position: absolute;
	left:650px;
	top:119px;
	width:240px;
	height:auto;
		}
		
#jobs_content {
	position:relative;
	top:20px;
	width:1024px;
	height:558px;
	background:url(images/jobs_bckg.jpg);
	}
	
#copyright {
	position:relative;
	top:20px;
	width:1024px;
	height:auto;
	}

#copyright_form {
	position:absolute;
	top:600px;
	width:1024px;
	height:auto;
	}
	
/* Text Styles */

p {font-family:"Myriad Pro", verdana, Arial;
	font-size:16px;
	color:#000000;
	}

h1 {font-family:"Myriad Pro", verdana, Arial;
	font-size:24px;
	color:#6b87b3;
	font-weight:bolder;
	}
	
h4 {font-family:"Myriad Pro", verdana, Arial;
	font-size:24px;
	color:#FF0000;
	font-weight:bolder;
	}

.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6b87b3;
	}

.style2 {
	font-family:"Myriad Pro", verdana, Arial;
	font-size:16px;
	color:#6B87B3;
	font-weight:bold;
	}
	
.style3 {
	font-family:"Myriad Pro", verdana, Arial;
	font-size:16px;
	color:#000000;
	}

