@charset "UTF-8";
/* CSS Document */

body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: transparent url(../images/bkg.gif) left top;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#323232;
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#0F1C1F;
	text-align:left;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
}

a:link, a:visited, a:active
{
	text-decoration:none;
	color:#0F1C1F;
	text-align:left;
}

a:hover
{
	text-decoration:underline;
	color:#212D31;
	
}

h1, h2, h3, h4, h5, h6
{
	margin:0;
}

h2
{
	font-size:24px;
	color:#fda000;
	display: inline;
}

/**/

.wrapper
{
	width:954px;
	margin: 0 auto;
}


.header
{
	width:950px;
	height:110px;
	margin: 0 auto;
}

.header img
{
	float:right;
	margin:40px 10px 0 0;
	border:none;
}

.highlight
{
	width:920px;
	margin: 0px auto;
	padding:150px 0;
	font-size:20px;
	text-align:center;
}

.highlight img
{
	max-width:120px;
	float:left;
	margin:5px 20px;
}

.highlightText
{
	float:right;
	text-align:right;
	margin:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.highlightText h2
{
	font-size:20px;
	color:#000;
	margin:0;
	padding:0;
	display:inline;
}

.highlightText h3
{
	font-size:12px;
	color:#000;
	margin:30px 0 0 0;
	padding:0;
	display:inline;
}

.boxContentTop
{
	width:954px;
	height:12px;
	background: transparent url(../images/top.png) center top no-repeat;
}

.boxContentBottom
{
	width:954px;
	height:12px;
	background: transparent url(../images/bottom.png) center top no-repeat;
}

.boxContent
{
	width:954px;
	background:transparent url(../images/bkg_content.png) left top repeat-y;
}

.boxProposta
{
	width:920px;
	background: #fff;
	margin:0 auto;
}

.boxPropostaImg
{
	width:520px;
	height:392px;
	background:transparent url(../images/preview.gif) left top no-repeat;
	float:left;
	margin:20px 0px 0px 0px;
}

.boxPropostaImg img
{
	padding:4px;
	width:512px;
	height:384px;
}

.boxPropostaTxt
{
	float:left;
	margin:30px 10px;
}

.boxPropostaTxtItems
{
	font-family:Arial, Helvetica, sans-serif;
	width:365px;
	margin:10px 5px;
	border-bottom: #E9E9E9 1px solid;
}

.boxPropostaTxtItems a
{
	font-size:11px;
	font-weight:bold;
	color:#212D31;
	padding:0 3px 0 3px;
	text-align:left;
}

.boxPropostaTxtItems a:hover
{
	text-decoration:underline;
}
