@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3b383b;
	position:relative;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
}

ul {
	list-style:none;
}

#container {
	width: 960px;
	height: auto;
	margin: auto;
	position:relative;
}

/*----LOGO STUFF----*/


#title0 {
	position:absolute;
	left: 32px;
	top: 1px;
	width: 400px;
	height: 56px;
}

#title1 {
	position:absolute;
	left: 31px;
	top: 94px;
	width: 400px;
	height: 56px;
}

#title2 {
	position:absolute;
	left: 500px;
	top: 1px;
	width: 430px;
	height: 60px;
}

#logo h1 {
	letter-spacing: 2px;
	font-size: 4em;
	color:#FFF;
}

#logo h2 {
	color:#FFF;
	letter-spacing: -1px;
	font-size: 2em;
}

/*----HEADERS----*/

#header1 {
	height: 240px;
	background-image:url(../devon-lofts/loft-conversions-somerset.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#header2 {
	height: 240px;
	background-image: url(../devon-lofts/devon-lofts-contact.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

/*-----NAVBAR-----*/

#navbar {
	background-image:url(../devon-lofts/tiverton-conservatory-devon.jpg);
	background-repeat:repeat-x;
	height: 40px;
}

#navbar ul {
	margin: 0;
	padding: 5px 0px 20px 80px;
	list-style: none;
	line-height: 26px;
}

#navbar li {
	float:left;
}

#navbar a {
	float:left;
	color:#FFF;
	display:block;
	width: 130px;
	text-align: center;
	padding-top: 5px;
}

#navbar a:hover, #navbar .currentpageitem a {
	background:url(../devon-lofts/buttonpress.png) top center no-repeat;
	color: #000;
}

#navbar a:active {
	background:url(../devon-lofts/buttonpress.png) top center no-repeat;
	color: #000;
}

/*-----ALL CONTENT-----*/

#content {
	background-image: url(../devon-lofts/plymouth-conservatory-devon.jpg);
	background-repeat: repeat-y;
	height: 900px;
	font-size: 14px;
}

#main1 {
	float: left;
	width: 630px;
	height: 875px;
	margin: 10px 10px 0px 20px;
}

#main1 h1 {
	text-align:center;
	font-size: 2em;
}

#main1 h2 {
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#main1 a {
	color:#666;
}

.main1img {
	float:left;
	padding-right: 20px;
}

#sidebar {
	float: right;
	width: 280px;
	height: 880px;
	margin: 25px 5px 0 0px;
}

#sidebar ul {
	display:block;
	line-height:35px;
	padding-left:15px;
}

#sidebar a {
	color:#FFF;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	display:block;

}

#sidebar ul a {
	padding-left:12px;
}

#sidebar a:hover, #sidebar .currentpageitem a {
	color:#000;
	background:url(../devon-lofts/buttonhoverside.png) left no-repeat;
}

#fairtrades {
	width: 260px;
	background-image:url(../devon-lofts/devon-loft-sidepanel.png);
	background-repeat:no-repeat;
	margin: auto;
	height: 520px;
}


/*-----FOOTER-----*/

#footer {
	background-image: url(../devon-lofts/exeter-conservatory-devon.jpg);
	height: 60px;
	padding-top: 30px;
	background-repeat: no-repeat;
	text-align: center;
}
	
/*----- CLASSES-----*/

.textside {
	font-size: 11px;
	color: #000;
	text-align: justify;
	padding: 10px 15px 0 15px;
}

.noobligation {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.noobligation a {
	color:#000;
}

.noobligation a:hover {
	color:#000;
}

.fairtrades a {
	background:none;
}

/*-----CONTACT-----*/

#contact-area {
	width: 500px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: center;
	width: 75px;
	padding-top: 5px;
	font-size: 1.4em;
}
/* Contact button */

#contactbutton {
	background: url(../devon-lofts/home-improvement-contact.png) no-repeat;
	width:280px;
	height:260px;
	margin:auto;
	padding-top: 40px;
}

#registerwithus input, #registerwithus textarea {
	width: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000;
	float:right;
	margin-right:10px;
	margin-top:3px;
	height:25px;
}

#registerwithus textarea {
	height:110px;
}

#registerwithus input.submit-button {
	width: 120px;
	float: right;
}

registerwithuslabel {
	float: left;
	text-align: center;
	width: 75px;
	padding-top: 10px;
	font-size: 1.6em;
}
