@charset "utf-8";
/* CSS Document*/
body, html{
	margin:0px;
}
img{
	outline:none;
	border:none;
}
.centerContainer{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0 15px 0 15px;
}
#container{
	width:100%;
	height:auto;
	float:left;
	margin-top:120px;	
}
/*Header Start*/
header{
	width:100%;
	height:120px;
	position:fixed;
	top:0;
	left:0;
	z-index: 10000;
	background:#fff;
	-moz-box-shadow: 1px 2px 2px #999;
	-webkit-box-shadow: 1px 2px 2px #999;
	box-shadow: 1px 2px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
}
header .toplogo{
	width:170px;
	height:90px;
	float:left;
}
header .topRight{
	width:100%;
	height:auto;
	float:right;
	text-align:right;	
}
header .topRight span a:link, header .topRight span a:active, header .topRight span a:visited{
	font-family: 'Roboto', sans-serif;
	font-weight:400; 
	font-size:11px;
	color:#666;
	text-decoration:none;
	letter-spacing:0.0300em; 
}
header .topRight span a:hover, header span .topLinkActive{
	font-family: 'Roboto', sans-serif; 
	font-weight:400;
	font-size:11px;
	text-decoration:none;
	color:#d42027;
	letter-spacing:0.0300em; 
}
header .topSearchBlock{
	width:775px;
	height:85px;
	float:left;
}
header .topMenuBlock{
	width:775px;
	height:35px;
	float:left;
}
/*Header END*/


/*Footer Start*/
footer{
	width:100%;
	height:auto;
	min-height:120px;
	float:left;
	background:#1c1c1b;
}
footer .left{
	width:225px;
	height:auto;
	min-height:150px;
	float:left;
}
footer .leftBbg{
	background:url(../images/cgs-bottom-logo.png) bottom left no-repeat;
}
.footerSocial{
	width:170px;
	height:25px;
	float:left;
	padding-left:30px;
	margin-bottom:10px;	
}
.footerSocialFB{
	background:url(../images/footer-socialicons.jpg) no-repeat 0 0;
}
.footerSocialTW{
	background:url(../images/footer-socialicons.jpg) no-repeat 0 -25px;
}
.footerSocialGP{
	background:url(../images/footer-socialicons.jpg) no-repeat 0 -50px;
}
footer .right{
	width:715px;
	height:auto;
	float:left;	
}
footer .bottom{
	width:715px;
	height:auto;
	float:left;	
}
footer .bottom img{
	width:50px;
	height:30px;
	float:left;
	margin-right:10px;	
}
footer .bottom h1{
	margin:0 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-style:normal;
	letter-spacing: 0.0300em;
}
footer .left h1{
	margin:0 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#727272;
	text-transform:uppercase;
	font-weight:300;
	font-style:normal;
}
footer .left a:link, footer .left a:active, footer .left a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#727272;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
	letter-spacing: 0.0100em;
	outline:none;
}
footer .left a:hover, footer .left span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
	letter-spacing: 0.0100em;
	outline:none;
	color:#d42027;
	text-decoration:underline;
}
footer .left .txtField{
	width:100%;
	height:auto;
	float:left;
}
.clsTxt{
	margin:0; 
	border:1px solid #49494a; 
	background-color:#171717; 
	padding:5px; 
	width:215px; 
	box-shadow:none; 
	margin-bottom:10px; 
	outline:none; 
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing: 0.0100em;
}
.clsTxtSearch{
	margin:0; 
	border:1px solid #c6c6c6; 
	background:#fff; 
	padding:5px; 
	width:175px; 
	box-shadow:none; 
	margin-bottom:10px; 
	outline:none; 
	color:#8b8b8b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	letter-spacing: 0.0100em;
}
.btnSearch{
	border:none;
	width:20px;
	height:20px;
	background:url(../images/searchicon.png) 0px 4px no-repeat;
	outline:none;	
}
.btnSearch:hover{
	background:url(../images/searchicon.png) 0px -21px no-repeat;
	cursor:pointer;	
}
.fb{
	background:url(../images/socialmediaicons.png) -20px 0px no-repeat;
}
.fb:hover{
	background:url(../images/socialmediaicons.png) -20px -20px no-repeat;
}
.tw{
	background:url(../images/socialmediaicons.png) 0px 0px no-repeat;
}
.tw:hover{
	background:url(../images/socialmediaicons.png) 0px -20px no-repeat;
}
.gp{
	background:url(../images/socialmediaicons.png) -40px 0px no-repeat;
}
.gp:hover{
	background:url(../images/socialmediaicons.png) -40px -20px no-repeat;
}
.bottomLine{
	width:100%;
	height:20px;
	float:left;
	background:#161717;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	text-align:center;
	padding-top:5px;
}
.bottomLine a:link, .bottomLine a:active, .bottomLine a:visited{
	color:#666;
	text-decoration:underline;
}
.bottomLine a:hover{
	color:#999;
	text-decoration:none;
}
/*Footer END*/

