@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	line-height:1.5em;
	color:#333;
	font-weight:300;
	-webkit-text-size-adjust:none;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-size:2.1em;
	line-height:2.1em;
	color:#333;
	font-weight:300;
}
h2{
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	line-height:1.4em;
	color:#333;
	font-weight:300;
}
a:link,
a:visited{
	color:#1A74FF;
	text-decoration:none;
}
a:hover{
	color:#1A74FF;
	text-decoration:underline;
}

/* --- DIV Tags --- */
#clear{
	clear:both;
}
#header-top-container{
	width:100%;
	background:#357eb4;
}
#header-top{
	width:1100px;
	min-width:1100px;
	margin:auto;
	height:28px;
	line-height:28px;
	text-align:right;
	font-size:0.9em;
	color:#fff;
}
#header-top-homenavi{
	width:150px;
	float:right;
	margin-right:30px;
}
#header-top-phone{
	width:auto;
	float:right;
	margin-right:30px;
}
#header-top-email{
	width:auto;
	float:right;
	margin-right:0px;
}
#header-top-iconspace{
	width:32px;
	float:right;
	margin-right:5px;
	border:#357eb4 1px solid;
	position:relative;
}
#header-top-iconspace img{
	position:absolute;
	top:0;
	left:0;
}
#header-top-homenavi a,
#header-top-phone a,
#header-top-email a{
	color:#fff;
}

#header-container{
	width:100%;
	background:#fff;
	border-bottom:#ccc solid 1px;
}
#header{
	width:1100px;
	min-width:1100px;
	margin:auto;
	height:90px;
}
#header-logo{
	height:90px;
	width:350px;
	float:left;
}
#header-logo img{
	margin-top:15px;
	border:none;
}
#header-navigators{
	font-family:Play;
	font-size:1.05em;
	width:750px;
	float:right;
	text-align:right;
	text-transform:uppercase;
	margin-top:30px;
}
#header-navigators ul li{
	float:right;
	list-style-type:none;
}
#header-navigators a{
	color:#333;
	text-decoration:none;
}
#header-navigators li{
	padding:7px 20px 7px 20px;
	transition:all 0.07s;
}
#header-navigators li:hover{
/*	background:#357eb4;
	color:#fff;*/
	cursor:pointer;
	color:#1A74FF;
}
.header-navigators-active{
	color:#1A74FF;
	/*color:#0052C1;*/
}

#index-introlink-container{
	width:100%;
	background:#fff;
}
#index-introlink{
	width:1100px;
	min-width:1100px;
	margin:auto;
	height:220px;
	position:relative;
	font-weight:300;
}
/*#index-introlink-box-1,2,3 is in "index-boxes.css"*/


#index-main-intro-container{
	width:100%;
	background:#eee;
	padding-top:60px;
	padding-bottom:60px;
}
#index-main-intro{
	width:1100px;
	min-width:1100px;
	margin:auto;
	text-align:center;
}
#index-main-intro p{
	width:900px;
	margin:auto;
	font-weight:300;
	font-size:1em;
}

#index-contactinfo-container{
	width:100%;
	background:#fff;
	padding:60px 0px 60px 0px;
}
#index-contactinfo{
	width:1000px;
	min-width:1000px;
	margin:auto;
}
#index-contactinfo-1,
#index-contactinfo-2{
	width:50%;
	float:left;
}
.index-call{
	font-family:Play;
	font-size:1.3em;
}
.index-contactinfo-link{
	font-size:1.2em;
	font-weight:300;
	padding-top:10px;
}
#vendor-logo-container{
	width:100%;
	background:#fff;
	padding:20px 0px;
	border-top:#ccc solid 1px;
}
#vendor-logo{
	width:1100px;
	min-width:1100px;
	margin:auto;
	height:60px;
	background:url(img/vendors.png) no-repeat;
}

#content-container{
	width:100%;
	background:#fff;
}
#about,
#contact,
#solution,
#service{
	width:1100px;
	min-width:1100px;
	margin:auto;
	padding:3px 0px 50px 0px;
}
#content-navigators{
	width:250px;
	float:left;
	padding-top:20px;
}
.content-navigators-main,
.content-navigators-main li{
	list-style-type:none;
	font-size:1.1em;
	font-family:Play;
	padding:0px 0px 0px 7px;
}
.content-navigators-sub{
	margin-bottom:10px;
}
.content-navigators-sub,
.content-navigators-sub li{
	list-style-type:disc;
	font-family:Roboto;
	font-size:0.95em;
	padding:0px 0px;
	margin-left:0.8em;
	margin-top:0;
}
.content-navigators-main li{
	height:44px;
	line-height:44px;	
	border-bottom:#eee 1px solid;
}
.content-navigators-sub li{
	height:26px;
	line-height:26px;
	border:none;
}
.content-navigators-main-bordertop{
	border-top:#eee 1px solid;
}

