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

body {
	background-color: #2F6493;
	background-image: url(http://www.selfix.com.au/assets/images/pageBg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#top-logo{
	float: left;
	height: 125px;
	width: 50%;
        margin: 0;
	padding: 0;
}

#top-nav{
	float: right;
	height: 125px;
        margin: 0;
	padding: 0;
}

#top {
	background-image: url(http://www.selfix.com.au/assets/images/rhsGraphic.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header{
	width: 1000px;
	height: 125px;
        margin: 0;
	padding: 0;
}

#header-logo{
	height: 125px;
	float: left;
	margin: auto;
	padding: 0;
}

#header-nav {
	float: right;
	height: 57px;
	width: 425px;
	margin: 68px 0 0 0;
}

#content {
	float: left;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 25px 0 25px 50px;
        min-height: 350px;
}

#content h1 {font-family: Arial, Helvetica, sans-serif; font-size: 32px; color: #FEE102; font-weight: bold; padding: 10px 0 15px 0; background-image: url(http://selfix.com.au/assets/images/h1Bg.gif); background-repeat: repeat-x; background-position: bottom;}

#content a {color: #FEE102; text-decoration: none;}
#content a:hover {color: #FFFFFF; text-decoration: none;}

#footer {
	background-image: url(http://www.selfix.com.au/assets/images/footerBg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 250px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #10273F;
	float: left;
        margin-top: 50px;
}

#footer a{
	color: #FEE102;
	text-decoration: none;
}

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

#footer-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 290px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #263749;
	margin: 25px 0 0 50px;
	line-height: 20px;
}

#footer-mid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 360px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #263749;
	margin: 25px 0 0 25px;
	line-height: 20px;
}

#footer-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 290px;
	margin: 25px 0 0 25px;
	line-height: 20px;
}

#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

/* End Various Tags & Classes*/

#maxigallery ul {padding: 0; margin: 0;}
#maxigallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#maxigallery img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #eeeeee;
}