@charset "UTF-8";
@import url(reset.css);

body {
	background: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}

/* Global Styles */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.divider {
	border-bottom: 1px solid #c6c6ea;
	width: 940px;
	margin: 0 auto 10px auto;
}
h2 {
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
iframe {
	width: 540px;
	height: 250px;
	margin: 0;
}
/* END Global Styles */

/* Header */
#headercontainer {
	width: 100%;
	background: url(layout/topshadow.gif) top center no-repeat;
	padding: 21px 0 0 0;
}
#header {
	width: 960px;
	height: 95px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(layout/topcorners.gif) top center no-repeat #fff;
}
#header h1 {
	width: 390px;
	background: url(layout/logo.gif);
	text-indent: -9999px;
	float: left;
}
/* Navigation */
#header h1 a, #header h1 a:visited {
	display: block;
	height: 95px;
}
#navigation {
	position: relative;
	background-color: #0000c6;
	width: 555px;
	margin: 29px 0 0 0;
	padding-right: 15px;
	float: left;
	height: 30px;
}
#navigation li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 12px;
	color: #fff;
}
#navigation li a, #navigation li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}
#navigation li a:hover, #navigation li a:active {
	color: #999;
}
/* LEVEL TWO */
#navigation ul {
	width: 200px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	margin: 0 0 0 -10px;
	padding: 0 0 10px 0;
	background: url(layout/drop-round.png) bottom no-repeat;
}
#navigation ul li {
	float: none;
	background: #1d1d1d;
	margin: 0;
	padding: 0 10px;
}
#navigation ul li a, #navigation ul li a:visited {
	color: #fff;
}
#navigation ul li a:hover, #navigation ul li a:active {
	color: #999;
}

/* End Header */

/* Content */
#contentcontainer {
	width: 100%;
	background: url(layout/contentbackground.gif) center repeat-y;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 1px 0;
	background-color: #fff;
}
#splash {
	width: 340px;
	height: 170px;
	margin: 0 10px 10px 10px;
	padding: 120px 580px 0 20px;
	background: url(layout/home_splash.jpg);
}
#splash h2 {
	color: #fff;
	font-size: 1.6em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c6c6ea;
}
#splash p {
	color: #fff;
}
#divisions {
	margin: 0 10px 10px 10px;
}
#divisions a, #divisions a:visited {
	color: #fff;
	text-decoration: none;
}
#divisions a:hover, #divisions a:active {
	padding-bottom: 1px;
	border-bottom: 1px dotted;
	color: #fff;
}
#divisions li {
	display: block;
	float: left;
	width: 260px;
	height: 66px;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	background-repeat: no-repeat;
}
.divisions1 {
	background: url(layout/home_divisions1.jpg);
	padding: 145px 30px 0 20px;
	margin: 0 0 10px 0;
	border-right: 1px solid #c6c6ea;
}
.divisions2 {
	background: url(layout/home_divisions2.jpg);
	padding: 145px 30px 0 20px;
	margin: 0 0 10px 9px;
	border-right: 1px solid #c6c6ea;
}
.divisions3 {
	background: url(layout/home_divisions3.jpg);
	padding: 145px 20px 0 20px;
	margin: 0 0 10px 9px;
}
#bodyheader {
	width: 760px;
	height: 35px;
	padding: 255px 10px 0 10px;
	margin: 30px 90px 0 90px;
	font-size: 2.2em;
	color: #fff;
	text-transform: uppercase;
}
.headerdefault {
	background: url(layout/header_default.jpg);
}
.headercompany {
	background: url(layout/header_company.jpg);
}
.headernewconstruction {
	background: url(layout/header_newconstruction.jpg);
}
.headercandecontrol {
	background: url(layout/header_candecontrol.jpg);
}
.pgallery {
	width: 760px;
	height: 35px;
	margin: 30px 90px 0 90px;
	font-size: 1.2em;
	color: #000;
	clear: both;
}
.headergallery {
	width: 760px;
	height: 35px;
	margin: 0 90px 0 90px;
	font-size: 2.2em;
	color: #000;
	text-transform: uppercase;
	clear: both;
}
#bodycopy {
	width: 530px;
	margin: 1em 0 0 90px;
	padding: 0 10px;
	float: left;
	text-align: justify;
}
.rule {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #1d1d1d solid;
	clear: both;
}
.bodygallery {
	width: 800px;
	margin: 1em 0 0 80px;
}
.bodygallery ul {
	clear: both;
}
.bodygallery li {
	margin: 0 10px 1em 10px;
	float: left;
}
.top {
	padding-top: 2.2em;
}
#bodycopy h3 {
	font-size: 1.6em;
	margin: 0 0 0 0;
	color: #0000c6;
	font-weight: bold;
}
#bodycopy ul {
	margin: 0 0 2em 0;
}
.resources {
	text-indent: -9999px;
}
ul.resources li {
	list-style: none;
	float: left;
	margin: 0 0 2em 0;
}
ul.resources li a {
	display: block;
	height: 95px;
	background-repeat: no-repeat;
	background-position: center left;
}
.bosch {
	background: url(layout/bosch.jpg);
	width: 175px;
	margin-right: 130px;
}
.corning {
	background: url(layout/corning.jpg) center;
	width: 161px;
}
.extremecctv {
	background: url(layout/extremecctv.jpg);
	width: 150px;
}
.flir {
	background: url(layout/flir.jpg);
	width: 175px;
	margin-right: 130px;
}
.honeywell {
	background: url(layout/Honeywell.jpg);
	width: 175px;
	margin-right: 130px;
}
.raytec {
	background: url(layout/raytec.jpg);
	width: 150px;
}
.samsung {
	background: url(layout/samsungtechwin.jpg);
	width: 175px;
	margin-right: 130px;
}
.silent-knight {
	background: url(layout/silentknight.jpg);
	width: 150px;
}
.appleton {
	background: url(layout/appleton.jpg);
	width: 175px;
	margin-right: 130px;
}
.cooper {
	background: url(layout/cooper.jpg);
	width: 175px;
}
.
/* END Content */

