@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/opensans-light.eot');
	src: url('../fonts/opensans-light.eot') format('embedded-opentype'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/opensans-semibold.eot');
	src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
body {
	margin: 0;
	padding: 0;
	background: repeat-x top #fff;
}
body, select, input {
	font-family: 'OpenSansLight';
}
img {
	border: none;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover {
	outline: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: underline;
}
h1, h3, h5 {
	font-family: 'OpenSansSemibold';
}
.clear {
	clear: both;
	height: auto;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}
/*************GREEN BUTTON************/
.green_btn a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #59990e;
	text-shadow: 1px 2px 0 #5c9020;
	font-size: 16px;
	line-height: 38px;
	padding: 0 20px;
	font-family: 'OpenSansSemibold';
	background: #86bd3d; /* Old browsers */
	background: -moz-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #63a31e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #86bd3d 0%, #63a31e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bd3d', endColorstr='#63a31e', GradientType=0 ); /* IE6-9 */
}
.green_btn a:hover {
	opacity: 0.8;
}
.header {
	float: left;
	width: 100%;
	padding: 20px 0 15px;
}
.logo {
	float: left;
	width: 190px;
	height: 16px;
}
.logo a {
	display: block;
	width: 190px;
	height: 16px;
	background: url(../images/logo-sentris-text.png) no-repeat left top;
}
.header_rt {
	float: right;
}
.header_rt ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_rt ul li {
	float: left;
	line-height: 12px;
	font-size: 12px;
	color: #8b8a88;
	padding: 0 15px 0 20px;
}
.header_rt ul li a {
	color: #8b8a88;
}
.header_rt ul li:last-child {
	padding-right: 0;
}
.header_icon1 {
	background: url(../images/header_rt_icon1.png) no-repeat left center;
}
.header_icon2 {
	background: url(../images/header_rt_icon2.png) no-repeat left 2px;
}
.header_icon3 {
	background: url(../images/header_rt_icon3.png) no-repeat left center;
}
.nav_con {
	float: left;
	width: 100%;
	background: url(../images/nav_con.jpg) no-repeat center top #30c4ff;
}
.partners {
	float: left;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background-color: #cdf1ff;
}
.footer_con {
	float: left;
	width: 100%;
	padding: 25px 0;
	background: url(../images/footer_con.png) repeat left top;
}
.footer_box {
	float: left;
	width: 100%;
	padding: 25px 0;
	text-align: center;
}
.sitemap {
	width:24%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 3%;
}
.sitemap h5 {
	margin: 0 0 25px;
	padding: 0;
	line-height: 20px;
	font-size: 20px;
	color: #fff;
}
.sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sitemap ul li {
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	padding: 0 0 0 12px;
	background: url(../images/footer_arrow.png) no-repeat left center;
}
.sitemap ul li a {
	text-decoration: none;
	color: #fff;
}
.sitemap ul li a:hover {
	color: #62a21d;
}
.copyright {
	float: left;
	width: 100%;
	color: #fff;
	padding: 14px 0;
	text-align: center;
	background: rgba(255,255,255,0.3);
	font-family: Arial, Helvetica, sans-serif;
}
/*****************SUB PAGE*****************/
.sub_banner_con {
	float: left;
	width: 100%;
	background: url(../images/sub_banner_con.png) repeat-x left top;
}
.sub_banner_image {
	float: left;
	width: 100%;
	background: url(../images/Subpage.jpg) no-repeat center top;
}
.sub_banner {
	float: left;
	width: 100%;
	height: 193px;
	padding: 52px 0 0;
	text-align: center;
}
.sub_banner h1 {
	margin: 0 0 12px;
	padding: 0;
	line-height: 50px;
	font-size: 50px;
	color: #404040;
}
.sub_banner h2 {
	margin: 0;
	padding: 0;
	line-height: 26px;
	font-size: 26px;
	font-weight: normal;
}
.btn-info {
    border-color: #59990e !important;
    color: #fff;
	text-shadow: 1px 2px 0 #5c9020;
	background: #86bd3d; /* Old browsers */
	background: -moz-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86bd3d), color-stop(100%, #63a31e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #86bd3d 0%, #63a31e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #86bd3d 0%, #63a31e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bd3d', endColorstr='#63a31e', GradientType=0 );/*
}
