@charset "utf-8";
/* Electroguard */



/* General*/
body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    background: #f7f7f7;
}

div.clear {
    clear: both;
}

a:link, a:visited {
	 color: #f60;
	 text-decoration:none;
	
}
strong {
	margin-top:5px
}


/* Layout */
div#header {
    height: 462px;
    background:url(../Images/headerBg.jpg) no-repeat;
}

div.logo {
    margin: auto;
    width: 635px;
    height: 182px;
    background: url(../Images/logo.png) bottom no-repeat;
    padding-top: 125px;
}

div#darkGreySection {
    background: #e3e3e3;
}

div#greySection {
    background: #efefef;
}

div#darkGreySection,div#greySection {
    margin: 0;
    padding: 0;
    clear: both;
}

div#darkGreySection .sectionContentImage .content,  div#greySection .sectionContent .content {
    float: left;
    width: 395px;
    text-align: right;
    margin-right: 10px;
    padding-right: 20px;
    border-right: solid #bababa 2pt;
    position: relative;
    z-index: 100;
}

div#lightGreySection {
    margin: 0;
    padding: 0;
    clear: both;
}

div#lightGreySection .content {
    float: right;
    width: 395px;
    margin-left: 10px;
    padding-left: 20px;
    border-left: solid #bababa 2pt;
    position: relative;
    z-index: 100;
}

div#lightGreySection .sectionContentImageTwo {
	background: url(../Images/houseCameras.jpg) no-repeat bottom left;
    width: 835px;
    margin: auto;
    padding: 30px 90px;}

div#darkGreySection .sectionContentImage {
    background: url(../Images/camera1.jpg) no-repeat bottom right;
    width: 835px;
    margin: auto;
    padding: 30px 75px;
}

div#statementSection {
    margin: 0;
    padding: 0;
    clear: both;
    background: #efefef;
}

div.sectionContent {
    width: 835px;
    margin: auto;
    padding: 30px 0;
}

div#footer {
    background: #11111a;
    height: 440px;
}

div#footer .inner {
    margin: auto;
    width: 500px;
}

div#footer .inner td {
    color: #fff;
	font-size:30px;
	font-weight:400;
}
div#footer .inner td a:link {
	color:#FFF
}
div#footer .inner td a:hover {
	color:#b9b9b9
}

#footer h5,#footer span {
    color: #f60;
}
#footer h5 {
	font-weight:400;
	font-size: 30px;
}
#footer p {
	text-align:center;
	font-size:20px;
	padding-top:52px;
	color:#7d7d7d;

}
#footer p a {
	color:#b9b9b9;
}
#footer p a:hover {
	color:#fff;
}



/* Typography */
h3 {
    font-size: 35px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 3px 0;
    color: #3c6ea2;
}

h4 {
    text-align: center;
    padding: 5px;
    margin: 0;
    font-size: 25px;
    color: #3c6ea2;
    font-weight: 400;
}

h5 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0 36px;
    margin: 0;
    font-weight: lighter;
}

p {
    color: #636363;
    font-weight: 100 !important;
    font-size: 16px;
	margin-top:0;
}