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

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	background-color: #040707;
	background-repeat:no-repeat;
}
p {
	padding:0px;
	margin: 0px;
}
img {
	border-style: none;
}
:focus {
	-moz-outline-style: none;
}
a:active {
	outline: none;
}
a:link{
	color:#00AEEF;
	font-weight:bold;
	text-decoration: none;
}
a:visited{
	color:#00AEEF;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

a {
	outline: none;
}
a:focus {
	outline: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1000px;
	position: relative;
	min-height: 900px;
	height:auto !important;
	height:900px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;	
}

#topheaderlogo {
	height: auto;
	width: 350px;
	position: relative;
	margin: 0px 50px 0px 600px;
}


#header {
	height: 550px;
	width: 1100px;
	position: relative;
	margin: 0px auto;
}
#centerblock {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0px auto;
	position: relative;
	margin-top: 150px;
}
#navwrapper {
	width:960px;
	margin: 0px auto;
	position:relative;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	width: 960px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	position:relative;
}

.navlink a:link{
	color:#FFF;
	text-decoration:none;
}
.navlink a:visited{
	color:#FFF;
	text-decoration:none;
}
.navlink a:hover{
	color:#0092D1;
	text-decoration:none;
}



.navlinkgrey {
	font-family: Arial, Helvetica, sans-serif;
	height: 60px;
	width: 960px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 8px;
	position:relative;
}
.navlinkgrey a:link{
	color:#666;
	text-decoration:none;
}
.navlinkgrey a:visited{
	color:#666;
	text-decoration:none;
}
.navlinkgrey a:hover{
	color:#0092D1;
	text-decoration:none;
}

#navwrapper {
	width: 960px;
	position: relative;
	font-size: 13px;
	color: #FFF;
	padding: 0px;
	font-weight: lighter;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto;
}

/*.cufon-active #navwrapper {
	font-size:17px;
	-moz-user-select: all;
	-webkit-user-select: all;
}*/



h1 {
	font-size: 25px;
	font-weight: bold;
	color: #0092D1;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
}

.cufon-active h1 {
font-size:35px;
letter-spacing: -1px;
-moz-user-select: all;
-webkit-user-select: all;

}


h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
}

.cufon-active h2 {
font-size:30px;
letter-spacing: -1px;
-moz-user-select: all;
-webkit-user-select: all;

}

h3 {
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
}

.cufon-active h3 {
	font-size:80px;
	letter-spacing: -1px;
	-moz-user-select: all;
	-webkit-user-select: all;
}


#textarea{
	width:960px;
	height: auto;
	padding: 8px 0px 8px 0px;
	border-bottom:1px solid #FFF;
	position: relative;
	clear: both;
}

#textarea p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3;
	/*font-style:italic;*/
	position: relative;
	margin:0 0 14px;
	line-height: 1.5em;
}
.work_tmb {
	float: left;
	height: 180px;
	width: 180px;
	position: relative;
	margin: 10px 10px 10px 0;
}
.work_tmb.vimeo {
	width:auto;
	height: auto;
	margin-right: 0;
}
	

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		font-weight:normal;
	color: #999999;
	width: 1000px;
	position: relative;
	margin: 0px auto;
	margin-top: 50px;
	text-align: center;
}

#footer a:link{
	color:#333;
	font-weight:normal;
	text-decoration: none;
}
#footer a:visited{
	color:#333;
		font-weight:normal;
	text-decoration: none;
}
#footer a:hover{
	color:red;
		font-weight:normal;
	text-decoration: underline;
}

blockquote {
	margin: 10px 0 10px 20px;
}
blockquote footer {
	font-style: italic;
}
.clients {
	list-style:none
}
.clients li {
	padding:0 0 5px 0;
}
.clients > li > a.selected {
	text-decoration: underline;
	color:#FFF;
}
