/* - -- --- ---- ----- RESET ----- ---- --- -- - */

body, h1, h2, h3, h3, h4, h5, h6, p, ul, ol, li, form, input, img, blockquote {
	border: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* - -- --- ---- ----- MAIN LAYOUT ----- ---- --- -- - */

body {
	font: 12px Lucida Grande, Arial, Tahoma, Sans-Serif;
	color: #666;
	background: #FAFAFA;
}

.fancy {
	background: url(../img/color/fundo_pronto.jpg) repeat;
}

.wrap {
	width: 880px;
	margin: 0 auto;
}


/* - -- --- Header --- -- - */

#header {
	height: 96px;
	overflow: hidden;
}
.minhacasa {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.minhacasareais {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #069;
}

.logo {
	float: left;
	display: block;
}

.contactInfo {
	float: right;
	width: 320px;
	overflow: hidden;
}

.contactInfo span {
	display: block;
	float: right;
}

.contactInfo .number {
	font-size: 28px;
	font-weight: bold;
	line-height: 56px;
	color: #222;
}

.contactInfo .time {
	padding: 10px 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
}

/* - -- --- Featured --- -- - */

.featured {
	padding: 30px 0;
	overflow: hidden;
}

.featured p {
	font-size: 14px;
	line-height: 1.7em;
	color: #222;
	margin: 0;
}

.teaser {
	float: left;
	width: 500px;
}

.video {
	float: center;
	margin: 7px 0 0 386px;
	width: 300px;
	height: 214px;

}

.videoPreview {
	display: block;
	overflow: hidden;
	width: 227px;
	height: 137px;
	margin: 7px 0 0 16px;

}

.videoPreview img {
	display: block;
}


/* - -- --- Newsletter --- -- - */

.newsletter {
	height: 28px;
	padding: 13px 0;
	border-top: #666666;
	background: #1C1C1D;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#141415'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#141415)); /*  WebKit */
    background: -moz-linear-gradient(top,  #272727, #141415); /*  Firefox */
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.newsletter .wrap {
	overflow: hidden;
}

.newsletter span{
	float: left;
}

.newsletter form {
	float: right;
	overflow: hidden;
}

.newsletter #subscribeEmail {
	float: right;
	border: none;
	background: #ECEBEB;
	width: 224px;
	height: 14px;
	padding: 6px 6px;
	font-size: 14px;
	color: #888D8F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.newsletter #subscribe {
	float: right;
	margin-left: 15px;
}

.newsletter .submit {
	float: none;
	padding: 6px 9px 6px;
	margin: 0;
    -webkit-box-shadow: inset 0 1px 0 #26a99b;
   	-moz-box-shadow: inset 0 1px 0 #26a99b;
	box-shadow: inset 0 1px 0 #26a99b;
}


/* - -- --- Content --- -- - */

#content .wrap {
	overflow: hidden;
	background: url(../img/border.png) repeat-y 538px top;
}

.main {
	float: left;
	padding: 10px 40px 30px 0;
	width: 500px;
}

.sidebar {
	float: right;
	padding: 10px 0 30px 40px;
	width: 300px;
}


/* - -- --- Gallery --- -- - */

ul.gallery {
	overflow: hidden;
	padding: 0;
}

ul.gallery li {
	float: left;
	width: 230px;
	list-style: none;
	margin: 15px 40px 0 0;
	padding: 0;
}

ul.gallery li.last {
	margin-right: 0;
}

ul.gallery li a.galleryImage {
	display: block;
	padding: 0 0 16px 0;
	background: url(../img/shadow.png) no-repeat center bottom;
}

ul.gallery li a img {
	display: block;
}

ul.gallery li p{
   	font-size: 11px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0;
    color: #666;
}

/* - -- --- Testimonial --- -- - */

.testimonial{
	margin: 20px 0 20px 0;
}

.testimonial .client {
	display: block;
	padding: 8px 10px 9px;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: #222;
	background: url(../img/color/quote_blue.png) no-repeat 95% center #E8E8E8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.testimonial blockquote {
	line-height: 1.8em;
	font-style: normal;
	font-size: 12px;
	padding: 10px 0 0 0;
	background: none;
}

cite {
	display: block;
	font-style: normal;
}


/* - -- --- Contact Form --- -- - */

#contactForm {
	padding: 30px 0;
	position: relative;
}

label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #222;
	cursor: pointer;
}

.form {
	position: relative;
	margin: 8px 0 15px;
	width: 282px;
	border-width: 1px;
	border-style: solid;
	border-color: #B9B9B9 #CFCFCF #E4E4E4;
	background: #ECEBEB;
	padding: 6px 8px;
	font: 11px/1em Lucida Grande, Arial, Tahoma, Sans-Serif;
	color: #888D8F;
}

textarea.form {
	line-height: 1.3em;
	height: 70px;
}

