﻿@charset "UTF-8";
/* http://www.w3.org/International/questions/qa-css-charset */
/*
  CSS Reset
  font-family:Helvetica, Arial, sans-serif;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
	margin: 13px 0 13px 15px;
	padding: 0;
}
ul li, ol li {
	line-height: 1.6;
	margin: 0 0 2px 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	Body
*/
body {
	background-color: #42474d;
	overflow: hidden;
}
h1 {
	position: relative;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 19pt;
	font-weight: normal;
	text-shadow: rgba(0, 0, 0, 0.75) 0px 1px 2px;
	text-transform: lowercase;
}
h1 span {
	background: url(../../images/textGradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
}
h3 {
	font-size: 11pt;
}
p {
	margin-bottom: 15px;
	line-height: 1.2em;
}
#pageContainer {
}
/*
	Global
*/
.emphasize {
	font-weight: bold;
}
img.picture {
	border: 3px solid #3f444a;
	margin-left: 10px;
	margin-right: 3px;
}
img.textRight {
	float: right;
}
img.textLeft {
	float: left;
}
/*
	Header
*/
#header {
	position: absolute;
	top: 50%;
	margin-top: -33px;
	right: 265px;
	width: auto;
	height: 66px;
	text-align: right;
	line-height: 26px;
	cursor: pointer;
}
#mainLeft {
	position: absolute;
	left: 0px;
	right: 57%;
	top: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background-color: #4f545a;
	background-image: url(../../images/leftSide.png);
	background-position: right;
	background-repeat: repeat-y;
}
.subheader {
	font-family: Arial, sans-serif;
	color: #a2a0a0;
	font-size: 10pt;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	text-transform: lowercase;
}
/*
	Arrow
*/
#arrowWrapper {
	position: absolute;
	top: 50%;
	margin-top: -143px;
	right: 170px;
	width: 12px;
	height: 286px;
}
#arrow {
	position: absolute;
	left: 0px;
	top: 22px;
	width: 12px;
	height: 20px;
	background-image: url(../../images/highlightArrow.png);
}
/*
	Buttons
*/
#buttonsWrapper {
	position: absolute;
	top: 50%;
	margin-top: -183px;
	right: 15px;
	width: 145px;
	height: 358px;
}
#aboutButtonWrapper {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 145px;
	height: 64px;
}
#aboutButton {
	background-position: 0px 0px;
}
#portfolioButtonWrapper {
	position: absolute;
	left: 0px;
	top: 76px;
	width: 145px;
	height: 64px;
}
#portfolioButton {
	background-position: 0px -64px;
}
#servicesButtonWrapper {
	position: absolute;
	left: 0px;
	top: 148px;
	width: 145px;
	height: 64px;
}
#servicesButton {
	background-position: 0px -128px;
}
#contactButtonWrapper {
	position: absolute;
	left: 0px;
	top: 221px;
	width: 145px;
	height: 64px;
}
#contactButton {
	background-position: 0px -192px;
}
#ravesButtonWrapper {
	position: absolute;
	left: 0px;
	top: 294px;
	width: 145px;
	height: 64px;
}
#ravesButton {
	background-position: 0px -256px;
}
/*
	Navigation
*/
.navbutton {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	height: 64px;
	background-image: url(../../images/icons.png);
	cursor: pointer;
	z-index: 2;
}
.navcaption {
	position: absolute;
	left: 50px;
	top: 16px;
	width: 100px;
	height: 40px;
	opacity: 0;
	z-index: 1;
}
.navcaptiontext {
	font-family: Arial, sans-serif;
	color: #c2c2c2;
	font-size: 11pt;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}
.navsubcaptiontext {
	font-family: Arial, sans-serif;
	color: #898989;
	font-size: 8pt;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}
/*
	Form
*/
#name, #email, #message {
	border: 1px #A5A5A5 solid;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	resize: none;
	color: #888888;
}
#name, #email {
	height: 20px;
	width: 144px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#message {
	width: 344px;
	height: 51px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
