@charset "UTF-8";
/* CSS Document */

.body {
	background:#FFF url(../images/bg1.jpg) repeat;
}
.header {
	background: url(../images/bg_header.jpg) #31d5fe repeat-x;
	color:#FFF;
	width:100%;
}
.nav_desktop {
	background:url(../images/bg_nav.jpg) #F60 repeat-x;
	color:#FFF;
	width:100%;
	height:80px;
	text-align:center;
}


/* Nav */

.main_nav img {
	padding-right:15px;
	padding-left:15px;
}
.social_icons img {
	padding-left:5px;
	padding-right:5px;
}

/* Slide Show */

#slideshow {
    position:relative;
    height:250px;
	clear:both;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
input[type=text] {
	font-size:20px;
	padding:2px;
	margin:5px;
}

/* Footer */

.foot {
	background:#F60 url(../images/bg_footer.jpg) repeat-x;
	color:#fff;
	height:200px;
}
.foot_inner {
	width:1024px;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
}


/* Mobile Nav */

#menu-icon {
	color:#fff;
	width:100%;
	height:60px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	background:#06F;
	padding: 0px 10px 0 10px;
	cursor:pointer;
	display:block;
}
#nav-phone {
	display:none;
}
