@charset "UTF-8";
/* CSS Document - Openspace Creative */

/* Global styles */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: normal small 'Helvetica', LucidaGrande, Lucida, Arial, sans-serif;
	line-height: 1.3em;
	color: #666;
	background: #80d8e5 url(../images/bg-body-02.jpg) top center repeat-x;
}

em {
	font-weight: 700;
	font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}




/* Global positions */

#container {
	margin: 0 auto;
	width: 800px;
	border-top: 5px solid #e86e25;
	background-color: #000;
	min-height: 920px;
}

#head {
	font-size: 115%;
	height: 117px;
	border-bottom: 5px solid #e86e25;
	position: relative;
	background-color: #fff;
}

#flash {
	height: 200px;
	background-color: #fff;
}

#static {
	height: 200px;
	background-color: #fff;
}

#nav {
	position: relative;
	height: 30px;
	color: #fff;
	background: #000;
}

#content {
	width: 760px;
	padding: 20px 0 10px 40px;
	border-bottom: 5px solid #e86e25;
	background-color: #fff;
}

.clearer {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#link {
	margin: 0 auto;
	color: #fff;
	background-color: #fff;
	padding: 10px;
}

#footer {
	position: relative;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	padding: 10px 0 20px 0;
}




/* Head styles */

#head img {
	position: absolute;
	top: 10px;
	right: 10px;
}

#head p.pagetitle {
	position: absolute;
	bottom: 10px;
	left: 40px;
}

#head p.telephone {
	position: absolute;
	bottom: 10px;
	right: 10px;
}




/* Nav styles */

#nav ul {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	padding-left: 40px;
}

#nav ul li {
	float: left;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: 700;
	display: block;
	width: 97px;
	height: 18px;
	background: url(../images/bg-nav-tab.gif) 0px 0px no-repeat;
	padding: 8px 0 0 8px;
}

#nav ul li a:hover {
	background: url(../images/bg-nav-tab.gif) -105px 0px no-repeat;
}

#nav ul li a.over:link {
	color: #666;
	background: url(../images/bg-nav-tab.gif) -210px 0px no-repeat;
}

#nav ul li a.over:visited {
	color: #666;
	background: url(../images/bg-nav-tab.gif) -210px 0px no-repeat;
}







/* Content styles */

#content h1 {
	font-size: 130%;
	font-weight: 700;
	padding: 0 0 0.5em 0;
	line-height: 1.1em;
}

#content h2 {
	font-size: 120%;
	font-weight: 700;
	padding: 0 0 0.5em 0;
	line-height: 1.1em;
}

#content #colleft {
	float: left;
	width: 520px;
}

#content #colleft a:link, #content #colleft a:visited {
	color: #e86e25;
}

#content #colleft a:hover {
	color: #ccc;
	text-decoration: none;
}

#content #colleft #others {
	visibility: hidden;
}

#content #colright {
	float: right;
	width: 200px;
}





/* Content column right styles */

#content #colright .project {
	width: 190px;
}

#content #colright .project img.main {
	border: 1px solid #676667;
}

#content #colright .project tr.caption {
	font-size: 85%;
	color: #fff;
	background-color: #676667;
}

#content #colright .project tr.caption p {
	padding: 1px 4px;
}




/* Content column left styles */

#content #colleft .project {
	width: 520px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#content #colleft .project img.main {
	border: 1px solid #676667;
}

#content #colleft .project .text {
	width: 300px;
	float: right;
}

#content #colleft .project .text a:link, #content #colleft .project .text a:visited {
	color: #fff;
	display: block;
	width: 64px;
	height: 18px;
	background: url(../images/bg_arrow.gif) 0px 0px no-repeat;
	text-decoration: none;
	margin-top: 10px;
}

#content #colleft .project .text a:hover {
	background: url(../images/bg_arrow.gif) -64px 0px no-repeat;
}




/* Footer styles */

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #e86e25;
	text-decoration: none;
}


#footer p {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 90%;
}

#footer p.sitemap {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 90%;
}
