body {
	/*background: url(../graphics/noise.png);*/
}

/*========================================================+
|  Design Elements                                        |
+========================================================*/

.pageWidth {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 738px;
	width: 100%;
	clear:both;
}

.headerDiv {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	margin: 10px 0 0 0;
	clear: both;
}

.logoDiv {
	display: block;
	float: left;
	margin: 0px 0 0 75px;
	width:30%;
	height:100px;
	/*background:url(../graphics/logo.jpg) no-repeat top;*/
	background:url(../graphics/4beacon_logo.png) no-repeat top;

}



.contentDiv {
	clear: both;
	/*padding: 20px 15px;*/
}

img {
	height: auto !important;
	max-width: 100%;
}

.breadcrumbDiv {
	margin:-10px auto 10px auto;
	padding:0 10px;
}

.breadcrumbDiv, .breadCrumb {
	color: #999999 !important;
	font-size:10px;
	text-shadow: 1px 1px #FFFFFF;
	
}

.breadCrumb {
	padding:0px 5px 0px 5px;
	background:#EFEFEF;
	position: relative;
	height:22px;
	display:block;
	float:left;
	line-height:22px;
	margin-right:18px;
}

.breadcrumbDiv .breadCrumb:first {
	border:none;
}

.breadCrumb:before {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
	border-width: 11px 0 11px 11px;
	border-style: solid;
	border-color: #EFEFEF #EFEFEF #EFEFEF transparent;
	left: -1em;
}

.breadCrumb:after {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -11px;   
    border-width: 11px 0 11px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #EFEFEF;
	right: -1em;
}

.footerDiv {
	/*border-top: 1px solid #EFEFEF;*/
	/*clear: both;*/
	padding: 10px;
}

.copyrightCopy {
	font-size: 10px;
	font-size: 1rem;
	color: #CCCCCC;
}

.ControlContainer {
    font-size: 12px !important;
}

.attribDiv a {
    margin:0 auto;
    display:none;
    height:35px;
    width:39px;
    text-indent:-2000px;
    overflow:hidden;
    background:url(../graphics/attribution_logo.png) no-repeat;
}

/*========================================================+
|  Login/Social Elements                                  |
+========================================================*/

.buttonDiv {
	display: block;
}

