@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "calibri", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #535353;
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
}
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	font-size: 24px;
}
h3, h3 a:link, h3 a:visited {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;
}
h4 {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}

h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #0C5873;
	background-color: #f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-left-color: #ebebeb;
	width: 940px;
	margin-right: 20px;
	margin-left: 20px;
}
.coda-slider  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #0C5873;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.linkmore_span {
	float: left;
	height: 53px;
	width: 240px;
	background-image: url(../images/link_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.link_more:link, a.link_more:visited {
	float: left;
	height: 31px;
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 9px;
	padding-left: 20px;
	content:"›";
	background-position: 200px center;
	background-image: url(../images/icon_arrow_right.png);
	background-repeat: no-repeat;
	transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
}
a.link_more:hover {
	background-position: 210px center;
	transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
}
a.link_white:link, a.link_white:visited {
	color: #FFFFFF;
}
input, textarea {
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input:focus, textarea:focus {
	border-top-color: #209ACB;
	border-right-color: #209ACB;
	border-bottom-color: #209ACB;
	border-left-color: #209ACB;
}
input.button, .button, span.button {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
input.button_blue, a.button_blue, span.button_blue {
	color: #FFFFFF;
	background-color: #1882A8;
}
span.inactive {
	background-color: #E9ECED;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
}


.full_width {
	width: 90%;
}




#container {
	float: left;
	width: 100%;
}
#bg_wall {
	height: 320px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	z-index: -1;
	background-image: url(../images/bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.header-wrapper {
	float: left;
	width: 100%;
}
.call_now {
	float: right;
	height: 32px;
	width: 500px;
	font-family: 'Ubuntu', sans-serif;
	text-align: right;
	padding-top: 18px;
	padding-right: 20px;
	background-image: url(../images/callus_bottom_line.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
}

.logo_wrap {
	float: left;
	height: 50px;
	padding-top: 30px;
}
a.logo:link {
	float: left;
	height: 50px;
	background-image: url(../images/logo_origami.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 180px;
}
a.logo:hover {
	color: #FFFFFF;
}

.tagline {
	background-color: #1882A8;
	float: left;
	height: 35px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	padding-top: 15px;
	font-size: 13px;
}

#main_nav {
	float: right;
	padding-left: 40px;
	padding-right: 5px;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
}
#main_nav ul li {
	display: inline;
	list-style-type: none;
}
#main_nav ul li a {
	text-decoration: none;
	color: #1882A8;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	padding-bottom: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#main_nav ul li a.current_main_nav {
	background-repeat: no-repeat;
	background-position: center 42px;
	border-bottom-color: #EB8602;
}

#main_nav ul li a:hover {
	color: #209ACB;
}

.banner_main {
	float: left;
	width: 100%;
}
.banner {
	float: left;
	height: 110px;
	width: 100%;
	padding-top: 50px;
	background-image: url(../images/header_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner_subpage {
	float: left;
	width: 940px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../images/header_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
.banner  h1 {
	font-size: 36px;
	padding-bottom: 10px;
	line-height: 1em;
}
.banner  h2 {
	font-size: 24px;
	line-height: 1.2em;
}
.banner_subpage h1 {
	font-size: 28px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.banner_subpage h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-family: "calibri", Geneva, Arial, Helvetica, sans-serif;
}

#service_control {
	float: left;
	width: 100%;
}
.service_control_nav {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.service_control_nav  ul {
	margin: 0px;
	padding: 0px;
}
.service_control_nav ul li {
	list-style-type: none;
	float: left;
	height: 160px;
	width: 172px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	cursor: pointer;
	line-height: normal;
}
.service_control_nav ul li:hover {

}

.service_control_nav ul li div {
	height: 160px;
	width: 172px;
	background-image: url(../images/box_flip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.service_control_nav ul li span {
	float: left;
	width: 172px;
	height: 40px;
	text-align: center;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.service_control_nav ul li span:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	transition: background 1s;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
}

.service_control_nav ul li:last-child {
	margin-right: 0px;
}
.service_control_nav ul li.active {
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-image: url(../images/up_arrow.png);
	background-repeat: no-repeat;
	background-position: center 164px;
}
.service_control_nav  ul  li div span.ser_dev {
	background-image: url(../images/service_control_icons.png);
	background-repeat: no-repeat;
}
.service_control_nav  ul  li div span.ser_des {
	background-image: url(../images/service_control_icons.png);
	background-repeat: no-repeat;
	background-position: -192px 20px;
}
.service_control_nav ul li div span.ser_mob {
	background-image: url(../images/service_control_icons.png);
	background-repeat: no-repeat;
	background-position: -384px 20px;
}
.service_control_nav ul li div span.ser_web_markt {
	background-image: url(../images/service_control_icons.png);
	background-repeat: no-repeat;
	background-position: -576px 20px;
}
.service_control_nav ul li div span.ser_consult {
	background-image: url(../images/service_control_icons.png);
	background-repeat: no-repeat;
	background-position: -768px 20px;
}





.service_content {
	float: left;
	width: 100%;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}
.service_content_wrap {
	float: left;
	width: 940px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.product_content {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.product_slider_wrap {
	float: left;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
}

.product_content_wrap {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.product_content .leftcol {
	float: left;
	width: 550px;
}
.product_content .rightcol {
	float: right;
	width: 350px;
}
.blog_updates {
}
.blog_updates div.update1 {
	float: left;
	width: 460px;
	padding-left: 20px;
}
.blog_updates div.update2 {
	float: right;
	width: 460px;
	padding-right: 20px;
}
.blog_updates .stamp {
	float: left;
	width: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #e9eced;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 5px;
     border-radius: 5px;
}
.blog_updates .stamp_date {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #1882A8;
	padding-bottom: 5px;
}
.blog_updates .stamp_month {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 20px;
}

.blog_updates .post {
	float: right;
	width: 380px;
}
.footer {
	float: left;
	width: 940px;
	padding-bottom: 40px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
}
.footer_logo {
	float: left;
	height: 100px;
	width: 120px;
	padding-left: 410px;
	padding-right: 410px;
}
.footer_logo a:link {
	float: left;
	height: 100px;
	width: 120px;
}


.footer p {
	padding-bottom: 10px;
}

.footer .leftcol {
	float: left;
	width: 50%;
}
.footer .rightcol {
	float: right;
	width: 35%;
}
.foot_nav {
	float: left;
	width: 100%;
}
.foot_nav ul {
	margin: 0px;
	padding: 0px;
}
.foot_nav ul li {
	display: inline;
	list-style-type: none;
}
.foot_nav  ul  li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 20px;
	font-size: 13px;
}
.foot_nav ul li a:hover {
	text-decoration: underline;
}

.social_nav {
	float: left;
	width: 100%;
}
.social_nav ul {
	margin: 0px;
	padding: 0px;
}
.social_nav ul li {
	display: inline;
	list-style-type: none;
}
.social_nav ul li a {
	float: left;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	margin-right: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
	background-position: center center;
}
.social_nav ul li a:hover {
	background-color: #0C5873;

}

.social_nav ul li a.fb {
	background-image: url(../images/icon-facebook.png);
}
.social_nav ul li a.in {
	background-image: url(../images/icon-linkedin.png);
}
.social_nav  ul  li  a.tw {
	background-image: url(../images/icon-Twitter.png);
}
.social_nav   ul   li   a.gp {
	background-image: url(../images/icon-google-plus.png);
}

.copyright {
	font-size: 12px;
	color: #94CEE4;
	line-height: 16px;
}
.sub_leftcol {
	float: left;
	width: 190px;
	background-image: url(../images/bg_leftcol.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 560px;
	padding-left: 30px;
	margin-top: 20px;
	padding-top: 20px;
}
.sub_rightcol {
	float: right;
	width: 720px;
	min-height: 560px;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/bg_vertical_line_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub_rightcol h1 {
	font-size: 24px;
	color: #0C5873;
	padding-bottom: 5px;
}
.sub_rightcol h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}
.sub_rightcol  h2.services  {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	padding-left: 140px;
}
.sub_rightcol h3 {
	line-height: 1.5em;
	padding-bottom: 5px;
}


.sub_rightcol p {
	padding-bottom: 20px;
}
.sub_rightcol .col1 {
	width: 350px;
	float: left;
}
.sub_rightcol .col2 {
	float: right;
	width: 350px;
}
.ribbon {
	background-image: url(../images/ribbon.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	text-align: center;
}

.features {
}
.features ul {
	margin: 0px;
	padding: 0px;
}
.features ul li {
	list-style-type: none;
	float: left;
	width: 329px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #EAF3FC;
	/*	-webkit-box-shadow:  1px 1px 0px 1px #E5E5E5;
	box-shadow:  1px 1px 0px 1px #E5E5E5;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1DCF7;
	border-right-color: #C1DCF7;
	border-bottom-color: #C1DCF7;
	border-left-color: #C1DCF7;
}
.features.list_gold   ul li {
	height: 75px;
}
.features.list_college   ul li {
	height: 120px;
}
.ul.list {
	margin: 0px;
	padding: 0px;
}





.sub_nav {
	float: left;
	width: 100%;
}
.sub_nav h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
}

.sub_nav ul {
	margin: 0px;
	padding: 0px;
}
.sub_nav ul li {
	display: block;
	list-style-type: none;
}
.sub_nav ul li a {
	float: left;
	width: 95%;
	padding-bottom: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	padding-left: 5%;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}
.sub_nav ul li a.current_sub_nav {
	background-image: url(../images/nav_bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 103% center;
}
.tabs {
	float: left;
	width: 698px;
	background-image: url(../images/dot_grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.tabs  ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	display: inline;
	list-style-type: none;
}
.tabs ul li a {
	float: left;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-size: 13px;
}
.tabs ul li a.current_tab {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	font-weight: bold;
}
.alert_contact {
	float: left;
	width: 678px;
	background-color: #FDFAEE;
	border: 1px solid #F2E3D9;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-shadow: 1px 1px 0px #cccccc;
        filter: dropshadow(color=#cccccc, offx=1, offy=1);
}
.border_red {
	border: 1px solid #990000;
}










.content_div {
	float: left;
	width: 100%;
}
.content_div_half {
	float: left;
	width: 50%;
}








.content_wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
p.content_div:hover   img.service_icon {
	background-color: #5C5C5C;
}

.service_icon {
	float: left;
	padding: 20px;
	margin-right: 10px;
	margin-top: -30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sub_rightcol   span.service_content {
	float: right;
	width: 580px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
ul.list_tick  {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.list_tick li {
	list-style-type: none;
	padding-left: 24px;
	background-image: url(../images/icon_tick.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 8px;
}
ul.list_arrow  {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.list_arrow li {
	list-style-type: none;
	padding-left: 18px;
	background-image: url(../images/bullet_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.portfolio {
}
.portfolio ul {
	margin: 0px;
	padding: 0px;
}
.portfolio ul li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 220px;
}
.portfolio ul li, .portfolio ul li span {
	color: #666666;
}
.portfolio ul li:hover span {
	color: #333333;
}

.portfolio ul li img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
}
.portfolio ul li:hover img {
	-webkit-box-shadow:  0px 0px 2px 1px #cccccc;
        
        box-shadow:  0px 0px 2px 1px #cccccc;
}

.portfolio ul li span {
	float: left;
	width: 100%;
	text-align: center;
	height: 40px;
	padding-top: 8px;
	font-weight: bold;
}

.portfolio ul li a {
	float: left;
}

.contact_box {
	background-color: #FAEE85;
	float: right;
	width: 240px;
	margin-left: 20px;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow:  0px 0px 1px 1px #cccccc;
	box-shadow:  0px 0px 1px 1px #cccccc;
	margin-bottom: 20px;
	background-image: url(../images/pushpin.png);
	background-repeat: no-repeat;
	background-position: 215px 5px;
}

p.quote, div.quote {
	border-left-width: 2px;
	border-left-style: solid;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	background-color: #F4F2EC;
}
p.quote_right {
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #F2EFE6;
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: solid;
}

p.green   {
	border-left-color: #6FB51E;
	border-top-color: #6FB51E;
	border-right-color: #6FB51E;
	border-bottom-color: #6FB51E;
}
p.blue   {
	border-left-color: #209ACB;
	border-top-color: #209ACB;
	border-right-color: #209ACB;
	border-bottom-color: #209ACB;
}
p.orange   {
	border-left-color: #EB8602;
	border-top-color: #EB8602;
	border-right-color: #EB8602;
	border-bottom-color: #EB8602;
}
p.purple   {
	border-left-color: #B63E97;
	border-top-color: #B63E97;
	border-right-color: #B63E97;
	border-bottom-color: #B63E97;
}
p.teal   {
	border-left-color: #00A8A8;
	border-top-color: #00A8A8;
	border-right-color: #00A8A8;
	border-bottom-color: #00A8A8;
}

.color_green, a.color_green:link, a.color_green:visited, h2 a.color_green:link, .color_green  a:link, .color_green a:visited  {
	color: #6FB51E;
}
.color_blue, a.color_blue:link, a.color_blue:visited, h2 a.color_blue:link, .color_blue  a:link, .color_blue a:visited {
	color: #1882A8;
}
.color_orange, a.color_orange:link, a.color_orange:visited, .color_orange  a:link, .color_orange a:visited  {
	color: #EB8602;
}
.color_purple, a.color_purple:link, a.color_purple:visited, .color_purple  a:link, .color_purple a:visited  {
	color: #B63E97;
}
.color_teal, a.color_teal:link, a.color_teal:visited, .color_teal  a:link, .color_teal a:visited  {
	color: #00A8A8;
}
.color_grey, a.color_grey:link, a.color_grey:visited, .color_grey  a:link, .color_grey a:visited   {
	color: #999999;
}
.color_red, a.color_red:link, a.color_red:visited, .color_red a:link, .color_red a:visited {
	color: #990000;
}
.bg_green, a.bg_green:link {
	background-color: #6FB51E;
}
a.bg_green:hover {

}

.bg_blue {
	background-color: #209ACB;
}
.bg_blue_primary {
	background-color: #1882A8;
}

.bg_orange {
	background-color: #EB8602;
}
.bg_purple {
	background-color: #B63E97;
}

.bg_teal {
	background-color: #00A8A8;
}
.bg_white {
	background-color: #FFFFFF;
}
.txt_shadow {
	text-shadow: 1px 1px 0px #666666;
        filter: dropshadow(color=#666666, offx=1, offy=1);
}


.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}

.bottom_10 {
	padding-bottom: 10px;
}
.bottom_20 {
	padding-bottom: 20px;
}
.bottom_margin_10 {
	margin-bottom: 10px;
}
.bottom_margin_20 {
	margin-bottom: 20px;
}



.top_10 {
	padding-top: 10px;
}
.top_20 {
	padding-top: 20px;
}
.top_40 {
	padding-top: 40px;
}

.left_80 {
	padding-left: 80px;
}

.right_10 {
	padding-right: 10px;
}





.client_logo ul li{
	list-style:none;
}

.grouplogo{
    background:url(../images/client_logos.jpg);
	width:140px;
	height:120px;
	display:block;
	cursor:pointer;
	margin-right:28px;
	margin-bottom:28px;
	border:1px solid #CCC;
}

.grouplogo1{
	background-position:0px -20px;
	opacity:.4;
	transition:opacity .5s linear;
	
}

.grouplogo1:hover{
	background-position:0px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo2{
	background-position:-140px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo2:hover{
	background-position:-140px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo3{
	background-position:-280px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo3:hover{
	background-position:-280px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo4{
	background-position:-420px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo4:hover{
	background-position:-420px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo5{
	background-position:-560px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo5:hover{
	background-position:-560px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo6{
	background-position:-700px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo6:hover{
	background-position:-700px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo7{
	background-position:-840px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo7:hover{
	background-position:-840px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo8{
	background-position:-980px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo8:hover{
	background-position:-980px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo9{
	background-position:-1120px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo9:hover{
	background-position:-1120px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

.grouplogo10{
	background-position:-1260px -20px;
	opacity:.4;
	transition:opacity .5s linear;
}

.grouplogo10:hover{
	background-position:-1260px -139px;
	opacity:1;
	transition:opacity .5s linear;
}

