/* CSS Document */
*{padding:0;margin:0}
body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	}
.websiteContainer{
	margin:auto;
	width:1050px;
	text-align:left;
	background-image:url('../img/background-image.jpg');
	background-repeat:repeat-y;
	}
.websiteContainer .banner{
	height:122px;
	margin:0 50px;
	padding-bottom:5px;
	border-bottom:1px solid #E5E5E5;
	}
.websiteContainer .banner .AustralianMade{
	float:right;
	}
.websiteContainer .mainContent{margin:0 60px;}
.websiteContainer .mainContent h1{
	font-weight:100;
	padding:10px 0;
	color: #8f1e02;
	font-size:2.8em;
	}
.websiteContainer .mainContent h1 a{color: #8f1e02;}

.websiteContainer .mainContent p{font-size:1.6em;color:#666666;margin:15px 0;}

.websiteContainer .mainContent p img{vertical-align:middle;padding-right:10px;}

.websiteContainer .mainContent p span{font-size:1.2em;font-weight:bold;}

.websiteContainer .mainContent .servicesList{
	float:right;
	height:300px;
	width:350px;
	background-image: url(../img/aus-flag-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}	
.websiteContainer .mainContent .servicesList h2{margin:5px 15px 0 20px;padding:0;text-transform:uppercase;font-weight:100;font-size:1.6em;border-bottom:1px solid #FFB532;color:#008826}
.websiteContainer .mainContent .servicesList h2.firstInList{margin-top:16px;}
.websiteContainer .mainContent .servicesList p{margin:0 15px 0 20px;padding:0;font-size:0.8em;}
.websiteContainer .mainContent .servicesList p.fullexplanation{margin-top:10px;color:#333333;font-size:0.9em;}

.websiteContainer .footer{
	margin:10px 60px;
	border-top:1px solid #E5E5E5;
	}
.websiteContainer .footer p{
	padding:10px 0;
	text-align: center;
	font-size:0.8em;}