/****************************************************************************/
/* 2009 - Originalideias.com.br												*/
/*																			*/
/* Created: 23/11/2009 by Herus Armstrong									*/
/* Description: Style default settings to Proximo Games Site: home page		*/
/****************************************************************************/


/************************************/
/* LEADS							*/
/************************************/

#content .contents_home {
	background-image: url(../image/bg/content_title_content_bodyfull.png);
	background-repeat: no-repeat;
	width: 335px;
	height: 125px;
	float: left;
	margin-bottom: 4px;
	text-align: center;
}
#content .contents_home h2 {	
	background-image: url(../image/bg/content_title_header_body.gif);
	background-repeat: repeat-x;
	width: 325px;
	height: 22px;
	visibility: hidden;
	padding-left: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
}
#content #content_home_company {
	background-image: url(../image/bg/content_title_content_header.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 7px;
	height: auto;
	float: right;
}
#content #content_home_company p {
	background-image: url(../image/bg/content_title_content_body.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #727272;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}
#content #content_home_company div {
	background-image: url(../image/bg/content_title_content_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	height: auto;
}