/*Inner Layout*/
.centerLayout{
	width:960px;
	height:auto;
	margin:0 auto;
}
.innerContainer{
	width:100%;
	height:auto;
	float:left;
	margin:30px 0 20px 0;
}
.innerContainer .left{
	width:300px;
	height:auto;
	float:left;
	margin-right:30px;
}
.innerContainer .right{
	width:630px;
	height:auto;
	float:left;
}
.innerContainer iframe{
	width:960px;
	height:450px;
	float:left;
	margin-bottom:20px;
}
.innerContainer h1{
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	color:#727272;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}
.innerContainer h3{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#727272;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}
.innerContainer h5{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#85bd00;
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	width:100%;
	height:auto;
}
.innerContainer article{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	text-align:justify;
}
.innerContainer article a:link, .innerContainer article a:active ,.innerContainer article a:visited{
	color:#333;
	text-decoration:underline;
}
.innerContainer article a:hover{
	color:#000;
	text-decoration:none;
}
.innerContainer article ul li{
	margin:0 0 10px 0;	
}
.innerContainer .testimonialRow{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;	
}
.innerContainer .quote{
	width:270px;
	height:auto;
	float:left;
	background:#dbdbdb;
	border-radius:8px;
	padding:15px;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#333;
	font-weight:400;
	letter-spacing: 0.0300em;
	line-height:16px;
}
.innerContainer .arrow{
	width:280px;
	height:auto;
	min-height:20px;
	float:left;
	background:url(../images/testimonial-quote.jpg) no-repeat 25px 0;
	padding-top:20px;
	padding-left:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#000;
	line-height:16px;
}
.innerContainer .arrow a:link, .innerContainer .arrow a:active, .innerContainer .arrow a:visited{
	color:#d42127;
	font-size:12px;
	text-decoration:none;	
}
.innerContainer .arrow a:hover{
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
.dottedline{
	border-top:1px dotted #CCCCCC;
}

#form1 input {margin:0; border:1px solid #646e6e; background-color:#e0e0e0; padding:10px 0 11px 10px; width:350px; box-shadow:none;}
#form1 textarea {resize:none; margin:0; border:1px solid #646e6e; background-color:#e0e0e0; padding:6px 0 5px 15px; width:450px; height:135px; overflow:auto; line-height:18px;}
#form1 label {display:inline-block; min-height:40px; width:110px; margin-bottom: 10px;  vertical-align: top; }
#form1 .error, #form1 .empty {position:relative; top: -3px; display:none; font-size:10px; color:#000; text-transform:none;}
.btns {float:left; margin-right:40px;}
.btns a {margin-left:31px;}
input, select, textarea { font-family: 'Roboto', sans-serif; font-size:12px; color:#636363; line-height:18px;}

.more_button {font:14px 'arial', sans-serif; color:#000; text-transform:uppercase; text-decoration:none;}
.more_button:hover {text-decoration:underline;}
#form1 .clsContactSubmit {
    cursor: pointer !important;
    font-family: 'OswaldBook';
    font-size: 11px !important;
    letter-spacing: 0.03em !important;
	width:100px !important;
	height:30px !important;
	background-color:#ddd;
	float:left !important;
	padding:3px !important;
	margin-top:10px !important;
	border-radius:3px;
	margin-left:110px;
}

.userform{
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif; font-size:12px; color:#636363; line-height:18px;
	margin-bottom:20px;
}
.innerContainer .logos{
	width:200px;
	height:130px;
	float:left;
	margin-top:15px;
	border:1px solid #bababa;
}
.terms{
	width:100%;
	height:auto;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#000;
	line-height:18px;
	letter-spacing: 0.0300em;
}
.terms ul li{
	margin: 0 0 10px 0;
}
.termsHeading{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#000;
	letter-spacing: 0.0300em;
}
.aboutClientBlock{
	width:300px;
	height:130px;
	float:left;	
	margin-bottom:30px;	
}
.aboutClientBlock iframe{
	width:300px;
	height:130px;
}

