/* CONTENT
-------*/
#content {
}

#content h1 {
	font-size:12px;
	font-weight:bold;
}
#content p {
	padding-bottom:1em;
	
}
#content div div p {
	padding-top:7px;
	width:130px;
}

.read_more {
	position:absolute;
	bottom:12px;
	left:12px;
}
.read_more2 {
	position:absolute;
	bottom:15px;
	left:0;
}
.read_more3 {
	position:absolute;
	bottom:15px;
	right:0;
}

#exhibition_stand{
	position:relative;
	float:left;
	margin:5px 0;
	width:252px;
	height:250px;
	background: url('/templates/img/home-exhibition_stand.jpg') top right no-repeat;
}
#portable_display{
	position:relative;
	float:right;
	display:inline;
	margin:5px 0 5px 15px;
	width:260px;
	height:250px;
	background: url('/templates/img/home-portable_display.jpg') top right no-repeat;
}
#conferences{
	position:relative;
	float:left;
	width:252px;
	height:127px;
	background: url('/templates/img/home-conferences.jpg') top right no-repeat;
}
#large_format{
	position:relative;
	float:right;
	width:275px;
	height:127px;
	text-align:right;
	background: url('/templates/img/home-large_format.jpg') top left no-repeat;
}
#large_format p {
	margin-left:116px;
	width:160px!important;
}
#line {
	clear:both;
	margin-bottom:10px;
	border-top:1px solid #000;
}
