body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/back.jpg) repeat-x top fixed;
	font: 12px/20px Tahoma, Arial, Helvetica;
	color: #444;
}
a{
	color: #92da1f;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #000;
}
#wrapthewrapper{
	background:url(../images/shadow.png) repeat-y;
	width: 980px;
	margin: 0px auto;	
}
#wrapper{
	width: 960px;
	margin-left: 8px;
	background: #FFF;
}
#menu{
	height: 48px;
	background: url(../images/united-shutters-brisbane-ipswich_03.jpg) repeat-x;
}
#content{
	padding: 30px;
}
#footer{
	padding: 30px;
	background: #696969;
	font: 11px Tahoma, Arial, Helvetica;
	color: #AAA;
}
h1,h2,h3,h4,h5,p,form{
	margin: 0px;
	padding: 0px;
}
h1{
	color: #010000;
	font: normal 24px/30px Tahoma, Arial, Helvetica;
	margin-bottom: 15px;
}
h2{
	font: normal 18px/24px Tahoma, Arial, Helvetica;
}
p{
	margin-bottom: 15px;
}
.imgHome{
	border: 1px solid #CCC;
}
.imgHomePadding{
	margin-left: 27px;
	margin-right: 27px;
}
#quoteFormBox h2{
	font: bold 18px/24px Tahoma, Arial, Helvetica;
}

#quoteFormBox{
	width: 281px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#quoteFormBox .formContent{
	background:url(../images/united-shutters-brisbane-ipswich_09.jpg);
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#quoteFormBox input.textBox{
	background: url(../images/united-shutters-brisbane-ipswich_12.jpg) no-repeat;
	width: 174px;
	height: 22px;
	border: none;
	line-height: 22px;
	font: 11px Tahoma, Arial, Helvetica;
	text-indent: 10px;
}
#quoteFormBox textarea{
	width: 174px;
	font: 11px Tahoma, Arial, Helvetica;	
}
#headerText{
	width: 500px;
	text-align: right;
	position: absolute;
	margin-left: 430px;
	height: 70px;
	line-height: 70px;
}
#headerText h2{
line-height: 70px;
}
ul#topnav{
	margin: 0px;
	padding: 0px;
}
ul#topnav li{
	display: inline;
	list-style: none;
}
ul#topnav li a{ 

	font: bold 12px/48px Tahoma, Arial, Helvetica;
	padding: 0px 15px;
	text-decoration: none;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #FFF;
	color: #FFF;
}
ul#topnav li a:hover{ 
	background: #FFF;
	color: #333;
}

p.photoGallery img{
-webkit-transition: background-color 500ms ease-in; /* Saf3.2+, Chrome */
    -moz-transition: background-color 500ms ease-in; /* FF3.7+ */
    -o-transition: background-color 500ms ease-in; /* Opera 10.5+ */
    transition: background-color 500ms ease-in; /* futureproofing */
	margin-left: 10px;
	margin-bottom: 10px;
	background: #CCC;
	padding: 4px;
}

p.photoGallery img:hover, p.photoGallery img:focus{
	background: #333;
	padding: 4px;
}
