/* CSS Document */
/* Depth Analysis CSS Holding Stylesheet - Version 1.0 */
/* All associated graphics, Copyright 2010 Depth Analysis Pty. Ltd */
/* Site: http://depthanalysis.com */
/* Created by: Hami (andrew@andrewhamilton.net) */
/* Created: 20/02/2010 */
/* Created: 23/02/2010 */

/* BASIC PAGE ELEMENTS ----------------------------------------------------------------------------------- */

body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

#background {
	position:absolute;
	z-index: -10;
}

#backgroundraster {
	position: absolute;
	overflow:auto;
	z-index: -5;
	height: 100%;
	width: 100%;
	background: url('http://www.depthanalysis.com/wp-content/themes/depthanalysis/img/raster_4x4.gif');
}

#wrap {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    z-index:10;
}

#content {
	min-height: 500px;
	height: auto !important;
    height: 500px;
    padding: 0 0 50px 0;
}

/* TEXT ELEMENTS ----------------------------------------------------------------------------------- */


.bodytext {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	color: #a58f9d;
}

.bodytextbold {
	font-weight: bold;
}

.bodytext small {
	font-size: 11px;
	color: #4d1826;
}

.bodytext a:visited, .bodytext a:link { color: #a58f9d; text-decoration: none; border: none;}
.bodytext a:active, .bodytext a:hover { color: white; text-decoration: none; border-bottom: 1px dotted;}

.footertext { 
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	line-height: 1.4em; 
	color: #4d1826;
}

.footertext a:visited, .footertext a:link { color: #a63653; text-decoration: none; border: none;}
.footertext a:active, .footertext a:hover  { color: #a63653; text-decoration: none; border-bottom: 1px solid;}

/* CONTENT ELEMENTS ----------------------------------------------------------------------------------- */

#logo {
	margin: 150px auto 20px auto;
	width: 320px;
	height: 204px;
	background: url('http://www.depthanalysis.com/wp-content/themes/depthanalysis/img/da_logo_white_320.gif');
}

#address {
	margin: 20px auto 0 auto;
	width: 360px;
	height: 200px;
}

#address #sydney {
	float: left;
	width: 140px;
	padding: 20px;
}

#address #la {
	float: right;
	width: 140px;
	padding: 20px;
}

#emailcontact {
	clear: both;
	width: 100%;
	padding: 0 20px 0 20px;
}

#pressrelease {
	clear: both;
	margin: 60px auto 60px auto;
	width: 460px;
	text-align: center;
}

#boxroundcapleft {
	float: left;
	height: 42px;
	width: 11px;
	background: url('http://www.depthanalysis.com/wp-content/themes/depthanalysis/img/boxround_cap_l.gif');
}

#boxroundcapright {
	float: left;
	height: 42px;
	width: 11px;
	background: url('http://www.depthanalysis.com/wp-content/themes/depthanalysis/img/boxround_cap_r.gif');
}

#boxroundmiddle {
	float: left;
	height: 42px;
	width: 298px;
	text-align: center;
	padding: 12px 0 0 0;
	background: url('http://www.depthanalysis.com/wp-content/themes/depthanalysis/img/boxround_mid.gif') repeat-x	;
}

#footer{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 40px;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
}

