* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #333;
}

br.clear {
	clear: both;
}

a {
	color: #000;
}

p {
	line-height: 1.3em;
	margin-bottom: 22px;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 15px;
}

img.middle {
	vertical-align: middle;
}

span.light {
	color: #666;
}

ul.list {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 20px;
}

ul.list li {
	padding: 0 0 5px 20px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
	line-height: 1.3em;
}


/* wrapper & container */

#wrapper {
	float: left;
}

#container {
	float: left;
}


/* header */

#header {
	float: left;
}

#header img {
	float: left;
}


/* navigation */

#navigation {
	display: none;
}


/* content */

#content {
	float: left;
}

#content .content_gutter {
	float: left;
}


/* main */

#main {
	float: left;
}


/* sidebar */

div.sidebar {
	display: none;
}


/* news */

ul.news {
	float: left;
	list-style-type: none;
}

ul.news li {
	float: left;
	margin-bottom: 8px;
	line-height: 1.3em;
}

img.icon_new {
	vertical-align: top;
	margin-bottom: 6px;
}

span.date_small {
	font-size: 11px;
	color: #666;
}


/* projects */

div.project {
	float: left;
	width: 223px;
	height: 175px;
	background: url('/_grafix/bg_project.gif') top left no-repeat;
	margin-right: 14px;
	margin-bottom: 13px;
}

div.project_gutter {
	float: left;
	padding: 11px 0 0 12px;
}


/* contact */

#contact_form table {
	display: none;
}


/* footer */

#footer {
	float: left;
	color: #666;
	font-size: 12px;
}

#footer .gutter {
	float: left;
}


/* quoted */

#quoted {
	display: none;
}


/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}