/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxdigital.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #eee;
	font: 14px Arial, sans-serif;
	text-align: left;
	background: #000 url(../images/bg.jpg) top right no-repeat;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#container {
	width: 95%;
	margin: 0 auto;
}
	
#header {
	padding: 40px 0 20px 0;
	text-align: center;
}

#intro {
	clear: both;
}

#intro_main {
	float: left;
	width: 65%;
}

#intro_side {
	float: right;
	width: 32%;
	text-align: right;
	padding-top: 35px;
}

#intro_side img {
	margin: 0 0 10px 0;
	border: 1px dotted #888;
	border-left: 0;
	border-right: 0;
}

#intro h1 {
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 5em;
	letter-spacing: -1px;
}

#intro h2 {
	padding: 20px 0 5px 0;
	color: #fff;
	font-size: 3.5em;
	letter-spacing: -0.5px;
}

#contact {
	background: #f37321;
	color: #fff;
	padding: 20px 30px;
	font-size: 1.5em;
}


#intro p {
	font-size: 2.0em;
	padding: 0 0 15px 4px;
	line-height: 1.3em;
}


#details {
	clear: both;
	background: url(../images/bot_bg.gif) no-repeat top right;
	height: 200px;
	text-align: right;
}



#intro strong {
	color: #f37321;	
	font-weight: normal;
}

span.b {
	font-weight: bold;	
}

#contact_details {
	padding-top: 20px;
	font-size: 0.7em;
}

#contact_details a:link,
#contact_details a:visited {
	color: #aaa;
}
