* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 100%;
}

.strip {
	width: 100%;
	float: left;
}


#header {
	width: 930px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

#logo {
	width: 330px;
	float: left;
}

#navigation {
	width: 600px;
	margin: 25px 0 0 0;
	float: left;
	text-align: right;
}

#navigation ul {
	display: inline;
} 

#navigation ul li {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: inline;
	font-size: 0.9em;
}

#navigation ul li a {
	color: #666666;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #1795BE;
	text-decoration: underline;
}

#navigation ul li a.navon {
	color: #1795BE;
	text-decoration: none;
}

#navigation ul li a.navon:hover {
	color: #1795BE;
	text-decoration: underline;
}

.first {
	border-top: 15px solid #1795be;
	border-bottom: 3px solid #1795be;
}

.splash {
	min-height: 150px;
	background-color: #1795be;
	border-top: 4px dashed #0b4a5f;
	border-bottom: 4px dashed #0b4a5f;
}

.portfolio {
	border-top: 1px solid #999999;
}

.last {
	border-top: 3px solid #1795be;
	border-bottom: 15px solid #1795be;
}

#strip-inner {
	margin: 20px auto;
	width: 930px;
}

#strip-inner h1 {
	font-size: 2.2em;
	color: #FFFFFF;
}

#content {
	width: 930px;
	margin: 40px auto;
	overflow: auto;
}

#text {
	width: 330px;
	float: left;
	min-height: 500px;
}

#text h1 {
	font-size: 4.5em;
	color: #CCCCCC;
}

#text h2 {
	font-size: 1.7em;
	color: #1795BE;
	margin-bottom: 0.4em;
}

#text h3 {
	color: #999999;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 1.4em;
}

#text h3 a {
	color: #999999;
}

#text p {
	color: #999999;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 1.4em;
}

#text a {
	color: #1795BE;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	text-decoration: underline
}

ul#whatwedo {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#whatwedo li {
	display: inline;
	margin: 0 0 0 25px;
}

ul#whatwedo li.whatwedo1 {
	margin-left: 0;
}

#portfolio {
	width: 930px;
	margin: 20px auto;
	min-height: inherit;
	overflow: auto;
}

#portfolio h2 {
	font-size: 1.7em;
	color: #1795BE;
	margin-bottom: 1em;
}

.project {
	width: 930px;
	margin: 0 0 40px 0;
	overflow: auto;
	float: left;
}

.project-image {
	float: left;
	width: 288px;
	padding: 15px 0;
}

.project-description {
	float: left;
	width: 360px;
	padding: 15px 41px;
}

.project-info {
	float: left;
	width: 200px;
	padding: 15px 0;
}

#portfolio .project h3 {
	font-size: 1.4em;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	padding: 4px 0;
}


#portfolio .project .project-description h2 {
	font-size: 1em;
	margin-bottom: 0.4em;
}

#portfolio .project .project-info h2 {
	font-size: 1em;
	margin-bottom: 0.4em;
	color: #666666;
}

.project-description p {
	font-size: 0.85em;
	margin-bottom: 0.8em;
	color: #666666;
	line-height: 130%;
}

.project-image p a {
	background-color: #eeeeee;
	color: #1795BE;
	padding: 2px 5px;
	display: block;
	text-decoration: none;
	margin: 5px 0 0 0;
}


.project-image p a:hover {
	color: #eeeeee;
	background-color: #1795BE;
	text-decoration: none;
}

.project-info ul {
	margin: 0 0 10px 30px;
}

.project-info li, .project-info p, .project-image p {
	font-size: 0.8em;
	color: #999999;
}

.project-info li {
	margin: 0 0 5px 0;
}

.project-info a {
	color: #1795BE;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 2px 5px;
}

.project-info a:hover {
	background-color: #1795BE;
	color: #eeeeee;
	text-decoration: none;
}



#sidebar {
	width: 500px;
	margin: 0 0 0 100px;
	float: left;
}

.column {
	width: 250px;
	margin: 0 0 0 29px;
	float: left;
}

.advert {
	width: 220px;
	margin: 0 0 0 29px;
	padding: 14px;
	float: left;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}

#recent-project {
	width: 250px;
	float: left;
}

#details {
	width: 250px;
	float: left;
}


#right-hand {
	width: 558px;
	margin: 0 0 0 42px;
	float: left;
}

#right-hand h1 {
	font-size: 1.6em;
	color: #CCCCCC;
}

#right-hand h2 {
	font-size: 1.2em;
	color: #1795BE;
	margin-bottom: 0.4em;
}

#right-hand p {
	color: #999999;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 130%;
	margin-bottom: 1.2em;
}

#right-hand p.tc {
	font-style: italic;
	font-size: 0.75em;
	margin-bottom: 0.6em;
}

#right-hand li {
	color: #999999;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 5px 15px;
}

#right-hand a {
	color: #1795BE;
	background-color: #eeeeee;
	text-decoration: none;
	padding: 2px 5px;
}

#right-hand a:hover {
	background-color: #1795BE;
	color: #eeeeee;
	text-decoration: none;
}


.slideshow {
	width: 558px;
	margin: 30px 0 0 0;
	height: 430px;
	overflow: hidden;
	text-align: right;
}

.slideshow ul {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow ul li h3 {
	color: #666666;
	padding: 5px 0;
	font-size: 0.8em;
	font-weight: normal;
}


ul#portfolio-list {
	list-style: none;
}

ul#portfolio-list p, ul#portfolio-list h2 {
	margin: 0 0 0.6em 0;
	line-height: 130%;
}

ul#portfolio-list p {
	font-size: 1em;
}

ul#portfolio-list p a {
	text-decoration: none;
	background-color: #eeeeee;
	color: #1795be;
	padding: 2px 5px;
}

ul#portfolio-list p a:hover {
	text-decoration: none;
	color: #eeeeee;
	background-color: #1795be;
}

ul#portfolio-list li {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	overflow: auto;
}

ul#portfolio-list li img {
	margin: 0 0 0 30px;
}

#portfolio-box {
	text-align: right;
}

#portfolio-box p {
	margin: 0 0 30px 0;
}



#footer {
	width: 930px;
	margin: 20px auto;
	color: #999999;
}

#footer a {
	color: #1795be;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer h2 {
	font-size: 1em;
	margin-bottom: 0.25em;
}

#footer p {
	font-size: 0.8em;
}

#footer p a.oxbus {
	color: #999999;
}




#mailform p {
	margin-bottom: 0.4em;
}

#mailform input, #mailform select, #mailform textarea {
	width: 238px;
	border: 1px solid #999999;
	padding: 5px;
}

#mailform select {
	margin-bottom: 6px;
}

#bouncer {
	visibility: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

#competition {
	position: absolute;
	margin: 0 0 0 250px;
	left: 50%;
	top: 0;
	width: 180px;
	height: 50px;
	z-index: 3000;
}

#competition a {
	display: block;
	width: 110px;
	height: 30px;
	padding: 10px 10px 10px 60px;
	background-color: #cccccc;
	border: 3px solid #1795be;
	border-top: 0px;
	color: #1795be;
	text-decoration: none;
	font-size: 0.8em;
	background-image: url(../images/mpd-button-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#competition a:hover {
	background-color: #1795be;
	border: 3px solid #1795be;
	border-top: 0px;
	color: white;
	background-position: bottom left;
}
