/* css for www.allclear-windowcleaning.co.uk */

@import url("reset.css");

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	height:100%;
	background: #44c8f5 url(images/bg.jpg) no-repeat top center;
}

h1 {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 190%;
	font-weight: bold;
	color: white;
	letter-spacing: .4px;
	line-height: 1.2;
	margin-bottom: .3em;
}

h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 190%;
	font-weight: bold;
	color: white;
	letter-spacing: .4px;
	line-height: 1.2;
	margin-bottom: .3em;
}

h3 {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: white;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .4px;
	line-height: 1.2;
	margin-bottom: .3em;
	padding: 0;
}


p {
	color: #1b3281;
	font-size: 85%;
	line-height: 1.6;
	margin-bottom: 1.8em;
	padding: 0;
}

a {
	color: #11225b;
	text-decoration: underline;
}

a:link {
	color: #11225b;
	text-decoration: underline;
}

a:hover {
	color: #11225b;
	text-decoration: none;
}

ul {	
	padding: 0;
	margin: 0 0 1.5em 0;
	float: none;
}

li {
	padding: 0 0 0 15px;
	color: white;
	font-size: 85%;
	line-height: 1.6;
	float: none;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 center
}

strong {
	font-weight: bold
}

.logo {
	margin-top: 40px;
	z-index: 10;
}

.clear {
	clear:both;
}

#container {
	padding: 0 40px 10px 40px;
	position: relative;
	margin: 0 auto;
	width: 760px;
	w\idth: 760px;
	min-height: 100%;
}

#header {
	position: relative;
}

#stand_first {
	margin: 40px 0 70px 0;
	padding-left: 80px;
}

#stand_first p {
	width: 350px;
	color: #007bc1;
	font-size: 150%;
	line-height: 1.4;
}

#content {
	margin: 0 0 30px 0;
}

#main {
	position: relative;
	float: left;
	width: 470px;
}

#services li {
	width: 340px;
	color: #d9f1fd;
	font-size: 120%;	
	padding: 0 0 0 22px;
	margin-bottom: .5em;
	background: url(images/droplet.gif) no-repeat 0 6px
}

#sidebar {
	position: relative;
	float: right;
	width: 240px;
}

#contact {
	padding: 0 15px 10px 15px;
	background: #008be4;
}

#contact h2{
	font-size: 120%;
	color: white;
}

#contact p {
	color: white;
	margin: 0;
	line-height: 1.5;
}

#contact p span {
	font-size: 180%;
}

#contact a {
	color: white;
}

#contact a:link {
	color: white;
}

#contact a:hover {
	color: white;
}

#contact_top_container {
	height: 15px;
	background: url(images/contact-top.gif) no-repeat
}

#contact_bottom_container {
	padding-bottom: 33px;
	background: url(images/contact-bottom.gif) no-repeat bottom
}

#footer{
	position: relative;
	clear:both;
	margin-bottom: 1em;
}

#footer p {
	color: white;
	font-size: 70%;
	margin-bottom: .5em;
	text-align: center
}

#footer a {
	color: white;
}

#footer a:link {
	color: white;
}

#footer a:hover {
	color: white;
}

* { zoom:1 }