.content-navigators-main a:link,
.content-navigators-main a:visited,
.content-navigators-sub a:link,
.content-navigators-sub a:visited{
	color:#333;
	text-decoration:none;
}
.content-navigators-main a:hover,
.content-navigators-sub a:hover{
	color:#1A74FF;
	text-decoration:none;
}
.content-navigators-active{
	color:#1A74FF;
	text-decoration:none;
}

#contents{
	width:820px;
	float:right;
}
#contents-title{
	height:170px;
}
.contents-about{
	background:url(img/banner-about.jpg) no-repeat;
}
.contents-contact{
	background:url(img/banner-contact.jpg) no-repeat;
}
.contents-solutions{
	background:url(img/banner-solutions.jpg) no-repeat;
}
.contents-partners{
	background:url(img/banner-partners.jpg) no-repeat;
}
.contents-services-cctv{
	background:url(img/banner-service-cctv.jpg) no-repeat;
}
.contents-services-access-control{
	background:url(img/banner-service-access-control.jpg) no-repeat;
}
.contents-services-alarm{
	background:url(img/banner-service-alarm.jpg) no-repeat;
}
.contents-services-barrier{
	background:url(img/banner-service-barrier.jpg) no-repeat;
}
.contents-services-other{
	background:url(img/banner-service-other.jpg) no-repeat;
}
#contents-title h1{
	padding-top:65px;
	padding-left:40px;
	line-height:1.3em;
	color:#fff;
}
#contents-title p{
	font-size:1em;
	padding-left:40px;
	color:#CEE6FC;
}
#content-about,
#content-contact,
#content-solutions,
#content-services-cctv,
#content-partners,
#content-services-access-control,
#content-services-alarm,
#content-services-barrier,
#content-services-other{
	margin-top:30px;
}

#content-about h3,
#content-services-cctv h3,
#content-services-access-control h3,
#content-services-alarm h3,
#content-services-barrier h3,
#content-services-other h3{
	line-height:2em;
	margin-top:25px;
}
#content-partners h3{
	margin-bottom:15px;
}
.partner-columns td{
	width:273px;
	text-align:center;
	vertical-align:bottom;
}
#contact-info{
	width:330px;
	float:left;
}
#contact-map{
	width:480px;
	float:right;
}
#enquiry-input{
	margin-bottom:13px;
}
#enquiry-input-btn{
	margin-left:160px;
}
#enquiry-input-btn input{
	width:150px;
	height:40px;
	font-family:'Oxygen', sans-serif;
	border:#888 1px solid;
	border-radius:3px;
	font-size:16px;
	color:#333;
	background:none;
}
#enquiry-input-btn input:hover,
#enquiry-input-btn input:active{
	color:#888;
	cursor:pointer;
}
#contact-enquiry{
	margin-top:100px;
}
#contact-enquiry-form{
	margin-left:30px;
	margin-top:30px;
}
#contact-enquiry-form label{
	width:130px;
	float:left;
	padding-top:4px;
}
#contact-enquiry-form input{
	width:450px;
	height:28px;
	line-height:28px;
	padding-left:5px;
	border:#888 1px solid;
	border-radius:3px;
	font-family:Roboto;
	font-size:1em;
	font-weight:300;
	color:#333;
}
#contact-enquiry-form textarea{
	width:450px;
	height:200px;
	line-height:1.5em;
	padding-left:5px;
	border:#888 1px solid;
	border-radius:3px;
	font-family:Roboto;
	font-size:1em;
	font-weight:300;
	color:#333;
}
#notice-container-green{
	width:100%;
	text-align:center;
	height:40px;
	line-height:40px;
	background:#feffaf;
	color:#000;
	position:fixed;
	top:0px;
	z-index:1000;
}

#footer-container{
	width:100%;
	background:#357eb4;
	padding:30px 0px;
}
#footer{
	width:1100px;
	min-width:1100px;
	margin:auto;
	color:#c8dcff;
	font-weight:300;
	font-size:0.9em;
}
#footer a:link,
#footer a:visited{
	color:#c8dcff;
}
#footer a:hover{
	color:#fdfdfd;
}
#footer-columun-1,
#footer-columun-2,
#footer-columun-3{
	width:auto;
	float:left;
	margin-right:80px;
}
#footer-columun-1 ul li,
#footer-columun-2 ul li,
#footer-columun-3 ul li{
	list-style-type:none;
	line-height:1.4em;
}
#footer-columun-4{
	width:auto;
	float:right;
	text-align:right;
	margin-top:40px;
	line-height:1.4em;
}
#footer-columun-4 img{
	margin-right:15px;
	margin-bottom:5px;
}
#footer-columun-4 img:hover{
	opacity:0.9;
}
#footer-column-title{
	font-size:1.4em;
	font-weight:300;
	margin-bottom:5px;
}