body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: "Lucida Grande", Helvetica, Verdana, Arial, FreeSans, sans-serif; }

body {
	background-image: url(../img/pistoiabg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

a {
	color: #990000;
}

a: hover {
}

h1 {
	margin: 0;
	display:none;
}

h2 {
}

h3 {
	color: #000;
}

table { /* Hides the table borders seen in firefox with plain boilerplate styles. */
	border-collapse: separate;
	border-spacing: 0;
}

#wrapper {
	margin: auto;
	width: 775px;
}

#logo img {
	margin-left: -32px;
}

#masthead {
	width:775px;
	height:156px;
	background-image: url(../img/toputopian.png);
	background-repeat: no-repeat;	
}

ul#menu {
	font-family: "Avenir", "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 100px;
	margin-left: 25px;	
}

	#menu li {
		display:inline-block;
		width:140px;
		list-style-type: none;
		margin:0;
		height:80px;
		vertical-align:middle;
		font-weight:normal;
	}
	#menu li#services {
		width:110px;
		text-transform:uppercase;
	}
	#menu li#news {
		width:130px;
		text-transform:uppercase;
	}
	#menu li#logo {
		width:185px;
		padding-top:40px;
		
	}
	#menu li#about {
		width:100px;
		padding-left:25px;
		text-transform:uppercase;
	}
	#menu li#contact {
		text-transform:uppercase;
	}
	#menu li a {
		text-decoration:none;
	}
ul#footermenu {
	font-family: "Avenir", "Lucida Grande", Helvetica, Arial, sans-serif;
	height: 50px;
	margin-left: -35px;
}

	#footermenu li {
		display:inline-block;
		width:140px;
		list-style-type: none;
		margin:0;
		height:80px;
		vertical-align:middle;
		font-weight:normal;
	}

	#footermenu li a {
		color:#ffffff;
		text-decoration:none;
	}

	
#maincontent {
	background-image: url(../img/bodyshadow.png);
	background-repeat: repeat-y;
	min-height:400px;
	padding:30px;
}

.bodytext { /* Careful not to eat the cascade */
	padding-left: 35px;
	padding-right: 35px;
}

ul.accordion {

}
	.accordion { list-style-type: none; padding: 0; margin: 0 0 30px; border: 1px solid #17a; border-top: none; border-left: none; }
	.accordion ul { padding: 0; margin: 0; }
	.accordion li { background: #fff; cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%;}
	.accordion li.active>a { font-weight:bold;background: url('../img/accordiontop.jpg') no-repeat center right; }
	.accordion li div.top { padding: 14px; display: block; clear: both; float: left; width: 700px;}
	.accordion a.whitebevel { text-decoration: none; border-bottom: 1px solid #ccc; font: normal 1.4em/2em Avenir, sans-serif; color: #222; padding: 0 10px; display: block; cursor: pointer; background: url('../img/accordiontop.jpg') no-repeat center right;}
	
	/* Level 2 */
	.accordion li ul li { background: #fff; font-size: 0.9em; }
	
.divider {
	float:left;
	width:31px;
	background-image: url(../img/ordivider.png);
	overflow: hidden;
	text-indent: -12em;
	background-repeat: no-repeat;
	min-height:240px;
}
#startedleft {
	width:218px;
	display:inline;
	text-align:center;
}
#startedcenter {
	width:185px;
	display:inline;
	text-align:center;
}
#startedright {
	width:218px;
	display:inline;
	text-align:center;
}
#feed {
	float:left;
	width:300px;
	background-image: url(../img/justlaunched.png);
	background-repeat: no-repeat;
	background-position:70px 16px;
	padding-top:80px;
}
span.small {
	font-size:8pt;
}
#slideshow {

}
#justlaunched {
	margin:20px 0 0 20px;
}
#projectupdates {
	margin:20px 0 0 20px;
	text-align:center;
}
.newstuff {
	width:305px;
	font-family:Lucida Grande, Arial, sans-serif;
	font-size:10px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:1px solid #ccc;
	padding:20px;
	margin:20px 0px 0px 0px;
}
.newstuff a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}

table#osscred {
	font-size: 80%;
}

#cc {
	width:773px;
	height:84px;
	z-index: 10;

}

#footer {
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #878787;
	height: 125px;
	margin-top: -50px;
	width: 100%;
	padding-top:70px;
	text-align:center;
}

.spacer {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
