@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#0e0e0e;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.container{
	width:980px;
	margin:0 auto;
}
#top{
	width:100%;
	background:url(../images/top_bg.jpg) repeat-x #fff;
}
#middle{
	width:100%;
	background:#0e0e0e;
	position:relative;
}
#bottom{
	width:100%;
	margin-top:55px;
	height:80px;
	background:#000;
}
#header{
	width:100%;
	height:114px;
	position:relative;
	*z-index:99999;
}
#search{
	margin-left:10px;
	margin-top:20px;
	height:27px;
}
#facebook{
	position:absolute;
	left: 550px;
	top: 16px;
}
#nav{
	margin-top:27px;
	_margin-bottom:-3px;
	height:40px;
	position:relative;
	width:792px;
	z-index:99999;
}
#content{
	width:100%;
}
#flashGallery{
	margin-top:20px;
}
#footer{
	width:100%;
	padding-top:30px;
}
#logo a h1{
	width:164px;
	height:74px;
	background:url(../images/logo.jpg) #fff;
	text-indent:-9999px;
	margin-top:25px;
	margin-left:0px;
}
#topNav li{
	float:left;
	margin-left:1px;
}
.subnav{ margin-top:0px;display:none; background-color:#000;position:absolute; top:40px; z-index:999; font-size:13px;border-bottom:3px solid #828282;}
.subnav ul{margin:0px; padding:0px; list-style-type:none;}
.subnav ul li{ width:125px; border:1px solid #313131; margin:0px; padding:0px; border-bottom:0;}
.subnav ul li a{color:#fff; text-decoration:none;padding:10px; display:block;}
.subnav ul li a:hover{color:#000; text-decoration:none; background:#fff; border-left:3px solid #ff5a01;}
.subnav ul li a.active{color:#000; text-decoration:none;}
#subnav_range{ left:244px; }
#subnav_lightup{ left:309px; }
#subnav_contact{ left:687px; }

	#rangeNav{
		position:absolute;
		color:#fff;
		top:100px;
		left:0px;
	}
	#rangeNav ul{
		margin:0;
		padding:0;
		list-style:none;
		list-style-type:none;
	}
	#rangeNav ul li a{
		display:block;
		height:37px;
		width:98px;
		margin-top:5px;
		/*border-right:1px solid #828282;
		border-top:1px solid #828282;
		border-bottom:1px solid #828282;*/
		text-align: center;
		text-decoration: none;
		background:#171717;
		text-align:center;
		color:#fff;
	}
	#rangeNav ul li a span{
		display:block;padding-top:9px;
	}
	#rangeNav ul li a:hover, #rangeNav ul li.active a{
		border-right:6px solid #ff5a01;
		color:#ff5a01;
	}

#leftSection{
	width:605px;
	margin-top:48px;
	float:left;
}
#rightSection{
	margin-top:48px;
	float:right;
}
#lowerSection{
	width:100%;
}
#lowerSection1{
	width:980px;
	margin-top:23px;
	padding-bottom:24px;
	border-bottom:1px solid #313131;
}
#lowerSection1 img{
	margin-left:5px;
}
#lowerSection2{
	width:980px;
	margin-top:28px;
}
#lowerSection2 img{
	border:1px solid #313131;
}
#aboutSectionText{
	color:#7a7a7a;
	line-height:23px;
	font-size:13px;
	text-align:justify;
	margin-top:42px;
}
#sliderSection{
	margin-top:44px;
}
#doorsGallerySection{
	width:100%;
}
#bottomNav {
    float: left;
    margin: 0 0 7px;
    padding: 0;
}
#bottomNav li {
    display: inline;
    list-style: none outside none;
    padding: 0 3px;
    vertical-align: middle;
}
#bottomNav li.last {
    border-right: 0 none;
}
#bottomNav li a {
    color: #3d3d3d;
    font-size: 12px;
    text-decoration: none;
}
#bottomNav li a:hover, #footer ul li.active a {
	color: #a6a6a6;
	border-bottom:1px dotted #a6a6a6;
}
#footer #info {
    color: #a6a6a6;
    float: right;
    font-size: 12px;
    text-decoration: none;
	margin-top:4px;
	line-height:1.5em;
}

					#contact_table{
						vertical-align:top;
					}
					#contact_table input{
						width:270px;
						height:20px;
					}
					#contact_table textarea{
						width:270px;
						height:100px;
						resize:none;
					}
					#contact_table td.contact_table_header{
						font-size:16px;
						padding-top:6px;
						vertical-align:top;
					}
					.text_field_bg {
						color:#666;
						font-size:12px;
						font-family:Arial, Helvetica, sans-serif;
						background-image: url(images/text_field_bg.jpg);
						background-repeat: repeat-x;
						padding-left: 3px;
						padding-top: 2px;
						border: solid 1px #CCC;
						margin-right: 3px;
						resize:none;
					}
					
				.imageIcon {
				width: 200px;
				height: 133px;
				float: left;
				margin-left:43px;
				margin-top:20px;
				border: 1px solid #313131;
				padding:5px;
				}
				.imageIcon2 {
				width: 200px;
				height: 160px;
				float: left;
				margin-right:10px;
				margin-bottom:20px;
				border: 1px solid #313131;
				padding:5px;
				}
				.imageIcon3 {
				width: 107px;
				height: 160px;
				float: left;
				margin-right:10px;
				margin-bottom:20px;
				border: 1px solid #313131;
				padding:5px;
				}
				
				.customize_method_hdr, .update_hdr{
						font-size:16px;
						color:#fff;
				}

							#formSection{
								float:left;
								width:300px;
							}
							#officesSection{
								float:left;
								width:280px;
								padding-left:20px;
							}
							.office_address{
								width:100%;
							}
							.office_header{
								font-size:16px;
								color:#fff;
							}
							.office_address a, .contact_links{
								color:#fff;
								text-decoration:none;
							}
							.office_address a:hover, .contact_links:hover{
								color:#ff5a01;
							}
							.learnMoreText {
								font-weight: bold;
								text-decoration: none;
								color: #ff5a01;
								cursor: pointer;
							}

.clear{ margin:0;padding:0; clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}
