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

body
{
	background-color: #A6B7CE;
	font-family: Lucida Sans Unicode, Lucida Grande, arial, sans-serif;
	font-size: x-large;
	color: #011340;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	text-align: left;
}

a
{
	display: block;
	clear: both;
	margin-top: 20px;
	font-size: medium;
	color: #666;
}

a:visited {color: #666;}

#header
{
	margin: 20px 0 0 0;
	float: left;
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	height: 200px;
	background: url(images/header.png) top left no-repeat;
}

#header div#home
{
	position: absolute;
	top: 0px;
	left: 60px;
	display: block;
	z-index: 5;
	height: 170px;
	width: 490px;
	cursor: pointer;
}

#header div.links
{
	position: absolute;
	display: block;
	left: 575px;
	bottom: 20px;
	width: 430px;
	height: 26px;
}

#header div.links div.what, #header div.links div.work, #header div.links div.contact, #header div.links div.what-h, #header div.links div.work-h, #header div.links div.contact-h
{
	position: relative;
	float: left;
	display: block;
	clear: none;
	margin-right: 25px;
	cursor: pointer;
	height: 26px;
	width: 120px;
}

#header div.links div.what
{
	background: url(images/whatwedo.png) top left no-repeat;
}

#header div.links div.work
{
	background: url(images/ourwork.png) top left no-repeat;
	width: 100px;
}

#header div.links div.contact
{
	background: url(images/contact.png) top left no-repeat;
}

#header div.links div.what-h
{
	background: url(images/whatwedo-h.png) top left no-repeat;
}

#header div.links div.work-h
{
	background: url(images/ourwork-h.png) top left no-repeat;
	width: 100px;
}

#header div.links div.contact-h
{
	background: url(images/contact-h.png) top left no-repeat;
}

#main
{
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	height: 400px;
}

#footer
{
	float: left;
	display: block;
	position: relative;
	height: 120px;
	width: 100%;
}

#footer div.stars
{
	float: left;
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 77px;
	background: url(images/footer.png) top left no-repeat;
}

#footer p.copyrighttext
{
	text-align: center;
	width: 100%;
	position: relative;
	clear: both;
	display: block;
	font-size: 11px;
	color: #51739F;
}

#landing
{
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 1200px;
	height: 400px;
	overflow: hidden;
}

#landing div.landleft, #contact div.contactleft
{
	position: relative;
	clear: both;
	float: left;
	width: 475px;
	margin-left: 75px;
}

#landing div.landleft p, #contact div.contactleft p
{
	font-size: 14px;
	clear: both;
	float: left;
	position: relative;
	display: block;
	width: 100%;
}

#landing div.landleft div.welcome
{
	float: left;
	display: block;
	clear: both;
	position: relative;
}

#landing div.landleft div.imgcont
{
	float: left;
	clear: both;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#landing div.landleft div.imgcont img
{
	float: left;
	display: block;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}

#landing div.videobox {

	padding: 10px 0 0 0;
	margin: 0;
	float: right;
	clear: none;
	display: block;
	position: relative;
	width: 622px;
	height: 350px;
}

#contact
{
	width: 100%;
}

#contact div.contactleft p.title
{
	font-weight: bold;
	line-height: 1;
	margin: 20px 0 0 0;
	padding: 0;
}

#contact div.contactleft a.email, #contact div.contactleft p.phone, #contact div.contactleft p.address
{
	margin: 4px 0 0 20px;
	padding: 0;
}