@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 12px;
	background-color:#e1e1e1;
}

body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 1000px;
	background-color: #e1e1e1;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	min-width: 1000px;
	height: 100%;
	/*display: none;*/
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 120px;
}

#header-inner {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 200px;
}

#logo {
	float: right;
	height: 60px;
	width: 238px;
	margin-top: 30px;
}

#strapline {
	float: left;
	width: 202px;
	height: 28px;
	margin-top: 50px;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#content-inner {
	margin: 0 auto;
	padding: 0;
	padding-left: 2px;
	width: 950px;	
}

#left-col {
	margin: 0px auto;
	padding: 0;
	float: left;
	width: 712px; 
}

#services {
	margin: 0px auto;
	margin-top: 50px;
	width: 708px;
	height: 52px;
}

#services div {
	position: relative;
	float: left;
	width: 176px;
	height: 25px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color:#000;
	
}

#services div a {
	margin: 0px auto;
	display: block;
	margin-top: 7px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	
}

#services div:hover {
	background-color: #39b04a;
	
}

#right-col {
	float: right;
	width: 238px;
	padding-top: 32px;
	padding-bottom: 32px;
}

#right-col ul {
	list-style: none;	
	font-family: Arial, Helvetica, sans-serif;
	color: #39B04A;
}

#right-col ul li {
	margin-bottom: 10px;
}

#right-col ul li ul li {
	margin-top: 8px;
	margin-bottom: 8px;
}

#right-col a {
	text-decoration:none;	
}

#right-col a:hover {
	text-decoration: none;
	color: #fff;
}


#right-col img {
	margin-top: 50px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 25px;
}

#nav2 {
	margin: 0px auto;
	padding: 0px;
	height: 25px;
}

#nav2 ul {
	margin: 0px auto;
	padding: 0px;
	margin-top: 5px;
	text-align: center;
}


#nav2 li {
	display: inline;
	margin-right: 50px;
}

#nav2 a {
	text-decoration: none;
	color: #000000;
}

#nav2 a:hover {
	color: #39b04a;
}

.side-menu-number {
	float:left;
	width:25px;
	text-align: right;	
	font-size: 18px;
	padding: 6px;
}

.side-menu-title {
	text-align:right;
	width:194px;
	padding-right:2px;
	font-size: 28px;
	font-weight:500;
	letter-spacing: 1px;	
}

.sub-menu-number {
	float:left;
	width: 25px;
	text-align: left;
	font-size: 12px;
	padding: 0px;	
}

.sub-menu-title {
	text-align:right;
	font-size: 14px;	
	font-weight: 500;
	padding-right: 2px;
	
}

.active {
	color: #fff;
	/*color: #000;*/
}

.un-active {
	color: #39B04A;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 40px;
	margin-top: 32px;	
	margin-bottom: 0px;
	display:block;
}

#sub-title {
	color: #000;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}

#main-content {
	display:block;
	width: 450px;
}

.portfolio-text {	
	display:block;
	float:left;
	width: 330px;
	min-width: 330px;
	
}

.portfolio-text ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.portfolio-text ul li {
	width: 330px;
}

#portfolio-nav {
	float:left;
	display:block;
	/*margin-top: 198px;*/
	margin-top: 131px;
	margin-left: 10px;
	
	
}
.portfolio-images {
	display:block;
	float:right;	
	width: 340px;
	margin-top: -77px;
}

.portfolio-images ul {
	list-style: none;
	z-index: 1;		
	width: 340px;
	padding: 0;	
	
	
}

.top-fade {
	height: 236px;
	width: 340px;
	position:absolute;
	left: 396px;
	/*top: 238px;*/
	top: 161px;
	background-image: url(../images/mask-top.png);
	z-index: 10;
}

.bottom-fade {
	height: 236px;
	width: 340px;
	position:absolute;
	bottom: 0px;
	/*top: 666px;*/
	top: 589px;
	left: 396px;
	background-image: url(../images/mask-bottom.png);
	z-index: 10;
}

#gallery {
	width: 370px;
	margin-top: 10px;
	display: block;	
	float: right;
}

