/* Jon -- new sheet 20/08/09 */

#navcontainer {
	padding: 0;
	width: 200px;
	float: left;
	margin-top: 19px;
	background-image: url(/images/dotted-line-tran.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navcontainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#navcontainer li {
	float: left;
	position: relative;
	width: 200px;
	}
#navbar {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

li ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 7px;
	}
	
li ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul {
	display: block;
	width: 100px;
	top: 43px;
	left: 0px
	}
	
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:active, #navcontainer li a:visited { /* link attributes for the main nav */
	display: block;
	height: 20px;
	text-decoration: none;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url(/images/dotted-line-tran.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	} 
	
#navcontainer li a:hover {
	color: #333333;
	background-color: #FC1B23;
	}
	
#menu li {
	width: 148px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	left: 200px;
	bottom: 43px;
	background-color: #000000;
	}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
	width: 100%;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	background-color: #CCCCCC;
	}

#menu li a:hover {
	color: #FFFFFF;
	width: 100%;
	background-color: #FC1B23;
	}	
	
/* DROP DOWN MENU END */

body { padding:0; margin:0; }

/* CSS Document */
#horizon {
	background-color: transparent;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	position: relative;
	text-align: left;
	width: 770px;
	margin: 0px auto;
	}
 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
	left: 0px;
	width: 100%;
	text-align: center;
	min-width: 900px;
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#topmenu {
	float: right;
	height: 13px;
	width: 270px;
	background-image: url(/images/bk-topmenu.gif);
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 91px;
	background-color: #FC1B23;
	background-repeat: no-repeat;
}
#topmenu a{
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover{
	color: #333333;
	text-decoration: underline;
}
#logo {
	float: left;
	height: 122px;
	width: 315px;
}

body {
	margin: 0px;
	background-image: url(/images/bk-body2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#head {
	height: 122px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(/images/tel-email-number.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	padding: 0px;
	clear: both;
}
#menucontainer {
	height: 263px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#menubox {
	height: 242px;
	width: 208px;
	background-color: #FC1B23;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#imagehome {
	height: 264px;
	width: 536px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(/images/main-homepage2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#frontcontainer {
	height: 263px;
	background-image: url(/images/bk-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#rightcolumn {
	width: 233px;
	background-image: url(/images/bk-rightcolumn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	position: relative;
	float: left;
}
#rightcolumnTwo {
	width: 233px;
	background-image: url(/images/bk-rightcolumn.gif);
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
	float: left;
	background-position: right 265px;
}
#bodycontent {
	width: 510px;
	padding-top: 20px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #666666;
	line-height: 21px;
	float: right;
	padding-right: 10px;
}
#bodycontent h1{
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #CE0909;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#bodycontent h2{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #CE0909;
}
#bodycontentTwo {
	width: 511px;
	padding-top: 20px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	float: right;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-left: 15px;
}
#bodycontentTwo h1{
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #CE0909;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#bodycontentTwo h2{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #CE0909;
}
#bodycontentThree {
	width: 511px;
	padding-top: 175px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	float: right;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-left: 15px;
	background-image: url(/images/cctv-observations.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#bodycontentThree h1{
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	color: #CE0909;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#bodycontentThree h2{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	color: #CE0909;
}
.boxright {
	padding-left: 15px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 20px;
	background-image: url(/images/learn-more-now-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
	clear: both;
}
.boxrightTwo {
	padding-left: 15px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/dotted-lineside.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
}
#footer {
	height: 220px;
	clear: both;
	background-image: url(/images/bk-footer.gif);
	background-repeat: repeat-x;
	background-color: #DEDDDE;
}
.learnmore {
	height: 20px;
	padding-bottom: 12px;
	text-align: right;
	color: #FFF;
	padding-right: 9px;
}
.learnmore a{
	color: #fff;
	text-decoration: none;
}
.learnmore a:hover{
	color: #333333;
	text-decoration: underline;
}
.learnmoreTwo {

	height: 20px;
	padding-bottom: 4px;
	text-align: left;
	color: #CC0000;
}
.learnmoreTwo a{
	color: #CC0000;
	text-decoration: none;
}
.learnmoreTwo a:hover{
	color: #333333;
	text-decoration: underline;
}
#wrappercontent {
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(/images/bk-midbody.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: none;
}
#footermid {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
#footerboxright {
	float: right;
}
#footerboxLeft {
	float: left;
}
#headTel {
	float: right;
	text-align: right;
	padding-top: 40px;
}
.space {
	height: 5px;
}
.linkA {
	color: #333333;
	text-decoration: underline;
}
#bodycontentThree .download {
	width: 500px;
	clear: both;
}
.download .text {
	width: 490px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}
.download .text a {
	color: #CC3300;
	text-decoration: none;
	
}
.clearspace {
	clear: both;
	height: 10px;
}
#bodycontentThree h3 {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#bodycontentThree .downicon{
	margin-top: 10px;
}
#bodycontentThree a{
	color: #666666;
}

#bodycontentThree .downicon a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	clear: both;
	margin-top: 4px;
	background-image: url(../images/data-sheet-icon.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 12px;
	line-height: 19px;
}
#bodycontentThree .downicon a:hover{
	color: #CC3300;
	text-decoration: underline;
}
