﻿.home
{
	position: relative;
}
.home-list-box ul
{
	padding: 14px;
	margin: 0px;
}
.home-list-box li
{
	padding: 4px 0px;
}
.home-list-box
{
	overflow: hidden;
}
#HomeBanner
{
	width: 900px;
	height: 70px;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 310px;
	margin-bottom: 15px; /* custom decorations */
	z-index: 1;
	float: left;
}

.scrollable h2
{
	color: #000;
	font-size: 5.5em;
	padding: 10px 50px 0px 50px;
}

.scrollable h3
{
	color: #000;
	font-size: 3.75em;
	font-style: normal;
}

.scrollable h4
{
	color: #666666;
	font-size: 3em;
	font-weight: normal;
	font-style: italic;
	padding: 0px 50px;
	margin-top: 20px;
}

.scrollable h3, .scrollable p
{
	padding: 0px 50px;
}

.navi
{
	position: absolute;
	right: 45px;
	top: 275px;
	z-index: 10;
}

.navi a
{
	height: 15px;
	width: 15px;
	border: solid 2px #2990DF;
	background: #2990DF;
	display: inline-block;
	margin: 3px;
}
.navi a:hover
{
	border: solid 2px #fff;
}
.navi a.active
{
	background: #FCE023;
	border: solid 2px #fff;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.items
{
	/* this cannot be too large */
	width: 20000em;
	height: 330px;
	position: absolute;
	clear: both;
	z-index: 1;
}

.items, .items li
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.items li
{
	display: inline-block;
	width: 950px;
	height: 320px;
	line-height: normal !important;
	overflow: hidden;
}
.items li img
{
}

/* prev, next, prevPage and nextPage buttons */
a.browse
{
	display: block;
	width: 60px;
	height: 85px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
	z-index: 9999;
}

/* right */
a.right
{
	background: url(/images/homepage/right.png) no-repeat;
	clear: right;
	margin-right: 0px;
	position: absolute;
	top: 92px;
	left: 925px;
}
a.right:hover
{
	background-position: 0 0;
}
a.right:active
{
	background-position: -60px -30px;
}

/* left */
a.left
{
	margin-left: 0px;
	background: url(/images/homepage/left.png) no-repeat;
	position: absolute;
	top: 92px;
	left: 40px;
	z-index: 99px;
}
a.left:hover
{
	background-position: 0 0;
}
a.left:active
{
	background-position: -60px 0;
}

/* up and down */
a.up, a.down
{
	background: url(../img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover
{
	background-position: -30px 0;
}
a.up:active
{
	background-position: -60px 0;
}

/* down */
a.down
{
	background-position: 0 -30px;
}
a.down:hover
{
	background-position: -30px -30px;
}
a.down:active
{
	background-position: -60px -30px;
}


/* disabled navigational button */
a.disabled
{
	visibility: hidden !important;
}

#blocks
{
	clear: both;
	padding-left: 25px;
}

#blocks-inner
{
	height: 280px;
}

.block
{
	float: left;
	width: 300px;
}

/* HomeBlock Control */
#HomeBlock-container
{
	background-color: #fff;
	margin-left: 15px;
}

#HomeBlock-header
{
	height: 25px;
	background-image: url(/Images/containers/header_gray_1px.gif);
	overflow: hidden;
}

#HomeBlock-topLeft, #HomeBlock-topRight
{
	background-color: #fff;
	width: 10px;
	float: left;
}

#HomeBlock-topRight
{
	float: right;
}

#HomeBlock-title
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #0062a3;
}

#HomeBlock-innerContent
{
	border: solid 1px #DADADA;
	background-image: url(/Images/containers/gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#HomeBlock-innerContent div.HomeBlock-padding
{
	margin-left: 15px;
}

#HomeBlock-bottomLeft, #HomeBlock-bottomRight
{
	background-image: url(/Images/containers/sprite_containers.gif);
	background-color: #fff;
	background-position: 0px -30px;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#HomeBlock-bottomRight
{
	background-position: 0px -50px;
	right: 0px;
	left: auto;
}

