@font-face {
  font-family: 'helvetica_blackcond';
  src: url('fonts/helveticaneue-blackcond-webfont.eot');
  src: url('fonts/helveticaneue-blackcond-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/helveticaneue-blackcond-webfont.woff') format('woff'),
        url('fonts/helveticaneue-blackcond-webfont.ttf') format('truetype'),
        url('fonts/helveticaneue-blackcond-webfont.svg#helvetica_neueblackcond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helvetica_neuelight';
  src: url('fonts/helveticaneue-light-webfont.eot');
  src: url('fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/helveticaneue-light-webfont.woff') format('woff'),
        url('fonts/helveticaneue-light-webfont.ttf') format('truetype'),
        url('fonts/helveticaneue-light-webfont.svg#helvetica_neuelight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helvetica-condensedboldRg';
    src: url('helvetica_condensedbold-webfont.eot');
    src: url('helvetica_condensedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('helvetica_condensedbold-webfont.woff') format('woff'),
         url('helvetica_condensedbold-webfont.ttf') format('truetype'),
         url('helvetica_condensedbold-webfont.svg#helvetica-condensedboldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	border: 0px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

li.homebullet {
	line-height: 14pt;
	margin-bottom: 8pt;
	color: #ffffff;
	text-indent: -1em;
}

input.contact {
	background: none; 
	border: none; 
	width: 175px; 
	height: 20px; 
	line-height: 20px;
	color: #363636;
}
input.contact.default {
	color: #ababab;
}

textarea.contact {
	background: none; 
	border: none; 
	width: 175px; 
	height: 120px; 
	line-height: 20px;
	color: #363636;
}
textarea.contact.default {
	color: #ababab;
}

label {
	color: #373737;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

div.btn {
	cursor: pointer;
}

div.toptrim {
	background-color: #000000;
}

div.content {
	width: 940px;
	margin: 0 auto;
}

div.clientlogin {
	background-color: #000000;
	padding: 5px;
/*	border-radius: 4px; */
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

div.socialicon {
	display: inline;
	margin: 5px;
	width: 16px;
	height: 16px;
}
div.socialicon.lg {
	width: 28px;
	height: 28px;
}
div.socialicon.linkedin {
	background: transparent url(_images/social_linkedin.png) top left no-repeat;
}
div.socialicon.twitter {
	background: transparent url(_images/social_twitter.png) top left no-repeat;
}
div.socialicon.facebook {
	background: transparent url(_images/social_facebook.png) top left no-repeat;
}
div.socialicon.youtube {
	background: transparent url(_images/social_youtube.png) top left no-repeat;
}
div.socialicon.pinterest {
	background: transparent url(_images/social_pinterest.png) top left no-repeat;
}

div.thumbholder {
	cursor: pointer;
	float: left; 
	width: 100px; 
	height: 100px; 
	border: solid thin #cccccc;
	position: relative;
}
div.thumbholder div.idle {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.35;
}
div.thumbholder div.over {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

span.maintitle {
	color: #000000;
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}
span.maintitle2 {
	color: #000000;
	font-family: 'helvetica_neuelight', Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}
span.maintitle3 {
	color: #000000;
	font-family: 'helvetica-condensedboldRg', Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}

span.clientlogin {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
span.clientlogin a {
	color: #ffffff;
	text-decoration: none;
}
span.clientlogin a:hover {
	text-decoration: underline;
}

span.wowlivelogin {
	color: #212121;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
span.wowlivelogin a {
	color: #212121;
	text-decoration: none;
}
span.wowlivelogin a:hover {
	text-decoration: underline;
}

span.navlink {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
span.navlink a {
	color: #000000;
	text-decoration: none;
}
span.navlink a:hover {
	text-decoration: underline;
}
span.navlink.current, span.navlink.current a {
	color: #9f1d20;
}

span.footerlink {
	color: #797979;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
span.footerlink a {
	color: #797979;
	text-decoration: none;
}
span.footerlink a:hover {
	text-decoration: underline;
}

span.footercompany {
	color: #c0c0c0;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
span.footerinfo {
	color: #797979;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
span.footerinfo a {
	color: #797979;
	text-decoration: none;
}
span.footerinfo a:hover {
	text-decoration: underline;
}

span.promo {
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 16px;
}
span.topheader{
font-size: 18px;
}

span.promo.dk {
	color: #000000;
}
span.promo.lt {
	color: #acacac;
}

span.worktitle {
	color: #404041;
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
span.worktitle a {
	color: #404041;
	text-decoration: none;
}
span.worksubtitle {
	color: #404041;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
span.workcontent {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
span.leftnav {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
span.leftnav a{
	color: #404041;
	text-decoration: none;
}
span.leftnav a:hover {
	text-decoration: underline;
}
span.leftnavspacer {
	padding-left: 15px;
}
span.leftnavarrow {
	padding-left: 13px;
}

span.crumbs {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
span.crumbs.current {
	color: #404041;
	font-weight: bold;
}

span.contactcompany {
	color: #404042;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.contactinfo {
	color: #797979;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
span.contactinfo a {
	color: #797979;
	text-decoration: none;
}
span.contactinfo a:hover {
	text-decoration: underline;
}

span.contact-title {
	color: #404041;
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

span.home1 {
	color: #ffffff;
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 16px;
}
span.home2 {
	color: #acacac;
	font-family: 'helvetica_blackcond', Arial, sans-serif;
	font-size: 14px;
}
span.homeclose {
	color: #acacac;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

span.adminlogout a {
	color: #373737;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-right: 40px;
	text-decoration: none;
}
span.adminlogout a:hover {
	text-decoration: underline;
}

span.adminprompt {
	color: #404041;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
span.adminprompt a {
	color: #404041;
	text-decoration: none;
}
span.adminprompt a:hover {
	text-decoration: underline;
}
span.adminlink {
	color: #404041;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
span.adminlink:hover {
	text-decoration: underline;
}
span.admintext {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
span.wee {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 9px;
}

span.navtext {
	color: #404041;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
span.navtext:hover {
	text-decoration: underline;
}

#team-members-placeholder {
	position: relative;
	width: 890px;
	left: -15px;
}