﻿body, html {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #f7f6f6;
	margin: 0;
	}
	
img {
	border: 0;
}

/* body wrapper container */	
#container{
	margin: auto;
	width: 960px;
	overflow: hidden;
	}
	
/* logo */
#head {
	height: 130px;
	}

/* navigation */
#navigation {
	height: 25px;
}

/* header image */
#header_home {
	height: 345px;
	background-image: url('images/homeheader.png');
	background-repeat: no-repeat;
}

#header_about {
	height: 345px;
	background-image: url('images/homeabout.png');
	background-repeat: no-repeat;
}

#header_technology {
	height: 345px;
	background-image: url('images/hometechnology.png');
	background-repeat: no-repeat;
}

#header_careers {
	height: 345px;
	background-image: url('images/homecareers.png');
	background-repeat: no-repeat;
}

/* content sections */

#left {
	float: left;
	width: 250px;
	height: 340px;
	margin-top: 30px;
}

#right {
	float: left;
	width: 680px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}

h1 {
	font-family: 'arial', Helvetica, sans-serif;
	font-size: 30px;
	color: #666;
	font-weight: bold;
	margin: 0;
	text-align: justify;
	line-height: 24px;
}

h2 {
	font-family: 'arial', Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	text-align: justify;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
}

h3 {
	font-family: 'arial', Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin: 0px;
}

p, li {
	font-family: 'arial', Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 0;
	text-align: justify;
	line-height: 22px;
	margin-bottom: 20px;
}

li {
	margin: 0px;
}

.hr {
	height: 1px;
	background-color: #e9e9e9;
	width: 680px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hr2 {
	height: 1px;
	background-color: #e9e9e9;
	width: 680px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* footer */
#footer{
	height: 60px;
	width: 960px;
	background-image: url('images/footerbg.png');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 35px;
	bottom: 0px;
	clear: both;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	}
	
a.footer:link {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	}
	
a.footer:visited {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	}
	
a.footer:hover {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: bold;
	}
	
p.copyright {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: center;
	}



