/* -------------------------------------------------- 
    HIERARQUIA
-----------------------------------------------------
:: Reset & Standards
:: Headings
:: Links & Paragrafos
:: Listas
:: Tabelas
:: Forms
*/


/*	--------------------------------------------------
	GLOBAL RESET & STANDARDS
------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
}
/* HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.left, .columns.left {
	float: left;
}
.right, .columns.right {
	float: right;
}
.hide {
	display: none;
}
.highlight {
	background: #ff0;
}
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	background: url(../images/background.jpg);
}
.clear {
	display: block;
	clear: both;
}
strong {font-weight: bold;}

/*	--------------------------------------------------
	HEADINGS
------------------------------------------------------ */

/** Champagne REGULAR **/
@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('../fonts/champagne__limousines-webfont.eot');
    src: url('../fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champagne__limousines-webfont.woff') format('woff'),
         url('../fonts/champagne__limousines-webfont.ttf') format('truetype'),
         url('../fonts/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Champagne BOLD **/
@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('../fonts/champagne__limousines_bold-webfont.eot');
    src: url('../fonts/champagne__limousines_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/champagne__limousines_bold-webfont.woff') format('woff'),
         url('../fonts/champagne__limousines_bold-webfont.ttf') format('truetype'),
         url('../fonts/champagne__limousines_bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2, h3, h4, h5, h6 {
	color: #1b1b1b;
	line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 12px;
	font-family: 'champagne__limousinesregular';
}
h2 {
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 9px;
	font-family: 'champagne__limousinesregular';
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 9px;
	font-family: 'champagne__limousinesregular';
}
h4 {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 3px;
	font-family: 'champagne__limousinesregular';
}
h5 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 3px;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
.subhead {
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

/*	--------------------------------------------------
	LINKS E PARAGRAFOS
------------------------------------------------------ */
p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 0 0 15px;
	color: #777;
}
p img {	margin: 0;}
p.lead {
	font-size: 18px;
	font-size: 1.8rem;
}
a {
	color: #CA340F;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a:hover { color: #95200B; }
p a, p a:visited { line-height: inherit; }

/*	--------------------------------------------------
	LISTAS
------------------------------------------------------ */
ul, ol {
	margin-bottom: 18px;
	color: #666;
}
ul {list-style: none outside;}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ol ol {
	margin: 4px 0 5px 30px;
}
li {
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}

/*	--------------------------------------------------
	TABELAS
------------------------------------------------------ */
table {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	margin: 0 0 18px;
	border: 1px solid #ddd;
}
table thead {
	background: #f5f5f5;
}
table thead tr th,  table tbody tr td {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
table thead tr th {
	padding: 8px 10px 9px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
table thead tr th:first-child {
	border-left: none;
}
table thead tr th:last-child {
	border-right: none;
}
table thead tr {
}
table tbody {
}
table tbody tr {
}
table tbody tr.even,  table tbody tr.alt {
	background: #f1f8fe;
}
table tbody tr:nth-child(even) {
background: #f1f8fe;
}
table tbody tr td {
	color: #999;
	padding: 9px 10px;
	vertical-align: top;
	border: none;
}

/*	--------------------------------------------------
	IMAGES
------------------------------------------------------ */
.align-left {
	text-align: left;
	float: left;
}
.align-right {
	text-align: right;
	float: right;
}
.align-center {
	text-align: center;
	margin: auto;
}

/*	--------------------------------------------------
	BOTÃO
------------------------------------------------------ */
.btn {
	position: relative;
	display: inline-block;
	width: auto;
	height: 30px;
	font-size: 13px;
	line-height: 28px;
	border: 1px solid #999;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 0 20px 0;
	-webkit-box-shadow: inset 0 1px 1px #fff,
		0 1px 2px rgba(0,0,0,0.31);
	box-shadow: inset 0 1px 1px #fff,
				0 1px 2px rgba(0,0,0,0.31);
	background: #ccc;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%);
	background: -o-linear-gradient(top, #eee 0%,#ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%,#ccc 100%);
	background: linear-gradient(top, #eee 0%,#ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	color: #333;
	padding: 0 10px;
}

.btn:hover {
	-webkit-box-shadow: inset 0 1px 1px #fff,
		0 1px 2px rgba(0,0,0,0.31);
	box-shadow: inset 0 1px 1px #fff,
				0 1px 2px rgba(0,0,0,0.31);
	background: #ccc;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
	background: linear-gradient(top, #fff 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
.btn a, .btn:hover a {
	display: block;
	font-family: "champagne__limousinesbold", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 1px #fff;
}
.btn:hover a {
	line-height: inherit;
}
.btn:active {
	background: #ccc;
	background: -moz-linear-gradient(top, #ddd 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #ddd 0%,#fff 100%);
	background: -o-linear-gradient(top, #ddd 0%,#fff 100%);
	background: -ms-linear-gradient(top, #ddd 0%,#fff 100%);
	background: linear-gradient(top, #ddd 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

/*	--------------------------------------------------
	FORMS
------------------------------------------------------ */
form {	margin-bottom: 20px; }
form p { margin: 0px; }
fieldset {	margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #ededed;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 6px 4px;
	outline: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 97%;
	display: block;
	margin-bottom: 10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); 
}
textarea {min-height: 70px;}
label, legend {
	display: block;
	font-size: 12px;
	margin: 0 0 3px 3px;
}
select { padding: 4px 6px;}
input[type="checkbox"] {
	display: inline; 
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; 
}
form .btn { margin-top: 5px !important; padding: 0px 20px; }

/**
	FORM MIDDLE
**/
form p.middle {
	width: 215px;
	float: left;
	margin-right: 15px;
}
form p.middle .last {
	margin: 0;
}
form .middle input {
	width: 215px;
}

/**
	FORM SMALL
**/
form p.small {
	width: 175px;
	float: left;
	margin-right: 15px;
}
form p.small .last {
	margin: 0;
}
form .small input {
	width: 170px;
}

/**
	ERROS
**/
.erro, .sucesso {
	padding: 5px;
	margin-bottom: 20px;
}
.erro {
	background: #FFA4A4;
	border: 1px solid #F66;
}
.sucesso {
	background: #B7FFB7;
	border: 1px solid #75FF75;
}

/**
	SEARCH
**/
.search {
	margin: 0;
	position: relative;
}
.search input {
	border-radius: 0;
	width: 100%;
	-moz-border-radius: 0;
	background: #f9f9f9;
	padding: 15px 5px;
	border: 1px solid #ccc;
}
.search .btn-search {
	position: absolute;
	top: 27px;
	right: -3px;
	cursor: pointer;
	padding: 6px 10px;
	border: 0;
	background: #f9f9f9;
	border-left: 1px solid #ccc;
}
.search .btn-search:hover {
	background: #fff;
}


/*	--------------------------------------------------
	HEADER
------------------------------------------------------ */
#header {
	width: 100%;
	height: 100px;
	background: #554bec;
	border-bottom: 1px solid #3729d6;
	display: block;
}
#header .logo {
	margin-top: 25px;
}
#header .logo img {
	padding: 5px 15px 0 0;
	float: left;
	opacity: 0.6;
}
#header .logo h1 a { 
	font-family: 'champagne__limousinesregular';
	color: white;
	line-height: 0;
}
#header .contato {
	font-family: 'champagne__limousinesregular';
	color: white;
	float: right;
	font-size: 18px;
	text-align: right;
	margin-top: 20px;
}
#header .dr {
	background: url(../images/dr-syuichi-fujisaki.png) no-repeat bottom;
	width: 118px;
	height: 98px;
}

/**
	PASSOS
**/
.passos ul {
	text-transform: uppercase;
	display: table;
	font-size: 11px;
	margin: 20px 0;
	clear: both;
}
.passos ul li {
	float: left;
	margin: 0 10px 0 0 !important;
	background: none !important;
	padding: 0 !important;

}
.passos ul li a {
	color: #fff;
	background: #999;
	padding: 5px 10px;
	display: block;
}
.passos ul li a:hover {
	background: #666;
}

/*	--------------------------------------------------
	MENU
------------------------------------------------------ */
#nav {
	width: 100%;
	height: 40px;
	background: #4133e6;
	border-bottom: 1px solid #3729d6;
}
.main-menu { 
	position: relative;
	z-index: 800;
}
.main-menu .selector { display: none; }
.main-menu ul { float: left; }
.main-menu ul li { 
	float: left; 
	list-style: none; 
	position: relative;
}
.main-menu ul li a { 
	font-size: 14px; 
	text-decoration: none;
	border-left: 1px solid #3729d6;
	display: block; 
	color: white;
	padding: 9px 15px; 
	-moz-transition: all 0.2s linear 0s; 
	-webkit-transition: all 0.2s linear 0s; 
	-o-transition: all 0.2s linear 0s;
}
.main-menu ul li a span { 
	background: url(../images/arrow-2.png) right 6px no-repeat; 
	padding: 0 16px 0 0; 
}
.main-menu ul li:hover > a span { background: url(../images/arrow-2.png) right -187px no-repeat; }

.main-menu li:hover > a { 
	color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0; 
	background-color: rgba(0, 0, 0, 0.25); 
}
.main-menu li > a:hover { color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0; }

.main-menu ul ul {
	width: 186px; 
	padding: 5px 10px; 
	position: absolute; 
	top: 35px; 
	left: 0; 
	background-color: #3729d6;
	float: left; 
	display: none; 
	z-index: 200; 
	-moz-transition: all 0.2s linear 0s; 
	-webkit-transition: all 0.2s linear 0s; 
	-o-transition: all 0.2s linear 0s; 
}
.main-menu ul li:hover > ul { 
	font-style: normal !important; 
	display: block; 
	-moz-transition: all 0.2s linear 0s; 
	-webkit-transition: all 0.2s linear 0s; 
	-o-transition: all 0.2s linear 0s; 
}
.main-menu ul ul li { 
	height: auto; 
	margin: 0; 
	padding: 0; 
	background: url(../images/border-2.png) top left repeat-x; 
	float: none;
	border: 0;
}
.main-menu ul ul li:first-child { background: none; }
.main-menu ul ul li a { 
	height: auto; 
	padding: 8px 0 7px 0; 
	margin: 0; color: #fff; 
	text-align: left; 
	text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0; 
	text-decoration: none; 
	display: block; 
	background: none;
	border: 0;
}
.main-menu ul ul li:hover > a {
	color: #fff; 
	background: none; 
	color: #000; 
}
.main-menu ul ul li a span {
	width: 178px; 
	background: url(../images/ico-arrow-2.png) right 6px no-repeat; 
	padding: 0 15px 0 0; 
	display: block; 
}
.main-menu ul ul li:hover > a span { 
	background: url(../images/ico-arrow-5.png) right 6px no-repeat; 
	padding: 0 15px 0 0; 
}
.main-menu ul ul ul {
	width: 245px;
	position: absolute; 
	top: 0; 
	left: 243px; 
	float: left; 
	display: none; 
	z-index: 103; 
}
.main-menu ul ul ul li a { 
	width: 189px; 
	height: auto; 
	padding: 10px 27px 11px 27px; 
	text-align: left; 
	text-decoration: none; 
	display: block;
}

/*	--------------------------------------------------
	SLIDER
------------------------------------------------------ */
#slides {
	position: relative;
	width: 930px;
	height: 300px;
	background: white;
	padding: 10px;
}
.slides_container {
	overflow: hidden;
	position: relative;
	display: none;
}
#slides .slide {
	width: 930px;
	height: 295px;
	display: block;
}

/*
	DESCRIPTION
*/
#slides .description {
	width: 480px;
	float: left;
	margin: 25px 0 0 10px;
}
#slides .description .btn {	margin-top: 20px;}
#slides .description h1{
	color: #D93911;
	font-size: 38px;
	background: url(../images/line.png) repeat-x bottom;
	padding: 5px 0;
	margin-bottom: 20px;
	line-height: normal;
	letter-spacing: -1px;
}
#slides .thumb-slider {
	width: 340px;
	float: right;
	padding: 10px 10px 20px 10px;
	border: 1px solid #ddd;
	margin-right: 15px;
}
#slides .thumb-slider img {
	width: 340px;
}

