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

body {
	background: url(../fencing_imgs/footerbg.png);
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 32px;
	color: #FF3300;
	padding: 5px 0;
	text-transform:uppercase;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 3px;
}
#mainheader {
	width: 100%;
	height: 165px;
	background: #FFFFFF url(../fencing_imgs/header.png) 5px 5px no-repeat;
}
#mainbody {
	width: 100%;
	min-height: 350px;
	background: #DDDDDD url(../fencing_imgs/footercap.png) left bottom repeat-x;
	padding-bottom: 10px;
}
#mainnav {
	float: left;
}
#mainnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	width: 262px;
	padding: 5px;
	background: url(../fencing_imgs/mainnav.png) -3px 0px no-repeat;
	margin: 0 0 1px 0;
	border-left: 3px solid #3399CC;
}
#mainnav a:hover {
	background: url(../fencing_imgs/mainnav.png) -3px -30px; no-repeat;
	color: #FFFFCC;
}

#maincontent {
	margin-left: 285px;
	padding: 5px;
	margin-right: 30px;
}
#maincontent p, #maincontent ul {
	padding: 5px;
}

#mainfooter {
	text-align: center;
	padding: 15px 0;
}
#mainfooter li {
	display: inline;
	padding: 0 10px;
	font-size: 12px;
	color: #FFFFFF;
}
#mainfooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainfooter a:hover {
	text-decoration: underline;
}
/* Lovely self-clearing declaration */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.quoteinfo {
	width: 300px;
	float: right;
	margin: 0 50px;
}
.quoteinfo #requestform label {
	width: 120px;
}
.quoteinfo #requestform input, .quoteinfo #requestform textarea {
	width: 150px;
	margin-right: 0;
}
#requestform, #loginform {
	padding: 5px;
}
form#loginform {
	width: 500px;
}
#requestform label, #loginform label {
	width: 150px;
	float: left;
	font-size: 12px;
	margin-bottom: 3px;
}
#requestform input, #requestform textarea {
	width: 250px;
	margin-right: 200px;
	margin-bottom: 3px;
}
#requestform textarea {
	height: 75px;
}
label.req {
	color: #CC0000;
}
#loginform input {
	width: 150px;
	margin-right: 300px;
	margin-bottom: 3px;
}
#requestform input.SubmitBtn, #loginform input.SubmitBtn {
	width: 100px;
}
#gallerypics {
	width: 600px;
}
#gallerypics li, #deterrentpics li {
	list-style: none;
	float:left;
	text-align:center;
}
#gallerypics img, #deterrentpics img {
	margin: 4px 6px;
}

.imageslist {
	display: block;
}
.imageslist ul {
	width: 100%;
	background: #FFFFFF;
	padding: 5px 0;
}
.imageslist ul li {
	display: inline;
}
.imageslist ul li img {
	margin: 0 10px;
	height: 75px;
}
.components li {
	width: 160px;
	text-align: center;
	padding: 2px;
	font-size:11px;
}

/* hackety hack */
/* IE6 declarations. Quarantine in separate stylesheet? */
* html .group {
	height: 1%;
}
/* IE7 declarations. Quarantine in separate stylesheet? */
*:first-child+html .group {
	min-height: 1px;
}
