/* CSS Document */
/* Model Tech 3d */
/* © David Parsons 2009 - mail@davidparsons.net.au */
body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333333;
}
a {
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-size: 13px;
	padding-top: 0px;
	line-height: 20px;
	color: #CCCCCC;
	padding-bottom:20px;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:30px;
	}
h4 {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom:7px;
	}
/* header -------------------------------------- */
#header {
	width: 100%;
	height: 220px;
	border-bottom: 1px solid #666666;
	background-color:#333333;
	padding-top: 40px;
	}
#nav {
	margin-right: auto;
	margin-left: 60px;
	height:190px;
	width:500px;
	position:relative;
	}	
#logo {
	width: 140px;
	height: 190px;
	position:absolute;
	}
#nav_primary {
	position:absolute;
	width: 120px;
	margin-left:150px;
	float:left;
	bottom:20px;
	}
#nav_secondary {
	position:absolute;
	margin-left:270px;
	bottom:20px;
	}
.menu {
	padding-bottom:3px;
	font-size:14px;
	color: #FFFFFF;
	}
.menu a:link {
	color: #666666;
	}
.menu a:visited {
	color: #666666;
	}
.menu a:hover {
	color: #FFFFFF;
	}	
.menu a:active {
	color: #FFFFFF;
	}			
#row_thumb {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #333333;
	background-color:#191919;
	}
#content_thumb {
	margin-left: 60px;
	margin-right:auto;
	}
#content_blurb {
	height:60px;
	margin-right: auto;
	margin-left: 60px;
	vertical-align: center;
	padding-top: 19px;
}
.tag {
	vertical-align: center;
	color: #FFFFFF;
	margin-left: 150px;
	font-size: 18px;
	}	
.tag_itialic {
	vertical-align: center;
	color: #999999;
	margin-left: 10px;
	font-size: 18px;
	font-style:italic;
	}	
	
/*projects ------------------------------------------- */	
#content_home {
	width: 100%;
	height: 460px;
	border-bottom: 1px solid #666666;
	background-color:#000000;
	}
#content {
	width: 1000px;
	margin-left: 60px;
	margin-right: auto;
	}	
#content_project{
	width: 100%;
	height: 460px;
	border-bottom: 1px solid #666666;
	background-color:#000000;
}
#row_detail {
	width: 100%;
	height: 460px;
	border-bottom: 1px solid #666666;
	background-color:#000000;
	}
#image_detail {
	margin-left:330px;
	width:900px;
	}
#thumb_images {
	margin-left: 330px;
	width:910px;
	}		
.thumb {
	padding-right: 1px;
	}	

/*about page ------------------------------------------- */
#row_about {
	width: 100%;
	height: 900px;
	border-bottom: 1px solid #666666;
	background-color:#000000;
	}
#content_about {
	width:1000px;
	height:900px;
	margin-left: 60px;
	margin-right: auto;
	background-image:url(images/about/about.jpg);
	background-repeat:no-repeat;
	}

/* contact ------------------------------------------- */
#row_contact {
	width: 100%;
	height: 400px;
	border-bottom: 1px solid #666666;
	background-color:#000000;
}	
#content_contact {
	width:1000px;
	margin-left: 60px;
	margin-right: auto;
	}
#section1 {
	height:auto;
	}
#section2 {
	float:left;
	width:60px;
	}
#section3 {
	float:left;
	}	
	
#map {
	width: 550px;
	height: 400px;
	margin-left: 50px;
	float:left;
	}	
	
/* footer ------------------------------------------- */
#footer {
	width: auto;
	height: auto;
	margin-left: 210px;
	margin-right: auto;
	padding-top: 20px;
	}
#footer_detail {
	width: auto;
	height: auto;
	margin-left: 330px;
	margin-right: auto;
	padding-top: 20px;
	}
.legal {
	font-size:11px;
	color:#191919;
	margin-bottom:20px;
	}
#column_1 {
	margin-left:150px;
	width: 250px;
	float: left;
	margin-top: 20px;
	}
#column {
	width:250px;
	margin-left: 50px;
	float: left;
	margin-top: 20px;
	}
	
