@charset "utf-8";

/* ---- CSS Document

K2M Tecnologia Web (http://www.k2mwweb.com.br)

Title: Painel de Controle - K2M Web

Author: K2M Web ( k2m@k2mweb.com.br ) 

Date: Julho 2009 (update Setembro 2009)

---- */

* {
	font-family:"Trebuchet MS", Georgia;
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#900;
}

body {
	background:url(../_img/geral/siteBG.jpg) top left repeat-x;
	background-color:#F9F9F9;
}

#container {
	width:800px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}


/*	------------------------------------------------------------
	DEFINIÇÕES DE TITULOS E SUBTIULOS
-------------------------------------------------------------- */
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style:inherit;
	font-weight: bold;
	color: #1D3965;
	text-decoration: none;
	margin:0px;
}


/*	------------------------------------------------------------
	DEFINIÇÕES GERAIS
-------------------------------------------------------------- */

#logo {
	width:400px;
	height:200px;
	margin-left:100px;
	padding:80px 0px 10px 160px;
	float:left;
	position:relative;
}

#info {
	width:300px;
	height:30px;
	float:left;
	position:relative;
	margin-left:100px;
	padding:2px 0px 3px 230px;
}

#mail {
	width:350px;
	height:50px;
	float:left;
	position:relative;
	margin-left:100px;
	padding:2px 0px 3px 130px;
}
