@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #E7E3E1;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 30px 20px #888888;

}
#top {
    overflow: hidden;
}
#mainnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainnav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	background-color:#4d4d4d;
	color: #F90;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus {
	text-decoraton: none;
	background-color: #CCCCCC;
	color: #000000;
}
#content {
	margin-right:25px; 
	margin-left:25px;
	margin-top:0;
}
.verticalLine {
    border-right: 1px solid #333333;
}
.thispage {
	text-decoraton: none;
	background-color: #CCCCCC;
	color:#000000;
}
 .outer { 
 	position: relative; 
 	background: url(../images/house2.jpg); 	
	width: 1024px; 
 	height: 538px; 
 } 
 .middleright {
	position: absolute;
	top: 0px;
	right: -2px;
	text-align: right;
	color: #FF6600;
	height: 75px;
} 
.right {
	position: absolute;
	top: 60px;
	right: -1px;
	text-align: right;
}
.topleft {
	position: absolute;
	top: 1px;
	left: 1px;
	font-weight: bold;
	color: #000;
	height: 156px;
} 
.abovefooter {
	position: absolute;
	top: 402px;
	left: 2px;
	text-align: left;
	height: 136px;
	width: 1021px;
}
#quote {
	color:#FFFFFF;
	box-shadow:10px 10px 5px #888888;
	width: 40%;
	padding-left: 15px;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	background:#E7E3E1;

	
}
#bqbody {
	padding: 11px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	Colour: #FFFFFF;
	line-height: 14px;	
	text-align: justify;	
	border-radius: 20px;
	background:#666666;

}
.bq1 {
	width: 35%;
	background:url('http://www.fixitphil.com.au/images/quote1.gif') top left no-repeat;
	padding left: 55px;
	line-height: 18px;
	color:#FFFFFF;
}
.bq1 p {
	padding-right: 35px;
	line-height: 18px;
	background: url('http://www.fixitphil.com.au/images/quote2.gif') bottom right no-repeat;
	padding-bottom: 15px;
	color: #333;
	font size: 13px;
}

h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #FF9933
}
h2 {
	text-align: centre;
	font-family: "Trebuchet MS", "Tempus Sans ITC", "Felix Titling";
	font-size: 2.5em;
}
h4 {
	text-align: centre;
	color:#000000;
	text-decoration:none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#main {
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 700px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#sidebar {
	width: 250px;
	background-color:#E7E3E1;
	height: 220px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 15px;
	position:relative;
	top: 15px;	
}
figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 60%;
}
.floatright {
	margin-top: 300px;
	margin-right:15px;
	float: right;
	background:#F1EDEB;
	padding: 10px;
box-shadow: 10px 10px 5px #888888;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ff9933;
	color: #000000;
	clear: left;
	padding-left:6px;
	border-bottom-color:#4d4d4d;
	border-bottom:solid;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #FF9900;
	}
h3 {
	color: #FF9900;
}