#name {
	background-image: url(../../images/user.png);
}
#email {
	background-image: url(../../images/email.png);
}
#submit {
	padding-top: 6px;
}
/*
	Content
*/
#contentPanelWrapper {
	position: absolute;
	top: 50%;
	margin-top: -140px;
	left: 100%;
	right: 0px;
	width: auto;
	height: 280px;
	background-image: url(../../images/panelBack.png);
	overflow: hidden;
}
#contentPanelEdge {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 280px;
	background-image: url(../../images/panelEdge.png);
}
.content {
	position: absolute;
	left: 37px;
	top: 27px;
	width: 565px;
	height: 185px;
	padding-top: 45px;
}
.contenttitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 565px;
	height: 30px;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 16pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contenttitle p {
	width: 350px;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 10pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contentorange {
	color: #f37730;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contentblue {
	color: #1f90d2;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contentgreen {
	color: #2ea343;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contentpurple {
	color: #870e9c;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}
.contentred {
	color: #bc0722;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
}

#aboutContent {
	display: none;
}
#aboutText {
	height: 144px;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 9pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
	overflow: auto;
}
#ravesText {
	height: 170px;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 9pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
	overflow: auto;
}
#ravesText p {
	margin-bottom: 5px;
}
#ravesText p.byline {
	margin-bottom: 10px;
}
/*
#portfolioContent {
	background-image:url(../../images/sliderBack.png);
	background-position:-3px 50px;
	background-repeat:no-repeat;
	display:none;
}
*/
#portfolioContent {
	display: none;
}
#portfolioContent ul {
}
#portfolioContent ul li {
}
#portfolioContent ul li a {
	font-size: 0.8em;
	vertical-align: middle;
}
#portfolioContent ul li img {
	vertical-align: middle;
}
#portfolioSlider {
	position: absolute;
	left: 8px;
	top: 60px;
	width: 541px;
	height: 160px;
	overflow: hidden;
}
#imageWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 541px;
	height: 160px;
}
#imgList ul {
	list-style: none;
}
#imgList li {
	display: inline;
	float: left;
}
#sliderToolbar {
	position: absolute;
	top: 85px;
	left: 193px;
	width: 154px;
	height: 48px;
	background-image: url(../../images/navbarBack.png);
	z-index: 3;
}
.sliderbutton {
	position: absolute;
	top: 8px;
	width: 32px;
	height: 31px;
	background-image: url(../../images/navButtons.png);
	cursor: pointer;
}
#prevButton {
	left: 26px;
	background-position: 0px 0px;
}
#prevButton:active {
	background-position: 32px 0px;
}
#nextButton {
	left: 99px;
	background-position: 0px -62px;
}
#nextButton:active {
	background-position: 32px -62px;
}
#servicesContent {
	display: none;
}
#servicesText {
	height: 144px;
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 9pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
	height: 165px;
	overflow: auto;
}
.servicerow h3 {
	margin-bottom: 4px;
}
.servicerow {
	font-family: Arial, sans-serif;
	color: #434242;
	font-size: 9pt;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
	line-height: 12pt;
}
.servicecolumn {
	width: 170px;
	margin-right: 8px;
	font-family: Helvetica, Arial, sans-serif;
	color: #434242;
	font-size: 8pt;
	text-shadow: rgba(255,255,255,0.75) 0px 1px 0px;
	line-height: 12pt;
	float: left;
}
#contactContent {
	display: none;
}
#contactFormWrapper {
	position: absolute;
	left: 2px;
	top: 67px;
	width: 350px;
	height: 150px;
}
#contact {
	line-height: 7px;
	letter-spacing: 1px;
	text-align: right;
}
#successMessage {
	position: absolute;
	left: 0px;
	top: 102px;
	width: 129px;
	height: 27px;
	background-image: url(../../images/sentBadge.png);
	z-index: 3;
	display: none;
}
#submit {
	width: 84px;
	height: 27px;
}

#portfolio-carousel {
	width: 500px;
	height: 150px;
	overflow: auto;
}

#portfolio-carousel li {
	float: left;
	padding: 10px;
}
