body {
	margin: 0px;
	background: #000000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	color: #506C65;
}
a {
	color: #506C65;
	text-decoration: none;
	outline:none;
}
a:hover {text-decoration: underline;}
a.skipnav {
	color: #777777;
	position: absolute;
	top: 3px;
	right: auto;
	left: -10000px;
}
a.skipnav:focus {
	outline: dotted 1px;
	left: auto;
	right: 3px;
}
.bold {
	font-weight: bold;
}

#bg-wrapper {
	background: #202020 url(images/background.jpg) bottom repeat-x;
}
#main-container {
	width: 920px;
	margin: auto;
	position: relative;
}
#top-spacer {
	height: 85px;
	position: relative;
}
#top-heading {
	position: absolute;
	top: auto;
	left: -10000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* -- Navigation -- */
#navigation {
	position: absolute;
	height: 36px;
	width: 400px;
	top: 65px;
	left: 469px;
	z-index: 101;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	height: 0px;
	margin-right: 16px;
	padding-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
}
#navintro a {
	background: url(images/intro.jpg) no-repeat 3px 3px;
	width: 35px;
	margin-right: 19px;
}
#navportfolio a {
	background: url(images/portfolio.jpg) no-repeat 3px 3px; 
	width: 66px;
	margin-right: 17px;
}
#navservices a {
	background: url(images/services.jpg) no-repeat 3px 3px;
	width: 69px;
	margin-right: 15px;
}
#navcontact a {
	background: url(images/contact.jpg) no-repeat 3px 3px;
	width: 64px;
}
#undernavs {
	position: absolute;
	height: 6px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-size: 0px;
}
.undernav {
	position: absolute;
	height: 6px;
}
#undernavs .off {background: none;}
#underintro {
	left: 0px;
	width: 40px;
}
#underintro.down {background: #B08DAF;}
#underintro.over {background: #D0BBCF;}
#underportfolio {
	left: 60px;
	width: 71px;
}
#underportfolio.down {background: #959FA1;}
#underportfolio.over {background: #CACFD0;}
#underservices {
	left: 150px;
	width: 73px;
}
#underservices.down {background: #81A4C6;}
#underservices.over {background: #C0D2E3;}
#undercontact {
	left: 240px;
	width: 68px;
}
#undercontact.down {background: #88B5A9;}
#undercontact.over {background: #C4DAD4;}
/* -- End Navigation -- */

/* -- Content Area -- */
#content-outer1 {background: url(images/box/t.jpg) top repeat-x;}
#content-outer2 {background: url(images/box/b.jpg) bottom repeat-x;}
#content-outer3 {background: url(images/box/tls.jpg) left repeat-y;}
#content-outer4 {background: url(images/box/trs.jpg) right repeat-y;}
#content-outer5 {background: url(images/box/l.jpg) bottom left no-repeat;}
#content-outer6 {background: url(images/box/r.jpg) bottom right no-repeat;}
#content-outer7 {background: url(images/box/tlc.jpg) top left no-repeat;}
#content-outer8 {
	background: url(images/box/trc.jpg) top right no-repeat;
	padding: 10px;
}
#content-inner1 {
	/*height: 425px;*/
	min-height: 430px;
	width: 100%;
	margin: 0;
	position: relative;
	background: #FFFFFF;
}
/* -- End Content Area -- */

/* -- Left Content -- */
#left-content {
	width: 500px;
	padding-top: 78px;
	padding-left: 42px;
	padding-bottom: 50px;
}
.left-heading {
	height: 0px;
	width: 400px;
	margin: 0px;
	margin-top: 21px;
	padding-top: 26px;
	overflow: hidden;
}
#left-content p {
	font-size: 15px;
	color: #506C65;
	margin-top: 8px;
	margin-left: 22px;
	margin-bottom: 8px;
	line-height: 19px;
}
/* -- End Left Content -- */

/* -- Side Bar -- */
#sidebar {
	position: absolute;
	top: 112px;
	right: 16px;
	width: 257px;
}
/* --- End Sidebar --- */

#logo {
	height: 153px;
	width: 428px;
	position: absolute;
	top: 18px;
	left: 32px;
	z-index: 100;
	background: url(images/logo.jpg) no-repeat;
}
#media-mark {
	position: absolute;
	height: 40px;
	width: 154px;
	top: 118px;
	left: 728px;
	z-index: 102;
	background: url(images/media.jpg) no-repeat;
}
#bottom-spacer {
	height: 61px;
	position: relative;
}
#reflect {
	height: 54px;
	width: 900px;
	position: absolute;
	left: 10px;
	top: 7px;
	background: url(images/reflect.jpg) repeat-x;
}
#copyright {
	width: 900px;
	margin: auto;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}