@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(bg3.jpg);
}
.clear {
	clear:both;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
	float: left;
	height: 184px;
}
#navbar {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	float: left;
	width: 950px;
	height: 20px;
	padding-top: 5px;
	margin-top: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
#contentleft {
	float: left;
	width: 609px;
}
#contentlefttext {
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}
#contentright {
	float: right;
	width: 335px;
	overflow:hidden;
	height:381px;
}
#navbar a {
	display: inline;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/footer.jpg);
	padding-left: 85px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 80px;
}
#footertext {
	padding-top: 60px;
}
#footerdomestic {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/domesticfooter.jpg);
	padding-left: 85px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 80px;
}
#footerrepairs {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/repairsfooter.jpg);
	padding-left: 85px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 80px;
}
#footershopfront {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/shopfrontfooter.jpg);
	padding-left: 85px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 80px;
}
#footerfiredoors {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(images/firedoorfooter.jpg);
	padding-left: 85px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 80px;
}
#navbar a:hover {
	display: inline;
	color: #000000;
	text-decoration: none;
}

#contactform input, #contactform textarea {
	font-family:Verdana;
	font-size:12px;
}

#nothuman {
	padding:5px;
	background-color:#ecbd4b;
	color:black;
}

#success {
	padding:5px;
	background-color:#80b600;
	color:white;
}

#fail {
	padding:5px;
	background-color:#c40000;
	color:white;
}

#errorlist {
	padding:5px 5px 5px 40px;
	background-color:#c40000;
	color:white;
}

.smallprint {
	font-size:10px;
	color:#666;
}

