/* Author: www.cit.com.br
   Date: January, 2007
*/ 
@import url("menu_home.css");

/* --------- HOMEPAGE CSS --------- */
* { 
	margin: 0;
	padding: 0; 
	border: 0;
	list-style: none;	
} 
body {
	font: 70% Arial, Verdana, Helvetica, Sans-serif;
}

#container {
	width: 740px;
}


/* HEADER */
#header {
	width: 740px;
	height: 185px;
	float: left;
	background: url(../common_images/index/header.jpg) top center no-repeat;	
}
#header h1 {
	text-indent: -8000px;
	overflow: hidden;
}
#header h1 a {
	width: 740px;
	height: 185px;
	display: block;
}



/* WHAT'S NEW */
#new {
	width: 740px;
	height: 28px;
	float: left;
	background: url(../common_images/index/whatsnew.jpg) top center no-repeat;
}
#new p {
	font: 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	margin-top: 8px;
	margin-left: 137px;
}
#new p a {
	color: #FFF;
	text-decoration: none;
}
#new p a:hover {
	text-decoration: underline;
}


/* CONTENT */
#container_content {
	width: 740px;
	float: left;
}
#content {
	width: 530px;
	float: left;
	background: url(../common_images/index/picture_index.jpg) top center no-repeat;	
}
#content #content_teaser {
	width: 180px;
	float: right;
	padding: 210px 43px 0 0;
}
#content #content_teaser p {
	color: #000033;
}
#content #content_teaser p a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#content #content_teaser p a:hover {
	text-decoration: underline;
}
#content #content_text {
	width: 460px;
	float: left;
	padding-top: 100px;
	padding-left: 40px;
}
#content #content_text p {
	color: #000033;
}
#content #content_text p span {
	color: #ff0000;
	font-weight: bold;
}
#content #content_text p a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#content #content_text p a:hover {
	text-decoration: underline;
}


/* COLUMN */
#column {
	width: 210px;
	height: 524px;
	float: left;
}
/* BOX1 */
#column #box1 {
	width: 210px;
	height: 200px;
	float: left;
	background: url(../common_images/index/bg_box1.jpg) top center no-repeat;
}
#column #box1 p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 102px 50px 0 20px;
}
#column #box1 p a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#column #box1 p a:hover {
	text-decoration: underline;
}

/* BOX2 */
#column #box2 {
	width: 210px;
	height: 177px;
	float: left;
	background: url(../common_images/index/bg_box2.jpg) top center no-repeat;
}
#column #box2 p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: center;
	padding: 95px 8px 0 8px;
}

/* BOX3 */
#column #box3 {
	width: 210px;
	height: 147px;
	float: left;
	background: url(../common_images/index/bg_box3.jpg) top center no-repeat;
}
#column #box3 ul {
	padding-left: 15px;
}
#column #box3 ul li {
	margin-bottom: 2px;
}
#column #box3 ul li a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#column #box3 ul li a:hover {
	color: #78c0fd;
}


/* FOOTER */
#footer {
	width: 740px;
	height: 112px;
	float: left;
	background: url(../common_images/index/bg_footer.jpg) top center no-repeat;	
}
#footer p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 30px 220px 0 45px;	
}
#footer p a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
