/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	cursor: default;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a { cursor: pointer; }
.tooltip {
	display: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("../images/black_arrow.png");
	background-position: 0 0;
	background-repeat: repeat;
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 20px 25px 30px;
	color: #fff;
}
span.tip {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#wrapper {
	width: 800px;
	margin: 5em auto 0;
}
#header {
	height: 100px;
	width: 800px;
}
#header .logo a {
	display: block;
	height: 100px;
	width: 800px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("../images/promo_logo.png");
	background-position: 0 0;
	background-repeat: repeat;
	text-indent: -999em;
}
#content .subbox {
	display: block;
	float: left;
	margin-right: 10px;
	width: 250px;
}
#content .subbox h3 {
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	display: block;
	text-indent: -999em;
	height: 50px;
	width: 250px;
	margin-bottom: 10px;
}
.recentprojects h3 { background-image: url("../images/promo_recentprojects.png"); }
.about h3 { background-image: url("../images/promo_about.png"); }
.contacts h3 { background-image: url("../images/promo_contacts.png"); }
.subbox ul { padding-left: 10px; }
.subbox li { margin-bottom: 3px; }
.subbox li a {
	color: #333;
	text-decoration: underline
}
.subbox li a:hover { text-decoration: none; }
