@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
body {
	background-color: #f4f4f3;
}
h1 {
	font-size: 32px;
	padding-bottom: 24px;
}
p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 18px;
	font-weight: 300;
	color: #000;
}
#wrapper {
	background-color: #FFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #00bcf2;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 266px;
	position: relative;
	float: left;
}
#logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
#headerright {
	float: right;
}
#navwrapper {
	background-color: #403f3f;
	padding-top: 10px;
	padding-bottom: 5px;
}
#body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 12px;
	color: #333;
	padding-bottom: 20px;
}
#footerleft {
	float: left;
}
#footerright {
	float: right;
	text-align: right;
	padding-bottom:12px;
}

#footer a {
	color:#333;
}
#footer a:hover {
	color:#999;
}
#home h1 {
	text-align: center;
	font-weight:400;
}
.featurebox {
	float: left;
	background-color: #f1f1f1;
	padding: 15px;
	margin-right: 2%;
	width: 20%;
	text-align: center;
	margin-bottom: 30px;
}
.featurebox h3 a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	display:block;
}
.clearall {
	clear: both;
}
#endbox {
	margin-right: 0px;
}
#home .home a,
#company .company a,
#products .products a,
#support .support a,
#services .services a,
#clients .clients a {
	color: #0CF;
}
.featurelogo {
	padding-top: 5px;
	padding-bottom: 10px;
}
.featurebox p a {
	color: #000;
	font-weight: 700;
}
.featurebox p a:hover, .featurebox h3 a:hover {
	color: #00BCF2;
}
.headerrightlink {
	float: right;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-left:20px;
	margin-top:20px;
}
.headerrightlink a {
	font-weight:400;
	color:#000;
}
.headerrightlink a:hover {
	color: #00BCF2;
}#homebanner {
	height: 375px;
	width: 100%;
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
#bannertext {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 28px;
	font-weight:300;
	padding-top: 40px;
}
#bannertext h2 {
	font-size: 28px;
	font-weight:300;
	width: 350px;
	padding-bottom: 12px;
}
#LHS {
	float: left;
	width: 650px;
	padding-bottom: 30px;
}
#fullwidth {
	padding-bottom: 30px;
}
#RHS {
	float: right;
	width: 260px;
	background-color: #F4F4F3;
	padding: 20px;
	margin-bottom: 30px;
}
#LHS h3, #RHS h3, #fullwidth h3 {
	font-weight: 400;
	padding-bottom:12px;
	color:#0089b0;
}
#LHS h3, #fullwidth h3 {
		padding-top:9px;
}
#RHS h3 {
	font-size:22px;
}
#LHS p strong, #fullwidth p strong, li strong {
	font-weight: 700;
}
#LHS ul li, #fullwidth ul li {
	font-size: 16px;
	padding-bottom: 9px;
}
#LHS ul, #fullwidth ul {
	padding-left:12px;
	padding-bottom:9px;
}


nav {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height:30px;
}
nav ul {
	text-align:center;
	list-style-type: none;
}
nav ul li {
	display: inline;
}

nav ul li a {
	color: #FFF;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
nav ul li a:hover {
	color:#0CF;
}




input[type=text]{
margin-bottom: 20px;
width:90%;
padding: 10px;
border:1px solid #ccc;
}
input[type=submit]
{
margin-bottom: 20px;
padding: 10px;
background-color: #000;
color: #fff;
font-size:14px;
cursor:pointer;
border:none;
}
#submit:hover
{
background-color: #333;
}
textarea{
width:90%;
padding: 10px;
margin-top: 10px;
border:1px solid #ccc;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #000;
}
label {
	font-size: 14px;
}
.note {
	font-size:12px;
}
#calltoaction {
	background-color: #403F3F;
	color: #FFF;
	padding: 20px 30px;
	display: block;
}

#calltoaction a {
	color: #FFF;
	font-size: 20px;
	color:#0CF;
}
#calltoaction a:hover {
	color:#FFF;
}

#RHS ul li a {
	color: #000;
	display: inline-block;
}
#RHS ul li a:hover {
	color: #403f3f !important;
}
#RHS ul li {
	padding: 10px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}
.safend .safend a,
.datamotion .datamotion a,
.good .good a,
.services .services a {
	font-weight:700;
}
#subnav {
	margin-bottom:12px;
}.imgfloatleft {
	float: left;
	margin-right: 20px;
}
#fullwidth p a,
#LHS p a, #RHS p a {
	color: #0089B0;
}
#fullwidth p a:hover,
#LHS p a:hover {
	color: #000;
}
#supportlink {
	background-image: url(../images/ico-support.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#contactlink {
	background-image: url(../images/icon-contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.headerrightlink {	
	width: 70px;
	padding-top: 60px;
}
.fb-toplabel #docContainer .column {
    margin: 0px;
    padding: 0 0% 0 0% !important;
}
.fb-toplabel #docContainer {
    width: 100% !important;
	margin-top:0 !important;
}
.responsivetab {
	width:100%;
	height:auto;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1300px) {
#bannertext {
    width: 900px;
}
}

@media only screen and (max-width: 960px) {
	#header, #body, nav, #footer, #bannertext {
	 width:95%;
	 margin:auto;
 }
 #homebanner {
    height: 250px;
 }
 .featurebox {
    width: 19%;
}
.featurebox img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:63px;
}
#bannertext h2 {
    font-size: 24px;
    width: 300px;
}
#LHS {
    width: 450px;
}
.responsive {
	width:100%;
	max-width:450px;
	height:auto;
}
#RHS {
    width: 200px;
}
}
@media only screen and (max-width: 760px) {
	 .featurebox {
    width: 90%;
	float:none;
	margin-bottom:10px;
}
 #homebanner {
    height: 150px;
 }
 nav ul li a {
    padding: 10px;
}
#bannertext h2 {
    font-size: 20px;
    width: 250px;
}
#bannertext {
    padding-top: 10px;
}
.clearall {
    padding: 5px;
}
#LHS, #RHS {
	width:90%;
	margin:auto;
}


}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 580px) {
		#bannertext h2 {
    font-size: 16px;
    width: 230px;
}
#homebanner {
    height: 120px;
}
nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
#navwrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
nav {
    height: 20px;
}
.headerrightlink {
    font-size: 12px;
}
#logo {
	width:250px;
}
#LHS, #RHS {
	width:95%;
	margin:auto;
}
}

@media screen and (max-width: 480px) {
	#logo {
    width: 100%;
	background-image: url(../images/logo.gif);
background-repeat: no-repeat;
background-position: center top;
float: none;
}
h1 {
    font-size: 24px;
}
#contactlink, #supportlink {
    background-position: left top;
}
.headerrightlink {
    width: auto;
    padding-top: 10px;
	font-size: 12px;
	height: 20px;
	background-size: contain;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-left:0px;
	margin-top: 20px;
	padding-left: 35px;
}
#header {
	height:170px;
}
nav {
    height: 40px;
}
nav ul li a {
    font-size: 14px;
}
#bannertext {
    display: none;
}
#footerleft, #footerright {
    float: none;
    width: 100%;
    text-align: center;
}
#LHS {
	width:100%;
}
}
