@charset "utf-8";
/* Content Styles */

#content, #content .container, #leftcontent {
	padding: 0 0;
	width: 1000px;
}

#promoheader, #breadcrumb, #title, #cmenu {
	display: none;
}

#rightcontent {
	display: none;
}

/* ########################################### */
/* Main Section Block			   		       */
/* ########################################### */
#leftcontent .mainblock {
	width: 1000px;
}

#leftcontent .mainblock h2 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 3px;
}

#leftcontent .mainblock a {
	font-weight: bold;
}

#leftcontent .mainblock img {
	border: none;
}


#leftcontent .imageblock {
	float: left;
	clear: both;
	width: 1000px;
	height: 320px;
}

#leftcontent .headlines {
	width: 920px;
	float: left;
	clear: both;
	padding: 5px 40px;
	background-color: #f51822;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#leftcontent .headlines p {
	color: #ffffff;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#leftcontent .news-title {
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 10px 0 5px;
}

#leftcontent .news-feed {
	float: left;
	margin: 0;
}

#leftcontent .news {
	float: left;
	color: #fff;
}

#leftcontent .news a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
}

#leftcontent .navblock {
	display: block;
	float: left;
	clear: both;
	width: 1000px;
	height: 200px;
	background: url(images/layout/navblock-bck.jpg) bottom no-repeat;
	padding: 10px 0;
}

#leftcontent .services {
	width: 253px;
	height: 190px;
	float: left;
	padding: 5px 40px;
	background: url(images/layout/mainblock-seperator.png) right no-repeat;
}

#leftcontent .solutions {
	width: 253px;
	height: 190px;
	float: left;
	padding: 5px 40px;
	background: url(images/layout/mainblock-seperator.png) right no-repeat;
}

#leftcontent .more {
	width: 253px;
	height: 190px;
	float: right;
	padding: 5px 40px;
}

#quicklinks li {
	width: 180px;
	height: 24px;
 	background: url(images/layout/quicklinks-bkg.png) top no-repeat;
}

#quicklinks h3 {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	padding: 6px 5px 4px 5px;
	margin: 0;
}

#quicklinks li:hover .linksmenu {
	display: block;
}

#quicklinks .linksmenu {
	display: none;
	position: absolute;
}

#quicklinks .linksmenu ul {
	/* border: #f51822 1px solid; */
	/* margin: 0 0 0 10px; */
}

#quicklinks .linksmenu li {
	height: 14px;
	background: url(images/layout/linksmenuli-bkg.png) top repeat-y;
}

#quicklinks .linksmenu .first {
	padding-top: 5px;
}

#quicklinks .linksmenu .last {
	border-bottom: #f51822 1px solid;
	padding-bottom: 5px;
}

#quicklinks .linksmenu li a {
	font-size: 10px;
	padding: 0 5px;
}

#leftcontent .brands {
	display: block;
	margin: 12px 0;
	text-align: justify;
}

#leftcontent .brands img {
	margin: 5px;
}

#leftcontent img.service {
	padding-top: 12px;
}