@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#7ca200;
	color:#58543c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

a:link, a:visited, a:active {
	color: #7daf10;
	text-decoration: none;
}

a:hover {
	color: #ff0010;
	text-decoration: none;
}

/*=================================================*/

.wrapper {
	width:992px;
	margin:0 auto;
}

.header {
	width:992px;
	height:263px;
	background-image:url(images/header.png);
	text-align:center;
}



/* NAVIGATION ====================================*/
.menu {
	padding:0px 45px 0 45px;
	margin-top:-90px;
}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu li {
	float:left;
}
.menu li a:link, .menu li a:visited {
	width:112px;
	height:135px;
	display:block;
}
a.menu1 {
	background-image:url(images/menu1.gif);
}
a.menu2 {
	margin-top:30px;
	background-image:url(images/menu2.gif);
}
a.menu3 {
	margin-top:50px;
	background-image:url(images/menu3.gif);
}
a.menu4 {
	margin-top:70px;
	background-image:url(images/menu4.gif);
}
a.menu5 {
	margin-top:70px;
	background-image:url(images/menu5.gif);
}
a.menu6 {
	margin-top:50px;
	background-image:url(images/menu6.gif);
}
a.menu7 {
	margin-top:30px;
	background-image:url(images/menu7.gif);
}
a.menu8 {
	background-image:url(images/menu8.gif);
}
.menu li a:hover {
	background-position:bottom;
}
/* NAVIGATION ====================================*/



.content {
	width:792px;
	background-image:url(images/content.png);
	padding:0 100px 0 100px;
}


.padder {
	padding:10px;
}

.footer {
	text-align:center;
	width:792px;
	height:95px;
	background-image:url(images/footer.png);
	padding:30px 100px 0 100px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#58543c;
}
.footer a:hover {
	color:#f14218;
}
.webdesignsydney {
	color:#58543c;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.webdesignsydney a:link, .webdesignsydney a:visited {
	color:#58543c;
	text-decoration:none;
}
.webdesignsydney a:hover {
	text-decoration:underline;
}

/* STYLES ===========================================*/

.listMenu {

border-top: 1px solid #efe49e;
}

.listMenu a{
	padding-left:30px;
	line-height: 35px;
	display:block;
	width:146px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #efe49e;
	background:url(images/bullet01.gif) left center no-repeat; 
}

.small {
	font-size: small;
}
.medium {
	font-size: medium;
}
.xlarge {
	font-size: x-large;
}
.large {
	font-size: large;
}

