/* inputs */

input ,
textarea {
	border:1px solid #529ec2;
	color:#529ec2;
}
input.botao {
	/*background-color:#529ec2;*/
	background-image:url(/media/images/bt_form.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:28px;
}
input.botao:hover {
	background-color:#fff;
	background-image:url(/media/images/bt_form_hov.gif);
	background-repeat:repeat-x;
	color:#529ec2;
}

/* CONTAINER */

#container {
	margin:0 auto;
	width:914px;
	background-color:#FFFFFF;
	background-image:url(/media/images/fundocontainer.gif);
	background-repeat: repeat-x;
}

/* LEFT CONTENT*/
#left_side {
	float:left;
	width:211px;
}

#leftmenu {
	width:211px;
}

#logo {
	width:211px;
	height:138px;
	background-color:#e0e0df;
	background-image:url(/media/images/logo.jpg);
}

#menu {
	padding-top:50px;
	background-image:url(/media/images/back_leftmenu.gif);
	background-repeat: no-repeat;
}

#menu h2 {
	text-transform:uppercase;
	color:#4f9bc1;
	padding-left:25px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

/* CONTENT */
#content {
	width:703px;
	float:left;
}

#topmenu {
	float:left;
	width:700px;
	background-image:url('/media/images/top_menu.jpg');
	background-repeat:no-repeat;

}

/* homepage - topo */

#home_destaque {
	float:left;
	margin-top:0px;
	width:703px;
	height:344px;
	background-color:#fff;
	background-image:url(/media/images/home_destaque.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#home_destaque h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4f9bc1;
	text-transform:uppercase;
	margin:0px;
	padding-top:93px;
	padding-left:30px;
}

/* topo base/catalogos */

#base_destaque {
	float:left;
	margin-top:0px;
	width:703px;
	height:235px;
	background-color:#e0e0df;
	background-image:url(/media/images/banner_base.jpg);
	background-repeat:no-repeat;
}

/* CONTEUDOS */


/* homepage */
#home_txt {
	/*width:380px;*/
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
}

/* base */
#base_txt {
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
}

/* geral */

#home_content {
	float:left;
	margin-top:0px;
	background-color:#ffffff;
	width:670px;
	padding:20px 0px 0px 30px;
}

#cont_output{
	width:300px;
	float:left;
	overflow:hidden;
}

#pic_grande {
	text-align:center;
}

/* Detalhe produto individual */

#detalheproduto {
	width:350px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}

#pic_grande img {
	
}

#detalheproduto #prod_descr {
	width:200px;
}

#detalheproduto #askinfo {
	float:right;
}

/* --- */

#title {
	float:left;
	margin-left:40px;
	margin-top:-60px;
}

#pic{
	padding-top:20px;
	padding-left:20px;
	/*width:209px;*/
	float:left;
	background-color:#FFFFFF;
}

#output {
	padding:15px 10px 0 15px;
	width:700px;
	background-color:#FFFFFF;
}


/* FOOTER */

#footer {
	clear:both;
	height:78px;
	background-color:#dbdbdb;
	color:#afafaf;
	background-image:url(/media/images/fundo_footer.gif);
	background-repeat:repeat-x;
}

#footer .left {
	padding-bottom:5px;
	float:left;
	margin-left:40px;
	padding-top:35px;
}

#footer .center {
	float:left;
	width:550px;
	padding-top:35px;
}

#footer .right {
	float:left;
	text-align:center;
	padding-top:30px;
}


/* MENU */

.menu {
	border-right:1px solid #dbdbdb;
	background-color:#FFFFFF;
	width:211px;
}


/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}
