html, body {
	margin:0px;
}

#container {
	background:  url("/images/main_menu.gif") no-repeat; 
	margin: 0px;
	position: absolute;
	top:0px;
	left:0px;
}

#content {
	margin: 0px 0px 500px 180px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#center_column {
	width:400px;
}

#main_text {
	margin: 0px 0px 0px 30px;
}

#main_menu {
	position:absolute;
	top:130px;
	left:8px;
	margin: 0px;
	padding:0px;
}

#main_menu ul { 
	list-style-type:none;
	margin: 0px;
	padding:0px;
}

#main_menu li {
	background:  url("/images/button.gif") no-repeat; 
	margin:0px 0px 8px 0px;
	width:154px;
	height:24px;
	padding:2px;
}

#main_menu a {
	width:144px;
	padding:3px;
	margin:0px;
	text-decoration:none;
	font: bold small-caps 12px Verdana, Helvetica, Arial, sans-serif;
	display: block;
	color:#000000;
}

#main_menu a:hover {
	background: #ffffff;
}

#page_selected {
	color:#C9B400;
}

#chevron {
	position:absolute;
	top:400px;
	left:50px;
	margin:0px;
	padding:0px;
}

#index {
	background:  url("/images/background/index.jpg") no-repeat; 
	width:700px;
}

#products {
	background:  url("/images/background/products.jpg") no-repeat; 
	width:700px;
}

#services {
	background:  url("/images/background/services.jpg") no-repeat; 
	width:700px;
}

#fulfillment {
	background:  url("/images/background/fulfillment.jpg") no-repeat; 
	width:700px;
}

#company {
	background:  url("/images/background/company.jpg") no-repeat; 
	width:700px;
}

#copyright {
	color:#999999;
	font-size:9px;
}

.embedded_flash {
	 float:left;
	 margin:5px 10px 5px 0px;
}

hr {
	color: #C9B400;
	background-color: #C9B400;
	height:1px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B400;
	text-decoration: underline;
}
a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B400;
	text-decoration: underline;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #887A00;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B400;
	text-decoration: underline;
}

.top-index {
	list-style-type: none;
	width: 398px;
	margin: 0px 3px 0px 5px;
	padding: 0px;
}
.top-index li {
	background: url("/images/bullet.gif") no-repeat top left;
	font: bold small-caps 12px Verdana, Helvetica, Arial, sans-serif;
	padding: 0px 0px 2px 16px;
	width: 180px;
	float: left;
}
html>body .top-index li {
	width: 170px;
}
.top-index li.last {
	float: left;
	width: 100%;
}
.top-index br {
	clear: left;
}