@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
}
ol, ul {
	list-style-image: none;
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;

}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS Reset */
/* HTML styles */
h1 {
	font-size: 32px;
	line-height: 36px;
	color: #ff0f10;
	padding-bottom: 10px;
	font-weight: bolder;
	padding-top: 10px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 17px;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: lighter;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
strong {
	font-weight: bold;
}
.imagecaption {
	background-image: url(/assets/template/box-bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #4c4c4c;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #7a7a7a;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 14px;
}
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/template/page-bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	position: relative;
}
#header {
	background-image: url(/assets/template/head-bkgd.jpg);
	background-repeat: repeat-x;
	height: 379px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header #flash {
	height: 254px;
	background-image: url(/assets/banners/van.jpg);
}
#header #menu {
	height: 125px;
}
#header img {
	padding-top: 36px;
	padding-left: 36px;
}
#header #menu ul {
	height: 78px;
	list-style-type: none;
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	width: 590px;
}
#header #menu ul li a {
	padding-top: 50px;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	padding-bottom: 19px;
	font-size: 13px;
	line-height: 0px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 7px;
}
#header #menu ul li a:hover {
	background-image: url(/assets/buttons/menu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	padding-right: 12px;
	padding-left: 12px;
}
#header #menu ul li {
	float: left;
	display: block;
}
#buttons {
	width: 908px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	height: 99px;
	margin-right: auto;
	margin-left: auto;
}
#buttons li {
	float: left;
	list-style-type: none;
}
#buttons a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
}
#buttons .fire {
	background-image: url(/assets/buttons/flame.png);
	background-repeat: no-repeat;
	background-position: 160px 15px;
	height: 81px;
	width: 210px;
	padding-top: 16px;
	padding-left: 16px;
}
#buttons .fire:hover {
	background-image: url(/assets/buttons/flame-over.png);
	background-repeat: no-repeat;
	background-position: 160px 15px;
}
#buttons .intruder {
	background-image: url(/assets/buttons/alarm.png);
	background-repeat: no-repeat;
	background-position: 143px 15px;
	width: 195px;
	padding-left: 30px;
	padding-top: 16px;
	height: 81px;
}
#buttons .intruder:hover {
	background-image: url(/assets/buttons/alarm-over.png);
	background-repeat: no-repeat;
	background-position: 143px 15px;
}
#buttons .access {
	background-image: url(/assets/buttons/lock.png);
	background-repeat: no-repeat;
	background-position: 140px 15px;
	width: 195px;
	padding-left: 30px;
	padding-top: 16px;
	height: 81px;
}
#buttons .access:hover {
	background-image: url(/assets/buttons/lock-over.png);
	background-repeat: no-repeat;
	background-position: 140px 11px;
}
#buttons .cctv {
	background-image: url(/assets/buttons/cctv.png);
	background-repeat: no-repeat;
	background-position: 130px 15px;
	width: 204px;
	padding-left: 26px;
	height: 81px;
	padding-top: 16px;
}
#buttons .cctv:hover {
	background-image: url(/assets/buttons/cctv-over.png);
	background-repeat: no-repeat;
	background-position: 130px 15px;
}
#testimonials {
	background-image: url(/assets/template/testimonial-bkgd.jpg);
	background-repeat: repeat-x;
	height: 160px;
	padding-left: 36px;
	padding-top: 36px;
}
#testimonials img {
	border: 7px solid #FFFFFF;
}
#testimonials .colum {
	float: left;
	width: 285px;
}
#testimonials .colum h2 {
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}
#testimonials .colum p {
	color: #999999;
}
#testimonials .colum a {
	color: #FFFFFF;
}
#testimonials .colum a:hover {
text-decoration:none;
}
#testimonials .colum .date {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#testimonials .colum .title {
	font-size: 13px;
	font-weight: bold;
	color: #E20504;
}
#foot {
	height: 50px;
	background-image: url(/assets/template/footer-bkgd.jpg);
	background-repeat: repeat-x;
	padding-left: 36px;
	color: #8c8c8c;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#foot a {
	color: #8c8c8c;
}
#foot a:hover {
	text-decoration: none;
}
#foot p {
	color: #8c8c8c;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.box {
	background-image: url(/assets/template/box-bkgd.jpg);
	background-repeat: repeat-x;
	width: 240px;
	background-color: #4c4c4c;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #7a7a7a;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 14px;
}
.box p {
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.box .title {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #da0000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
}
.box a.redlink {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/assets/buttons/red-btn-bkgd.jpg);
	width: 80px;
	border: 1px solid #FF0000;
	background-repeat: repeat-x;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 15px;
}
.box a.redlink:hover {
	background-image: url(/assets/buttons/red-btn-bkgd2.jpg);
}
.box a {
	color: #da0000;
	text-decoration: underline;
}
.box hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.box a:hover {
	text-decoration: none;
}
.content {
	margin-right: 21px;
	margin-left: 36px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.copy {
	width: 560px;
	float: left;
}
.fireSaftey  {
	background-image: url(/assets/buttons/fire-bkgd.png);
}
.paddingTen {
	padding-right: 10px;
	padding-left: 10px;
}
.plain  {
	background-image: url(/assets/template/buttons.png);
}
.rightColum {
	width: 289px;
	margin-left: 604px;
}
.selector {
	height: 135px;
	width: 560px;
	color: #FFFFFF;
	margin-top: 10px;
}
.selector a {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
}
.selector .home {
	float: left;
	height: 133px;
	width: 155px;
	background-image: url(/assets/template/home.jpg);
	padding-left: 20px;
	padding-right: 100px;
	padding-top: 2px;
}
.selector .business {
	float: left;
	height: 133px;
	width: 155px;
	background-image: url(/assets/template/business.jpg);
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 100px;
	padding-top: 2px;
}
.selector .home a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/assets/buttons/gray-btn-bkgd.jpg);
	height: 24px;
	width: 80px;
	border: 1px solid #999999;
	background-repeat: repeat-x;
	font-size: 12px;
}
.selector .home a:hover {
	background-image: url(/assets/buttons/gray-btn-bkgd2.jpg);
}
.selector .business a {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/assets/buttons/red-btn-bkgd.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 80px;
	border: 1px solid #FF0000;
	text-decoration: none;
}
.selector .business a:hover {
	background-image: url(/assets/buttons/red-btn-bkgd2.jpg);
}
.selector ul {
	list-style-type: disc;
	padding-left: 15px;
	padding-bottom: 10px;
	font-weight: lighter;
}
.title {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}
#services {
	width: 560px;
	color: #FFFFFF;
	margin-top: 10px;
}
#services h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 65px;
	padding-top: 25px;
	margin: 0px;
	padding-right: 0px;
}
#services li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#services ul {
	padding-left: 15px;
	padding-top: 8px;
}
#services p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	width: 300px;
	margin: 0px;
	padding-right: 10px;
	line-height: 16px;
}
.fire {
	background-image: url(/assets/template/red_back.jpg);
	background-repeat: no-repeat;
	height: 135px;
}
.security {
	background-image: url(/assets/template/gold_back.jpg);
	background-repeat: no-repeat;
	height: 135px;
}
.services {
	background-image: url(/assets/template/grey_back.jpg);
	background-repeat: no-repeat;
	height: 190px;
}
.about-us {
	width: 215px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
#page .content #half-left {
	width: 430px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	margin-top: 20px;
}
#page .content #half-right {
	width: 430px;
	margin-top: 20px;
	float: left;
	padding-left: 15px;
}
.about-us p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 95px;
}
.formfield {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
}
a {
	color: #DA0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#page .content .copy .selector li {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#page .content .copy .selector ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#page .content .copy ul {
	margin-left: 15px;
}
#page .content .copy li {
	list-style-type: disc;
	color: #315083;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
.redtext {
	color: #FF0F10;
}
.home-security {
	width: 173px;
	float: left;
	margin-right: 5px;
	height: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 10px;
}
.home-security h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60E0F;
	font-size: 16px;
	margin: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#page .content .copy #services li{
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#page .content .copy #services ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.accredlogo {
	width: 248px;
	float: right;
}
