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

/*
@font-face {
	font-family: 'AlternateGothicCE_One Regular';
	src: url('ag__1_ce.eot');
	src: local('AlternateGothicCE_One Regular'), local('AlternateGothicCE_One-Regular'), url('ag__1_ce.svg#AlternateGothicCEEF-NoOne') format('svg'), url('ag__1_ce.ttf') format('truetype');
}
*/

@font-face{
	font-family: 'titillium-regular'; 
	src: url('images/TitilliumText1.otf') format('opentype');
}

@font-face{
	font-family: 'titillium-400'; 
	src: url('images/TitilliumText400wt.otf') format('opentype');
}


body {
	padding: 0px;
	margin: 0px;
	background: url('images/bg.jpg') top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 100%;
}

#wrapper {
	padding-bottom: 80px;
}

#content {
	width: 940px;
	margin: 0 auto;
}

#top {
	position: relative;
	z-index: 100;
}

#top, div.split {
	background: url('images/trans.png') repeat;
}

div.top_height {
	height: 30px;
}

#header {
	height: 100px;
}

#logo {
	width: 270px;
	height: 50px;
	margin-top: 20px;
	background: url('images/logo.png') no-repeat;
	float: left;
}

#logo a {
	display: block;
	height: 100%;
}

#body {
	
}

a, a:link, a:active {
	color: #34beed;
	text-decoration: none;
}

a:hover {
	color: #272727;
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus, object:focus {
	-moz-outline-style: none;
}

img.aboveall {
	position: relative;
	z-index: 100;
}

.cell {
	background: #eeeeee;
}

.wrap {
	padding: 20px;
}


.left_side {
	width: 669px;
	float: left;
}

.right_side {
	width: 271px;
	float: left;
	background: url('images/bg_right.jpg') no-repeat;
}

h1 {
	font-size: 18px;
	color: #272727;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	color: #34beed;
}

h3 {
	font-size: 20px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	color: #aaaaaa;
}
	
p {
	margin: 0 0 8px 0;
	line-height: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.t_right {
	text-align: right;
}

.t_center {
	text-align: center;
}

.mx_right {
	margin-right: 0px !important;
}

.mx_bottom {
	margin-bottom: 0px !important;
}

.va_center {
	vertical-align: middle;
}

.block {
	display: block;
}

.light {
	color: #8d8d8d;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w65 {
	width: 65%;
}

.w75 {
	width: 75%;
}

.w35 {
	width: 35%;
}

.w85 {
	width: 85%;
}

.pad_40 {
	padding-top: 40px;
}

table {
	width: 100%;
}

.big {
	font-size: 1.2em;
}

.em {
	font-style: italic;
}

.t_center {
	text-align: center;
}

ul.portfolio span.light {
	color: #cccccc;
}

span.overlay_bg {
	display: block;
	padding: 4px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: -1px;
	background: url('images/trans_2.png') repeat;
	position: absolute;
}

img.right_overlay {
	position: relative;
	margin-top: -140px;
	margin-left: -80px;
	z-index: 0;
}

div.hr {
	background: url('images/bg_sep.gif') bottom center no-repeat;
	height: 2px;
}

div.right_side div.hr {
	background: url('images/bg_sep_mini.gif') bottom center no-repeat;
}

#top a {
	color: #ffffff;
	font-size: 0.8em;
	line-height: 30px;
	float: right;
}

img.right {
	margin: 0 0 10px 10px;
}

img.left {
	margin: 0 10px 10px 0;
}

ul.nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 940px;
}

ul.nav li {
	float: left;
	height: 30px;
	color: #ffffff;
}

ul.nav li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	background: url('images/trans.png');
}

ul.nav li a.selected {
	background: url('images/trans_2.png');
}

ul.portfolio {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.portfolio li {
	width: 263px;
	background: #e8e8e8;
	float: left;
	margin: 0 15px 20px 0;
	padding: 20px;
	border-bottom: 4px solid #dddddd;
	height: 340px;
}

ul.portfolio li.big {
	width: 580px;
	margin-right: 0;
	height: auto;
}

ul.portfolio li:hover {
	border-bottom: 4px solid #34beed;
}

p.tweet_top {
	background: url('images/bg_quote_top.png') no-repeat;
	padding: 20px 15px 0 15px;
	font-style: italic;
	margin: 0;
	width: 206px;
	min-height: 40px;
}

p.tweet_bot {
	background: url('images/bg_quote_bot.png') no-repeat;
	padding-top: 35px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #34beed;
	width: 236px;
	margin-top: -12px;
}

.tweet_top span.border {
	font-size: 0.8em;
	color: #aaaaaa;
}

td.med_left {
	width: 180px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #aaaaaa;
	font-style: italic;
	text-align: right;
}

input.big_forms {
	padding: 4px;
	border: 4px solid #dddddd;
	width: 90%;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea.big_forms {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 4px solid #dddddd;
	width: 90%;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input.big_forms:focus, textarea.big_forms:focus {
	border: 4px solid #34beed;
}

input.submit {
	border: 4px solid #ffffff;
	background: #34beed;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 16px;
}

form.emailer label {
	display: block;
	font-style: italic;
	color: #aaaaaa;
}

p.error {
	padding: 3px;
	background: #dc0000;
	color: #ffffff;
}

p.success {
	padding: 5px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #ffffff;
	background: #34beed;
}

.underlay {
	position: absolute;
	margin-top: -8px;
	height: 8px;
	overflow: hidden;
}

ul.services {
	color: #aaaaaa;
	list-style: circle;
}

ul.services li {
	color: #272727;
	line-height: 22px;
	font-style: italic;
}

div.footer {
	text-align: right;
	color: #000000;
	line-height: 30px;
	padding-right: 20px;
}

div.footer a {
	color: #000000;
}
