/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #999999; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #333333; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	position:outside;
}

#menu ul li.section-title {font-size:14px; font-weight:bold;}

#menu ul {
	line-height:150%;
	list-style:none;
}


#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	filter:Alpha(opacity=100)
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin: 5px 0px 9px 0px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin:0; padding:0; }

#img-container p img{margin:0px 0px -30px 0px}

#once { clear: left; }

span{margin:0px 0px 0px 0px;}

.section-title, .section-title a{color:#333333}
.section-title a:hover{color:#000000}

/*////////////////////////////////////////////////////////////  SENDMAIL  /////*/ 
.tipo {
	font-size: 10px;
	color: #000;
	line-height: 6px;
}

.caixa{
	float: left;
	width: 100px;
	height: 14px;
 	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	background:#eee;
	padding: 2px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
	border: 1px solid #999999;
}

.button{
   font-size: 12px;
   font-family:Georgia, "Times New Roman", Times, serif;
   color: #999999;
   width: 30px;
   height: 16px;
   background-color: #ffffff;
   border-style:none;
   margin: 0px 0px 5px 0px;
   cursor: pointer;
}

/*////////////////////////////////////////////////////////////  FOOTER  /////*/ 

.footer{position:absolute; bottom:0px;}

