/* global styles */
body {
	background-color: #EEE;
}

#header {
	text-align: right;
	height: 110px;
	background: #cacaca; /* Old browsers */
	background: -moz-linear-gradient(top, #cacaca 0%, #e7e7e9 32%, #e7e7e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(32%,#e7e7e9), color-stop(100%,#e7e7e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacaca 0%,#e7e7e9 32%,#e7e7e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacaca 0%,#e7e7e9 32%,#e7e7e9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cacaca 0%,#e7e7e9 32%,#e7e7e9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CACACA', endColorstr='#E7E7E9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #cacaca 0%,#e7e7e9 32%,#e7e7e9 100%); /* W3C */
}

#nav {
	background: #14397F;
	z-index: 11;
	position: relative;
}

#logo {
	position: relative;
	top: 18px;
	margin: 0 15px 0 0;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

.wrapped {
	width: 906px;
	margin: 0 auto;
}

#slider {
	position:relative;
	width:906px;
}

#main {
	padding-top:35px;
	padding-bottom:20px;
	width:906px;
}

#maincontainer {
	width:906px;
}

.contentcontainer {
	width:906px;
}

#content {
	overflow: hidden;
}

#content .wrapped {
	position: relative;
}

.streetwrap {
	position: relative;
}

#street {
	position: absolute;
	z-index: 10;
	background: url( /images/street-gradient.png );
	width: 750px;
	height: 886px;
	top: -3px;
	left: 0;
}

#content a {
	position: relative;
	z-index: 11;
}

#footer {
	background: #FFF;
	height: 77px;
	margin: 45px 0 30px 0;
}

#footer p {
	text-align: right;
}

#footer .comp-title {
	color: #14397F;
	font-weight: bold;
	padding: 20px 0 0 0;
}

#iso-sgs {
	margin: -5px 0 0 0;
	float: left;
}

/* BOXES */

.box {
	width: 295px;
	height: 189px;
	float: left;
}

.box div {
	padding: 10px;
}

.teaser-header {
	background: #14397F;
	border: 1px solid #C1C1C1;
	border-bottom: none;
}

.teaser-header h2 {
	line-height: 16px;
	padding: 0;
	font-size: 1.7em;
	color: #FFF;
	font-weight: 200;
}

.teaser-content {
	background: url(/images/teaser-bg.png) no-repeat;
	height: 137px;
}
