/* HOME */

	div#services {
		font-size:75%;
	}
	
	div#services ul {
		width:160px;
		margin:0 0 0 10px;
		padding:0;
	}

	div#services li {
		list-style-type:none;
		display:inline;
	}

	div#services li a {
		display:block;
		width:160px;
		margin:0 0 7px 0;
		padding:0;
	}

	div#services h2 {
		margin: 32px 0 0 10px;
	}

	div#services p {
		margin:20px 0 0 10px;
	}

	div#services a {
		color: #5b5b5b;
	}

	div#news {
		width:200px;
		float:right;
	}

	div#news ul {
		padding:0;
		margin:10px 0 10px 16px;
	}

	div#news li {
		margin-bottom:5px;
	}

	div#news form {
		margin:0;
		padding:0;
	}

/* BUTTONS */

	a.button {
		display:block;
		position:relative;
		overflow:hidden;
		height:38px;
		margin-top:15px;
	}

	a.button span {
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:38px;
	}

	a#newsletter_button {
		width:150px;
	}

	a#newsletter_button span {
		width:150px;
		background:#fff url('/images/style/newsletter_08.gif') top left no-repeat;
	}

	a#stl_viewer_button {
		width:91px;
	}

	a#stl_viewer_button span {
		width:91px;
		background:#fff url('/images/style/stl_viewer_button.gif') top left no-repeat;
	}

