@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat;
	background-position: top;
	margin: 0 0 0 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0b649a;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0b649a;
}
a:hover {
	text-decoration: none;
	color: #0b649a;
}
a:active {
	text-decoration: none;
	color: #0b649a;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5C5C5C;
	margin: 0 0 0 0px; 
	}
	
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5C5C5C;
	margin: 0 0 0 0px; 
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	color: #F60;
}


#total {
	width: 640px;
	position: relative;
  	left: 50%;
   	margin: 0 0 0 -320px;
	}
	
#menu {
	width: 640px;
	height: 29px;
	position: absolute;
	padding-top: 275px;
}
	
#flash {
	width: 640px;
	height: 327px;
	margin-top: 0px;
}

#topobrinquedos {
	width: 640px;
	background:url(images/topo_brinquedos.jpg) no-repeat;
	height: 143px;
}

#toposervicos {
	width: 640px;
	background:url(images/topo_servicos.jpg) no-repeat;
	height: 139px;
}

#artigos {
	background: url(images/fundo_artigos.jpg) #FFF;
	background-position: left bottom;
	background-repeat:no-repeat;
	height: 300px;
	width: 445px;
	float: left;
}

#artigos img{
	margin: 0 0 0 0px;
}

#artigos p{
	line-heigth: 12px;
	}

#art_1 {
	width: 200px;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}

#art_2 {
	width: 200px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	}

#texto_art {
	width: 150px;
	margin-left: 20px;
}
#contatos {
	background: url(images/fundo_contato.jpg) #FFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: 0px;
	height: 300px;
	width: 190px;
	float: right;
	}
	
	#contatos2 img{
	margin-left: 15px;
	}

#rodape {
	width: 640px;
	height: 60px;
	margin-top: 10px;
}

#endereco {
	float: left;
	width: 220px;
	margin: 0 0 30px 0px;
	}

#endereco h4{
	font-size: 12px;
	font-weight: bold;
	color: #0b649a;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#endereco p{
	font-size: 10px;
	line-height: 14px;
		}
#menu_rodape {
	width: 420px;
	float: right;
	padding-right: 0px;
		}

#menu_rodape p{
	font-size: 10px;
	color: #0b649a;
	}

/*TAB*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
#tabnav {
	padding-top: 0px;
}


#tabnav p{
	line-height: 16px;
	padding-top: 0px;
}

#tabnav img{
	border:0;
	padding-top: 10px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
	}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	border: 0px; /* TAB ITEM */
	border-bottom: 0px;
    float: left;
    margin: 0 0 0 0px;
	padding: 0 0 0 2px;
    /*min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px;
    background: url(images/tab.jpg) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% 59px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% 59px;
}
.tabs-nav a span {
    width: 211px; /* IE 6 treats width as min-width */
    min-width: 211px;
    height: 59px; /* IE 6 treats height as min-height */
    min-height: 59px;
    padding-top: 0px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 0px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -59px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: none;
    padding: 0px;
    background: url(images/fundo_tab.jpg); /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 0px;
    background: url(images/loading.gif) no-repeat 0 50%;
}

#fragment_10 {
	width: 620px;
	}

#galeria {
	width: 330px; 
	position: relative;
	float:left;
	margin-left: 20px;
	padding-top: 10px;
}

#conteudo_1 {
	width: 240px; 
	margin-left: 370px;
	position: relative;
	margin-right: 20px;
}

#slideshow {
    position: absolute;
    top: 25px;
    left: 15px;
}
#slideshow2 {
    position: absolute;
    top: 25px;
    left: 15px;
}
#slideshow3 {
    position: absolute;
    top: 25px;
    left: 15px;
}

/*MENU*/

#brinquedos {
	width:640px;
	height: 230px;
	margin: 0 0 0 0px;
}

#brinquedo1 {
	width: 640px;
	height: 248px;
	background:url(images/brinquedos/brinquedo_1.jpg) no-repeat;
}
#brinquedo2 {
	width: 640px;
	height: 256px;
	background:url(images/brinquedos/brinquedo_2.jpg) no-repeat;
}
#brinquedo3 {
	width: 640px;
	height: 254px;
	background:url(images/brinquedos/brinquedo_3.jpg) no-repeat;
}

.form1 {
	width: 257px;
	height: 21px;
	background: url(images/formulario/bkg_form.jpg) no-repeat;
	font: Arial, Helvetica, sans-serif;
	border: none;
	padding: 2px 0 0 0px;
	color: #333;
}

textarea {
	width: 257px;
	height: 137px;
	background: url(images/formulario/bkg_form_2.jpg) no-repeat;
	font: Arial, Helvetica, sans-serif;
	border: none;
	padding: 2px 10px 0 5px;
	color: #333;
}
.btn {
	width: 81px;
	height: 25px;
	background: url(images/formulario/btn.jpg) no-repeat;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	padding: 2px 0 0 0px;
	color: #FFF;
	font-weight:bold;
}
