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

body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
}

a {
	color: #990000;
	text-decoration: none;
}

#header-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 153px;
}

#header-logo {
	float: left;
	margin-top: 22px;
}

#header-contactdetails {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}

#header-contactdetails-phone {
	font-size: 29px;
	margin-top: 10px;
}

#header-contactdetails-email {
	font-size: 16px;
	margin-top: 0px;
}

#banner-container {
	background-image: url(images/banner-background.png);
	width: 100%;
	height: 258px;
	background-color: #a81e1e;
	text-align: center;
}

#banner-lightfade {
	background-image: url(images/banner-lightfade.png);
	background-repeat: no-repeat;
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	height: 258px;
}

#banner-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#banner-headline {
	margin: 24px 0 0 10px;
	width: 400px;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: #851515 3px 2px 5px;
	text-align: left;
	float: left;
}

#banner-promo-container {
	background-image: url(images/banner-promo-bg.png);
	width: 474px;
	height: 213px;
	margin: 24px 0 0 0;
	float: right;	
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #666;
}

#banner-promo-minibar {
	width: 440px;
	height: 25px;
	background-image: url(images/banner-promo-minibar.png);
	background-repeat: no-repeat;
	margin: 0 0 0 12px;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-top: 6px;
	padding-left: 0;
}

#banner-promo-minibar a{
	color: #333;
	cursor: pointer;
}

.banner-promo-content {
	color: #333;
	font-size: 14px;
	text-align: left;
	margin: 0 0 0 15px;
}

.promo-minibar-link {
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
	list-style: none;
	display: inline;
	padding: 0;
	text-align:center;
	width: 100%;
}

#banner-promo-cctv {
	width: 460px;
	height: 155px;
	margin: 15px 0 0 4px;

}

#banner-promo-intruderalarms {
	width: 460px;
	height: 155px;
	margin: 15px 0 0 4px;
	text-align: center;
}

#banner-promo-accesscontrol {
	width: 460px;
	height: 155px;
	margin: 15px 0 0 4px;
	text-align: center;
}

#banner-promo-intruderalarms-photo {
	float: right;
	margin: 4px 16px 0 0;
}

#banner-promo-cctv-photo {
	float: right;
	margin: 12px 16px 0 0;
}

#banner-promo-accesscontrol-photo {
	float: right;
	margin: 2px 22px 0 0;
}

#banner-promo-intruderalarms-photo {
	float: right;
	margin: 2px 22px 0 0;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#banner-promo-link {
	color: 	#990000;
	text-align: center;
	margin-top: 5px;
}

#navbar-container {
	width: 100%;
	float: left;
	height: 50px;
	background-image:  url(images/navbar-fade.png);
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#navbar-link {
	margin-top: 15px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#navbar-link a{
	text-decoration: none;
	color: #333333;
	margin: 0 13px 0 13px;
}

#navbar-link a:visited{
	color: #333333;	
}

#content-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#home-text {
	width: 460px;
	font-size: 16px;
	margin: 45px 0 0 10px;
	float: left;
}

#home-contactcontainer {
	float: right;
	width: 380px;
	margin: 40px 10px 0 0;
}

#home-contact-title {
	font-size: 20px;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}

.home-contact-fieldname {
	font-size: 14px;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
}

.home-contact-field {
	margin-bottom: 10px;
}

.home-contact-textbox {
	width: 374px;
	padding: 9px 0 12px 6px;
	margin: 0;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	vertical-align: middle;
	background-color:#ffffff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/contact-field-bg.gif);
	background-repeat: no-repeat;
	border: 0;
}

.home-contact-textarea {
	width: 376px;
	height: 122px;
	padding: 4px 0 0 4px;
	margin: 0;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	resize: none;
	background-color:#ffffff;
	background-image: url(images/contact-textarea-bg.gif);
	background-repeat: no-repeat;
	border: 0;
}

#home-contact-submitcontainer {
	text-align: center;
}

#home-contact-submit {
	width: 94px;
	height: 36px;
	text-align: center;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	cursor: pointer
}


#aboutus-text {
	width: 940px;
	margin: 25px 0 0 10px;
	float:left;
}

#intruderalarms-text {
	width: 940px;
	margin: 25px 0 0 10px;
	float:left;
}

.generalcontent-left {
	width: 450px;
	float: left;
	text-align: left;
	margin: 25px 0 0 20px;
}

.generalcontent-right {
	width: 380px;
	float: right;
	text-align: right;
	margin: 25px 20px 0 0;
}

#cctv-text {
	width: 940px;
	margin: 25px 0 0 10px;
	float:left;
}

#accesscontrol-text {
	width: 940px;
	margin: 25px 0 0 10px;
	float:left;
}

.seeourwork-job-container {
	width: 940px;
	margin: 0 0 0 10px;
	float:left;
}

.seeourwork-company-container {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.seeourwork-job-company {
	font-size: 24px;
}

.seeourwork-job-description {
	margin-top: 10px;
}

.seeourwork-job-image {
	float: right;
	margin: 0 0 0 15px;
}

#contact-contactcontainer {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}

#contact-ok-title {
	font-size: 24px;
	margin-bottom: 20px;
}

#contact-ok-message {
	float: left;
	margin-top: 40px;
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}

#footer-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height: 85px;
	text-align: center;
}

#footer-links {
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}

#footer-links a {
	margin: 0 15px 0 15px;
}

#footer-copyright {
	font-size: 12px;
	line-height: 1.7;
	color: #666;
}