/*
	NEXT/PREV
*/
#slides .next, #slides .prev {
	position: absolute;
	top: 150px;
	display: block;
	z-index: 101;
	background: url(../images/arrow.png);
	width: 62px;
	height: 62px;
}
#slides .prev {
	background-position: 31px 0px;
	width: 31px;
	height: 31px;
	right: -20px;
}
#slides .prev:hover {
	background-position: 31px -31px;
}
#slides .next {
	background-position: 0px 0px;
	width: 31px;
	height: 31px;
	left: -20px;
}
#slides .next:hover {
	background-position: 0px -31px;
}

/*
	PAGINAÇÃO
*/
.pagination {
	margin: -20px 110px 0 0;
	float: right;
	width: 120px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}


/*	--------------------------------------------------
	HOME
------------------------------------------------------ */
.home { margin: 30px 0; }
.home h3 { font-size: 30px; }
.home ul { list-style: none;}
.home ul li {
	line-height: 17px;
	padding: 0px 0 0 20px;
	background: url(../images/arrow-list.gif) no-repeat left;
}

/**
	HIGHLIGHTS
**/
.home .highlights {
	background: #f9f9f9;
	height: 230px;
	margin-bottom: 30px;
	position: relative;
}
.home .highlights h2 {
	text-align: center;
	background: #666;
	color: #fff;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 600;
}
.home .highlights p {
	padding: 0 10px;
}
.home .highlights .btn {
	position: absolute;
	bottom: 0;
	left: 120px;
}


