@CHARSET "utf-8";

@font-face {
    font-family: 'VWHeadlineOTBlack';
    src: url('fonts/vwheadlineot-black-Amarokcc_.eot');
    src: url('fonts/vwheadlineot-black-Amarokcc_.eot?#iefix') format('embedded-opentype'),
         url('fonts/vwheadlineot-black-Amarokcc_.woff') format('woff'),
         url('fonts/vwheadlineot-black-Amarokcc_.ttf') format('truetype'),
         url('fonts/vwheadlineot-black-Amarokcc_.svg#VWHeadlineOTBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VWHeadlineOTBook';
    src: url('fonts/vwheadlineot-book-Amarokcc_.eot');
    src: url('fonts/vwheadlineot-book-Amarokcc_.eot?#iefix') format('embedded-opentype'),
         url('fonts/vwheadlineot-book-Amarokcc_.woff') format('woff'),
         url('fonts/vwheadlineot-book-Amarokcc_.ttf') format('truetype'),
         url('fonts/vwheadlineot-book-Amarokcc_.svg#VWHeadlineOTBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VWHeadlineOTSemibold';
    src: url('fonts/vwheadlineot-semibold-Amarokcc_.eot');
    src: url('fonts/vwheadlineot-semibold-Amarokcc_.eot?#iefix') format('embedded-opentype'),
         url('fonts/vwheadlineot-semibold-Amarokcc_.woff') format('woff'),
         url('fonts/vwheadlineot-semibold-Amarokcc_.ttf') format('truetype'),
         url('fonts/vwheadlineot-semibold-Amarokcc_.svg#VWHeadlineOTSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaBook';
    src: url('fonts/futuran-Amarokcc_.eot');
    src: url('fonts/futuran-Amarokcc_.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuran-Amarokcc_.woff') format('woff'),
         url('fonts/futuran-Amarokcc_.ttf') format('truetype'),
         url('fonts/futuran-Amarokcc_.svg#FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
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;
}

aatable {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************
** Geral
*****************/
body {
	color: #626466;
	font-family: 'FuturaBook';
	font-size: 12px;
	background: url("../_images/bg.jpg") repeat-x top;
	text-align: center;
}

a {
	color: #2aa4dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {padding: 4px !important;}
select {padding: 4px !important;}

strong {font-family: 'VWHeadlineOTBlack';}

.beforeClear:before {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear{clear: both;}

span.button {
	background: url("../_images/buttons/button-base.png") no-repeat left top;
	display: block;
	float: left;
	margin-right: 8px;
}
span.button:hover {background-position: left bottom;}
span.button a.button {
	background: url("../_images/buttons/button-dir.png") no-repeat right top;
	color: #fff;
	display: block;
	font-family: 'VWHeadlineOTBook';
	line-height: 22px;
	padding: 0 18px 0 18px;
	margin-right: -8px;
	text-align: center;
	text-decoration: none;
}
span.button a.button:hover {
	background-position: right bottom;
}
span.active {
	background-position: left bottom;
}
span.active a.button {
	background-position: right bottom;
	cursor: default;
}

.fRight {float: right !important;}
.bgLoader {background: url("../_images/ajax-loader.gif") no-repeat center center !important;}

ul.archies li {
	list-style-image: url("../_images/seta.gif");
	list-style-position: inside;
	line-height: 150%;
}

tr.lista_externa {
	background: url("../_images/bg-transp.png");
}h1 {
	border-bottom: 2px solid #ccc;
	font-family: 'VWHeadlineOTSemibold';
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
/******************************
 ** Header
 ******************************/
#header {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#header div.barra-itens{
	background: url("../_images/barraTopo.jpg") no-repeat center top;
	float: right;
	height: 32px;
	margin-right: 60px;
	margin-top: 5px;
	width: 373px;
}
#header div.logo{
	margin-left: 80px;
	padding-top: 45px;
}
#header div#ref-radio { position:absolute;}
#header div#ref-radio .radio { position:absolute; left:685px; top: -100px;}
#header div.menu {
	display: block;
	font-family: 'VWHeadlineOTBook';
	padding-left: 60px;
	padding-top: 55px;
	width: 887px;
}
#header div.menu ul {
	background: url("../_images/menu-bg.png") repeat-x top;
	display:block;
	float: left;
	height: 32px;
	width: 825px;
}
#header div.menu ul li {
	display: inline;
}
#header div.menu ul li.active a {
	color:#8bb9e3;
	cursor: default;
}
#header div.menu ul li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	padding: 8px 18px;
	text-decoration: none;
}
#header div.menu ul li a:hover {
	color: #8bb9e3;
}
#header div.menu ul li ul {
	background: url("../_images/submenu.png") no-repeat bottom center !important;
	display: none;
	height: auto;
	position: absolute;
	margin-top: 30px;
	margin-left: -31px;
	z-index: 9999;
	padding: 0 31px;
	width: 825px;
}
#header div.menu ul li:hover ul {
	/*display: block;*/
	position: absolute;
}
#header div.menu ul li.active ul li a {
	color: #fff;
	cursor: pointer;
}
#header div.menu ul li.active ul li a:hover {
	color: #8bb9e3;
}
#header div.menu ul li.active ul li.active a {
	color: #8bb9e3;
	cursor: default;
}
#header div.menu div.canto-esq {
	background: url("../_images/menu-canto-esq.png") no-repeat right bottom;
	display: block;
	float: left;
	height: 32px;
	width: 31px;	
}
#header div.menu div.canto-dir {
	background: url("../_images/menu-canto-dir.png") no-repeat left bottom;
	display: block;
	float: right;
	height: 32px;
	width: 31px;	
}

