*{
	margin:0 auto;
	padding:0px;
}

@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin:0 auto;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

@font-face {
	font-family: "Myriad Pro";
	src:url(../font/MyriadPro-Regular.otf), url(../font/Myriad-Pro.ttf);
}

/* nao visitado link */
a:link {
    color: #fff;
	text-decoration: none;
}

/* visitado link */
a:visited {
    color: #fff;
	text-decoration: none;
}

/* mouseover link */
a:hover {
    color: #fff;
	text-decoration: none;
}

/* selecionado link */
a:active {
    color: #fff;
	text-decoration: none;
}

header{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 50%, #dcdcdc 52%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e1e1e1), color-stop(52%,#dcdcdc), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 50%,#dcdcdc 52%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 50%,#dcdcdc 52%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 50%,#dcdcdc 52%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 50%,#dcdcdc 52%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

	height:120px;
	width:100%;
	margin:0 auto;
}

#logo {
	margin: 20px 0px 0px 40px;
}

ul {
	list-style: none;	
}

#navigation {
	float:right;
	margin: 40px 50px 10px 10px;	
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

#navigation:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#navigation ul {	
	float: left;
	border-radius: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#navigation li {
	float: left;
	border-style: solid; 
	border-width: 1px;
    border-color: #BABABA #BABABA #BABABA #FFF;
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	background: #F7F7F7; /* Old browsers */
	background: -moz-linear-gradient(top, #F7F7F7 0%, #EDEDED 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EDEDED)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* IE10+ */
	background: linear-gradient(top, #F7F7F7 0%,#EDEDED 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */	
}

#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

article{
	margin:0 auto;
	padding:0px 10%;
}

#navigation a {
	display: block;
	padding: 10px 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

#navigation li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}

#navigation li:last-child {
	border-radius: 0 100px 100px 0;
}
h1 {
	text-align:center;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
}
h2 {
	text-align:center;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
}
hr {
	color: #f00;
	background-color: #877575;
	height: 15px;
	margin-top: -15px
}
	
#sobRodape {
	display:table;
	margin:0 auto;
	margin-bottom:-2px;
	width:692px;
	clear:both;
}

#sd1 {
	width:200px;
	float:left;
}

#sd2 {
	width:200px;
	font: 18px "Myriad Pro", Helvetica, Arial, sans-serif;
	float:left;
}

#sd3 {
	float:right;
}

#rodape {
	width:100%;
	display:table;
	margin:0 auto;
	font:16px "Myriad Pro", Helvetica, Arial, sans-serif;
	height:130px;
	color:#FFFFFF;
	background-color:#968282;
	clear:both;
}

#d1 {
	margin: 10px 10px 10px 30px;
}

#d2 {
	float:right;
	margin: -30px 30px 0px 0px;
}

#d3 {
	margin: 5px 10px 5px 30px;
}

#d4 {
	font-size: 12px;
	text-align: center;
}

#leilao_principal {
	background-color:#fff;
	text-align:center;
	font:14px "Myriad Pro", Helvetica, Arial, sans-serif;
/*	font: 14px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	display: block;
	float: left;
	margin: 5px;
	height: 360px;
	width: 455px;
	padding: 3px;
}

#leilao1 {
	background-color:#fff;
	text-align:center;
	font:14px "Myriad Pro", Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	margin: 5px;
	height: 360px;
	width: 220px;
	padding: 3px;
}

#leilao2 {
	background-color:#fff;
	text-align:center;
	font:14px "Myriad Pro", Helvetica, Arial, sans-serif;
/*	font: 14px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	display: block;
	float: left;
	margin: 5px;
	height: 360px;
	width: 455px;
	padding: 3px;
}

.data {
	font-weight:bold;
}

.aberto{
	padding:6px 18px;
	width:150px;
	letter-spacing:1px;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	font:bold 16px;
	font-style:normal;
	color:#ffffff;
	background:#1F7700;
	border:0px solid #ea326f;
	text-shadow:0px 0px 0px #ffffff;
	box-shadow:0px 0px 6px #454545;
	-moz-box-shadow:0px 0px 6px #454545;
	-webkit-box-shadow:0px 0px 6px #454545;
	border-radius:90px 15px 90px 15px;
	-moz-border-radius:90px 15px 90px 15px;
	-webkit-border-radius:90px 15px 90px 15px;
}

.encerrado{
	padding:6px 18px;
	width:150px;
	letter-spacing:1px;
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	font:bold 16px;
	font-style:normal;
	color:#ffffff;
	background:#c50000;
	border:0px solid #ea326f;
	text-shadow:0px 0px 0px #ffffff;
	box-shadow:0px 0px 6px #454545;
	-moz-box-shadow:0px 0px 6px #454545;
	-webkit-box-shadow:0px 0px 6px #454545;
	border-radius:90px 15px 90px 15px;
	-moz-border-radius:90px 15px 90px 15px;
	-webkit-border-radius:90px 15px 90px 15px;
}
#quem_somos{
	text-align:justify;
	padding:20px;
	font: 18px "Myriad Pro", Helvetica, Arial, sans-serif;
	height:600px;
	width:930px;
	border:2px solid #9B9191;
	background-color:#FFFFFF;
}
pre{
		font: 18px "Myriad Pro", Helvetica, Arial, sans-serif;
}

#contato {
	margin:0 auto;
	padding:5px;
	width: 636px;
	height:248px;
}

#img_contato {
	float:left;
	height:247px;
	width:317px;
}

#info_contato {
	font: 16px "Myriad Pro", Helvetica, Arial, sans-serif;
	padding-left:10px;
	float:right;
	height:246px;
	width:307px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

input[type=text]{     
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	border:1px solid #666;
	height:30px;
	width:500px;
}

input[type=email]{     
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	border:1px solid #666;
	height:30px;
	width:500px;
}

textarea {
	border: 1px solid #666;
	width:500px;
	height:130px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
}

input[type=text]:hover, textarea:hover { 
	background: #ffffff; border:1px solid #990000;
}

input[type=email]:hover, textarea:hover { 
	background: #ffffff; border:1px solid #990000;
}