/*	--------------------------------------------------
	PAGE
------------------------------------------------------ */
.page h1 {
	background: url(../images/line-page.png) repeat-x bottom;
	padding: 7px 0;
	margin-bottom: 15px;
}
.page p { text-align: justify;}
.page ul { list-style: none;}
.page ul li {
	line-height: 17px;
	padding: 0px 0 0 20px;
	background: url(../images/marker-page.gif) no-repeat left;
}
.page .maps {
	border: 1px solid #ddd;
	padding: 4px;
}
.page #content img {
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 10%;
	-moz-border-radius: 10%;
	margin: 7px;
}
.page #content .captcha {
	padding-top: 5px;
	font: bold 12px arial;
	color: #666;
	clear: both;
}
.page #content .captcha img {
	border-radius: 0;
	border: 0px;
}
.page #content .captcha input {
	float: left;
	width: 167px;
	margin: 14px 5px 0 0;
}
h3.large {
	font-size: 50px;
}

/*	--------------------------------------------------
	SIDEBAR
------------------------------------------------------ */
#sidebar {}
#sidebar .widget {
	margin: 20px 0;
	width: 290px;
	clear: both;
}
#sidebar .widget h3 {
	background: url(../images/line.png) repeat-x bottom;
	padding: 5px 0;
	margin-bottom: 20px;
}
.page #sidebar .widget ul li {
	background: url(../images/arrow-list.gif) no-repeat left;
}


