@charset "utf-8";

/* ---------------------------------------------------
 * Filename:	basic.css
 * Description:	Regras das estruturas básicas do site.
 * Version:		1.0.0 (2009-07-14) YYYY-MM-DD
 * Website:		http://www.poraodastintas.com.br/
 * Author:		Heitor Rolim – iDesk Informática
 *
 * == STRUCTURE ======================================
 * 
 * Page width: 780px  static
 * Number of columns: 02
 *
 * $__globals		Definicoes de estilos a elementos globais
 * $__header	Definições do cabeçalho da página
 * $__content	Definições dos elementos do conteúdo
 * --------------------------------------------------- */
 
/* $__globals
 * --------------------------------------------------------------------*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, blockquote,  
br, hr, a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dd, ol, ul, li, 
table, caption, tbody, thead, tfoot, tr, th, td,
form, fieldset, label, legend, input, select, embed {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

body {
	background:url(images/fundo-page-lilas.png) repeat-x top left;
	text-align:center;
	font-family:"Trebuchet MS",Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
}

.clear {
	clear:both;
	float:none;
	display:block;
	overflow:hidden;
	visibility:hidden;
	height:0;
}


h1 { font-size:24px; }
h2 { font-size:18px; }
h3 { font-size:16px; }

/* $__page
 * --------------------------------------------------------------------*/
 
#page {
	margin:auto;
	text-align:center;
	width:789px;
}

.container {
	position:relative;
	width:780px;
	margin:auto;
	text-align:left;
}

.rplcimg {
	text-indent:-9999px;
	overflow:hidden;
}
 
/* $__clase cores
 * --------------------------------------------------------------------*/ 
 
.lilas { background:url(images/fundo-page-lilas.png) #F5D7F9 repeat-x top left; }
.rosa { background:url(images/fundo-page-rosa.png) repeat-x top left; }
.azul { background:url(images/fundo-page-azul.png) repeat-x top left; }
.pastel { background:url(images/fundo-page-pastel.png) repeat-x top left; }
.verde { background:url(images/fundo-page-verde.png) repeat-x top left; }
.amarelo { background:url(images/fundo-page-amarelo.png) repeat-x top left; }
 
 
/* $__header
 * --------------------------------------------------------------------*/ 
#header {
	background:url(images/fundo-header.jpg) no-repeat top center;
	height:125px;
}

#header .brand {
	margin:5px 0px 0px 0px;
	display:inline-block;
	width:202px;
	height:109px;
	background:url(images/logo.png) no-repeat top left;
}

#header .brand a {
	width:202px;
	height:109px;
	display:block;
}

#vaipintar {
	position:absolute;
	background:url(images/txt-vai-pintar.png) no-repeat;
	right:140px;
	top:45px;
	width:135px;
	height:65px;
}



/* $__shadow
 * --------------------------------------------------------------------*/
 
.shadow {
	position:relative;
	margin:auto;
	text-align:center;
	width:780px;
	padding:0 4px;
	background:url(images/fundo-shadow.png) repeat-y top center;
}


/* $__content
 * --------------------------------------------------------------------*/
 
.content {
	float:left;
	width:523px;
	position:relative;
	text-align:left;
}

.foto-content { margin:10px 0px 30px 4px; }

#parceiros {
	margin:0px 0px 0px 4px;
	text-align:center;
	padding:20px 8px 5px 10px;
	width:238px;
	height:155px;
	float:left;
	text-align:center;
	background:url(images/fundo-parceiros.png) no-repeat top left;

}

#dicas {
	margin:0 6px 0 0;
	padding:30px 8px 5px 10px;
	color:#FFFFFF;
	width:238px;
	height:145px;
	float:right;
	text-align:left;
	background:url(images/fundo-dicas.png) no-repeat top left;
}

#dicas a {
	border:0;
	color:#FFFFFF;
	text-decoration:none;

}

#dicas a:hover {
	color:#C33120;
	text-decoration:none;

}

#dicas a:visited {
	color:#FFFFFF;
	text-decoration:none;

}



#dicas ul {
	list-style:url(images/marcador-automotivo-index.gif);
	list-style-position:inside;
}

/* $__side Bar
 * --------------------------------------------------------------------*/
 
.sidebar {
	margin:10px 0 0 0;
	float:right;
	width:250px;
	text-align:right;

}

.sidebar p {
	padding-right:14px;

}

.cores {
	font-size:15px;
	padding-right:4px;
	border-right:#FFCC00 solid 10px;

} 

.contatos {
	font-size:15px;
	padding-right:4px;
	padding-left:10px;
	border-right:#D9332A solid 10px;
	margin-top:30px;

}

.newsletter {
	font-size:15px;
	padding-right:4px;
	border-right:#00AACC solid 10px;
	margin-top:30px;

}

/* $__footer-Content
 * --------------------------------------------------------------------*/
 
.footer-content {
	margin:0;	
	width:780px;
	height:87px;
	background:url(images/fundo-footer-content.png) no-repeat top left;
} 

/* $__footer
 * --------------------------------------------------------------------*/
 
#footer {
	position:relative;
	text-align:left;
	padding:10px 0px 0px 8px;
	color:#FFFFFF;
	width:780px;
	height:45px;
	background:url(images/fundo-footer.png) no-repeat top left;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a {
	color:#FFFFFF;

}

#footer a:visited {
	color:#FFFFFF;

}

#footer a:hover {
	color:#FFCC33;

}

#logo-idesk {
	position:absolute;
	bottom:5px;
	border:0px;
	left:710px;
	position:absolute;
	text-align:right;

}

#logo-idesk a {
	border:0;
	text-decoration:none;

}


 





