/* 
	home.css
	©2008 webuild.pt
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.boxLayoutBodyCenter
{
	width: 430px;
	padding: 10px 24px 0 16px;
	overflow_x: hidden;
}

.boxWelcome
{
	color: #00476B;
	padding: 0 20px 1px 7px;
}

.boxWelcome h1
{
	color: #00476B;
	text-align: left;
	font-size: 15px;
	line-height: 115%;
	margin: 15px 0;
	font-weight: normal;
}

.boxWelcome p
{
	text-align: left;
	font-size: 11px;
	line-height: 130%;
	margin: 10px 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 	+ cantos brancos ++++++++++ */ 

.boxHome .t	{ background: url(../images/boxes/home/t.gif) left top repeat-x; }
.boxHome .l	{ background: url(../images/boxes/home/l.gif) left top repeat-y; }
.boxHome .r 	{ background: url(../images/boxes/home/r.gif) right top repeat-y; }
.boxHome .b 	{ background: url(../images/boxes/home/b.gif) left bottom repeat-x; }

.boxHome .tl 	{ background: url(../images/boxes/home/tl.gif) left top no-repeat; }
.boxHome .tr 	{ background: url(../images/boxes/home/tr.gif) right top no-repeat; }
.boxHome .br 	{ background: url(../images/boxes/home/br.gif) right bottom no-repeat; }
.boxHome .bl 	{ background: url(../images/boxes/home/bl.gif) left bottom no-repeat; }

.boxHome .tl, .boxHome .t, .boxHome .tr, .boxHome .r, .boxHome .br, .boxHome .b, .boxHome .bl, .boxHome .l
	{ background-color: transparent; overflow: visible; }


/* 	+ cantos overlay ++++++++++ */
 
.boxHome .ctl	{ background: url(../images/boxes/home/ctl.gif) left top no-repeat; }
.boxHome .ctr	{ background: url(../images/boxes/home/ctr.gif) right top no-repeat; }
.boxHome .cbl	{ background: url(../images/boxes/home/cbl.gif) left bottom no-repeat; }
.boxHome .cbr	{ background: url(../images/boxes/home/cbr.gif) right bottom no-repeat; }

.boxHome .ctl, .boxHome .ctr, .boxHome .cbl, .boxHome .cbr
	{ background-color: transparent; overflow: visible; }
	
/*	+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.boxHome
{
	background: #fff url(../images/boxes/degradeA.gif) left bottom repeat-x;
	overflow: visible;
	margin-top: 10px;
}

.boxHome .br
{
	width: 410px;
	padding: 8px 10px 10px 10px;
	overflow: visible;
}

.boxHome .cbr
{
	width: 390px;
	padding: 10px;
	min-height: 50px;
	overflow: visible;
}

