/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {	quotes: "" "";}

/* Main */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:67.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#header, #submenu, #maincontent, #footer{
width:820px;
margin:10px auto;
font-size:1.2em;
text-align:left;
}

/* Header */

#header h1{
text-indent:-9000px;
background:transparent url(imagens/logo-turotest-parts.png) no-repeat left top;
height:45px;
display:block;
}
#menu{
width:160px;
float:left;
margin-bottom:20px;
}
#menu li{
list-style:none;
padding:5px 0;
border-bottom:1px solid #d1d1d1;
}
#menu a{text-decoration: none;font-size:1.2em;color:#000;}
#home .home a,
#location .location a,
#contact .contact a{font-weight:bold;}
#submenu{
line-height:120%;
padding:5px; !important
}
#submenu_wrapper{background-color:#f8f8f8;
border-top:1px solid #d1d1d1;
border-bottom:1px solid #d1d1d1;
margin-bottom:20px;}
#submenu .language{
display:block;
float:left;
width:140px;
padding:5px;
}
#submenu p{
margin:0;
margin-left:180px;
padding:0;
}

#main{
margin-left:180px;
min-height:400px;
height:auto; !important
height:400px;
}

#footer{
font-size:1.1em;
border-top:1px solid #d1d1d1;
padding: 10px 0;
margin-top:10px;
line-height:120%;
clear:both;
}

#plastic, #metal{
width:48%;
float:left;
margin:5px;
line-height:120%;
text-align:center;
}
#plastic li, #metal li{ list-style:disc inside;}
#plastic img, #metal img{padding:15px;}
.description{
text-align:left;
border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:10px 10px 20px;
background-color:#f8f8f8;
}
.description h2{border-bottom:1px solid;font-size:1.4em;font-weight:bold;margin-bottom:10px;margin-top:10px;}
.description h2 a{text-decoration:none;}
/*Links*/

a{color:#333; text-decoration:underline;}
a:hover{color:#000;}
a:visited{color:#333;}
a:active{color:red;}

/*Form*/
legend{border:1px solid #d1d1d1;padding:8px;background-color:#fff;font-size:1.2em;font-weight:bold;margin-bottom:20px !important;}
fieldset{padding:20px 10px 10px;border:1px solid #d1d1d1;background-color:#f8f8f8;float:right;width:98%;margin-bottom:10px;}
.forminput{clear:both; padding:5px 0;}
label {width:8em; font-size:1.1em;padding:5px 0;}
input, textarea {border:1px solid #ccc; background-color:#fff; width:98%;padding:5px;}
input:focus, textarea:focus{background-color:beige; border-color:#000;}
.forminput.nome, .forminput.sobrenome {width:47.5%;clear:none; float:left;}
.email input{width:98%;}
.forminput.sobrenome {margin-left:20px;margin-left:10px; !important }
textarea{width:98%;font-family:Arial, Helvetica, sans-serif;}
#botao_enviar{padding:5px 10px;width:80px;background-color:#ccc; color:#333; border:1px solid #999;font-weight:bold; float:right; margin:10px;cursor: pointer;}
#botao_enviar:hover{background-color:#999999;}
/*Conteudo*/
.pre_text{
	display:block;
	margin-left:10em;
	margin-bottom:20px;
	clear:right;
	
}
.clear {clear:both;}
.lista{float:left;}
	.lista li{list-style:disc; list-style-position:inside;line-height:120%;}
h2{font-size:1.6em;border-bottom:1px solid; margin-bottom:20px; margin-top:30px;text-decoration:none;padding-bottom:2px;}
h3{font-size:1.3em;margin:10px 0;color:#666;}

#info_contato{padding:5px;}
	#info_contato h3{white-space:pre;font-size:16px;margin-top:0;font-weight:bold;}
#gallery li{position:relative;float:left; background-color:#fff; border:1px solid #d1d1d1; padding:3px; margin: 0 5px 5px 0;height:200px;}
	#gallery li.high{height:300px;}
	#gallery li:hover{border-color:#000;}

