* {
	padding:0;
	margin:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	background: url(../images/top_repeat.png) 0 0 repeat-x;
	}

/* BEGIN Common Styles */	
img {
	border:none;
}

a {
	color:#00f;
	cursor:pointer;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
	color:#1111a3;
}

.underline {
	text-decoration:underline;
}

ul {
	list-style:none;
}

.clearfix {
	clear:both;
}

p {
	margin:17px 0 10px 0;
}

div.divider {
	height:1px;
	background:url(../images/h_divider.png) 0 0 no-repeat;
}

/* END Common Styles */

#banner {
	padding-top:5px;
	background:url(../images/checkered_banners_top.gif) bottom right no-repeat;
	height:68px;
	}
	#banner #logo {
		display:block;
		background:url(../images/new_menu.gif) 0 0 no-repeat;
		height:85px;
		width:733px;
		margin-left:0px;
		text-indent:-10000em;
	}
	#banner #number {
		color:#0000ff;
		position:absolute;
		top:7px;
		margin-left:545px;
	}
	
#content {
		width:763px;
		background: url(../images/page_shadow.png) top left repeat-y;
		margin:0 auto;
	}
	#inner_content {
		margin:0 15px;
		background: #FFF url(../images/bottom_left_blocks.png) bottom left no-repeat;
	}
	
	#mainNav {
		clear:both;
		float:left;
		display: block;
		height:25px;
		background: #e5eaea;
		width:100%;
		list-style: none;
		margin:17px 0 12px 0;
		}
		#mainNav li {
			float:left;
			}
			#mainNav li a {
				text-indent: -1000em;
				overflow:hidden;
				height:25px;
				display:block;
				background-position:top center;
				}
				#mainNav li a:hover {
					background-position:bottom center;
				}
				#mainNav #home {
					background-image: url(../images/menu/home.png);
					width:77px;
					margin-left:115px;
				}
				#mainNav #company {
					background-image: url(../images/menu/company.png);
					width:94px;
				}
				#mainNav #services {
					background-image: url(../images/menu/services.png);
					width:84px;
				}
				#mainNav #products {
					background-image: url(../images/menu/products.png);
					width:96px;
				}
				#mainNav #press {
					background-image: url(../images/menu/press.png);
					width:69px;
				}
				#mainNav #contact {
					background-image: url(../images/menu/contact.png);
					width:89px;
				}
				
	#left_column {
		padding-left:33px;
		width:227px;
		float:left;
		}
		#left_column #sideNav {
			margin-top:20px;
		}
		#left_column #sideNav a {
			padding: 5px 0 5px 33px;
			width:172px;
			font-size:11px;
			display:block;
			font-weight:bold;
			text-decoration:none;
			color:#666;
		}
		#left_column #sideNav a:hover {
			background:#e8e8e8;
		}
	
	#right_column {
		float:left;
		border-left:1px solid #CCC;
		padding-left:20px;
		width:417px;
		}
		h2.technology {
			text-indent:-1000em;
			background:url(../images/technology_headline.png) 0 0 no-repeat;
			height:49px;
			margin:15px 0;
		}
	
	#footer {
		margin:0 15px;
		background: #dfdfdf url(../images/checkered_banners_bottom.gif) top right no-repeat;
		height:24px;
		padding: 11px 0 0 20px;
		line-height:12px;
		font-size:11px;
	}