
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

.body-text {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

.headline {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.subheadline {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.sidebar-text {
	display: block;
	padding-left: 20px;
}

.sitename {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

.bodysmall {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

.bodysmallgrey {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}

.system {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.printlink {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-size: 12px;
	color: #fff;
}

a, a:visited {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #f16121;
}

a:hover {
	text-decoration: underline;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	background: #000;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 960px;
	height: 570px;
	margin: 0 auto;
	padding: 230px 0 0;
	position: relative;
}

#logo {
	width: 181px;
	height: 46px;
	position: absolute;
	top: 96px;
	left: 170px;
}

#container {
    width: 796px;
	height: 346px;
}

#content {
	width: 608px;
	height: 346px;
	padding: 0 0 0 20px;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	overflow: auto;
	background: #000;
	color: #fff;
}

#sidebar {
	width: 167px;
	height: 328px;
	padding: 10px 0 10px 1px;
	position: relative;
	background: url('site/1/template/welcome_left_bg.png') no-repeat top left;
}

#navigation {
	width: 420px;
	height: 128px;
	position: absolute;
	bottom: 58px;
	left: 0;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

/* ---------- ADMIN ---------- */

#wrapper.admin {
	min-height: 328px;
	height: auto !important;
	height: 328px;
	padding-top: 150px;
}

#wrapper.admin #logo {
	top: 30px;
}

#container.admin {
	width: 960px;
	min-height: 328px;
	height: auto !important;
	height: 328px;
	padding-bottom: 20px;
	background: url('site/1/template/admin_btm.png') no-repeat bottom center;
}

#content.admin {
	width: 920px;
	min-height: 328px;
	height: auto !important;
	height: 328px;
	padding: 0 20px;
	border: none;
	background: url('site/1/template/admin_bg.gif') repeat-y top center;
	color: #000;
}

#wrapper img.container_top {
	position: absolute;
	top: 133px;
	left: 0;
}

#bottom {
	width: 100%;
	height: 128px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	background: url('site/1/template/navbar_bg.png') repeat-x bottom center;
}

#navigation_container {
	width: 100%;
	height: 128px;
	position: relative;
	text-align: center;
	background: url('site/1/template/bottom_bar.png') no-repeat bottom center;
}

#navigation.admin {
	width: 960px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	background: url('site/1/template/bottom_bar.png') no-repeat bottom center;
}

#footer.admin {
	width: 100%;
	padding-top: 10px;
	position: relative;
	bottom: 0;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- BACKGROUND ---------- */

img.body_bg {
}

#navbar_bg {
	width: 100%;
	height: 66px;
	position: absolute;
	top: 676px;
	left: 0;
	overflow: hidden;
	text-align: center;
	background: #080808 url('site/1/template/navbar_bg.png') repeat-x top center;
}

/* ---------- WRAPPER ---------- */

#wrapper img.container_right {
	position: absolute;
	top: 230px;
	right: 144px;
}

#wrapper.contact {
	height: 635px;
	padding-top: 165px;
}

/* ---------- LOGO ---------- */

#logo a {
	width: 181px;
	height: 46px;
	display: block;
	outline: none;
	background: url('site/1/template/logo.png') no-repeat top center;
}

/* ---------- OTHER PAGES ---------- */

#container.clientele #content {
	border-color: #b57dff;
}

#container.clientele #sidebar {
	background: url('site/1/template/clientele_left_bg.png') no-repeat top left;
}

#container.work #content {
	border-color: #a8fb29;
}

#container.work #sidebar {
	background: url('site/1/template/work_left_bg.png') no-repeat top left;
}

#container.contact {
	height: 413px;
}

#container.contact #content {
	height: 411px;
	border-color: #f16121;
}

#container.contact #sidebar {
	height: 393px;
	background: url('site/1/template/contact_left_bg.png') no-repeat top left;
}

#wrapper.contact img.container_right {
	top: 165px;
}

/* ---------- CONTENT ---------- */

/* ---------- SIDEBAR ---------- */

#sidebar a.block {
	width: 167px;
	height: 31px;
	display: block;
	position: absolute;
	left: 1px;
}

#sidebar a.media {
	top: 150px;
	background: url('site/1/template/btn_media.gif') no-repeat top center;
}

#sidebar a.web {
	top: 188px;
	background: url('site/1/template/btn_web.gif') no-repeat top center;
}

#sidebar a.print {
	top: 226px;
	background: url('site/1/template/btn_print.gif') no-repeat top center;
}

#sidebar a.block:hover {
	background-position: bottom center;
}

/* ---------- NAVIGATION ---------- */

#navigation a {
	outline: none;
}

#navigation a:hover {
	text-decoration: none;
}

#navigation a.on {
	background-position: bottom center;
	color: #fff;
}

a#greenBar {
	width: 23px;
	height: 84px;
	display: block;
	position: absolute;
	top: 20px;
	left: 169px;
	background: url('site/1/template/bar_green.png') no-repeat top center;
}

a#greenText {
	padding-right: 2px;
	position: absolute;
	top: 89px;
	left: 133px;
	color: #a8fb29;
}

a#purpleBar {
	width: 23px;
	height: 104px;
	display: block;
	position: absolute;
	top: 0;
	left: 229px;
	background: url('site/1/template/bar_purple.png') no-repeat top center;
}

a#purpleText {
	padding-top: 2px;
	position: absolute;
	top: 103px;
	left: 229px;
	color: #b57dff;
}

a#orangeBar {
	width: 23px;
	height: 94px;
	display: block;
	position: absolute;
	top: 10px;
	left: 328px;
	background: url('site/1/template/bar_orange.png') no-repeat top center;
}

a#orangeText {
	padding-left: 6px;
	position: absolute;
	top: 82px;
	left: 350px;
	color: #f16121;
}

/* ---------- BOTTOM ---------- */

/* ---------- FOOTER ---------- */