/* Forms */
fieldset {  
	margin: 0 0 1em 0;
	padding: 0;
}
legend {    
	font-size: 1.6em;
	margin: 0 0 .6em 0;
	color: #0000c6;
	font-weight: bold;
	background: #fff;
}
fieldset li {  
	padding: 0 0 .3em 0;
}
label {
	display: block;
	font-size: 1.2em;
	margin: 0 0 .2em 0;
}
input {
	font-size: 1.2em;
	margin-bottom: 1em;
}
textarea {
	font-size: 1.2em;
	width: 350px;
	height: 100px;
	margin-bottom: 1em;
}
fieldset.submit { 
	border: none;
}
/* END Forms */

/* Sidebar */
#sidebar {
	width: 220px;
	background: url(layout/sidebarbackground.gif) bottom repeat-x #0000c6;
	float: right;
	margin: 0 90px 1em 0;
	padding: 1.6em 0 0 0;
	color: #fff;
}
#sidebar-roundedcorners {
	background: url(layout/sidebar-roundedcorners.gif);
	width: 220px;
	height: 10px;
}
#sidebar h4 {
	font-size: 1.6em;
	margin: 0 0 .6em 0;
	padding: 0 10px;
}
#sidebar p, #sidebar ul {
	padding: 0 10px 10px 10px;
}
#sidebar a, #sidebar a:visited {
	font-weight: bold;
	color: #fff;
}
/* END Sidebar */

/* Footer */
#footercontainer {
	width: 100%;
	height: 86px;
	background: url(layout/bottomshadow.gif) top center no-repeat;
}
#footer {
	width: 960px;
	margin: 0 auto;
	height: 55px;
	padding: 1px 0 0 0;
	background: url(layout/bottomcorners.gif) center bottom no-repeat #fff;
}
#footer p {
	font-size: .8em;
	margin: 15px 20px;
	line-height: 10px;
}
#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover, #footer a:active {
	color: #000;
}
/* END Footer */

/* START Colorbox */