#header div.banner {
	padding-left: 16px;
}
#header div.banner div.swf {
	background: url("../_images/banner-bg.png") no-repeat top right;	
	float: left;
	height: 280px;
	display: block;
}
#header div.banner div.rotativo {
	background: url("../_images/banner-bg.png") repeat-x top right;	
	float: left;
	height: 280px;
	width: 310px;
}
#header div.banner div.canto-dir {
	background: url("../_images/banner-canto-dir.png") no-repeat top left;	
	float: left;
	height: 280px;
	width: 40px;
}

#header div.banner-rodape {
	background: url("../_images/banner-bg.png") repeat-x bottom;
	display: block;
	height: 35px;
	margin-left: 31px;
	width: 952px;
}

#header .banner #referencia { position: absolute; }
#header .banner #referencia .carimbo { position: absolute; top: -70px; left: 248px;z-index: 99999; }

/***************************************
 ** CONTEUDOS
 ***************************************/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#redes-sociais {
	border: 5px solid #bdbdc3;
	margin: 10px 24px;
}
#redes-sociais img {
	cursor: pointer;
	margin: 5px;
	opacity: .4;
}
#redes-sociais img:hover {
	opacity: 1;
}
#redes-sociais p {
	background: #bdbdc3;
	color: #fff;
	display: block;
	font-family: 'VWHeadlineOTSemibold';
	font-size: 15px;
	line-height: 30px;
	padding-left: 20px;
}

	/*Content*/
	#wrapper .content {
		background: url("../_images/content-bg.png") top;
		float: left;
		margin-left: 30px;
		margin-top: 8px;
		padding: 10px 25px;
		width: 590px;
	}
	
	/*Sidebar*/
	#wrapper .sidebar {
		float: left;
		margin-left: 20px;
		margin-top: 18px;
		width: 290px;
	}
	#wrapper .sidebar #my-tabs{
		height: 22px;
		width: 100%;
	}
	#wrapper .sidebar #my-tabs .tab {
		float: left;
	}
	#wrapper .sidebar #my-tabs .tab a {
		padding: 0 24px 0 32px;
	}
	#wrapper .sidebar .content-tab {
		display: none;
		height: 221px;
		position: relative;
	}
	#wrapper .sidebar .content-sidebar {
		background: url("../_images/sidebar-box-bg.png");
		clear: both;	
		display: block;
		float: left;
		height: 184px;
		margin-top: 12px;
		padding: 22px 16px;
		width: 258px;
	}
	#wrapper .sidebar .content-tabs{
		background: transparent;
		height: 228px;
		margin: 0;
		padding: 0;
		width: 290px;
	}
	#wrapper .sidebar .content-sidebar h2{
		color: #3b7ab2;
		font-family: 'VWHeadlineOTSemibold';
		font-size: 24px;
	}	
	#wrapper .sidebar .content-sidebar input{
		background-color: #a9aaac;
		border: 5px;
		border-radius: 6px;
		color: #e2e2e2;
		margin: 2px; 
	}
/**************************************
 ** NOVOS
 **************************************/
novos h1 {
	border-bottom: 2px solid #ccc;
	font-family: 'VWHeadlineOTSemibold';
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
novos p {
	line-height: 125%;
	margin-bottom: 7px;
}
novos a.btn1 {
	background: url("../_images/btn-seta2.png") no-repeat right top;
	color: #fff;	
	display: block;
	font-family: 'VWHeadlineOTSemibold';
	line-height: 22px;
	margin: 10px 0;
	padding: 0 31px 0 20px;
	text-align: center;
	text-decoration: none;
	width: 100px;	
}
novos a.btn2 {
	background: url("../_images/btn-seta.png") no-repeat right top;
	color: #fff;
	display: block;
	font-family: 'VWHeadlineOTSemibold';
	line-height: 22px;	
	padding: 0 31px 0 20px;
	text-align: center;	
	text-decoration: none;
	width: 140px;	
}
novos .two-colluns {
	width: 48%;
	float: left;
}
novos .photo-big {
	display: block;
	height: 350px;
	margin: 15px 0;
	width: 590px;
}
novos .box-thumbs {
	border: 5px solid #d2d2d2;
	margin: 10px 24px;
}
novos .box-thumbs img {
	cursor: pointer;
	margin: 5px;
	opacity: .4;
}
novos .box-thumbs img:hover {
	opacity: 1;
}
novos .box-thumbs p {
	background: #d2d2d2;
	color: #fff;
	display: block;
	font-family: 'VWHeadlineOTSemibold';
	font-size: 15px;
	line-height: 30px;
	padding-left: 20px;
}
novos ul {
	font-family: 'VWHeadlineOTSemibold';
	margin: 15px 0;
}
novos ul li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 150%;
}
/**************************************
 ** SERVIÇOS
 ************************************s**/
