/* - - - - - - - - - - - - - - - - - - - - -

Title : ZSCamilo

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}

img {
	-ms-interpolation-mode:bicubic;
}

body{
	/*background: #111113 url("images/bg.gif") repeat-x;*/
	background: #fff url("images/content_bg.jpg") repeat-x top;
	color: #555;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	text-align: center;
}

/* links */

a{
	color: #47484a;
	text-decoration: underline;	
}
a:hover{
	text-decoration: none;
}
a:focus { 
	outline: none; 
}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	background: url("images/wrap_bg") repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 930px;
	position: relative;
	padding: 0 10px;
}
#header{
	position: relative;
	height: 93px;
	margin: 0 auto;
}
#navigation{
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 20px;
	color: #fff;
}
#banner{
	position: relative;
	margin: 0 auto;
	height: 250px;
	background: #000;
	z-index: -1;
}
#banner .banner-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#primary-content{
	background: url("images/content.jpg") no-repeat top right;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 600px;
	
}
#primary-content.wide {
	width: 930px;
	background: none;
}

#secondary-content{
	color: #555;
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 320px;
	padding: 0 0 0 0;
}
#footer{
	clear: both;
	border-top: 1px solid #CCC;
	margin: 0 auto;
	color: #333;
	font-size: 1.1em;	
	padding: 0 10px;
	position: relative;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1{
	margin: 0;
	position: absolute;
	left: 0;
	top: 8px;
}
#header h1 a{
	display: block;
	background: url("images/logo3.jpg") no-repeat;
	width: 310px;
	height: 75px;
	text-indent: -10000px;
	margin-top: 5px;
}

/* search */

#search{
	top: 55px;
	right: 20px;
	position: absolute;
	font-size: 11px;
	color: #fff;
}
#search form{
	margin: 0;
	padding: 5px 0;
}
#search form .searchfield{
	width: 284px;
	background: #f0eeee;
	border: 1px solid #dbd8d6;
	color: #555;
	font-size: 1.0em;
	padding: 3px;
}




/* thumbs */

.wrap-thumbs {
	position: absolute;
	width: 929px;
	top: 0;
	left: 0px;
	z-index: 2000;
	height: 180px;
	border-top: 1px solid #000;
}

.thumbs {
	padding: 0;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

.thumbs li{
	display: inline;
	position: relative;
	float: left;
	margin: 0;
}

.thumbs li a{
	display: block;
	float: left;
	text-align: center;
	padding: 13px 15px 13px 0;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	margin: 0;
	float: left;
}

.thumbs a:hover{
	color: #DC002E;
}

div a.scroll_left{
	text-indent: -10000px;
	width: 33px;
	display: block;
	background: url(images/scroll_left.gif) no-repeat center center;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 600;
	padding: 5px; 
}

div a.scroll_right{
	text-indent: -10000px;
	width: 33px;
	display: block;
	float: right;
	background: url(images/scroll_right.gif) no-repeat center center;
	position: absolute;
	right: 0;
	z-index: 600;
	top: 10px;
	z-index: 600;
	padding: 5px;	
}

/* --- */

.inner_thumbs{
	background: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 41px;
	z-index: 20;
}

/* thumbs items */

ul.items {
	position: relative;
	display: none;
}

ul.items li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}

ul.items a {
	font-size: 11px;
	color: #333;
	display: block;
	padding: 0 2px 2px 2px;
	background: #fff;
	text-align: center;
}

*html ul.items a {
	padding: 0 2px 0 2px;
}

ul .items li img{
	width: 120px;
}

ul.thumbs ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 500;
	margin: 0;
}

/* ajax loading */

#loader{
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	display: none;
	/*
	background: #333;	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	*/
}
#loader img{
	width: 24px;
	height: 24px;
	position:absolute;
	top:70%;
	left:50%;
	margin-left:-30px;
	margin-top:-50px;
	z-index: 1000;
	
	padding: 10px;
	background: #333;
	
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
	-webkit-box-shadow: 0 0 25px #000;
	-moz-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;	
}


/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation li{
	float: left;
	list-style: none;
	margin-left: 3px;
}
#navigation li a{
	float: left;
	text-decoration: none;
	padding: 8px 12px;
	color: #423F49;
}
#navigation li a:hover {
	color: #000;
}

#navigation li a.current{
	color: #333;
	background: #f3f3f3;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content .copy{
	background: transparent;
	padding: 0 0 5px 0;
	width: 580px;
}

#primary-content.wide .copy {
	width: 925px;
}

#primary-content h2{
	color: #555;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin-top: 30px;
	border-bottom: 1px solid #dfe3e4;
	text-transform: uppercase;
	font-weight: bold;
}	
#primary-content h2 a{
	color: #555;
	text-decoration: none;
}		
#primary-content h2 a:hover{
	color: #da002d;	
}	
#primary-content h3, #primary-content h4{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	clear: both;
}	
#primary-content p{
	line-height: 1.5em;
	margin: 15px 0 20px 0;
}
#primary-content ul, #primary-content ol{
	line-height: 1.8em;
}

