@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 { border:0; vertical-align:top;}
body{color:#FFF; margin:0 auto; background:#ecebe9; width:100%; text-align:center;}
ul,li{list-style:none; padding:0; margin:0;}
html { margin:0; overflow-y: scroll;}
img, object, embed, video {
	text-align:center;
	max-width: 100%;
}
/* 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:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	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/
*/

/* Mobile Layout: 480px and below. */






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 0px) {

#wrap1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin:0 auto;
	text-align:center;
}
#top_logo {
	clear: none;
	margin-left: 0;
	width:100%;
	height:48px;
	display: block;
	background:url(../images/320/bg1.jpg) center repeat-x;
	margin:0 auto;
	text-align:center;
	padding-top:18px;
}
#content {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#ecebe9;
	padding:18px  0 18px 0;
	text-align:center;
}
#btn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:#ecebe9;
}
#btn li{background:url(../images/320/btn_bg.jpg) repeat-x  top; padding-bottom:10px; text-align:center;}
#footer{clear: none;float: left;margin-left: 0;width: 100%;display: block; background:url(../images/320/bg2.jpg) repeat center; text-align:center;}
#wrap2{ display:none;}
#wrap3{ display:none;}
#wrap4{ display:none;}
.video5{ display:none;}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 360px) {

#wrap1 { display:none;}
#wrap3{ display:none;}
#wrap4{ display:none;}
#wrap2 { clear: both; float: left; margin-left: 0; width: 100%; display: block; margin:0 auto; text-align:center;}

#top_logo2 { clear: none; float: left; height:48px; 	padding-top:18px; margin-left: 0; width:100%; display: block; background:url(../images/360/bg1.jpg) repeat-x center; text-align:center;}

#content2 { clear: none; float: right; margin-left: 0; width: 100%; display: block; background:#ecebe9; padding:22px  0 22px 0; text-align:center; margin:0 auto;}

#btn2 { clear: none; float: left; margin-left: 0; width: 100%; display: block; background:#ecebe9;}
#btn2 li{background:url(../images/360/btn_bg.jpg) repeat-x  top; padding-bottom:19px; text-align:center;}
#footer2{clear: none;float: left;margin-left: 0;width: 100%;display: block; background:url(../images/360/bg2.jpg) repeat-x center; text-align:center;}
#wrap3{ display:none;}
.video5{ display:none;}
}
@media only screen and (min-width: 640px) {
	#content2{display:none;}
	.video5{clear: none;float: left;margin-left: 0;width: 100%;display: block; text-align:center; margin:50px 0 50px;}
}
@media only screen and (min-width: 768px) {
#wrap1{display:none;}
#wrap2{display:none;}
#wrap3{clear: both;float: left;margin-left: 0;width: 100%;display: block; margin:0 auto;}
#top_logo3{ clear: none; float: left; margin-left: 0; width: 100%; display: block; background:url(../images/768/bg1.jpg) repeat-x center; text-align:center; height:120px; padding-top:30px;}
#content3{ clear: none; float: left; margin-left: 0; width: 100%; display: block; padding:35px  0 35px 0; text-align:center; background:#ecebe9; margin:0 auto;}
#btn3{ clear: none; float: left; margin-left: 0; width: 100%; display: block; background:#ecebe9;}
#btn3 li{background:url(../images/768/bg3.jpg) repeat-x  top; padding-bottom:32px; text-align:center;}
#footer3{ clear: none; float: left; margin-left: 0; width: 100%; display: block; background:url(../images/768/bg2.jpg) repeat-x center; text-align:center;}

}
@media only screen and (min-width: 1024px) {
#wrap1{display:none;}
#wrap2{display:none;}
#wrap3{ display:none;}
#wrap4{ clear: both; float: left; margin-left: 0; width: 100%; display: block; margin:0 auto;}
#top_logo4{ clear: both; float: left; margin-left: 0; width: 100%; display: block; background:url(../images/360/bg1.jpg) repeat-x center; text-align:center; height:51px; padding-top:15px;}
#content4{ clear: none; float: left; margin-left: 0; width: 100%; display: block; padding:10px  0 10px 0; text-align:center; background:#ecebe9;}
#btn4{ clear: none; float: left; margin-left: 0; width: 100%; display: block; background:#ecebe9;}
#btn4 img.mar{margin-left:70px;}
#btn4 li{background:url(../images/1024/bg3.jpg) repeat-x top; text-align:center; padding-bottom:10px;}
#footer4{ clear: none; float: left; margin-left: 0; width: 100%; display: block; background:url(../images/1024/bg2.jpg) repeat-x center; text-align:center; margin-top:10px;}
}