/* ASG stylesheet revised 2007-12-01 SD */

body {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

h1 {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #3366cc; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
	text-align: left;
	width: 600px;
	margin: auto;
/*	border: 1px solid green; */
}
#container h1 {
	padding: 0;
	margin: 0;
}

#top_menu {
	width: 600px;
	height: 27px;
	position: relative;
	padding: 0;
	margin: 0;
/*	border: 1px solid red;*/
}
#top_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 27px;
}
#top_menu li {
	float: left;
}
#top_menu li a {
	position: absolute;
	top: 0;
	margin: 0
	padding: 0;
	height: 27px;
	text-indent: -9999px; 
	overflow: hidden;
	font-size: 1%;
}

#main {

line-height: 1.4em;
margin-top: 1em;

}

#footer {
width: 600px;
height: 19px;
background-image: url(images/footer.gif);
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
font-size: 10px;
color: #ffffff;
}
#footer img.footer_left {
	float: left;
}
#footer img.footer_right {
	float: right;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.7em;
}
#footer a:hover {
	clear: both;
	color:#00bcff;
}

li#home a {
		width: 120px;
	height: 27px;
	left: 0;
	top: 0;
	background: url(images/home-button.gif) no-repeat 0 0;
}
li#home a:hover {
	background-position: 0 -27px;
}
li#services a {
		width: 120px;
	height: 27px;
	left: 120px;
	top: 0;
	background: url(images/services-button.gif) no-repeat 0 0;
}
li#services a:hover {
	background-position: 0 -27px;
}
li#fujitsu a {
		width: 120px;
	height: 27px;
	left: 200px;
	top: 0;
	background: url(images/fujitsu-button.gif) no-repeat 0 0;
}
li#fujitsu a:hover {
	background-position: 0 -27px;
}
li#location a {
		width: 120px;
	height: 27px;
	left: 240px;
	top: 0;
	background: url(images/location-button.gif) no-repeat 0 0;
}
li#location a:hover {
	background-position: 0 -27px;
}
li#links a {
		width: 120px;
	height: 27px;
	left: 360px;
	top: 0;
	background: url(images/links-button.gif) no-repeat 0 0;
}
li#links a:hover {
	background-position: 0 -27px;
}
li#contact a {
		width: 120px;
	height: 27px;
	left: 480px;
	top: 0;
	background: url(images/contact-button.gif) no-repeat 0 0;
}
li#contact a:hover {
	background-position: 0 -27px;
}
.header {
	color: #3366cc;
	font-weight: bold;
	font-size: 14px;
}