/*
	Lewis Hill
	lewis@hilldesigns.co.uk
	www.hilldesigns.co.uk
	
	Bluecube Blue : #3A75C4
*/


.clear {
	clear: both;
}

h1 { font-size: 20px; color: #3A75C4 }

img {
border: 0;
}

body {
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(bg.png) repeat-x;
	margin-top: 20px;
}

.wrapper {
	width: 790px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}

.bigImage {
	height: auto;
	width: auto;
	margin-right: 10px;
	float: left;
}

.smallImage {
	height: auto;
	width: auto;
	float: left;
}

.contentLeft {
	width: 490px;
	height: auto;
	float: left;
}

.contentLeft img {
	border: 10px solid #3A75C4; margin-bottom: 10px;
}

.spacer {
	width: 100%;
	height: 20px;
}

.contentRight {
	width: 280px;
	height: auto;
	float: left;
	margin-left: 10px;
	color: #fff;
}

.button a {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	width: 100%;
	height: 30px;
	background-color: #3A75C4;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

.button a:hover {
	background-color: gray;
	display: block;
	color: #fff;
	text-decoration: none;
}

.bluecubeList {
	list-style-type: square;
	list-style-image: url(../images/bluecube.png);
	list-style-position: outside;
}

.footerHolder {
	margin-top: 20px;
	background-color: #3A75C4;
	height: 150px;
	width: 100%;
}

.footerWrap {
	margin: 0 auto;
	width: 790px;
	height: 130px;
	padding:10px;
	color: #fff;
}

.footerLeft {
	width: 490px;
	height: auto;
	float: left;
	color: #fff;
}

.footerLeft a {
text-decoration: none;
}

.footerRight {
	width: 280px;
	height: 120px;
	float: left;
	margin-left: 10px;
	color: #fff;
}

.email {
	text-decoration: none;
	color: white;
}

input {
	border-color: #006fb1;
	border-width: 3px;
	border-style: solid;
	color:#3A75C4;
	height:20px;
	font-size:16px;
}

textarea {
	border-color: #006fb1;
	border-width: 3px;
	border-style: solid;
	color:#3A75C4;
	font-size:16px;
}

.footerRight {
	display: block;
	float: left;
}



