/* BOX-SIZING FIX */
* {
	-moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
	-webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
	box-sizing: border-box; /* Everything else */
}

/* CLEARFIX */
.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

/* GENERAL STYLES */
body {
	color: #5a5a5a;
	background-color: #2899dd; /* Med Blue */
	background-image: url('../images/stripes.png');
	background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-family: 'Libre Baskerville', serif;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 1.30;
	margin-bottom: 20px;
}

/* COLUMN STRUCTURE */
#left_container {
	position: relative;
	width:50%;
	float:left;
	margin-right:-610px; /* minus half of the center container width */
	
	z-index: 1;
	background-color: #063873;
}
#left {
	margin-right:610px; /* half of the center container width */
}
#center {
	position: relative;
	width:1220px; /* size of the fixed width */
	float:left;
	background: #fff;
	z-index: 10;
}
header, nav {
	color: #fff;
}
#right_container {
	position: relative;
	width:50%;
	float:right;
	margin-left:-610px; /* minus half of the center container width */
	z-index: 1;
}
#right {
	margin-left:610px; /* half of the center container width */
}

/* HEADER */
.header-left {
	background-color: #2899dd; /* Med Blue */
/*	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;*/
	width: 408px;
	height: 130px;
	float: left;
}

.header-left a {
	display: block;
	margin: 12px 0 0 28px;
}

.header-right {
	background-color: #043873; /* Dark Blue */
	background-image: url('../images/city.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 812px;
	height: 130px;
	float: left;
}

.contact-info {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
	height: 130px;
	float: right;
	margin-top: 20px;
	margin-right: 12px;
}

.contact-info li {
	height: 130px;
	padding: 0 30px;
	display: inline;
}

.contact-info li a {
	height: 130px;
	color: #fff;
	text-decoration: none;
}

.contact-info li a:hover {
	text-decoration: underline;
}

/* HEADER-NAV */
nav {
	font-family: 'Oswald', sans-serif;
}

.nav-left {
	background-color: #043873; /* Dark Blue */
	width: 408px;
	height: 45px;
	float: left;
	text-align: center;
	padding-top: 14px;
}
.nav-right {
	width: 812px;
	height: 45px;
	float: left;
}

.main-nav {
	display: block;
}

.main-nav li {
	display: inline-block;
	text-align: center;
	margin-right: -4px;
}

.main-nav li a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c7cdd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c7cdd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c7cdd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c7cdd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c7cdd3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c7cdd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7cdd3',GradientType=0 ); /* IE6-9 */

	color: #737a87;
	text-decoration: none;
	padding-top: 15px;
	display: block;
	height: 45px;
	width: 204px;
	border: 1px solid #b9b9b9;
}

.main-nav li:last-child a {
	/*width: 202px;*/
}

.main-nav li a:hover {
	background: #cce2f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #cce2f0 0%, #a4bfd1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cce2f0), color-stop(100%,#a4bfd1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cce2f0 0%,#a4bfd1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cce2f0 0%,#a4bfd1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cce2f0 0%,#a4bfd1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cce2f0 0%,#a4bfd1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2f0', endColorstr='#a4bfd1',GradientType=0 ); /* IE6-9 */
}

/* CENTER CONTENT AREAS */
.content-left {
	width: 408px;
	float: left;
	padding: 30px 35px;
}

.content-left ul {
	font-family: 'Lato', sans-serif;
	margin: 0 0 20px 35px;
	font-size: 15px;
	font-weight: 700;
}

.content-left ul li {
	margin: 0 0 10px 0;
}

.content-left p:last-of-type {
    /*margin-bottom: 0;*/
} 

.content-right {
	width: 812px;
	float: left;
	position: relative;
}

/* Main Pics */
.index {
	background-image: url('../images/main-home.jpg');
	height: 623px;
}

.access-control {
	background-image: url('../images/main-access-control.jpg');
	height: 733px;
}

.video-surveillance {
	background-image: url('../images/main-video-surveillance.jpg');
	height: 733px;
}

.intrusion-detection {
	background-image: url('../images/main-intrusion-detection.jpg');
	height: 733px;
}

.message {
	background: rgba(6,56,115,0.78) url('../images/solutions.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 121px;
	width: 612px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* FOOTER */
footer {
	clear: both;
	background-color: #445b75;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	font-weight: 700;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h2 {
	color: #5a5a5a;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer-bottom h2 {
	color: #fff;
}

footer span {
	margin-right: 50px;
}

.footer-left {
	float: left;
	width: 608px;
	min-height: 160px;
	background: #fff url("../images/clients.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 35px;
}

.footer-right {
	float: left;
	width: 612px;
	min-height: 160px;
	background: #445b75 url("../images/creds.png");
	background-repeat: no-repeat;
	background-position: center 35px;
	padding: 0 35px;
}

.footer-bottom {
	clear: both;
	width: 100%;
	/*min-height: 130px;*/
	padding: 35px;
}

small {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
}

.bottom {
	margin: 0 auto;
	height: 65px;
	width: 1220px;
}
