﻿html {
	font-family:Tahoma, Arial;
}

body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	min-width:800px;
	background-color:#cccccd
}

#header {
	background:#838383 url('../images/header/header.background.png') repeat-x scroll;
	height:162px;
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}
 
#logo {
	float:left;
	background: transparent url('../images/header/logo.relentless.png') no-repeat scroll right top;
	height:43px;
	width:50%;
	min-width:360px;
	margin-top:60px;
}

#navigation {
	float:right;
	height:142px;
	width:48%;
	text-align:left;
	margin-top:-2px;
}

#navigation ul {
	list-style:none;
	padding-left:0;
	vertical-align:middle;
	border-left:medium #666666 groove;
}

#navigation li {
	height:93px;
	vertical-align:middle;
	display:inline-block;
	padding: 55px 5px 0 5px;
	border-right:medium #666666 groove;
	font-size:20px;
	text-align:center;
}
	
#navigation li:hover {
	background-color:#FB000D;
}

#navigation a {
	text-decoration:none;
	color:black;
	font-weight:300;
}

#container {
}

#promobox {
	position:absolute;
	left:50%;
	margin-left:-325px;
	background-color:#999999;
	width:650px;
	height:250px;
	border: 10px #333333 solid;
	margin-top:50px;
	text-align:center;
	display:block;
	visibility:hidden;
}

#leftpromo {
	float:left;
	width:50%;
	height:100%;
	font-size:36px;
	padding-top: 45px;
}

#rightpromo {
	float:right;
	width:50%;
	height:100%;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	margin-top:5px;
}

#aboutus {
	float:left;
	width:345px;;
	padding-right:10px;
	height:100%;
}

#aboutus h1, #featuredwork h1 {
	text-align:right;
	border-bottom:medium #666666 ridge;
}

#featuredwork {
	float:right;
	width:345px;
}

#featuredwork h2 a {
	text-decoration:none;
	color:black;
}

.center {
	text-align:center;
}