/* products */

.products{margin-bottom: 20px; overflow: hidden;height: 1%;}
.item{
	float: left;
	margin: 10px;
	width: 160px;
	height: 250px;
	position: relative;
}
.reservado{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #666;
	padding: 2px 0 1px 0;
	background: #ccc;
	text-align: center;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	font-weight: bold;
}
.vendido{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 2px 0 1px 0;
	background: #000;
	text-align: center;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	font-weight: bold;	
}

/* begin thumbs */
 
.item div.img{
	width: 160px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.item div.img a{
	line-height: 157px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	border: 1px solid #fff;
}
.item div.img a img{
	padding: 5px;
}
 
/* end thumbs */

/* list */

#list {margin: 10px 0 20px 0; overflow: hidden;}
#list .item{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	float: none;
	margin: 10px 0;
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#list .item h5.title{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #eee;
	margin-left: 85px;
	padding: 0 0 5px 0 !important;
}
#list .price{
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: normal;
	background: #333;
	padding: 0 5px;
	color: #fff;
}
#list .item span{
	padding: 1px 2px;
	color: #fff;
}
#list .item span.bl{
	background: #ccc;
	color: #333;
}
#list .item span.ga{
	background: #2F81A7;
	color: #fff;
}
#list .item span.go{
	background: #DDA007;
	color: #fff;
}
#list .cat{
	position: absolute;
	top: 5px;
	right: 80px;
	font-weight: normal;
	width: 140px;
	padding-right: 5px;
	text-align: right;
}
#list p{
	margin: 0;
}

/* begin thumbs */
 
#list .item div.img{
	background: #fff;
	width: 86px;
	height: auto;
	overflow: hidden;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
	position: relative;
	
	/*display: table;*/
	_position: relative;
	_height: 80px;
}
#list .item div.img a{
	line-height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	border: 1px solid #fff;
	_position: absolute;
	_top: 50%;
}
#list .item div.img a img{
	width: 80px;
	padding: 2px;
	_position: relative;
	_top: -50%;
}
 
/* end thumbs */

.item ul{margin: 5px 0 0 0;}
.item ul li{
	position: relative;
	list-style: none;
	line-height: 16px;
	margin: 0;
}
.item ul .title{
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.item ul .title a{
	color: #da002d;
}
.item ul .price{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #45424C;
	font-style: italic;
	font-size: 16px;
}
.item ul li a.url{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 125px;
	left: 35px;
	top: 0;
}

/* main item */

#main-item{
	margin: 15px 0 30px 0;
	height: 1%;
}
#main-item .last{
	float: right;
	margin-right: 20px;
	width: 260px;
}
#main-item h3{
	font-size: 14px;
}
#main-item .img{
	float: left;
	width: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative;
}
#main-item .img img{
	padding: 5px;
	width: 240px; /*250px*/
}
#main-item ul{
	margin-top: 5px;
}
#main-item ul .price{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
	font-style: italic;
	font-size: 16px;
}

/* forms & class's */
 
#primary-content form{margin: 10px 0 20px 0;}
#primary-content fieldset legend{
	margin: 0 0 10px 0;
}
#primary-content fieldset{
	background: #fff;
	padding: 20px 15px 15px 10px;
	width: 95%;
	margin-bottom: 20px;
	position: relative;
}
#primary-content fieldset p{
	margin: 0 0 10px 0;
}
#primary-content fieldset textarea{
	height: 250px;
	overflow: auto;
}
#primary-content textarea{
	height: 150px;
	overflow: auto;
}


div.form-container{
	margin-top: 20px;
}
 
div.form-container fieldset {
	margin: 0; 
	padding: 20px 10px 10px 10px; 
	border: none;
}
 
div.form-container legend {
	font-weight: bold;
}
 
.form-container label{
	display: block;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: right;
}
 
.form-container p {
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}
 
.form-container .text{
	float: left;
	padding: 3px;
	font-size: 1.2em;
	width: 60%;
	border: 1px solid #DFE3E4;
}
 
.form-container textarea{
	border: 1px solid #DFE3E4;
	padding: 2px; 
	font-size: 1.2em;
	width: 60%;	
	height: 100px;
	overflow: auto;
}
 
.form-container .wrap-bt{
	text-align: center; 
	padding-left: 57px;
}









div.contact-container {
	margin-top: 20px;
	width: 925px !important;
}
 
div.contact-container fieldset {
	margin: 0; 
	padding: 20px 0 10px 0; 
	float: left !important;
	width: 433px !important;
	border: none;
}
 
div.contact-container legend {
	font-weight: bold;
}
 
.contact-container label{
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}
 
.contact-container p {
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}
 
.contact-container .text{
	float: left;
	padding: 3px;
	font-size: 1.2em;
	width: 400px;
	border: 1px solid #DFE3E4;
	margin-top: 5px;
}
 
