/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #efebdf;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #000 url(../images/body_bg.jpg) repeat-x;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	width: 960px;
	margin: 30px auto 20px auto;
}

#header {
	text-align: center;
}

#main {
	clear: both;
	padding: 20px 0 0 0;
}

#intro {
	padding: 0 0 30px 0;
}

#contact {
	float: right;
	width: 400px;
}

#about {
	float: left;
	width: 500px;
}

#end {
	clear: both;
	padding: 20px 30px 30px 30px;
}


/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main p {
	line-height: 1.5em;
}

/*	-------------------------------------------------------------
	INTRO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#intro h1 {
	font-size: 2.2em;
	text-align: center;
}



/*	-------------------------------------------------------------
	ABOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#about h2 {
	font-size: 1.5em;
	color: #f6c94d;
	padding-bottom: 14px;
}

#about h4 {
	font-size: 1.3em;
	color: #fff;
	padding: 5px 0 10px 50px;
	background: url(../images/tick.gif) no-repeat 15px 6px;
}




/*	-------------------------------------------------------------
	CONTACT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#contact #phone {
	font-size: 1.9em;
	color: #f6c94d;
	background: url(../images/phone.gif) no-repeat 5px 4px;
	padding: 0 0 15px 40px;
}

#contact #address {
	font-size: 1.3em;
	color: #fff;
	background: url(../images/address.gif) no-repeat;
	padding: 0 0 15px 40px;
}

#contact #hours {
	font-size: 1.3em;
	color: #fff;
	background: url(../images/clock.gif) no-repeat;
	padding: 0 0 15px 40px;
}

/*	-------------------------------------------------------------
	END
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#end h3 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #f6c94d;
	text-align: center;
}

#end h4 {
	font-size: 1.3em;
	color: #fff;
	padding: 5px 0 10px 0;
	text-align: center;
	line-height: 1.5em;
}

