/* Browser reset */
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,fieldset,legend,form { margin:0;padding:0;border:0; font-family: "Roboto", sans-serif; }

body {
	font-size: 20px;
	font-weight: 300;
	background: #000;
}

#header {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	width: 100%;
	height: 55px;
}

.navrow {
	margin-top: 15px;
}

div#rightnav {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 500;
}

div#rightnav a {
	text-decoration: none;
	color: #000;
}

div#rightnav div {
	float: right;
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 10px;
	cursor: pointer;
}

div#sliderdiv {
	overflow: hidden;
}

div#typenavblock {
}

div.homeicon {
	width: 100%;
	text-align: center;
}

div.homeinfo p {
	text-align: center;
}

div.typeslider {
	margin-top: 55px;
	left: 0;
	width: 100%;
	height: 540px;
	background: #000;
	color: #FFF;
}

div.typenav {
	width: 260px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 45px;
	padding-bottom: 15px;
}

div.typeicon {
	height: 145px;
	width: 260px;
	position: relative;
	line-height: 145px;
	background: rgb(67,67,67); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(67,67,67,1) 0%, rgba(85,85,85,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,67,67,1)), color-stop(100%,rgba(85,85,85,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(85,85,85,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(85,85,85,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(67,67,67,1) 0%,rgba(85,85,85,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(67,67,67,1) 0%,rgba(85,85,85,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

div.typeicon img {
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0; 
}

div.typename {
	cursor: pointer;
	color: #FFF;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-top: 7px;
	font-weight: 300;
	height: 48px;
	text-align: center;
	background: #353535;
	text-transform: uppercase;
}

div.subhead {
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.7em;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 12px;
}

div.withbg {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 8%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 62%, rgba(255,255,255,0) 92%, rgba(255,255,255,1) 100%), url(subheadbg.png); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0)), color-stop(38%,rgba(255,255,255,1)), color-stop(62%,rgba(255,255,255,1)), color-stop(92%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))), url(subheadbg.png); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 62%,rgba(255,255,255,0) 92%,rgba(255,255,255,1) 100%), url(subheadbg.png); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 62%,rgba(255,255,255,0) 92%,rgba(255,255,255,1) 100%), url(subheadbg.png); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 62%,rgba(255,255,255,0) 92%,rgba(255,255,255,1) 100%), url(subheadbg.png); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 62%,rgba(255,255,255,0) 92%,rgba(255,255,255,1) 100%), url(subheadbg.png); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ), url(subheadbg.png); /* IE6-9 */
}

div#aboutblock p, div#servicesblock p {
	padding-bottom: 10px;
}

div.horizlist {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	background: #BFBFBF;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

div#exampleblock {
	width: 100%;
	background: #cbcbcb;
}

div#contactblock {
	width: 100%;
	background: #e7dd2e;
	padding-bottom: 30px;
}

div#contactblock a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

div.spacebefore {
	margin-top: 40px;
}

div.centertext {
	text-align: center;
}

div#aboutblock {
	padding-top: 55px;
	background: #FFF;
}

div#servicesblock {
	padding-bottom: 35px;
	padding-top: 55px;
	background: #FFF;
}

div#contactblock p {
	font-size: 1.3em;
}

/* 
	BEGIN ROTATED BLOCKS
 */

div.typemainblock {
	color: #FFF;
}

div.typesubhead {
	padding-top: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	padding-bottom: 25px;
}

div.typetext {
	font-size: 1em;
}

div.typetext p {
	margin-bottom: 15px;
}

div.close {
	cursor: pointer;
}

div.clientbutt {
	text-transform: uppercase;
	color: #b6af24;
	font-size: 1em;
	cursor: pointer;
	display: block;
	text-align: center;
	height: 75px;
	width: 180px;
	border: 2px solid #222222;
}

span.typeimg {
	width: 420px;
}

span.typeimg img {
	padding-bottom: 15px;
}

div.unselected {
	cursor: pointer;
}

.outercontainer {
	display: table;
	width: 180px;
	height: 75px;
	overflow: hidden;
}

.outercontainer .innercontainer {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.left {
	display: block;
	float: left;
}

div.right {
	display: block;
	float: right;
}

div.close {
	border-bottom: 2px solid #fff;
	padding: 1px;
}

div.typemainblock {
	margin-top: 55px;
	width: 100%;
	height: 540px;
	background: #000;
}

div.typeitem {
	display: block;
	color: #AAAAAA;
	width: 83px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
	float: left;
}

/* 
div.typeselectblock {
	padding-top: 25px;
}
 */

div.typeselectblock div.selected {
	color: #555555;
}

div.thumbrow img {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

div.thumbrow img.leftimg {
	margin-left: 35px;
}

p.thumbtext {
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 8px;
	color: #7d7d7d;
}

div.examplebox {
	z-index: 10;
	width: 900px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -450px;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #7d7d7d;
}

div.closeexample {
	font-weight: bold;
	margin-top: 6px;
	margin-left: 6px;
	cursor: pointer;
}

div.exampleleftside {
	float: left;
	width: 600px;
}

div.exampleleftside img {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.examplerightside {
	float: right;
	width: 280px;
	font-size: 0.7em;
	margin-right: 15px;
	margin-top: 25px;
}