@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {



}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	15;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	width: 89.3454%;
	padding-left: 0.8272%;
	padding-right: 0.8272%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/top_backimage.png);
	background-position: 0px 190px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#smart_top_logo {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 72%;
}
#smart_about_us {
	display: block;
	width: 100%;
	text-align: center;

}
#smart_contact {
	display: block;
	width: 100%;
	text-align: center;
}
#about_us {
	display: none;
	clear: both;
	margin-left: 0;
	width: 100%;
}
#access {
	display: none;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#contact {
	display: none;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#top_logo {
	display: none;
	width: 100%;
	margin-top: 30px;
}
#smart_access {
	display: block;
	width: 100%;
	text-align: center;
}
#side_conte {
	display: block;
	margin-top: 30px;
	width: 100%;
}
#footer {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
#footer_DSTB {
	margin-bottom: 50px;
	width: 100%;
	display: none;
}
#main {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#smart_main {
	width: 100%;
	margin-top: 20px;
	display: block;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.1545%;
	padding-left: 0.4227%;
	padding-right: 0.4227%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#smart_top_logo {
width: 100%;
display: none;
}
#smart_about_us {
	display: none;
	width: 100%;
}
#smart_contact {
width: 100%;
display: none;
}
#about_us {
	display: block;
	clear: none;
	margin-left: 0.9174%;
	margin-top: 50px;
	width: 19.266%;
}
#access {
	width: 19.266%;
	display: block;
	clear: none;
	margin-left: 0.9174%;
	margin-top: 50px;
}
#contact {
	width: 19.266%;
	display: block;
	clear: none;
	margin-left: 0.9174%;
	margin-top: 50px;
}
#top_logo {
	display: block;
	width: 39.4495%;
}
#smart_access {
	display: none;
}
#side_conte {
	display: block;
	margin-top: 30px;
	width: 29.3577%;
}
#footer {
display: none;
}
#footer_DSTB {
	display: block;
	margin-top: 30px;
}
#main {
	width: 69.7247%;
	clear: none;
	margin-left: 0.9174%;
	margin-top: 30px;
	display: block;
}
#smart_main {
display: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.4545%;
	max-width: 1232px;
	padding-left: 0.2727%;
	padding-right: 0.2727%;
	clear: none;
	float: none;
}
#smart_top_logo {
width: 100%;
display: none;
}
#smart_about_us {
	display: none;
	width: 100%;
}
#smart_contact {
width: 100%;
display: none;
}
#about_us {
	display: block;
	clear: none;
	width: 19.5121%;
	margin-top: 40px;
	margin-left: 0.6097%;
}
#access {
	width: 19.5121%;
	display: block;
	margin-left: 0.6097%;
	clear: none;
	margin-top: 40px;
}
#contact {
	width: 19.5121%;
	display: block;
	margin-left: 0.6097%;
	clear: none;
	margin-top: 40px;
}
#top_logo {
width: 32.9268%;
display: block;
}
#smart_access {
	display: none;
}
#side_conte {
	display: block;
	margin-top: 30px;
	width: 26.2195%;
}
#footer {
	display: none;
}
#footer_DSTB {
	display: block;
	margin-top: 30px;
}
#main {
	width: 73.1707%;
	clear: none;
	margin-top: 30px;
	margin-left: 0.6097%;
	display: block;
}
#smart_main {
	display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