.loginLinks {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

.loginLinks .registerGroup,
.loginLinks .registerGroup *,
.loginLinks .loginGroup,
.loginLinks .loginGroup * {
	display: block;
	float: left;
	font-weight: normal;
}

.loginLinks .registerGroup .buttonGroup {
	margin: 0;
	padding: 0;
}

.loginLinks .registerGroup li {
	border-right: none;
}

.loginLinks .registerGroup a,
.loginLinks .loginGroup a,
.button {
	position: relative;
	color: #666666;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #FFFFFF;
	padding: 2px 7px;
	line-height: 26px;
	font-weight: normal;
	font-size: 11px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px #FFFFFF;
    overflow:hidden;
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	color: #000000;
}

.loginLinks .registerGroup .userNotifications a strong,
.loginLinks .registerGroup .userMessages a strong {
	display: block;
	text-indent: -2000px;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
}

.loginLinks .registerGroup .userNotifications a strong {
	background: url(../graphics/social_sprite.png) 5px -123px no-repeat;
}

.loginLinks .registerGroup .userNotifications a strong:hover {
	background: url(../graphics/social_sprite.png) 5px -155px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong {
	background: url(../graphics/social_sprite.png) 5px -59px no-repeat;
}

.loginLinks .registerGroup .userMessages a strong:hover {
	background: url(../graphics/social_sprite.png) 5px -91px no-repeat;
}

.loginLinks .registerGroup .userProfileImg a {
	padding: 0;
}

.loginLinks .registerGroup .userProfileImg img {
	width: 30px;
	height: 30px;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.loginLinks .registerGroup .userProfileImg img:hover {
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.loginLinks .registerGroup a:hover,
.loginLinks .loginGroup a:hover,
.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.mobileButtons {
	display: none;
	float: right;
}

.mobileButtons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobileButtons li {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}

.mobileButtons li a {
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #DADADA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Uncomment for blue notification bubbles */

/*.loginLinks .registerGroup a span {
    background: #2BA6CB;
	background: -moz-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #95D2E5), color-stop(60%, #2BA6CB));
	background: -webkit-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -o-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: -ms-linear-gradient(top, #95D2E5 20%, #2BA6CB 60%);
	background: linear-gradient(to bottom, #95D2E5 20%, #2BA6CB 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95D2E5', endColorstr='#2BA6CB', GradientType=0 );
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:1px solid #2284A1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
	text-shadow: 1px 1px #2284A1;
    display: inline-block;
    font-size: 9px;
	font-weight:bold;
    min-width: 15px;
    padding: 4px 2px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -7px;
	line-height:normal;
	z-index:1000;
}*/

/*========================================================+
|  Panes                                                  |
+========================================================*/


.buttonDivHome {
background-color: #11487C; 
height: 42px; 
width: 150px; 
color: #ffffff;
 display: table-cell; 
    text-align: center;
    vertical-align: middle;
}

.leftPane {
	display: block;
	float: left;
    width: 40%;
	 margin-left: 105px;
	
}

.rightPane {
	display: block;
	float: right;
	width: 40%;
	margin-right: 105px;
}

.leftBottomPane {
	display: block;
	float: left;
	 margin-left: 105px;
    width: 40%;
}

.rightBottomPane {
	display: block;
	float: right;
	width: 40%;
	margin-right: 105px;
}

.boxPane {
	 background-color: #F2F2F2;
     margin-left: 105px;
    margin-right: 105px;
	height: 240px;
}

.benefitsBox {
	margin: 12px 8px 10px 17px;
	float: left;
	width:23%;
	background-color: #AEC5DC; 
    color:#000000;
	height: 215px;
	/*border-bottom: 10px solid #A0A0A0;*/
	
}

.benefitsBox:hover {
	text-decoration: none;
	/*background:url(../graphics/benefits.jpg) no-repeat top;*/
	background-color: #57AAD6;
	height: 205px;
	border-bottom: 10px solid #11487C;
    color:#ffffff;   
}

.productsBox {
	float: left;
	margin:8px;
	margin-top:12px;
	width:23%;
	background-color: #AEC5DC; 
	color: #000000;
	height: 215px;
	/*border-bottom: 10px solid #A0A0A0;*/
}

.productsBox:hover {
	text-decoration: none;
	/*background:url(../graphics/benefits.jpg) no-repeat top;*/
	background-color: #57AAD6;
	height: 205px;
	border-bottom: 10px solid #11487C;
    color:#ffffff;   
}

.contactsBox {
	float: left;
	margin:8px;
	margin-top:12px;
	width:23%;
	background-color: #AEC5DC; 
	color: #000000;
	height: 215px;
	/*border-bottom: 10px solid #A0A0A0;*/
}

.contactsBox:hover {
	text-decoration: none;
	/*background:url(../graphics/benefits.jpg) no-repeat top;*/
	background-color: #57AAD6;
	height: 205px;
	border-bottom: 10px solid #11487C;
    color:#ffffff;  
}

.careersBox {
	float: left;
	margin:8px;
	margin-top:12px;
	width:23%;
	background-color: #AEC5DC; 
	color: #000000;
	height: 215px;
	/*border-bottom: 10px solid #A0A0A0;*/
}

.careersBox:hover {
	text-decoration: none;
	/*background:url(../graphics/benefits.jpg) no-repeat top;*/
	background-color: #57AAD6;
	height: 205px;
	border-bottom: 10px solid #11487C;
    color:#ffffff;  
}

.footerMenuBar{
    height:75px;
	background-color: #E9E8E6;
	margin-bottom: 20px;
	margin-top: 10px;
}

.socialIcons {
    /*margin: 25px;
    padding-left: 8%;
	float: left;*/
}

.footerMenu {
	float: right;
	font-size: 15px;
    margin: 10px;
    padding-right: 50px;
	/*padding-top: 10px;*/
}

.footerPane {
	height:60px;
	background-color: #11487C;
}

.horizantalLine{
	height:15px;
	background-color: #57AAD6;
}

.navDiv
	{
		float: none;
		/*margin-right:5%;*/
		text-align: center;
		width: 100%;
	}
/*========================================================+
|  Navigation                                             |
+========================================================*/

#dnnMenuMobile {
	display: none;
}

#dnnMenu {
	display: -moz-stack;
	/*bottom: 0px;*/
	/*right: 10px;*/
	/*padding-left: 190px;*/
	position: relative;
	z-index: 1000;
}

#dnnMenu .topLevel {
	position: relative;
	/*margin-left: 500px;*/
	padding: 0;
}

#dnnMenu .topLevel li {
	float: left;
	/*margin: 0 15px 0 10px;*/
	list-style-type: none;
	position: relative;
}

#dnnMenu .topLevel li:hover {
	text-decoration: none;
	/*color: #000000;
	background-color:#A0BE35;*/
	background-color:#57AAD6;
    color:#fff;
	
}