/*	--------------------------------------------------
	FOOTER
------------------------------------------------------ */
#footer {
	background: #0a0640;
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
}
#footer p {color: #eee;}
#footer h3 {
	color: #eee;
	padding: 0 0 10px 0; 
	font-family: 'champagne__limousinesregular', Arial, Helvetica, sans-serif;
	font-size: 21px;
}

/** NAVIGATION **/
#footer .navigation ul { 
	line-height: 12px;
}
#footer .navigation ul li {
	background: url(../images/marker.gif) no-repeat left;
	padding-left: 10px;
	float: left;
}
#footer .navigation a { 
	font-weight: normal; 
	font-size: 12px; 
	color: #eee;
	margin-right: 10px;
}
#footer .navigation a:hover { 
	color: #739ab8;
}
#footer .social { padding: 21px 0 25px 0; }
#footer .social a { 
	width: 23px; 
	height: 21px;
	margin: 0 6px 0 0; 
	display: block; 
	float: left; 
	-moz-transition: all 0.15s linear 0s; 
	-webkit-transition: all 0.15s linear 0s; 
	-o-transition: all 0.15s linear 0s; 
}
#footer .social a:hover { background-position: 0 -21px; }
#footer .social .youtube { background: url(../images/icones/ico-youtube-1.png) 0 0 no-repeat; }
#footer .social .facebook { background: url(../images/icones/ico-facebook-1.png) 0 0 no-repeat; }
#footer .social .twitter { background: url(../images/icones/ico-twitter-1.png) 0 0 no-repeat; min-height: 0; }
#footer .social .flickr { background: url(../images/icones/ico-flickr-1.png) 0 0 no-repeat; }
#footer .social .rss { background: url(../images/icones/ico-rss-1.png) 0 0 no-repeat; }
#footer .social .pinterest { background: url(../images/icones/ico-pinterest-1.png) 0 0 no-repeat; }
		
