/*
Site Name: Hard Technologies
Site URL: http://www.hardtechnologies.com.au
Description: Hard Technologies
Version: 2
Author: The Pod

Contents: 
1. Reset Styles - Master
2. Body
3. Typography
4. Links
5. Page Layout
	i. Page Wrapper
	ii. Header
	iii. Menu
	iv. Content Wrapper
	v. Content
	vi. Footer

*/

/* 
----------------------------------------------------
			1. RESET STYLES - MASTER 
----------------------------------------------------
*/
* {
   padding:0;
   margin:0 auto;
   border:0;
	}

/* 
----------------------------------------------------
			2. Body 
----------------------------------------------------
*/
body
	{
	background-colour:white;
	font-family: Helvetica, Arial, Verdana; 
	}

/*
----------------------------------------------------
			3. Typography
----------------------------------------------------
*/
#comp_txt
	{
	float:left;
	margin-top:70px;
	text-align:left;
	}
#left_txt
	{
	float:left;
	margin-top:-10px;
	text-align:left;
	}

h3
	{
		text-align:left;
	color:red;	
	font-weight:normal;
	}
h4
	{
	font-weight:normal;
	font-size:14px;
	margin-top:-30px;
	margin-left:50px;
	}
.news_txt
	{
	text-align:left;	
	font-size:12px;
	margin-top:-10px;
	padding:30px 0 10px;
	overflow:auto;
	}
.news_desc
	{
		
	}
.pdftxt
	{
		margin-top:-30px;
		margin-left:330px;
	}
/*
----------------------------------------------------
			4. Links
----------------------------------------------------
*/

#footernav li a
	{
	text-decoration:none;
	color:black;
	font-size:12px;
	}
#pdf a
	{
	color:black;
	text-decoration:none;
	}
.news_txt a
	{
	color:black;
	text-decoration:none;
	}


/* 
----------------------------------------------------
			5. Page Layout
----------------------------------------------------
*/
/* 			i. Page Wrapper			*/
.page_wrapper
	{
	width:862px;
	}

/* 			ii. Header 				*/
.header		
	{
	z-index:1;
	width:862;
	height:135px;
	padding-right:862px;
	}
/*			iii. Menu 				*/
.menu		
	{
	z-index:100;
	margin-bottom:-40px;
	}

/*			iv. Content Wrapper		*/
.content_wrapper	
	{
	z-index:1;
	width:824px;
	background:#f5f4f4;
	margin:14px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	padding:10px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px  #888;
	box-shadow: 3px 3px 3px #888;
	}
/*			v. Content				*/
.content	
	{
	margin:20px;
	z-index:2;
	}
#contentimg
	{
	margin-top:25px;	
	}
#newsimg
	{
	float:left;	
	margin-right:20px;
	margin-bottom:10px;
	}
#proc
	{
	margin-top:-30px;	
	}
.indent
	{
	margin-left:60px;	
	}
#pdf
	{
	width:225px;
	height:66px;	
	margin-left:90px;
	
	}
#pdf img
	{
	margin-right:160px;	
	}
#rightpdf
	{
	margin-top:-270px;
	margin-left:300px;
	margin-bottom:80px;
	}
.form
	{
	margin-left:60px;
	margin-bottom:40px;
	width:467px;
	
	}
.form input
	{
		font-size:18px;
	margin-left:-100px;
	margin-right:-20px;
	background:url(../../images/shadowform.png);
	
	}
.form textarea 
	{
	background-color:#f8f8f8;
	font-size:20px;	
	background:url(../../images/shadowbox.png)
	}
.formtext
	{
	text-align:left;
	margin-top:5px;
	font-size:17px;
	}
#sendbtn
	{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-left:-300px;
	background:url(../../images/submit.png);
	width:136px;
	height:46px;
	font-size:0px;
	}
.contact
	{
	width:202px;
	height:297px;
	text-align:left;
	float:right;
	margin-top:-400px;
	}
.email
	{
	width:202px;
	height:297px;
	text-align:left;
	float:right;
	}
.filler
	{
	width:220px;
	height:330px;
	}
/* 			vi. Footer 				*/
.footer		
	{
	margin-top:22px;
	width:848px;
	border-top: 2px solid black;
	padding-top:22px;
	}
#footernav li
	{ 
	list-style-type:none; 
	display:inline;
	margin-right:7px;
	margin-left:7px;
	}
#footernav li a
	{
	text-decoration:none;
	color:black;
	font-size:12px;
	}

