/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #ECEDDD url(img/bg.jpg) repeat-x left top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	width: 525px;
}

.codigo {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	text-align: justify;
	width: 500px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(img/cc_bikes*.png) repeat-x;
	padding:5px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left {
	background: #000000;
	color: #FFF;
	height: 150px;	
}
.header .right {
	background: #ffffff url(img/dta.jpg) no-repeat;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(img/loading.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right  {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.sidenav .categoria {
	background: url(img/categoria.gif) no-repeat;
	heigth: 30px;
	padding: 5px 10px 5px;
	font: normal 1.4em Tahoma,sans-serif;
	margin-top: 0px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	padding-right: 4px;
	text-align: right;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .preco-sem-espaco {
	z-index:1000; 
	position: absolute; 
	top: 280px; 
	left: 670px;
	width: 100px;
	height: 50px;
	background: url(img/preco.gif) top left no-repeat; 
	padding-top: 17px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	text-shadow: #666666 1px 1px 1px;
}

.content .preco2 { 
	position: relative; 
	top: -340px; 
	left: 400px;
	width: 100px;
	height: 50px;
	background: url(img/preco.gif) top left no-repeat; 
	padding-top: 17px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	text-shadow: #666666 1px 1px 1px;
}

.promos .preco-old { 
	position: relative; 
	top: 100px; 
	left: 130px;
	width: 100px;
	height: 50px;
	background: url(img/preco.gif) top left no-repeat; 
	padding-top: 17px; 
	color: #fff; 
	text-align: center;
	font-weight: bold;
	text-shadow: #666666 1px 1px 1px;
}

.promos .preco { 
	width: 231px;
	height: 25px;
	background: url(img/preco_promo.gif) top left no-repeat; 
	padding-top: 5px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-shadow: #666666 1px 1px 1px;
}

.promos img {
	margin-left: 0px;
	margin-right: 0px;
	width: 231px;
	border: 0px;
}

.item { 
	width: 100px;
	height: 90px;
	background: url(img/bg_item2.png) top left no-repeat; 
	text-align: center;
	font-size: 0.9em;
}

.fixa {
	position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height: 50px;
	background: #f7f7f7;
	text-align: center;

}

.destaque {
	background: #FFFFFF;
	width: 522px;
}

.destaque img {
	margin-left: 0px;
	margin-right: 0px;
	width: 522px;
	border: 0px;
}

.destaque .preco { 
	width: 522px;
	height: 30px;
	background: url(img/preco_destaque.gif) top left no-repeat; 
	padding-top: 7px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #666666 1px 1px 1px;
}

.destaque2 {
	float: left;
	background: #FFFFFF;
	width: 261px;
}

.destaque2 img {
	margin-left: 0px;
	margin-right: 0px;
	width: 261px;
	border: 0px;
}

.destaque2 .preco { 
	width: 261px;
	height: 30px;
	background: url(img/preco_destaque2.gif) top left no-repeat; 
	padding-top: 7px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	text-shadow: #666666 1px 1px 1px;
}

.passeios {
	background: #FFFFFF;
	width: 522px;
}

.passeios img {
	margin-left: 5px;
	margin-right: 5px;
	width: 230px;
	border: 0px;
}

.passeios .preco { 
	width: 522px;
	height: 30px;
	background: url(img/preco_destaque.gif) top left no-repeat; 
	padding-top: 7px; 
	color: #f7f7f2; 
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-shadow: #666666 1px 1px 1px;
}


.titulo {
	background: url(img/topo_titulo2.gif) no-repeat;
	padding-top: 6px;
	width: 522px;
	font: normal 1.8em Tahoma,sans-serif;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
}

.titulo3 {
	background: url(img/topo_titulo2.gif) no-repeat;
	padding-top: 6px;
	width: 522px;
	font: normal 1.8em Tahoma,sans-serif;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
}

.titulodestaque2 {
	background: url(img/topo_titulo2_2.gif) no-repeat;
	padding-top: 6px;
	width: 261px;
	font: normal 1.8em Tahoma,sans-serif;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
}


.titulo_peq {
	background: url(img/topo_titulo_peq.gif) no-repeat;
	width: 231px;
	padding-top: 6px;
	font: normal 1.4em Tahoma,sans-serif;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.montagem {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.9em;
	margin-bottom: 12px;
	line-height: 1.6em;
	padding: 8px 10px;
	min-height: 220px;
}

.montagem img {
	margin-left: 5px;
	margin-right: 5px;
	width: 210px;
	border: 2px;
	float: left;
}

.novidades_old {
	float: left;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.9em;
	margin-bottom: 12px;
	line-height: 1.6em;
	padding: 8px 10px;
	min-height: 220px;
	width: 250px;
}

.novidades {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 230px;
	min-height: 210px;
}

.novidades img {
	margin-left: 5px;
	margin-right: 5px;
	width: 210px;
	border: 2px;
	float: left;
}
.comentario {
	background: #7777777;
	border: 1px solid #EEE;
	border-right: 6px solid #656565;
	border-bottom: 6px solid #656565;
	color: #666;
	display: block;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.9em;
	margin-bottom: 12px;
	line-height: 1.6em;
	padding: 10px 10px;
	height: 100%;
}

.produtos {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.9em;
	margin-bottom: 12px;
	line-height: 1.6em;
	padding: 8px 10px;
	height: 185px;
}

.produtos img {
	margin-left: 5px;
	margin-right: 5px;
	width: 210px;
	height: 132px;
	border: 2px;
	float: left;
}

.promos {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 230px;
}

.titulo .descr2 {
	color: #664;
	font-size: 10px;
	text-align: right;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* MENU MARCAS */

div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(img/sdmenu/bottom2.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(img/sdmenu/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(img/sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(img/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(img/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(img/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.sdmenu .sub {
	background : #656565 url(img/sdmenu/expanded.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: bold;
}

/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('img/lightbox/images/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
