@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;
}


html {
	height: 100%;
}

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

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

img {
	border-width: 0px;
}

h1 {
	font-family: DINRegular, "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	color: #0577b4;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0px;
	font-size: 20px;
}

h2 {
	font-family: DINRegular, "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	color: #0577b4;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin: 0px;
	font-size: 20px;
}

h4 {
	font-family: DINRegular, "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
	color: #262525;
	font-size: 20px;
	margin: 0px;
}

h5 {
	font-family: DINRegular, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #0479b6;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 8px;
	margin: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

h6 {
	font-family: DINRegular, "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: #e4a310;
	font-size: 30px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

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

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

form {
	margin: 0px;
}

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

select{
	width: 26
}

input[type=text]:focus, textarea:focus, select:focus {
	background-color: #fbf3db;
	border-color: #e4a310;
	box-shadow:0px 0px 3px #e4a310;
	-webkit-box-shadow:0px 0px 3px #e4a310;
	-moz-box-shadow:0px 0px 3px #e4a310;
}

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

label.error {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	margin-top: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 5px;
	font-size: 11px;
	position: absolute;
	color: white;
	background-color: #ff4b4e;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#success {
	display: none;
	text-align: center;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-top: 3px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	color: black;
	background-color: #b8fe00;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#result {
	padding: 7px;
	display: none;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	color: black;
	background-color: #b8fe00;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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

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

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

.menu-item {
	text-decoration: none;
	color: white;
	font-size: 12px;
	float: right;
	position: relative;
	margin-left: 3px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: DINRegular;
}

.menu-item:hover {
	background-color: white;
	color: #282828;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:0px 0px 3px	#a2b1bc;
	-webkit-box-shadow:0px 0px 3px #a2b1bc;
	-moz-box-shadow:0px 0px 3px #a2b1bc;
}

.menu-item-on {
	text-decoration: none;
	background-color: white;
	color: black;
	font-size: 12px;
	float: right;
	position: relative;
	margin-left: 3px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: DINRegular;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:0px 0px 3px	#a2b1bc;
	-webkit-box-shadow:0px 0px 3px #a2b1bc;
	-moz-box-shadow:0px 0px 3px #a2b1bc;
}

.menu-item-on:hover {
	text-decoration: none;
	color: black;
}

#blue-top {
	min-width: 1010px;
	position: relative;
	z-index: 4;
	background-image: url(images/main/blue-bg.jpg);
	/*background-image: url(images/main/xmas-bg-3.jpg);*/
	background-repeat: repeat-x;
	background-color: #0479b6;
	width: 100%;
	height: 434px;
}

#slogan {
	z-index: 3;
	position: absolute;
	top: 217px;
	left: 10px;
}

.bg-fff {
	min-width: 1010px;
	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;
	/*background-color: #eeeeee;*/
	overflow: hidden;
}

#quicklinks {
	min-width: 1010px;
	/*height: 150px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(http://www.mooglemedia.com.au/images/footer/quicklinks-gradient.png);*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dfdfdf');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dfdfdf));
	background: -moz-linear-gradient(top, #f7f7f7, #dfdfdf);
	background-color: #f7f7f7;
}

#quicklinks-in {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.quicklinks-col-255 {
	width: 255px;
}

.quicklinks-soc {
	text-align: left;
	float: left;
	width: 75px;
}

#client-logos {
	width: 900px;
	position: relative;
	height: 40px;
	background-color: #262525;
}

#client-logos-out {
	min-width: 1010px;
	position: relative;
	height: 40px;
	background-color: #262525;
}

.clients-td {
	margin-right: 66px;
	position: relative;
	margin-top: 9px;
	float: left;
}

.clients-td-end {
	position: relative;
	margin-top: 9px;
	float: right;
}

#foot-left {
	font-size: 11px;
	color: #ebebeb;
	padding: 20px;
}

#foot-left a {
	color: #ebebeb;
}

#foot-right {
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	font-family: DINRegular;
	float: right;
	position: relative;
	padding: 20px;
}

#turtle-home {
	z-index: 4;
	position: absolute;
	left: -1000px;
}

#turtle-contact {
	z-index: 2;
	position: absolute;
	top: 2px;
	left: 522px;
}

#turtle-testimonials {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 410px;
}

#turtle-our-work {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 510px;
}

#turtle-estimates {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 525px;
}

#turtle-property {
	z-index: 2;
	position: absolute;
	top: 134px;
	left: 480px;
}

#turtle-what-we-do {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 545px;
}

#home-who-we-are {
	float: left;
	width: 410px;
}

#home-who-we-are-in {
	padding-bottom: 60px;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 60px;
}

#home-what-we-do {
	float: left;
	width: 235px;
}

#home-what-we-do-in {
	padding-bottom: 60px;
	padding-top: 60px;
}

#home-get-an-estimate {
	height: 346px;
	float: left;
	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: 255px;
}

#home-get-an-estimate-in {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 60px;
}

.padd-bottom-3 {
	padding-bottom: 3px;
}

.padd-top-3 {
	padding-top: 3px;
}

.no-display {
	display: none;
}

.our-work {
	width: 64px;
}

.testimonials {
	width: 84px;
}

.contact {
	width: 53px;
}

.prop-left {
	float: left;
	width: 450px;
}

.prop-right {
	float: right;
	width: 450px;
}

.half {
	width: 450px;
}

.half-element {
	padding: 30px;
}

.h-space-30 {
	height: 30px;
}

.no-blue a {
	color: #414141;
}

.our-work-thumb {
	border-color: #012335;
	border-width: 2px;
	border-style: solid;
}

#our-work-container {
	overflow: hidden;
}

.title {
	width: 120px;
}

#submitting {
	padding-bottom: 5.5px;
	padding-top: 5.5px;
	text-align: center;
	width: 119px;
	display: none;
}

.font11 {
	font-size: 11px;
}

.phone {
	font-weight: bold;
	color: #e4a310;
}

.grid {
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
}

.grid li {
	width: 380px;
	margin: 29px;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px;
	list-style-type: none;
	text-align: justify;
	vertical-align: top;
	zoom: 1;
    *display: inline;
}

.tbl {
	text-align: center;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
}

.tbl li {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
	zoom: 1;
    *display: inline;
}

.quicklinks-col {
	clear: both;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
}

.quicklinks-col li {
	width: 205px;
	margin: 0px;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px;
	list-style-type: none;
	text-align: justify;
	vertical-align: top;
	zoom: 1;
    *display: inline;
}

.quicklinks-col a {
	color: #5c5c5c;
}

.quickjump {
	margin-left: 25px;
	margin-right: 35px;
	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);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 18px;
	width: 382px;
	position:relative; 
	float:right;
}

.quickjump-in {
	padding: 30px;
}

.quickjump-in a {
	color: #414141;
}

.clear {
	overflow: hidden;
	height: 0px;
	clear: both;
}

.mar-3 {
	margin-top: 3px;
}

.mar-1 {
	margin-top: 1px;
}

a.key {
	color: #ffc017;
}

.pointer {
	cursor: pointer;
}

#quick-head {
	width: 625px;
	float: left;
}

#follow-head {
	float: left;
}

.work-banner {
	left: -25px;
	top: 100px;
	position: absolute;
}

.work-right {
	padding-top: 85px;
	width: 340px;
	position: relative;
	float: right;
}

.yellow {
	color: #e4a310;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active h1 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
	.sIFR-active h2 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
	.sIFR-active h3 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
	.sIFR-active h4 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
	.sIFR-active h5 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
	.sIFR-active h6 {
		visibility: hidden;
		font-family: Verdana;
		line-height: 1em;
	}
}