#dnnMenu .topLevel li.selected > a {
	color:#fff;
	/*background-color:#A0BE35;*/
	background-color:#57AAD6;
	border-bottom: 7px solid #11487C;
}

#dnnMenu .topLevel li a {
	display: block;
	/*color: #777777;*/
	color: black;
	/*padding-bottom: 28px;*/
	text-transform: uppercase;
	/*padding:34px;*/
	font-family:"Century Gothic",Arial,sans-serif;
	font-size: larger;
	font-weight: bold;
	height:23px;
	padding:45px 25px 25px 25px;
	 white-space:nowrap;
}

#dnnMenu .topLevel li a.disabled {
	cursor:default;
}

#dnnMenu .topLevel a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 7px solid #11487C;
}

#dnnMenu .subLevel, #dnnMenu .subLevel .subLevelRight ul {
	display: block;
	display: none;
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 1210;
	border: 1px solid #E0E0E0;
	top: 30px;
	left: -15px;
	background: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#dnnMenu .moveLeft {
    left:-80px;
}

#dnnMenu .subLevel ul {
	width: 170px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 900;
}

#dnnMenu .subLevel li {
	float: none;
	clear: both;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

#dnnMenu .subLevel li a {
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #DADADA;
	color: #777777;
	line-height: normal;
}

/*#dnnMenu .subLevel .subLevelRight ul {
    top:auto;
    left: 170px;
    display:block;
    width:170px;
}*/

#dnnMenu .subLevel .subLevelRight li a {
	padding-left: 25px;
}

#dnnMenu .subLevel .subLevelRight .subLevelRight li a {
	padding-left: 35px;
}

/*========================================================+
|  Responsive Styles                                      |
+========================================================*/

/* Maximum width. Comment out or remove if you want a full 100% width skin */
@media only screen and (min-width: 1280px) {
    .pageWidth {
       max-width: 1280px;
    }
}

