﻿/* RESET */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
  text-decoration: none;
  color: #171717;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Geral */

body { background:#FFFFFF url(../img/bg_geral.jpg) repeat-x scroll left 30px; font-family: Arial; font-size: 11px; color: #333333; }

.geral {
  width: 961px;	
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

/* PNG FIX */

img, div, a, li { behavior: url(js/iepngfix.htc) }

/* Atalhos */

.cb { height: 0px; line-height: 0; font-size: 0; clear: both; }
.fl { float: left; }
.fr { float: right; }
.dn { display: none; }	
.b { font-weight: bold; }
.pr { position: relative; }
.pa { position: absolute; }
.red { color: Red; }
.vinho { color: #900; }
	
/* Margens */

.ml09 {margin-left: 9px; }
.mr09 {margin-right: 9px; }
.mt10 {margin-top: 10px; }
.ml10 {margin-left: 10px; }
.mr10 {margin-right: 10px; }
.mb10 {margin-bottom: 10px; }
.mt20 {margin-top: 20px; }
.mb20 {margin-bottom: 20px; }


/* Tamanho */

.w200 {width: 200px; }
.w314 {width: 314px; }

/* Footer */

.footer {
  border-top:1px dotted #EAEAEA;
  margin-top:10px;
  padding:15px 0 50px;
  text-align: center;
}

.footer a,
.footer span {  
  color: #666;
}

.footer span {
  margin-right: 30px;  
}

.footer a span {
  color: #72A636;
}

/* -------------------------------------------------------- Christies */  
.borda_top_christies {
    background: url(../img/borda_top_christies.gif) no-repeat;
    width: 960px;
    height: 10px;
}

.box_christies {
    background-color: #e9e8de;
    padding: 10px 0;
}
.box_christies p {
    float: left;
    margin: 0 15px;
    width: 280px;
    font-family: Arial;
    font-size: 12px;
    color: #3f2511;
    line-height: 17px;
}
* html body .box_christies p { margin: 0 10px; }
.box_christies p a {
    float: left;
    text-indent: -3000px;
    background: url(../img/bt_visite_site.gif) no-repeat;
    width: 155px;
    height: 62px;
    margin-top: 25px;
}
.borda_bottom_christies {
    background: url(../img/borda_bottom_christies.gif) no-repeat;
    width: 960px;
    height: 10px;
}