/* ============================================ */
/* = PROJECT:    Outsourcery Limited          = */
/* = MEDIA:      Screen                       = */
/* = CREATED:    01/06/2009                   = */
/* ============================================ */

/* $Id: footer.css 839 2011-03-18 13:21:02Z khurramm $ */

#osFooter {
	/*margin-top: 6px !important;*/
	clear: both;
	height: 60px;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}
#osFooter #osFooterLinks {
	background: #262626;
	}
#osFooter #osFooterLinks ul {
	margin: 0 6px;
	}
/*
#osFooter #osFooterLinks ul li {
	display: inline;
	margin: 0 3px;
	}
*/
#osFooterLinks ul li a {
	color: #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	}
#osFooter #osFooterLinks ul li a:hover {
	color: #F50082;
	}
#osFooter #osFooterLinks ul li:first-child {
	margin-left: 0 !important;
	}
#osFooter #osFooterNotice {
	margin: 6px 0 0;
	}
#osFooter #osFooterNotice p {
	color: #ccc;
	margin: 0 20px;
	text-align: center;
	}

#osFooter {
	background-image: url('/assets/images/generic/footer_bg.gif');
	background-repeat: repeat-x;
	height: 167px;
}
.ftcontentbox {
	width: 318px;
	float: left;
	height: 167px;
}
.ftcontentbox p
{
	color:#fff;
	padding: 10px;
	font-size: 11px;
}
.mspartner {
	background: url('/assets/images/generic/microsoft_logo.png') 5px 5px no-repeat;
}
.ftlist {
	width: 140px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
.fthead {
	padding: 10px 0 0 7px;
	font-size: 14px;
	font-weight: bold;
}
#navlist {
	margin-left: 6px;
	padding-left: 0;
	list-style: none;
}
#navlist li {
	padding-left: 10px;
	background-image: url('/assets/images/generic/arrowbullet.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
	margin-top: 5px;
}
#navlist li a{
	text-decoration: none;
	color: #fff;
	font-weight: normal !important;
	line-height: 10px !important;
	text-transform: none !important;
}
#navlist li a:hover{
	color: #f50082;
}
#eventsnews {
	margin-top: 10px;
}
#eventsnews li {
	padding: 0 0 5px 5px;
	margin: 0 10px 0;
	border-bottom: 1px solid #262626;
	color: #fff;
}
#eventsnews li a{
	text-decoration: none;
	color: #fff;
}
#eventsnews li a:hover{
	color: #f50082;
}
.ftawards{
	text-align: center;
	background-color: #000;
	padding-top: 10px;
}
.ftbookmarks {
	list-style-type: none;
    width: 305px;
	margin-left: 10px;
	height: 34px;
}
.ftbookmarks li{
	float: left;
	height: 34px;
    list-style: none outside none;
    margin: 6px 10px 0 0 !important;
    vertical-align: baseline;
    width: 34px;
}

.ftbookmarks a {
    display: block;
    text-indent: -9999px;
}
.ftbookmarks a.rss {
	background: url('/assets/images/generic/ft_socialbookmarks.png') no-repeat scroll 0px 50% transparent !important;
    height: 34px !important;
    width: 34px;
}
.ftbookmarks a.linkedin {
	background: url('/assets/images/generic/ft_socialbookmarks.png') no-repeat scroll -43px 50% transparent !important;
    height: 34px !important;
    width: 34px;
}
.ftbookmarks a.twitter {
	background: url('/assets/images/generic/ft_socialbookmarks.png') no-repeat scroll -86px 50% transparent !important;
    height: 34px !important;
    width: 34px;
}
.ftbookmarks a.youtube {
	background: url('/assets/images/generic/ft_socialbookmarks.png') no-repeat scroll -128px 50% transparent !important;
    height: 34px !important;
    width: 34px;
}
.ftbookmarks a.facebook {
	background: url('/assets/images/generic/ft_socialbookmarks.png') no-repeat scroll -172px 50% transparent !important;
    height: 34px !important;
    width: 34px;
}
.footercontainer {
	position: relative;
	border: 1px solid #262626;
}
.footdivone{
	position: absolute;
	display: block;
	top: 30px;
	left: 318px;
	height: 110px;
	border: 1px solid #262626;
}
.footdivtwo{
	position: absolute;
	display: block;
	top: 30px;
	left: 636px;
	height: 110px;
	border: 1px solid #262626;
}
