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

html {
	background-color:#D9E0DE;
}

* {
	margin:0px;
	padding:0px;
}

body {
	font:0.8em Arial;
	background-color:#D9E0DE;
	color:#999;
}

#container {
	margin:20px auto;
	width:920px;
}

#page-top {
	height:12px;
	width:920px;
	background:url('../images/page-top-bg.jpg');
	font-size:0;
}

#page-bottom {
	height:16px;
	width:920px;
	background:url('../images/page-bottom-bg.jpg');
}



/* Contact Details */
#main-contact {
	height:58px;
	width:920px;
	background:url('../images/main-contact-bg.jpg');
}

#main-contact DIV {
	margin:10px 25px 0px 0px;
	float:right;
}

#main-contact p {
	margin:0px 0px 5px;
	font-weight:bold;
	font-size:1em;
}

#main-contact p span,
#main-contact p a {
	color:#509296;
	font-weight:normal;
}



/* Top Navigation */
#nav {
	height:32px;
	width:920px;
	background:url('../images/nav-bg.jpg');
}

#nav ul {
	padding:11px 0px 0px 300px;
	list-style:none;
	height:8px;
}

#nav ul li {
	margin:0px 80px 0px 0px;
	display:inline-block;
	float:left;
}

#nav ul li a {
	display:block;
	height:10px;
}

#nav ul li a span {
	display:none;
}

#nav ul li.home {
	width:33px;
	background:url('../images/nav-home.jpg');
}

#nav ul li.windows {
	width:53px;
	background:url('../images/nav-windows.jpg');
}

#nav ul li.doors {
	width:35px;
	background:url('../images/nav-doors.jpg');
}

#nav ul li.contact {
	width:45px;
	background:url('../images/nav-contact.jpg');
}

#nav ul li.links {
	width:31px;
	background:url('../images/nav-links.jpg');
}



/* Drop Downs */
#nav ul li ul {
	margin:0px;
	padding:0px;
	width:100px;
	display:none;
	height:auto;
}

#nav ul li ul li {
	width:100px;
	height:35px;
}

#nav ul li:hover ul {
	margin:0px;
	position:absolute;
	display:block;
	border:2px solid #C8E2E8;
	background:#C8E2E8 url('../images/ul-bg.jpg') no-repeat;
}

#nav ul li:hover ul li a {
	margin:0px;
	height:13px;
	padding:10px 0px 12px 10px;
	display:block;
	background:none;
	color:#FFF;
	font-weight:bold;
}

#nav ul li:hover ul li a:hover {
	background:#666;
	text-decoration:none;
}



/* Header */
#header {
	padding:287px 0px 0px 28px;
	height:23px;
	width:892px;
	background:url('../images/header-bg.jpg');
}

#header h1 {
	height:20px;
	width:364px;
	background:url('../images/header-h1-bg.jpg');
}

#header h1 span {
	display:none;
}



/* Main */
#main {
	width:880px;
	padding:0px 20px 7px;
	background:url('../images/main-bg.jpg') repeat-y;
}

#main .content-box {
	padding:20px 20px 8px;
	width:838px;
	border-left:1px solid #e1e5e4;
	border-right:1px solid #e1e5e4;
	border-bottom:1px solid #e1e5e4;
	overflow:hidden;
}

#main .content-box .right IMG {
	margin:0px 0px 0px 10px;
	float:right;
	border:none;
}

#main .content-box .left IMG	{
	margin:0px 10px 10px 0px;
	float:left;
	border:none;
}

#main .content-box .left {
	float:left;
	width:400px;
}

#main .content-box .right {
	width:400px;
	float:right;
}



/* Headings */
#main .content-box h1 {
	margin:0px 0px 8px;
	font-size:1.5em;
	color:#539297;
}

#main .content-box h2 {
	margin:15px 0px 5px;
	font-size:1.3em;
}

#main .content-box h3 {
	margin:0px 0px 20px;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.2em;
}

#main .content-box h3.error {
	margin:0px 0px 5px;
	color:#990000;
	font-weight:bold;
	font-size:1em;
}

#main .content-box p {
	margin:0px 0px 15px;
	font-size:0.9em;
	line-height:1.6em;
}

#main ul {
	margin:0px 0px 15px;
	list-style-type:square;
	list-style-position:inside;
}



/* Contact Form */
#main form#contact label {
	margin:0px 0px 10px;
	width:70px;
	float:left;
	clear:both;
}

#main form#contact input.inputtext,
#main form#contact textarea {
	margin:0px 0px 10px;
	width:200px;
	color:#999;
}

#main form#contact textarea {
	font:1em Arial;
	height:60px;
}

#main form#contact input.submit {
	margin:0px 0px 0px 70px;
}



/* Logo Holder */
.logo-holder {
	margin:0px 20px 15px 0px;
	padding:2px 2px 5px;
	float:left;
	text-align:center;
	border:1px solid #CCC;
}



/* Footer */
#footer {
	margin:20px 0px 0px;
	padding:10px 0px 0px;
	width:880px;
	border-top:1px solid #CCC;
	overflow:hidden;
}

#footer ul {
	margin:0px 0px 7px;
}

#footer ul li {
	margin:0px 5px;
	display:inline;
	font-size:1em;
	font-variant:small-caps;
}

#footer ul li.last {
	margin:0px 0px 0px 5px;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
	text-align:right;
}

#footer p {
	font-size:0.8em;
}

#footer a {
	color:#999;
}



/* Generic styling */
IMG {
	border:none;
}

a {
	color:#539297;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

.clearit {
	clear:both;
	height:0px;
	width:100%;
	line-height:0.0px;
	font-size:0px;
}