body {
  background-color: #000;
  max-width:694px;
  margin: auto;
  padding: 0;

}

.scaleimg{
	position: relative;
	top: 0;
	left: 0;
    width: 100%;
    height: auto;
	z-index: -1;
}

.scaleimgthird{
	position: relative;
	top: 0;
	left: 0;
    width: 33%;
    height: auto;
	float: left;
	z-index: -1;
	padding-right: 14px;
}

.gallerytab a{
	display: block;
}


.folio {
	margin-top: 5px;
    position: relative;
    text-align: center;
    color: white;
}

#foliotext p{
	color: #EEE;
	text-transform: none;
	font-family: "Trebuchet MS", sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 16px;
	display: block;
}


.folio a{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	font-family: "Trebuchet MS", sans-serif;	
}

.contcard {
	background-color: #282828;
    position: absolute;
    top: 50%;
    left: 50%;
	min-width: 200px;
    transform: translate(-50%, -50%);
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;

}

.contcard .name {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", sans-serif;
}

.contcard .number {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: "Ariel", sans-serif;
}

.contcard .license {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: "Ariel", sans-serif;
}

.contcard a{
	color: #9999CC;
}

.copybar {

	margin-top: -8px;
}

.copybar p{
	position: relative;
	right: 0;
	top: 0;
    text-align: right;
	color: #444;
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
}

.copybar img{
	top: -28px;
}

#nav
{
}

#nav > a
{
display: none;
}

#nav li
{
position: relative;
z-index: 10;
}

#nav li a
{
display: block;
}

#nav li a:active
{
background-color: #00B366 !important;
}

			/* first level */

			#nav > ul
			{
				height: 48px;
				background-color: #000;
				list-style-type: none;
				margin: 0;
				padding-left: 0;
				padding-right: 0;
				padding-top: 5px;
				padding-bottom: 5px;
			}
				#nav > ul > li
				{
					width: 100%;
					height: 100%;
					float: left;
					z-index: 10;
				}
					#nav > ul > li > a
					{
					height: 100%;
					color: #fff;
					text-transform: lowercase;
					font-family: "Trebuchet MS", sans-serif;
					text-decoration: none;
					font-weight: bold;
					font-size: 16px;
					line-height: 48px; 
					text-align: left;
					padding-left: 10px;
					}
						#nav > ul > li:not( :last-child ) > a
						{

						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #00B366;
						}

				/* second level */

				#nav li ul
				{
					background-color: #00B366;
					display: none;
					position: absolute;
					top: 100%;
					list-style-type: none;
					margin: 0;
					padding-left: 0;
					padding-right: 0;
					padding-top: 5px;
					padding-bottom: 5px;
				}
					#nav li:hover ul
					{
						width: 100%;
						display: block;
						left: 0;
					}
						#nav li:not( :first-child ):hover ul
						{

						}
						#nav li ul a
						{
							color: #fff;
							text-transform: lowercase;
							font-family: "Trebuchet MS", sans-serif;
							text-decoration: none;
							font-weight: normal;
							font-size: 16px;
							line-height: 28px; 
							text-align: center;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #42B3FF;

								}
