* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
background: rgb(241,218,54); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */


	width: 100%;
	height: 100%;
}

#footer {
	height: 2em;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ff9f47;
	padding: .5em 0;
}
#wrapper {
	width: 100%;
	height: 100%;
	padding-bottom: 2em;
}

#header {	
	width: 100%;
	padding: 0
	position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3a3a+3,eaab35+10,eaf738+18,5eed36+25,3a6dfc+32,973af4+39,fefcea+46,f1da36+50,fefcea+54,973af4+61,3a6dfc+68,5eed36+75,eaf738+83,eaab35+91,ff3a3a+98 */
background: rgb(255,58,58); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,58,58,1) 3%, rgba(234,171,53,1) 10%, rgba(234,247,56,1) 18%, rgba(94,237,54,1) 25%, rgba(58,109,252,1) 32%, rgba(151,58,244,1) 39%, rgba(254,252,234,1) 46%, rgba(241,218,54,1) 50%, rgba(254,252,234,1) 54%, rgba(151,58,244,1) 61%, rgba(58,109,252,1) 68%, rgba(94,237,54,1) 75%, rgba(234,247,56,1) 83%, rgba(234,171,53,1) 91%, rgba(255,58,58,1) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,58,58,1) 3%,rgba(234,171,53,1) 10%,rgba(234,247,56,1) 18%,rgba(94,237,54,1) 25%,rgba(58,109,252,1) 32%,rgba(151,58,244,1) 39%,rgba(254,252,234,1) 46%,rgba(241,218,54,1) 50%,rgba(254,252,234,1) 54%,rgba(151,58,244,1) 61%,rgba(58,109,252,1) 68%,rgba(94,237,54,1) 75%,rgba(234,247,56,1) 83%,rgba(234,171,53,1) 91%,rgba(255,58,58,1) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,58,58,1) 3%,rgba(234,171,53,1) 10%,rgba(234,247,56,1) 18%,rgba(94,237,54,1) 25%,rgba(58,109,252,1) 32%,rgba(151,58,244,1) 39%,rgba(254,252,234,1) 46%,rgba(241,218,54,1) 50%,rgba(254,252,234,1) 54%,rgba(151,58,244,1) 61%,rgba(58,109,252,1) 68%,rgba(94,237,54,1) 75%,rgba(234,247,56,1) 83%,rgba(234,171,53,1) 91%,rgba(255,58,58,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a3a', endColorstr='#ff3a3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#headImg {
	display:block; 
	width: 33%;  
	margin: 0 auto; 
	text-align: center;
	border: 1px solid #013AE4;
}

.headMenu {
	width: 100%;
	background: #fff; /*#013AE4;*/
	text-align:center;
	min-height: 1.5em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000e0+0,fefcea+20,fefcea+50,fefcea+80,0000e0+100 */
	background: rgb(0,0,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,224,1) 0%, rgba(254,252,234,1) 20%, rgba(254,252,234,1) 50%, rgba(254,252,234,1) 80%, rgba(0,0,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,224,1) 0%,rgba(254,252,234,1) 20%,rgba(254,252,234,1) 50%,rgba(254,252,234,1) 80%,rgba(0,0,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,224,1) 0%,rgba(254,252,234,1) 20%,rgba(254,252,234,1) 50%,rgba(254,252,234,1) 80%,rgba(0,0,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000e0', endColorstr='#0000e0',GradientType=0 ); /* IE6-9 */


}

.headMenu a {
	padding: .25em 1em;
	margin: 0 .1em;
	text-align: center;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border-left: 3px double #0000E0;
	border-right: 3px double #0000E0;	
	transition: .5s linear all;
}

.headMenu a:hover {
	background-color: #0000E0;
	color: #fff;
}

/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; background:url(images/shadow_top.png) no-repeat top center; padding:0 0 0 0;}
.flex-caption{ position: absolute; right:11px; bottom:20px;}
.caption_title_line{ width:450px; height:75px; padding:5px 15px 10px 15px;background:url(images/slider_caption_bg.png) repeat;color: #303030;}
.flex-caption h2{ color:#303030;font-size:20px; padding:5px 0 5px 0; margin:0px;font-family: 'Ovo', serif;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0 0 0 0;background:url(images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; border:0px #ededed solid;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:11px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(images/next.png) no-repeat center; bottom:184px;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:141px;}
.flex-direction-nav li a.next:hover {background:url(images/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(images/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
.slider_container{ width:100%; margin:0 0 0 0%; clear:both; background:none; padding:0 0 0 0;}
.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:-10px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(images/next.png) no-repeat center; bottom:85px;}
.flex-direction-nav li a.prev {background:url(images/prev.png) no-repeat center;bottom:40px;}
.flex-caption { display:none;}
}

