@charset "UTF-8";
/* CSS Document */

#container	{
	width: 808px;
	margin: 0 auto;
	background: url(../img/bg_container_home.jpg) no-repeat 0 10px;
}
#head	{
	width: 808px;
	height: 185px;
}
#content	{
	padding-right: 30px;
	color: #fff;
	overflow: hidden;
	height: 290px;
}
#boxes	{
	clear: both;
}
#footer	{
	background: url(../img/bg_footer.jpg) repeat-y left top;
	height: 126px;
	clear: both;
	z-index: 1;
	margin-bottom: 36px;
}
#footer .logo_merial	{
	margin-top: 54px;
}
#footer .p_floated	{
	margin-top: 36px;
}
#footer .p_span	{
	display: none;
}
/*****   CONTENT   *****/
#content_txt	{
	width: 410px;
	margin-left: 29px;
	float: left;
}
#content img	{
	float: left;
}
h1	{
	color: #fc6;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.286em;
	margin-bottom: 1.286em;
	margin-top: 1.286em;
}
#content p	{
	font-size: .917em;
	line-height: 1.45em;
	margin-bottom: 1.45em;
}

/*****   BOXES   *****/
#boxes div	{
	width: 258px;
	height: 155px;
	background: url(../img/box_bg.jpg) no-repeat left top;
	float: left;	
}
#boxes div div	{
	float: right;
	width: 145px;
	height: 120px;
	background: none;
	margin-right: 5px;
}
#boxes div p	{
	font-size: .917em;
	line-height: 1.45em;
	color: #0b5e92;
	padding-right: 10px;
}
#boxes div h2	{
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 2.42em;
}
#boxes div img	{
	float: left;
	margin-top: 11px;
	margin-left: 13px;
}
#boxes a	{
	color: #aa141f;
}
#boxes a:hover	{
	color: #fb0e1f;
}
p.boxes_clickthru a	{
	padding-left: 12px;
	line-height: 1.636em;
	font-size: 0.917em;
	display: block;
	background: url(../img/arrow_red.jpg) no-repeat 0 3px;
}
p.boxes_clickthru a:hover	{
	background: url(../img/arrow_red_ovr.jpg) no-repeat 0 3px;
}