servicos strong {
	display: block;
	padding-bottom: 0px;
}
servicos input {
	background: transparent !important;
	border: 1px solid #666;
}
servicos input[type="text"] {
	width: 151px;
}
servicos input:focus {
	color: #fff;
	background: #888 !important;
}
servicos textarea {
	background: transparent !important;
	border: 1px solid #666;
}
servicos textarea:focus {
	color: #fff;
	background: #888 !important;
}
servicos select {
	background: transparent !important;
	border: 1px solid #666 !important;
}
servicos select:focus {
	color: #fff;
	background: #888 !important;
}
servicos h1 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 30px;
	padding-bottom: 20px;
}
servicos h2 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 20px;
	padding: 10px 0;
}
servicos table h2 {
	font-family: 'VWHeadlineOTSemibold';
	font-size: 19px;
	padding-bottom: 8px;
}
/**************************************
 ** CONTATO
 **************************************/
contato strong {
	display: block;
	padding-bottom: 0px;
}
contato input {
	background: transparent !important;
	border: 1px solid #666;
}
contato input:focus {
	color: #fff;
	background: #888 !important;
}
contato textarea {
	background: transparent !important;
	border: 1px solid #666;
}
contato textarea:focus {
	color: #fff;
	background: #888 !important;
}
contato select {
	background: transparent !important;
	border: 1px solid #666 !important;
}
contato select:focus {
	color: #fff;
	background: #888 !important;
}
contato h1 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 30px;
	padding-bottom: 20px;
}
contato h2 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 20px;
	padding: 10px 0;
}
contato table {
	margin-top: 15px;
}
contato table h2 {
	font-family: 'VWHeadlineOTSemibold';
	font-size: 19px;
	padding-bottom: 8px;
}
contato p strong {
	display: inline;
}

/**************************************
 ** ACESSORIOS
 **************************************/
acessorios strong {
	display: block;
	padding-bottom: 0px;
}
acessorios input {
	background: transparent !important;
	border: 1px solid #666;
}
acessorios input:focus {
	color: #fff;
	background: #888 !important;
}
acessorios textarea {
	background: transparent !important;
	border: 1px solid #666;
}
acessorios textarea:focus {
	color: #fff;
	background: #888 !important;
}
acessorios select {
	background: transparent !important;
	border: 1px solid #666 !important;
}
acessorios select:focus {
	color: #fff;
	background: #888 !important;
}
acessorios h1 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 30px;
	padding-bottom: 20px;
}
acessorios h2 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 20px;
	padding: 10px 0;
}
acessorios table {
	margin-top: 15px;
}
acessorios table h2 {
	font-family: 'VWHeadlineOTSemibold';
	font-size: 19px;
	padding-bottom: 8px;
}
acessorios p {
	padding: 5px 0;
}
acessorios span.title {
	display: block;
	width: 165px;
	background-color: #d2d2d2;
	padding: 7px;
}
acessorios table td {
	text-align: center;
}
acessorios table.form td {
	text-align: left !important;
}


/**************************************
 ** VENDAS
 **************************************/
vendas strong {
	display: block;
	padding-bottom: 0px;
}
vendas input {
	background: transparent !important;
	border: 1px solid #666;
}
vendas input:focus {
	color: #fff;
	background: #888 !important;
}
vendas textarea {
	background: transparent !important;
	border: 1px solid #666;
}
vendas textarea:focus {
	color: #fff;
	background: #888 !important;
}
vendas select {
	background: transparent !important;
	border: 1px solid #666 !important;
}
vendas select:focus {
	color: #fff;
	background: #888 !important;
}
vendas h1 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 30px;
	padding-bottom: 20px;
}
vendas h2 {
	font-family: 'VWHeadlineOTBlack';
	font-size: 20px;
	padding: 10px 0;
}
vendas table {
	margin-top: 15px;
}
vendas table h2 {
	font-family: 'VWHeadlineOTSemibold';
	font-size: 19px;
	padding-bottom: 8px;
}
vendas p {
	padding: 5px 0;
}
vendas span.title {
	display: block;
	width: 165px;
	background-color: #d2d2d2;
	padding: 7px;
}


/**************************************
 ** RODAPE
 **************************************/
.rodape {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

.rodape .logo {
	float: left;
	padding: 40px 0 30px 80px;
}
.rodape .texto {
	color: #636363;
	float: right;
	font-size: 20px;
	margin: 40px 60px 0 0;
	text-align: right;
}
.rodape .texto small{
	font-size: 60%;
}
.rodape .texto .webby {
	margin-top: 25px;
}