@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #CC0000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bg.gif);
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 956px;
}
/*Styles for the logo bar*/
#logoBar {
	clear: both;
	height: 137px;
	width: 100%;
	text-align: right;
}


.logo {
	float: left;
	position: relative;
	top: 10px;
}
.contactArea {
	color: #FFFFFF;
	margin-top: 24px;
	text-align: right;
	float: right;
	display: block;
	font-size: 0.8em;
	position: relative;
}
.contactArea p {
	margin-bottom: 5px;
	margin-top: 30px;
}
.contactArea .contactBtn {
	width: 80px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 14px;
	line-height: 22px;
	position: absolute;
	left: 163px;
}
.contactArea a {
	background-image: url(../images/btn_contact.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.contactArea a:hover {
	background-image: url(../images/btn_contact_over.gif);
}
#menuBar {
	clear: both;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*styles for the menu bar*/
#mainMenu {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 11px;
}
#mainMenu li {
	background-image: url(../images/btn_bg_norm.gif);
	background-repeat: repeat-x;
	float: left;
	background-color: #CC0000;
	height: 34px;
	line-height: 30px;
	display: block;
	text-align: center;
}
#mainMenu li.wig {
	width: 112px;
}
#mainMenu li.wg {
	width: 88px;
}
#mainMenu li.gd {
	width: 82px;
}
#mainMenu li.ag {
	width: 68px;
}
#mainMenu li.rb {
	width: 172px;
}
#mainMenu li.tb {
	width: 116px;
}
#mainMenu li.ssg {
	width: 100px;
}
#mainMenu li.sr {
	width: 116px;
}
#mainMenu li.owi {
	width: 92px;
}

#wrought #mainMenu .wig, #wooden #mainMenu .wg, #garage #mainMenu .gd, #automated #mainMenu .ag, #rising #mainMenu .rb, #traffic #mainMenu .tb, #shutters #mainMenu .ssg, #stairways #mainMenu .sr, #other #mainMenu .owi {
	background-image: url(../images/btn_bg_select.gif);
}
.menuSpacer  {
	margin-right: 1px;
}

#mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 34px;
}
#mainMenu a:hover {
	background-image: url(../images/btn_bg_over.gif);
	background-repeat: repeat-x;
	display: block;
}
#titleBar {
	display: block;
	clear: both;
	height: 47px;
	padding-right: 2px;
	padding-left: 2px;
}

#titleBar h1, #titleBar p {
	line-height: 48px;
}
#titleBar h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
#titleBar p {
	font-size: 90%;
	color: #FFFFFF;
}
#contentBar {
	clear: both;
	height: 338px;
	background-image: url(../images/hatch.gif);
	width: 100%;
	display: block;
}
#contentBar p {
	font-size: 80%;
	padding-bottom: 12px;
	color: #FFFFFF;
}
#contentBar a, #redBar a {
	color: #FFFFFF;
}
#contentBar a:visited, #redBar a:visited {
	color: #FFFFFF;
}

.photoArea {
	padding: 10px;
	clear: both;
	margin-bottom: 12px;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px dotted #969696;
}
.photoAreaDetail {
	padding: 10px;
	clear: both;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/detail_description_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	float: left;
	width: 936px;
}
.description {
	font-size: 110%;
	line-height: 120%;
	display: block;
	width: 300px;
	color: #FFFFFF;
	font-weight: normal;
}
.photoAreaDetail  br {
	clear: both;
	height: 1px;
	width: 100%;
}

.photo {
	margin-left: 10px;
}
.photoBorder {
	border: 1px solid #FFFFFF;
}

#redBar {
	display: block;
	clear: both;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 80%;
	min-height: 150px;
}
#redBar p {
	padding-bottom: 12px;
	width: 60%;
}
#redBar ul {
	list-style-position: inside;
	margin-bottom: 12px;
}


#footer {
	display: block;
	clear: both;
	font-size: 70%;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6F0000;
	border-bottom-color: #6F0000;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.picInfo  {
	background-color: #FFFF99;
	padding-right: 6px;
	padding-left: 6px;
	border: 1px dotted #202020;
	display: block;
	line-height: 20px;
	font-size: 80%;
}
/*Start Home Page image map styles*/#pic {
	overflow: hidden;
	position: relative;
	height: 338px;
	width: 956px;
}
#pic ul {
	list-style-type: none;
}
#pic a {
	position: absolute;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
#pic .mapWIG a {
	height: 180px;
	width: 281px;
	left: -2px;
	top: 6px;
}
#pic .mapWG a {
	height: 136px;
	width: 270px;
	left: 133px;
	top: 191px;
}
#pic .mapGD a {
	height: 121px;
	width: 129px;
	left: 0px;
	top: 207px;
}
#pic .mapAG a {
	height: 139px;
	width: 249px;
	left: 293px;
	top: 7px;
}
#pic .mapRB a {
	height: 144px;
	width: 203px;
	left: 582px;
	top: 184px;
}
#pic .mapTB a {
	height: 143px;
	width: 157px;
	left: 409px;
	top: 185px;
}
#pic .mapSSG a {
	height: 159px;
	width: 181px;
	left: 557px;
	top: 5px;
}
#pic .mapSR a {
	height: 117px;
	width: 172px;
	left: 752px;
	top: 5px;
}
#pic .mapOWI a {
	height: 186px;
	width: 123px;
	left: 801px;
	top: 142px;
}
#pic a .note {
	position:absolute;
	bottom:14px;
	width:9em;
	padding:0.2em 0.5em;
	background-color:#FFFFFF;
	text-align:left;
	color: #000000;
	left: 0px;
}
.linksList {
	padding-top: 10px;
}
.marginBottom {
	margin-bottom: 12px;
}
#contentBar .nav {
	padding-top: 10px;
	font-size: 16px;
}
#contentBar .contact {
	color: #FFFFFF;
	list-style-type: none;
}
#form1 {
	float: right;
	width: 400px;
	display: block;
}
#form1 fieldset {
	padding: 10px;
	color: #949494;
	font-size: 80%;
	border: 1px solid #969696;
}

#form1 label {
	display: block;
	clear: both;
	margin-bottom: 3px;
	margin-top: 6px;
	color: #FFFFFF;
}
#form1 #submitBtn {
	clear: both;
	display: block;
	margin-top: 10px;
}