.contact-container textarea {
	border: 1px solid #DFE3E4;
	padding: 2px; 
	font-size: 1.2em;
	width: 420px !important;
	height: 225px !important;
	overflow: auto;
	margin-top: 5px;
}
 
.contact-container .wrap-bt{
	text-align: center; 
	padding-left: 57px;
}

div.contact-container input:focus, div.contact-container textarea:focus {
	background: #fffee3
}





/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content .copy{
	background: url("images/sec_bg.gif") repeat-x;
	padding: 0 15px 5px 15px;
	padding-top: 5px;
	margin-top: 10px;
}

#secondary-content h2{
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	padding: 5px 0 10px 0;
	color: #423F49;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
}
#secondary-content p{margin: 10px 0;}
#secondary-content ul{
	margin: 7px 0 20px 10px;
	position: relative;
}
#secondary-content ul li{
	line-height: 1.8em;
	list-style: circle;
}	
#secondary-content a{text-decoration: underline;}
#secondary-content a:hover{color: #231f20; text-decoration: none;}

#secondary-content img{
	width: 290px; 
	margin-top: 10px;
	border: 1px solid #fff;
}

/* news */

#secondary-content .news h3{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: none;
	margin: 10px 0 5px 0;
	clear: both;
}
#secondary-content .news img{
	float: left;
	width: 60px;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 3px;
}

/* class's */

#secondary-content .form-container {
	border:  1px dotted #ccc;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}
#secondary-content fieldset {
	padding: 10px;
	margin: 0;
}
#secondary-content .form-container label{
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	float: none;
	text-align: left;
	font-weight: bold;
	width: 95%;
}
#secondary-content select{
	width: 95%;
	color: #666;
}
#secondary-content .input{
	width: 95px;
	padding: 1px;
}
.button{cursor: pointer;}

/* --- */

.pagination{
	overflow: hidden;
	clear: both;
	width: 528px;
	padding: 5px 10px;
	background: #eee;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.pagination p{
	float: left;
	width: 100px;
	margin: 0 !important;
	padding: 0;
}
.pagination div{
	float: right;
	width: 400px;
	text-align: right;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	padding: 15px 0 20px 0;
	margin: 0 0;
}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
.button{background: #d5d5d5; border: 1px solid #aaa; padding: 3px 3px; color: #222;}
a img{ border:none; }
small{font-size: 11px;}
hr, .hide {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px;}
.date{color: #ccc;background: url("images/clock.gif") no-repeat;padding-left: 20px;}
.right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* ------------------------------------------------------------

	imade

------------------------------------------------------------ */

.next-h3 {
	margin-bottom: 20px;
}

.news-pic {
	float:left;
	margin: 0 5px 5px 0;
	border:1px solid #CCCCCC;
	padding: 5px;
}
.pic {
	float:left;
	margin: 0 5px 5px 0;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.form_error {
	padding-left:111px;
	width:311px;
	text-align:center;
	color:#da002d;
}

.obs-area {
	height:100px  !important;
}

.contact {
	float:left;
	width: 165px;
	margin-left: 10px;
	border-right: 1px solid #ddd;
	padding-right: 5px;
}

.detalhes {
	float:left;
	width: 250px;
	margin: 20px 20px 20px 0;
}
.detalhes ul{
	margin-left: 20px;
}

#infoBtn {
	margin-top: 10px;
	padding: 5px;
}

.img_novos a {
	border:1px solid #FFFFFF;
	display:table-cell;
	line-height:157px;
	text-align:center;
	vertical-align:middle;
}

/*destaques novos*/

.directions{
	float:left;
	height:200px;
	cursor: pointer;
}

#scroll-container img {
	border: none !important;
}

.directions img {
	width: 20px !important;
	height: 17px !important;
	margin-top: 85px !important; 
	border: none !important;
}

#scroll-container {
	position:relative;
	overflow:hidden;
	width:232px;
	height:200px;
	float:left;
	border: 1px solid #DDDDDD;
	margin: 0 10px 0 10px;
	background-color: #FFF;
}

#scroll-container div.img {
	border: none;
}

#scroll-container div.img a {
	border: none;
}

#scroll-container div.img img {
	border: 1px solid #EEE;
}
.scroll-item {
	position:absolute;
	margin:  10px 36px 0 36px !important;
}

.scroll-title {
	text-align: center;
	background-image: none !important;
}



.contactsTable {
	margin-bottom: 30px;
	border: 1px solid #aaa;
	font-size: 0.93em;
}

.contactsTable p {
	margin-bottom: 5px;
	padding: 0;
}

.contactsTable th {
	font-weight: bold;
	padding: 5px;
	background: #ddd;
	color: #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.contactsTable td {
	padding: 5px;
	border-right: 1px solid #aaa;
	vertical-align: top;
}

.contactsTable th.last, .contactsTable td.last {
	border-right: none;
}

.contactsTable td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contactsTable td ul ul {
	margin-left: 5px;
}

.contactsTable td ul li {
	padding: 0;
	margin: 0;
}




















