/* @override http://studio3design.com.au/dev/style.css */

html,body {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #999999;
	height:100%;
    margin:0;
    padding:0;
}
body {
	text-align:center;
    min-width:1000px;
    min-height:620px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: none;
}
p {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	line-height: 22px;
	margin-top: -4px;
	margin-bottom: 4px;
}
h3 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: -2px 0 5px 0;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	vertical-align: text-top;
	text-transform: lowercase;
	}
ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: -2px;
	font-size: 14px;
	line-height: 22px;
	margin-left: 0px;
}
#column1 {
	float: left;
	width: 140px;
}
#column2 {
	float: left;
	padding-right: 20px;
	width: 245px;
	height: 550px;
	margin-top: 90px;
}

#vert {
	float:left;
    height:50%;
    margin-top:-340px;/* half vertical height*/
    width:100%;
}
#frame {
	
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	width: 960px;
	height: 640px;
	border: 1px solid #CCCCCC;
	text-align: left;
	clear: both;
	background-color: #FFF;
		
}
#image {
	height: 550px;
	width: 550px;
	overflow:hidden;
	float:right;
	border-style: none;
	margin-top:90px;
}
#image_project {
	height: 550px;
	width: 550px;
	overflow:hidden;
	float:right;
	border-style: none;
}
.logo {
	width:140px;
	height:90px;
}
.clientlist ul{
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
}
.clientlist {
	padding-right: 25px;
	float: left;
	width: 180px;
	margin-top: 90px;
	overflow: left;
}
.nav {
	margin: 0px;

	}
.nav a {
	color: #339900;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	width: 140px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

.nav a:link {
	color: #333333;
	text-decoration: none;
}
.nav a:visited {
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	color: #339900;
}
.navactive a {
	color: #339900;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
	width: 140px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

.navactive a:link {
	color: #339900;
	text-decoration: none;
}
.navactive a:visited {
	color: #339900;
	text-decoration: none;
}
.navactive a:hover {
	color: #000;
}
.next {
	float:right;	
	height:30px;
	width:100px;
	font-size:12px;
	text-align:right;
	margin-top:60px;
	}
