/* BANNER */

.banner
{
	width: 100%;
	height: 17.5em;
	float: left;
	position: relative;
	border: 1px solid #a09090;
	background-color: silver;
	margin-bottom: 3em;
}

.banner img
{
	float: left;
	width: 100%;
	height: 100%;
}

.banner .backgroundText
{
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 50%;
	color: black;
	background-color: transparent;
}

.banner .backgroundText .text
{
	padding: 2em;
}

.banner .backgroundText .text h1
{
	margin: 0;
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 0.25em;
}

.banner .backgroundText .text h2
{
	text-align: left;
	margin: 0;
	font-size: 0.9em;
	font-weight: 300;
	color: #222;
	margin-bottom: 1em;
}

/* SHORTCUT */

.shortcut
{
	float: left;
	width: 100%;
	position: relative;
}

.shortcut ul.menu
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

.shortcut ul.menu li
{
	font-size: 0.9em;
	height: 3em;
	line-height: 3em;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #a0a0a0;
	cursor: pointer;
}

.shortcut ul.menu li.inactive
{
	text-shadow: 0px 1px #e5e5e5;
	background-image: url(../image/skin/button/background_inactive.png);
	border-right: 1px solid #a0a0a0;
}

.shortcut ul.menu li.active
{
	color: #d0d0d0;
	text-shadow: 0px -1px #505050;
	background-image: url(../image/skin/button/background_active.png);
	border-right: 1px solid #505050;
}

.shortcut ul.menu li:last-child
{
	border-bottom: none;
}


.shortcut ul.info
{
	float: left;
	padding: 1em;
	padding-left: 2em;
	width: 50%;
	margin: 0;
}

.shortcut ul.info li.inactive
{
	display: none;
}

.shortcut ul.info li h1
{
	margin: 0;
	padding: 0;
}

.shortcut ul.info li h2
{
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: none;
}

.shortcut ul.info li p
{
	text-align: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border: none;
}

.shortcut ul.info p a
{
	text-align: right;
	display: block;
}

.shortcut
{
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.shortcut li
{
	float: left;
	width: 47.5%;
	margin-left: 5%;
}

.shortcut li:first-child
{
	margin: 0;
}

.shortcut li h1
{
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 0.25em;
}

.shortcut li .icon
{
	float: left;
	margin-right: 1em;
}

.shortcut li p
{
	font-size: 0.9em;
	color: #777;
	text-align: justify;
}

