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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background: #666666;
	text-align: center;
	color: #000000;
	margin-top:20px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #cc0000;
	font-size:110%;
}

#wrap {
	width: 990px;
	background-image:url(../images/bg.png);
	margin: 0 auto;
	padding:5px;
}

#container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	padding:0;
	border: 3px solid #000000;
	text-align: left;
}
#header {
	background-image:url(../images/ArrowGatesandSecurity.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:88px;
	padding: 0;
	margin:0;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: -600px;
}

#header p {
	text-align:right;
	color: #cc0000;
	padding-right: 20px;
	padding-top:30px;
}

#header a:link { color: #cc0000; text-decoration:none; }
#header a:visited { color: #cc0000; text-decoration:none;}
#header a:hover { color: #cc0000; text-decoration:underline;}
#header a:active { color: #cc0000; text-decoration:none;}

#nav {
	width:980px;
	height:42px;
}
#slide {
	width: 980px;
	height:208px;
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
#footer {
	padding: 10px 0;
	background-image:url(../images/footerBack.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#999;
}
#footer p {
	margin: 0;
	text-align:center;
	font-size:80%;
	color:#999;
}
.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearit {
	clear: both;
}
.picthumb {
	border:solid 1px #666666;
}

.videoborder {
	border: solid 3px #666666;
}

a:link { color: #3366cc; text-decoration:underline; }
a:visited { color: #3366cc; text-decoration:underline;}
a:hover { color: #cc0000; text-decoration:none;}
a:active { color: #3366cc; text-decoration:underline;}

#footer a:link { color: #999; text-decoration:none; }
#footer a:visited { color: #999; text-decoration:none;}
#footer a:hover { color: #ffffff; text-decoration:none;}
#footer a:active { color: #999; text-decoration:none;}

