@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FCF8ED;
	color: #3f3f3f;
	line-height: 20px;
	background: url(img/background.jpg);
}

#site
{
	margin: 0 auto;
	width: 980px;
	height: 600px;
}
#site a
{
	text-decoration: none;
	color: #458CBE;
}
h1 {
	width: 255px;
	height: 90px;
	background: url(img/kingui.png) no-repeat;
	margin: 0px;
	text-indent: -1000em;
}

#menu
{
	width: 220px;
	margin-top: -10px;
	margin-left: 550px;
	font-size: 16px;
	font-weight: bold;
}

.menuitem
{
	margin-left: 8px;
}
#menu a
{
	text-decoration: none;
	color: #3f3f3f;
}
#menu a:hover
{
	text-decoration: none;
	color: #458CBE;
}

#conteudo
{
	clear: left;
	width: 955px;
	height: 450px;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 40px;	
}

#conteudoleft
{
	float: left;
	width: 300px;
}

#conteudoright
{
	float: right;
	width: 600px;
}

.titulo
{
	font-size: 18px;
	font-weight: bold;
}

.image
{
	border: 0px;
	float: left;
	padding-right: 10px;
}

#portfolio
{
	height: 400px;
	position: relative;
	overflow: hidden;
}

.slider
{
	position: absolute;
}


.servico1
{
	width: 460px;
	height: 150px;
	float: left;
	margin-top: 20px;
}
.servico2
{
	width: 455px;
	height: 150px;
	float: right;
	margin-top: 20px;
}

.inputText
{
	width: 200px;
	padding: 3px;
	border: solid 1px #3f3f3f;
	color: #3f3f3f;
	margin-bottom: 8px;
	background-color: transparent;
}

.imageLink a
{
	color: #3f3f3f;
}
.imageLink a:hover
{
	color: #458CBE;
}