@media only screen and (max-width: 767px) {

    .ModWillStrohlContentSliderC {
        display: none;
    }

    body {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	    width: 100%;
	    min-width: 0;
	    margin-left: 0;
	    margin-right: 0;
	    padding-left: 0px;
	    padding-right: 0px;
    }

    .buttonDiv {
	    position: absolute;
	    right: 0px;
	    top: 0px;
    }

    .headerDiv {
	    border-top: none;
	    padding: 5px 0 10px 0;
	    margin-top: 0;
    }

    .logoDiv {
	    /*text-align: center;
	    margin: 5px 0 0 10px;
	    max-width: 100%;*/
		margin-left: 0px;
		display : block;
		width: 100%;
    }

    .pageWidth {
	    width: 100%;
	    min-width: inherit;
	    padding: 0px;
    }

    .breadcrumbDiv {
	    display:none !important;
    }

    #dnnMenu {
	    display: none;
    }

    .mobileButtons {
	    display: block
    }

    #dnnMenuMobile {
	    clear: both;
    }

    .loginLinks .registerGroup,
    .loginLinks .registerGroup *,
    .loginLinks .loginGroup,
    .loginLinks .loginGroup * {
	    float: none;
	    font-size: 14px;
	    font-size: 1.4rem;
    }

    .loginLinks .registerGroup a,
    .loginLinks .loginGroup a {
	    text-align: center;
	    display: block;
	    margin: 0 0 10px 0;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.4em;
	    font-size: 16px;
    }

    .button {
	    text-align: center;
	    display: none;
	    margin: 10px 0 0 0;
	    padding: 0;
	    clear: both;
	    position: relative;
	    line-height: 2.3em;
	    color: #666666;
    }

    .loginLinks {
	    position: relative;
	    display: none;
	    float: none;
	    margin: 0;
	    padding: 0 10px;
	    clear: both;
    }

    /*========================================================+
    |  Responsive Panes                                       |
    +========================================================*/

    .leftPane {
	    display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
    }

    .rightPane {
	    display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
    }
	
	.leftBottomPane {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
	}

	.rightBottomPane {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
	}
	
	.benefitsBox {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
		margin-bottom : 22px;
	}
	
	.benefitsBox:hover {
	    /*text-decoration: none;
		background-color: #dddbdc; 
		color:#ffffff;
		width: 100%;*/
	}

	.productsBox {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
		margin-bottom : 22px;
	}
	
	.productsBox:hover {
		/*display: none; */
	}

	.contactsBox {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
		margin-bottom : 22px;
	}
	
	.contactsBox:hover {
		/*display: none; */
	}

	.careersBox {
		display: block;
	    float: none;
	    width: 100%;
		margin: 0px;
	}
	
	.careersBox:hover {
		/*display: none; */
	}
	
	.footerMenuBar{
		display : block;
		 height: 100px;
	}

	.socialIcons {
		/*display : block;
		padding: 0px;
		float : none;*/
	}

	.footerMenu {
		display : block;
		float : none;
		padding-right: 0;
		margin: 0;
	}

	.footerPane {
		display : block;
	}
	
	.horizantalLine {
		display : block;
	}
	
	.boxPane {
		background-color: #ffffff;
		margin: 0px;
		height: 100%;
	}
	
	.dnnLogo {
		display : none;
		margin: 0px;
	}
	
	.navDiv
	{
		float: right;
		/*margin-right:5%;*/
	}
	
	.banner_home {
		background:url(../graphics/banner_home.png) no-repeat top;
		height: 378px;
		padding-left: 4%;
		padding-top: 0px;	
	}
    /*========================================================+
    |  Mobile Menu                                            |
    +========================================================*/

    #dnnMenu {
	    /*background: #F3F3F3;*/
	    border-top: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
        display:block;
        position:relative;
        top:inherit;
        right:inherit;
    }

    #dnnMenu .topLevel {
	    list-style: none;
	    /*margin: 0px 0 -1px 0;
	    padding: 0 10px;*/
    }

    #dnnMenu .topLevel li {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
        float:none;
    }

    #dnnMenu .topLevel li a {
	    display: block;
	    line-height: 1.2em;
	    border-bottom: 1px solid #CCCCCC;
	    /*border-top: 1px solid #FFFFFF;*/
	    padding: 8px 8px;
	    /*font-size: 16px;*/
	    text-transform:uppercase;
	    /*text-shadow: 1px 1px #FFFFFF;*/
    }

    #dnnMenu .topLevel li.selected a {
	    color: #ffffff;
    }

    #dnnMenu .topLevel a:hover {
	    text-decoration: none;
    }

    #dnnMenu .subLevel {
        background: #F3F3F3;
        display: block !important;
        line-height: 1.2em;
        border: none;
        padding: 10px 10px;
        font-size: 16px;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow:none;
        left:inherit;
        top:inherit;
        width:inherit;
        position:relative;
        width:auto;
        padding:0px;
    }

    #dnnMenu .subLevel ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
        width:inherit;
    
    }

    #dnnMenu .subLevel li a {
	    padding-left: 30px;
    }

    #dnnMenu .subLevel .subLevelRight li a {
	    padding-left: 50px;
    }
}


	.banner_home {
		background:url(../graphics/desktop/banner_home.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1200px)
	{
		.banner_home
		{
			/*background:url(../graphics/tablet-landscape/banner_home.jpg) no-repeat top !important;*/
			background:url(../graphics/desktop/banner_home.png) no-repeat top  !important;
			padding-left: 10%;
		}

		.logoDiv 
		{
			display : block;
			margin: 0px;
			/*margin-left:15px;*/
		}
		
		.contentBoxPane 
		{
			display : block;
			margin: 0px;
		}

		#dnnMenu .topLevel li a {
   			
    			padding: 45px 20px 25px;
 
		}

		.leftPane {
			width: 38%;
		}

		.rightPane {
			width: 38%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_home
		{
			background:url(../graphics/tablet-portrait/banner_home.jpg) no-repeat top !important;
			padding-left: 5%;
		}
		.leftPane {
			width: 100%;
		}

		.rightPane {
			width: 100%;
		}

		#dnnMenu .topLevel li a {
   			
    			padding: 8px;
 
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_home
		{
			background:url(../graphics/smartphone-landscape/banner_home.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_home
		{
			background:url(../graphics/smartphone-portrait/banner_home.jpg) no-repeat top !important;
			padding-left: 1%;
		}

		
		.banner_home br { 
					display : none;

				}
		
	}

	.banner_about {
		background:url(../graphics/desktop/banner_about.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_about
		{
			background:url(../graphics/tablet-landscape/banner_about.jpg) no-repeat top !important;
			padding-left: 10% !important;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_about
		{
			background:url(../graphics/tablet-portrait/banner_about.jpg) no-repeat top !important;
			padding-left: 5% !important;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_about
		{
			background:url(../graphics/smartphone-landscape/banner_about.jpg) no-repeat top !important;
			padding-left: 2% !important;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_about
		{
			background:url(../graphics/smartphone-portrait/banner_about.jpg) no-repeat top !important;
			padding-left: 1% !important;
		}
	}

	.banner_product {
		background:url(../graphics/desktop/banner_product.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_product
		{
			background:url(../graphics/tablet-landscape/banner_product.jpg) no-repeat top !important;
			padding-left: 10% !important;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_product
		{
			background:url(../graphics/tablet-portrait/banner_product.jpg) no-repeat top !important;
			padding-left: 5% !important;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_product
		{
			background:url(../graphics/smartphone-landscape/banner_product.jpg) no-repeat top !important;
			padding-left: 2% !important;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_product
		{
			background:url(../graphics/smartphone-portrait/banner_product.jpg) no-repeat top !important;
			padding-left: 1% !important;
		}
	}

	.banner_service{
		background:url(../graphics/desktop/banner_service.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_service
		{
			background:url(../graphics/tablet-landscape/banner_service.jpg) no-repeat top !important;
			padding-left: 10%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_service
		{
			background:url(../graphics/tablet-portrait/banner_service.jpg) no-repeat top !important;
			padding-left: 5%;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_service
		{
			background:url(../graphics/smartphone-landscape/banner_service.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_service
		{
			background:url(../graphics/smartphone-portrait/banner_service.jpg) no-repeat top !important;
			padding-left: 1%;
		}
	}

	.banner_contact{
		background:url(../graphics/desktop/banner_contact.jpg) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_contact
		{
			background:url(../graphics/tablet-landscape/banner_contact.jpg) no-repeat top !important;
			padding-left: 10%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_contact
		{
			background:url(../graphics/tablet-portrait/banner_contact.jpg) no-repeat top !important;
			padding-left: 5%;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_contact
		{
			background:url(../graphics/smartphone-landscape/banner_contact.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_contact
		{
			background:url(../graphics/smartphone-portrait/banner_contact.jpg) no-repeat top !important;
			padding-left: 1%;
		}
	}

	.banner_benefit{
		background:url(../graphics/desktop/banner_benefit.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_benefit
		{
			background:url(../graphics/tablet-landscape/banner_benefit.jpg) no-repeat top !important;
			padding-left: 10%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_benefit
		{
			background:url(../graphics/tablet-portrait/banner_benefit.jpg) no-repeat top !important;
			padding-left: 5%;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_benefit
		{
			background:url(../graphics/smartphone-landscape/banner_benefit.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_benefit
		{
			background:url(../graphics/smartphone-portrait/banner_benefit.jpg) no-repeat top !important;
			padding-left: 1%;
		}
	}
	
	.banner_case{
		background:url(../graphics/desktop/banner_case.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_case
		{
			background:url(../graphics/tablet-landscape/banner_case.jpg) no-repeat top !important;
			padding-left: 10%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_case
		{
			background:url(../graphics/tablet-portrait/banner_case.jpg) no-repeat top !important;
			padding-left: 5%;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_case
		{
			background:url(../graphics/smartphone-landscape/banner_case.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_case
		{
			background:url(../graphics/smartphone-portrait/banner_case.jpg) no-repeat top !important;
			padding-left: 1%;
		}
	}

	.banner_client{
		background:url(../graphics/desktop/banner_client.png) no-repeat top;
		height: 378px;
		padding-left: 10%;
		/*padding-top: 5%;*/	
	}
	
	@media only screen and (max-width: 1070px)
	{
		.banner_client
		{
			background:url(../graphics/tablet-landscape/banner_client.jpg) no-repeat top !important;
			padding-left: 10%;
		}
	}

	@media only screen and (max-width: 600px)
	{
		.banner_client
		{
			background:url(../graphics/tablet-portrait/banner_client.jpg) no-repeat top !important;
			padding-left: 5%;
		}
	}

	@media only screen and (max-width: 500px)
	{
		.banner_client
		{
			background:url(../graphics/smartphone-landscape/banner_client.jpg) no-repeat top !important;
			padding-left: 2%;
		}
	}

	@media only screen and (max-width: 335px)
	{
		.banner_client
		{
			background:url(../graphics/smartphone-portrait/banner_client.jpg) no-repeat top !important;
			padding-left: 1%;
		}
	}