#contactForm .form.error{
	background: #f37474;
	color: #fff;
	border-color: #c93535 #c93535 #c26c6c #c26c6c;
}

.submit {
	float: left;
	padding: 6px 22px 6px;
	margin: 0 10px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #257694 #297eaa #144c6c;
	font-size: 11px;
	height: 27px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 #324C58;
	background: #3984B0;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B9BDC', endColorstr='#2172B1'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3B9BDC), to(#2172B1)); /*  WebKit */
    background: -moz-linear-gradient(top,  #3B9BDC, #2172B1); /*  Firefox */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
   	-moz-box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
	box-shadow: 0 1px 0 #A6AEB2, inset 0 1px 0 #26a99b;
}

.submit:hover {
	background: #287aba;
    -webkit-box-shadow: inset 0 1px 0 #60A2D2;
   	-moz-box-shadow: inset 0 1px 0 #60A2D2;
	box-shadow: inset 0 1px 0 #60A2D2;
}

.submit:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

#loader{
	display: none;
	float: left;
	height: 16px;
	width: 16px;
	margin: 6px 0 0 0;
	background: url(../img/loader.gif) no-repeat 0 0;
}

.success{
	color: green;
	display: none;
}

.fail{
	color: red;
	display: none;
}

/* - -- --- Footer --- -- - */

#footer {
	height: 56px;
	line-height: 56px;
	background: #202429;
	color: #C3CBD6;
}

.copyright{
	float: left;
}

#footer a {
	color: #FFF;
}

.social {
	float: right;
	padding: 16px 0 0 0;
	margin: 0;
}

.social li{
	float: right;
	display: block;
	margin-left: 15px;
}

.social img {
	display: block;
}

/* - -- --- Typography & Others --- -- - */

a {
	text-decoration: none;
	color: #CC6633;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}

a.button {
	float: left;
	clear: both;
	display: block;
	margin: 30px 0 1px 0;
	padding: 0 22px 0 0;
	height: 48px;
	font-size: 14px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 #075B8F;
	text-transform: uppercase;
	background: url(../img/color/button_blue.png) no-repeat right -48px;
}

a.button span {
	cursor: pointer;
	float: left;
	display: block;
	height: 48px;
	margin: 0;
	padding: 0 0 0 21px;
	background: url(../img/color/button_blue.png) no-repeat 0 0;
}

a.button:hover, a.button:focus {
	text-decoration: none;
	background-position: right -144px;
}

a.button:hover span, a.button:focus span {
	background-position: 0 -96px;
}

a.button:active {
	text-decoration: none;
	margin: 31px 0 0 0;
}

h1 {
	font: bold 35px/1em Helvetica, Arial, Sans-Serif;
	color: #FFF;
	margin: 0 0 24px;
}

h2 {
	font-weight: bold;
	font-size: 23px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h4 {
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 1em;
	color: #222;
	margin: 30px 0 15px 0;
}

p {
	line-height: 1.8em;
	margin: 0 0 10px;
}

ul, ol{
	padding: 0 0 0 20px; 
}

ul li, ol li{
	color: #287aba;
	padding: 0 0 10px 0;
	font-weight: bold;
}

ul li span, ol li span{
	color: #666;
	font-weight: normal;
}

blockquote{
	padding: 0 0 20px 60px;
	background: url(../img/color/blockquote_blue.png) no-repeat left top;
	font-style: italic;
	font-size: 14px;
}

input:focus, input:active, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
    -moz-resize: none;
    overflow: auto;
}

.oneOfTwo{
	float: left;
	width: 230px;
	margin: 0 40px 0 0;
}

.oneOfTwo.last{
	margin: 0;
}

.clear{
	clear: both;
}



/* -- Live preview only -- */

#skin{
	padding: 10px 10px 6px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #222;
	background: rgba(75,75,75,0.35);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#skin a{
	display: block;
	width: 19px;
	height: 19px;
	padding: 0 0 4px 0;
}
.telefones {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #222;
}
.titulo_header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #060;
}

/*
	SLIDER 1
*/

.sliderjs-wrap {
	position: relative;
	width: 360px;
	height: 220px;
	overflow: hidden;
}
.sliderjs-slide {
	position: absolute;
	left: 0;
	top: 0;
}
.sliderjs-play-pause {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	width: 360px;
	height: 220px;
}


/*
	SLIDER 3
*/

.slider3-wrap {
	overflow: hidden;
	position: relative;
	width: 360px;
	height: 220px;
}
.slider3-slide {
	width: 360px;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
}

.demo-block {
	width: 360px;
	position: relative;
	margin: 0 auto 100px auto;
	height: 120px;
}
.slider-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 220px;
	z-index: 1;
	border: 0px solid #666;
	background: white;
}
.slider-wrap:after {
	position: absolute; display: block; content: ""; background: url('../img/sprite.png') 0 -52px; left: 0; bottom: -39px; width: 360px; height: 39px;
}

.clear {
	clear: both;
}