/* General
*************************************/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clearfix{
	clear: both;
}

label{
	font-weight: bold;
	display: block;
}

th{
	text-align: left;
}

tr td,tr th{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

a {text-decoration: none;font-weight: bold;}
p {margin-bottom: 10px;}
input[type=text],textarea{
	width: 200px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 9px;
	border:1px solid #ccc;
	font-size: 12px;
}
input[type=submit]{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 0;
	padding: 9px 15px;
	font-size: 12px;
	background: #484848;
	color: #fff;
}
input[type=submit]:hover{
	background: #666;
}

form li{
	display: inline-block;
	margin: 0 30px 10px 0;
}

form li input[type=text]{
	width: 250px;
}


/* Body
*************************************/
body {
	background: url(../imagens/debut_light.png);
	font-size: 12px;
	line-height: 18px;
	color: #484848;
}


/* Geral
*************************************/
#container{
	width: 970px;
	margin: 0 auto;
}


/* Header
*************************************/
#header h1 a{
	width: 246px;
	height: 146px;
	background: url(../imagens/logo-motorplast.png) no-repeat;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	margin: 50px 0 0 30px;
}

#header .menu{
	float: right;
	margin: 30px 0;
}

#header .menu li{
	display: inline-block;
	margin: 0 25px;
}

#header .menu li a{
	font-size: 14px;
	color: #484848;
	text-transform: uppercase;
	font-weight: normal;
}

#header .menu li a:hover{
	color: #737373;
}

#header .foto{
	height: 280px;
	background: url(../imagens/bg-header.png) no-repeat bottom;
	padding-top: 75px;
}


/* Sidebar
*************************************/
#sidebar{
	width: 300px;
}


/* Content
*************************************/
#content {
	padding: 30px 0;
}

	#content h2 {
		margin-bottom: 10px;
	}
	
	#content div.left{
		width: 630px;
	}
	
	#content div.left p,#content div.left a{
		font-size: 12px;
		color: #484848;
	}
	
	#content a:hover{
		text-decoration: underline;
	}
	
	#content ul{
		margin-bottom: 10px;
	}


/* Footer
*************************************/
#footer{
	line-height: 40px;
	clear: both;
	border-top:2px solid #484848;
	margin-top: 20px;
}

	#footer div{
		width: 970px;
		margin: 0 auto;
	}

