html, body {
	margin: 0;
	overflow: hidden;
	height: 100%;
}


header { width:190px; height: 240px; display: block; float: left; }
header img{ width:100%;  margin: 0px auto;  } 

#container { padding: 19px 20px 20px 25px; }

#maximage img{ }


footer { position:absolute; bottom: -38px; right:0; padding-bottom:0px; width:100%; }
footer iframe { float:right; padding-right: 20px; margin-top: 84px; }

/* SLIDER */

.slideWrapper { position:relative; height:0px; }
.sliderContent { padding:30px; width:100%; } 
.slideButton  { width:220px; height: 40px; position:relative; top: -90px; left:65px; cursor:pointer;  }
.slideButton img { clear: both; display: block; margin-bottom: 4px; border: none; }
.slideButton span { font-size: 0.8em; clear: both; display: block; margin-top: 10px; line-height: 1.0em;}
 
/* FOOTER */

.contacts { float: left; margin-right: 10px; }
#cmdSlide ul li { float: left; margin-right: 20px; margin-top: 0px; padding-top: 0px; }
#cmdSlide ul li a img, #cmdSlide ul li a:hover img, #cmdSlide ul li a:visited img{ border: none;}

//*MEDIA QUERIES*/

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		header { width:80px; display: block; float: left; }
        footer iframe { float:left; padding-left: 38px; } 
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480x) {
		header { width:70px; display: block; float: left; }
        footer iframe { float:left; padding-left: 38px; } 
		
	}

	@media only screen and (max-width: 320px) {
		header { width:90px; display: block; float: left; }
        footer iframe { float:left; padding-left: 38px; width:220px !important; } 
	}


