/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table, tr, th, td { margin:0; padding:0; text-align: left;}
fieldset,img{border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*fonts.css*/
body{font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:18px;}
a {text-decoration:none;}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #666;
	background: url(../images/body_bg.jpg) repeat-x top;
}

#holder {
	width: 960px;
	margin: 0 auto;
	float: none;
}

#left {
	width:400px;
	height: 600px;
	float: left;
	font-size: .75em;
	position: relative;
	/* background: url(../images/ajax-loader.gif) no-repeat center center; */
}

#left div {
	background-color: #ffffff;
}
	
	#left #logo {
	background: url(../images/logo.gif) no-repeat left bottom;
	width: 350px;
	height: 70px; 
	position: relative;
	margin-left: -5px;
	}
	
	#left #drop {
		top: 250px;
		width: 400px;
		height: 100px;
	}
	
	#left #logo H1 {
		display: none;
		font-size: 1px;
	}
	
	#left .content {
		width: 400px;
		float: left;
		height:400px; /*New this keeps the text from entering into the company logo*/
		position: absolute; 
		left: 0;
	}

#middle {
	width:400px;
	height: 600px; 
	float: left;
	text-align: right;
	position: relative;
}
	
	#middle .content {
		position: absolute;
		top: 0;
		right: 0;
	}


#right {
	width:160px;
	height: 600px;
	float: left;
	font-size: .75em;
}

#footer {
	width: 960px;
	clear: both;
	float: left;
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	margin-top: 80px; 
	overflow: hidden;
	height: 20px;
}
	#footer a {
		margin-right: 5px;
		padding-right: 8px;
		border-right:  1px solid #fff;
		color: #9FD7FF;
	}
	#footer .unstyled a {
		color: #fff;
		text-decoration: none;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer a.end {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}


/* PEEPS */
#peeps {
	height: 500px; 
}

/* GALLERY */

.gallery {
	width: 350px;
	margin-right: 40px;
	text-align: center;
}
.gallery img {
	margin: 2px;
	border: solid 1px #e29400;
}


a {
	color: #0073ae;
	text-decoration: none;	
}
	a:visited {
		color: #0073ae;
	}
	a:hover {
		color: #e29400;
	}
	a:active {
		color: #e29400;
	}
	a.doc {
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 8px 0 8px 33px;
		background: url(../images/icon-doc.gif) no-repeat 0 center;
	}
	a.readmore {
		position: relative;
		display: block;
		padding: 1px 22px;
		margin-top: -7px;
		background: url(../images/icon-world.png) no-repeat 0 center;
	}
#footer .fl, #footer .fr {
	position: relative;
	display: block;
	overflow: hidden;
	height: 30px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

ul.bullets li {
	list-style-type: disc;
	position: relative;
	left: 15px;
}

#productsBox {
	margin-top: 20px;
	text-align: center;
}
	#productsBox h4 img {
		text-align: center;
	}
	#productsBox h2, #productsBox h3, #productsBox h4, #productsBox h5 {
		text-align: left;
	}

/* SLIDEYBITS*/
.spacer {
	margin-top: 55px;
}

#slideyBits {
	margin: 170px 0 0 10px;
}

#slideyBits dt {
	color: #0073ae;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 3px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color:#075596;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color:#075596;
	margin-bottom: 10px;
}
	#productsBox h2 {
		margin-bottom: 20px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color:#075596;
	margin-bottom: 6px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color:#e29400;
	margin-bottom: 4px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
p {
	margin-bottom: 15px;
}
#jobsBox {
	padding: 15px;
	height: 150px;
	border: 1px solid #dddddd;
	overflow: auto;
}
.productBack {
	position: absolute;
	right: 0;
	top: 40px;
}

#intro_logo {
	top: 245px;
	height: 150px; 
	width: 400px; 
      margin-top: 100px;
}
.noflash #intro_logo {
	background: url(../images/logo.gif) no-repeat 0 0;
}
#intro_arcs {
	width: 400px;
	height: 600px;
}
.noflash #intro_arcs {
	background: url(../images/bg_About.jpg) no-repeat 0 center;
}

#placeHolder {
	height: 400px;
}

