/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/mainBg.png) top repeat-y #f6faff;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}

h2 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}

h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin:0;
	padding:0;
}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
	border-top: 10px solid #13315d;
}
	
		#contentRight {
			width: 666px;
			float: left;
			position: absolute;
			z-index: 1;
			right: 0px;
			top: 271px; /* Same as height of header */
		}
		
			#index #contentRight,
			#contact #contentRight {
				top: 421px;
			}
			
			#brochurePage #contentRight,
			#contact #contentRight {
				top: 421px;
			}
		
			#contentRight-text {
				float: left;
				padding: 10px 20px;
			}
		
		#map {
			width: 200px;
			height: 200px;
		}
		
		#contentLeft {
			z-index: 1;
			position: absolute;
			left: 0px;
			top: 0px;
			width: 306px;
		}
		
			#logo {
				width: 306px;
				height: 252px;
			}
			
				#contentLeft img {
					float: left;
				}
		
			#cta-left {
				width: 306px;
				height: 296px;
				float: left;
				font-size: 1.6em;
				text-align: center;
				background: url(../../images/misc/cta-left.jpg);
				position: relative;
			}
			
				#cta-left-text {
					width: 251px;
					padding: 10px 10px 0px 45px;
					color: #555;
				}
				
				#cta-left-text h2 {
					margin: 0px;
					font-size: 1.2em;
					color: #990000;
				}
				
				#cta-left-number {
					position: absolute;
					z-index: 1;
					left: 45px;
					width: 251px;
					text-align:center;
					top: 220px;
					color: #fff;
				}
				
					#cta-left-number p {
						margin: 0px;
						text-transform: uppercase;
					}
					
					#cta-left-number span {
						font-size: 2em;
						letter-spacing: -1px;
					}

#header {
	width: 666px;
	height: 121px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}

	#cta-top-right {
		width: 646px;
		padding: 10px;
		float: right;
		text-align: right;
		height: 68px;
		font-size: 1.8em;
		background: url(../../images/misc/top-right-cta.png);
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
		}
		
		#cta-top-right .bottomLine {
			font-size: 1.2em;
			text-transform: uppercase;
			color: #990000;
		}
		
#cta-bottom {
	width: 656px;
	padding: 10px;
	background: url(../../images/misc/cta-bottom.jpg);
	height: 60px;
	font-size: 3.5em;
	letter-spacing: -3px;
	color: #fff;
}

	#cta-bottom p {
		margin: 0px;
	}

#mainImg {
	z-index: 1;
	position: absolute;
	top: 121px;
	right: 0px;
	height: 150px;
	width: 666px;
}

	#index #mainImg,
	#contact #mainImg {
		height: 300px;
	}
	
	#flashSlideshow {
		background: url(../../images/misc/flashSlideshowBackup.jpg) no-repeat;
	}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 666px;
	height: 32px;
	background: url(../../images/misc/navBg.png);
	float: right;
}

	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
		float: right;
		padding: 0px;
	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		float:left;
		color: #fff;
		text-decoration:none;
		padding: 8px 15px 7px 15px;
		font-weight: bold;
		font-size: 1.1em;
		border-left: 1px solid #133564;
		border-right: 1px solid #0265d6;
	}
	
		#navigation .rightLink {
			border-right: none;
		}
		
		#navigation .leftLink {
			border-left: none;
		}

	#navigation a:hover {
		background: url(../../images/misc/navBg-a-hover.png) bottom repeat-x #0265d6;	
	}
	
	#index #navigation .index-a,
	#garage-doors #navigation .garage-doors-a,
	#roller-shutters #navigation .roller-shutters-a,
	#remote-control #navigation .remote-control-a,
	#contact #navigation .contact-a {
		background: url(../../images/misc/navBg-a-on.png);
		border-left: 1px solid #990000;
		border-right: 1px solid #990000;		
	}

#subnav {
	margin: 0px;
	padding: 0px;
	width: 200px;
	z-index: 1;
	position: absolute;
	top: 120px;
	left: 458px;
	visibility: hidden;
}

	#subnav li {
		float: left;
		width: 180px;
		list-style: none;
	}
	
		#subnav li a {
			width: 180px;
			padding: 4px 10px;
			color: #fff;
			float: left;
			background:  #990000;
			text-decoration: none;
			border-bottom: 1px solid #660000;
			border-top: 1px solid #FF0000;
		}
		
			#subnav li a.topLink {
				border-top: none;
			}
			
			#subnav li a.bottomLink {
				border-bottom: none;
			}
			
				#subnav li a:hover {
					background: #330000;
				}

/* Footer Styles
--------------------------------------------------------------- */

#footer-logos {
	width: 666px;
	text-align: center;
	background: url(../../images/misc/footer-logos-bg.png) top repeat-x;
	padding-top: 30px;
	float: left;
}

#footer {
	clear: both;
	width: 646px;
	margin: 0px auto;
	padding: 10px;
	color: #777;
	background: url(../../images/misc/footerBg.png) bottom;
	font-size: 0.9em;
	text-align: right;
}
	#footer a {
		white-space: nowrap;
		color: #777;
		text-decoration: none;
	}
	
		#footer .rightLink {
			padding: 0px;
			margin: 0px;
		}
		
	#footer a:hover {
		color: #222;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 646px;
	text-align: right;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}
	
		#footerNav .rightLink {
			padding: 0px;
			margin: 0px;
		}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 00px;
	width: 646px;
	background: url(../../images/misc/footerBg.png)

}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: right;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	text-align: right;
	width: 960px;
}

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Class Styles
--------------------------------------------------------------- */

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}

.contactUsTable td {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

	.contactUsTable p {
		margin: 0px 0px 8px 0px;
	}
	
/*SEO styles
----------------------------------------------------------------- */
#areas{
	text-align: right;
	padding: 0px 12px 10px 0px;
	font-size: 10px;
	color: #777;
}

#areas li{
	display: inline;
	margin: 0px 10px 0px 0px;
}

	#areas li a {
		padding: 0px 5px 0px 5px;
		color: #777;
		float: right;
		border-left: 1px solid #ccc;
	}
	
	#areas .noBorder {
		border: none;
	}
	
#brochureOrder{
	width:240px;
	height:125px;
	background:url(../../images/misc/brochureOrderBox.png) no-repeat;
	float:right;
	margin-right:20px;
	margin-top:20px;
	text-align:center;
	padding:23px 40px 20px 30px;
}

body#contact #brochureOrder{
	width:240px;
	height:125px;
	background:url(../../images/misc/brochureOrderBox.png) no-repeat;
	float:right;
	margin:0;
	text-align:center;
	padding:23px 40px 20px 30px;
}

	#brochureOrder p{
		font-size:1.5em;
		color:#fff;
		padding-top:5px;
		margin-top:16px;
	}
	
	#brochureOrder a{
		color:#fff;
	}
	
td.wide{
	width:250px;
}