/* CSS RESET */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fim CSS RESET */


body {
	background: url(../img/fundo.jpg) top repeat-x #000;
	font: 0.8em arial, sans-serif;
	text-align: center;
}

#tudo {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#topo {
	padding: 35px 0 0 0;
	text-align: center;
}

#logo a {
	display: block;
	float: left;
	height: 102px;
	margin: 0 0 0 380px;
	position: relative;
	width: 229px;
}

#logo a span {
	background: url(../img/smkinc-logo.png) no-repeat left top;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.ligai {
	float: right;
	margin: 30px 10px 0 0;
}

#menu {
	float: left;
	font: 2.2em "Trebuchet MS", arial, sans-serif;
	margin: 30px auto 0 auto;
	padding: 0 0 0 240px;
	height: 40px;
	width: 85%;
}

#menu ul li { display:inline; float: left; margin: 0 50px; }
#menu ul li a { text-decoration:none; padding: 10px 25px; }

#menu ul li.portfolio a { color: #F00; }
#menu ul li.portfolio a:hover { background:#F00; }

#menu ul li.equipe a { color: #afaf00; }
#menu ul li.equipe a:hover { background:#afaf00; }

#menu ul li.contato a { color: #006fc5; }
#menu ul li.contato a:hover { background:#006fc5; }

#menu ul li a:hover { color:#fff; }

li {
	list-style-type: square;
	list-style-position: inside;
	list-style-image:url(../img/li-portfolio.gif);
}

#portfolio {
	float: left;
	margin: 40px auto;
	width:100%;
	color: #908f8e;
}

#portfolio .tb a img { border: 4px solid #fff; }

#portfolio .tb a:hover img { border: 4px solid #f00; }

.tb {
	float: left;
	height: 190px;
	margin: 0 15px 20px 15px;
	width: 300px;
}

.tb h4 {
	color: #FFF;
	margin: 5px 0;
}

#equipe, #contato {
	background: url(../img/fundo-equipe.jpg) no-repeat;
	color: #fff;
	float: left;
	margin: 40px auto;
	min-height: 250px;
	width: 100%;
}

#contato { background: url(../img/fundo-contato.jpg) no-repeat; }

#contato form {
	text-align: right;
	width: 40%;
}

#contato label {
	display: block;
	font: 1.3em "Trebuchet MS", arial, sans-serif;
	margin: 10px 0;
	width: 450px;
}

#contato form input, #contato form textarea {
	border: 1px solid #014071;
	font: 1.1em "Trebuchet MS", arial, sans-serif;
	height: 25px;
	text-indent: 2px;
	width: 200px;
}

#contato form input.ddd { width: 25px; }

#contato form input.tel1, #contato form input.tel2 { width: 45px; }

#contato form input.tel2 { margin: 0 71px 0 0; }

#contato form input.bt-enviar {
	border: none;
	margin: 0 0 0 374px;
	width: 76px;
}

#contato form textarea {
	font-size: 0.9em;
	height: 100px;
}

.envia-form{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0 45px;
	text-align: right;
	width: 100%;
}

a:link, a:visited, a:active { text-decoration: none; }

h4 a:link, h4 a:visited, h4 a:active, ul a:link, ul a:visited, ul a:active {
	border-bottom: 1px dashed #FFF;
	color: #FFF;
}

h4 a:hover, ul a:hover {
	background: #f00;
	border-bottom: 1px dashed #FFF;
}

li a:link, li a:visited, li a:active {
	color: #908F8E;
	border-bottom: 1px dashed #908F8E;
}

li a:hover {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}