/* Slider */

.slider-wrap {
	overflow: hidden;
	width:562px;
	height:217px;
	float:left;
	margin:0 0 0 11px;;
	z-index:-1;
}

.slider-wrap .slider-wrap-box {
	max-width: 562px;
	margin: auto;
	position: relative;
}

.slider-wrap li .left_content {
	float:left;
	text-align: left;
	margin: 20px 0 0 0;
	padding-left:10px;
}

.slider-wrap li .right_content {
	float:right;
	padding:0;
	margin:0;
	text-align:right;
}

ls-layer {
	width:562px;
	height:217px;
}

.caixa {
	border-bottom : 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	color : #00244d;
	background-color: 91b7dc;
	height: 20px;
	border:2px 0 0 3px;
}

.input {
	background:#FFF;
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	outline:none;
	float:none;
	width:220px;
	padding:6px;
	font-family: 'Lucida Grande', sans-serif;
	line-height:16px;
	margin-right:5px;
}

input.botao {padding:3px 30px; cursor:pointer;}
div.inpt {margin-bottom:5px;}
div.msgdiv {vertical-align:middle;}
div.msgdiv h2 {float:0; margin:0; padding:0;}

.btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background-color: #91B7DC;
	background-image: -moz-linear-gradient(top, #91B7DC, #2D5B8A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#91B7DC), to(#2D5B8A));
	background-image: -webkit-linear-gradient(top, #91B7DC, #2D5B8A);
	background-image: -o-linear-gradient(top, #91B7DC, #2D5B8A);
	background-image: linear-gradient(to bottom, #91B7DC, #2D5B8A);
	border: 1px solid #2D5B8A;
	color: #fff;
	padding: 6px 40px;
	line-height: 20px;
	font-size: 13px;
	outline: none;
	font-weight: normal;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-large {
	padding: 10px 60px;
}

.btn-small {
	padding: 1px 8px;
	font-size: 12px;
	margin-top:10px;
	float:left;
}

.btn:hover {
	color: #FFFF00;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:active {
	background-image: none;
	color: #686868;
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0;
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	.slider-wrap .slider-wrap-box {
		max-width: none;
		margin: auto;
	}
}

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
}

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.slider-wrap, .highlight {display:none;}
	
	.header .navigation {

	}
	.header .brand .logo img {

}
	.header .navigation .tinynav {
	display:table-row;
	margin:50px 0 0 0;
}
}

@media only screen and (max-width: 480px) {
	.slider-wrap, .highlight {display:none;}
	.header .navigation .tinynav {
	display:table-row;
	margin:30px 0 160px;
}
}