@font-face {
	font-family: 'DINRegular';
	src: url('fonts/din-regular-webfont.eot');
	src: local('☺'), url('fonts/din-regular-webfont.woff') format('woff'), url('fonts/din-regular-webfont.ttf') format('truetype'), url('fonts/din-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 17px;
	color: #414141;
	background-color: #262525;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

td {
	line-height: 17px;
	color: #414141;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img {
	border-width: 0px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	color: #0577b4;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	font-size: 20px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	color: #0577b4;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	margin: 0px;
	font-size: 20px;
}

h3 {
		padding-bottom: 10px;
		padding-top: 25px;
	}

h5 {
	color: #0479b6;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 8px;
	margin: 0px;
	font-size: 16px;
}

h6 {
	color: #e4a310;
	font-size: 16px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #0479b6;
}

a:hover {
	text-decoration: underline;
	color: #0479b6;
}

.content {
	text-align: left;
	width: 900px;
	position: relative;
}

#logo {
	top: 45px;
	left: 5px;
	position: absolute;
}

form {
	margin: 0px;
}

input[type=text], textarea, select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 250px;
	padding: 4px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #0479b6;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	outline: none;
}

input[type=text]:focus, textarea:focus {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #fbf3db;
	border-color: #e4a310;
}

input.error, textarea.error {
	border-color: #ff2700;
}

#menu {
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 43px;
}

#blue-top {
	position: relative;
	z-index: 4;
	background-image: url(http://www.mooglemedia.com.au/dev09/images/main/blue-bg.jpg);
	background-repeat: repeat-x;
	background-color: #0479b6;
	width: 100%;
	height: 110px;
}

.no-display {
	display: none;
}


.bg-fff {
	background-color: white;
}
.h-line-e8e8e8 {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	overflow: hidden;
}

.h-line-3a3939 {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #3a3939;
	overflow: hidden;
}

.h-line-03527b {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #03527b;
	overflow: hidden;
}

.padd {
	padding: 30px;
}

#sidebar
{
	display: inline;
	margin-left: 30px;
	float: right;
	padding: 15px;
	position: relative;
	background-color: #f8f8f8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff');
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ffffff));
	background: -moz-linear-gradient(top,  #f8f8f8,  #ffffff);
	width: 190px;
	height: 100%;
}

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.post {
		clear: left;
		padding-bottom: 20px;
	}

.postmetadata {
		font-size: 11px;
	}

.float-left {
		position: relative;
		width: 550px;
		display: inline;
		float: left;
	}

.clear {
		clear: both;
	}

