@import url("universal.css");

/* Box Models */

div.boxrow_abs{
	position:relative;
	width:795px;
	height:230px;
	overflow:hidden;
	margin:0px auto;
	clear:both;
}

div#large{
	width:789px;
	background:#ebeff1;
	margin-left:3px;
	overflow:hidden;
}

div.boxfourth{
	width:193px;
	height:220px;
	background:#ebeff1;
	overflow:hidden;
	text-align:center;
	position:absolute;
}

div#solidarbor{
	background:#ebeff1 url(../images/corner_bl.png) bottom left no-repeat;
	top:0px;
	left:3px;
}

div#easyadjustability{
	top:0px;
	left:202px;
}
div#quickblade{
	top:0px;
	right:202px;
	width:192px;
}

div#quickinsert{
	background:#ebeff1 url(../images/corner_br.png) bottom right no-repeat;
	top:0px;
	right:3px;
}

/* Box Headers */

div#large h2, div.boxfourth h2{
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;
	margin:0px 0px 10px 0px;
	padding:5px 10px;
	background:#2b6885 url(../images/header_bg.png) 0px 0px repeat-x;
	text-shadow:0px 1px 2px #275e78;
	text-align:left;
}

/* Box Paragraph */

div#largeright{
	width:600px;
	font-size:11px;
	line-height:14px;
	margin:0px 10px;
	float:left;
}

div.boxthird p.description{
	width:239px;
	font-size:11px;
	line-height:14px;
	margin:5px 0px;
	position:absolute;
	bottom:20px;
	left:10px;
}

div.boxfourth img{
	margin:5px auto;
}
