/*
-----------------------------------------------
Line Digital styles - home specific styles
----------------------------------------------- */



/* Overwrites
----------------------------------------------- */
#navigation {
	border:2px solid #0093E1;
	border-top:0;
	padding-top:11px;
	width:956px;
}
#search {
	top:6px;
}
#footer {
	border:0;
	margin-top:1px;
}



/* Carousel
----------------------------------------------- */
#carousel {
	padding-top:25px;
	position:relative;
}
#carousel ul {
	margin:0;
	padding:0;
}
#carousel ul li {
	list-style-type:none;
	width:50%;
	float:left;
}
#carousel ul li.right {
	text-align:right;
}
#carousel ul li.main {
	margin:-444px 0 0 205px;
	padding-bottom:1em;
	text-align:center;
	width:553px;
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
}
#carousel ul li.main a {
	color:#003950;
}
#carousel ul li.main a:hover {
	color:#0093E1;
	text-decoration:none;
}



/* News & login
----------------------------------------------- */
#homeNews {
	width:926px;
	margin:1em auto 0 auto;
	padding:10px 15px 8px 15px;
	border:2px solid #0093E1;
	border-bottom:0;
	text-align:left;
	position:relative;
}
#homeNews p {
	margin:0;
	background:url(../img/latestNews.gif) no-repeat 0 1px;
	width:72px;
	height:14px;
	text-indent:-10000em;
	float:left;
	margin-right:14px;
}
#homeNews ul {
	height: 1.4em;
	margin:0;
	padding:0;
	float:left;
	width:550px;
}
#homeNews ul li {
	list-style-type:none;
}
#homeNews ul li.older {
	display: none;
}
#homeNews ul li a, #homeNews ul li a:visited { color:#003950; }
#homeNews ul li a:hover { color:#0093E1; }

a#login {
	position:absolute;
	top:10px;
	right:16px;
	background-image:url(../img/clientLogin.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-10000em;
	width:73px;
	height:14px;
}
a#login:hover { background-position:0 -14px; }