/* layout.css for page or content specific styling */

/**
 * Basic Text inside #content
 */
#content
{
	border-top:2px solid #B13325;
	padding:15px 2px;
}

#content h1
{
	font-family:'Arial','Helvetica',sans-serif;
	font-size:26px;
	font-weight:normal;
}

#content h2
{
	font-family:'Arial','Helvetica',sans-serif;
	font-size:17px;
	font-weight:bold;

	margin-top:15px;
}

#content a, #content a:link, #content a:visited
{
	color:#B13325;
	text-decoration:underline;
}
#content a:hover
{
	text-decoration:none;
}

#content ul, #content ol
{
	margin:10px 0 5px 25px;
}
#content ul li, #content ol li
{
	padding-bottom:5px;
}

/**
 * Site Map Styling
 */
#site-map .lhead
{
	padding:10px 0 5px 5px;
	border-bottom:1px solid #cdcdcd;
}

/**
 * Sliders
 */
#lexisSlideWrapper
{ /* width is outside the page to cater for slider oversizing and dropping floats */
	width:800px;
	height:300px;
}
 
#lexisSlide
{
	float:left;
}

#lexisSlide .sliderItem
{
	width:150px;
	height:300px;
	float:left;
	overflow:hidden;
	margin-right:7px;

	position:relative;

	background-color:transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
#lexisSlide .lastItem
{
	margin:0; /* clear the margin of the leftmost so it fits */
}

#lexisSlide .sliderItem .fadingImage
{
	display:block;
	width:150px;
	height:300px;

	position:absolute;
	top:0px;
	left:0px;
}

#lexisSlide .sliderItem .sliderContent
{
	display:block;
	width:430px;
	height:300px;

	position:absolute;
	top:0px;
	left:170px;
}

#lexisSlide .sliderItem .sliderContent h2
{
	margin-top: 20px;
	padding-bottom:10px;
	border-bottom:1px solid #BBC2C8;
}

#lexisSlide .sliderItem .sliderContent .callToAction
{
	position:absolute;
	bottom:20px;
	width:430px;
}

#lexisSlide .sliderItem .sliderContent .callToAction span
{
	float:left;
}

#lexisSlide .sliderItem .sliderContent .callToAction a
{
	float:right;
}

#lexisSlide #london
{
	background-image: url(../img/sliders/london-storage-and-removals.jpg);
}

#lexisSlide #worldwide
{
	background-image: url(../img/sliders/london-storage-and-removals.jpg);
}

#lexisSlide #fineart
{
	background-image: url(../img/sliders/london-storage-and-removals.jpg);
}

#lexisSlide #business
{
	background-image: url(../img/sliders/london-storage-and-removals.jpg);
}

#lexisSlide #storage
{
	background-image: url(../img/sliders/london-storage-and-removals.jpg);
}


/**
 * Services
 */
#services
{
	margin:40px 0 30px 0;
	height:105px;
}

#services .serifMedium
{
	line-height:100%;
}

#services .service
{
	width:50%;
	height:105px;
	float:left;
}

#services #picturePack
{
	float:left;
}

#services .service .image
{
	float:left;
	margin-right:10px;
}

#services .service .slickBorderInner
{
	padding-top:12px;
}