﻿
/* User Panel
--------------------------------------------------------------------------------------- */

#UserPanel
{
	display: none;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	width: 310px;
	height: 278px;
	padding: 0 20px 0 450px;
	background: #DDDDE8 url('/images/bg-content-home.jpg') no-repeat top left;
	overflow: hidden;
}

#Content h2
{
	margin: 20px 0 0 30px;
	color: #4D2E6A;
}

#Content p
{
    line-height: 1.2em;
}

#Gallery
{
    position: absolute;
    top: 192px;
    left: 0;
    width: 459px;
    height: 276px;
}

#Gallery ul
{
    margin: 0;
    padding: 0;
    width: 459px;
    height: 276px;
    background: #000;
    list-style: none;
    overflow: hidden;
}

#Gallery ul li
{
    float: left;
    display: inline;
    width: 460px;
    height: 276px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/* Start
--------------------------------------------------------------------------------------- */

#Start
{
	float: left;
	display: inline;
	width: 780px;
	border: solid #4D2E6A;
	border-width: 17px 0 0 0;
	background: url('/images/bg-login.png') repeat-x top;
}

#Start ul
{
    float: left;
    display: inline;
    list-style: none;
}

#Start ul li
{
    float: left;
    display: inline;
    margin: 0 0 0 1px;
    font-family: Georgia;
    font-size: 1.2em;
    text-transform: uppercase;
}

#Container #Start ul li.Alternate
{
    float: right;
}

#Start ul li a
{
    float: left;
    display: inline;
    background: url('/images/bg-home-tab.png') no-repeat 0 0;
    color: #FFF;
    text-decoration: none;
}

#Start ul li a:hover
{
    background-position: 0 -34px;
}

#Start ul li a span
{
    float: left;
    display: inline;
    height: 15px;
    padding: 10px 20px 9px 20px;
    background: url('/images/bg-home-tab-end.png') no-repeat top right;
    cursor: pointer;
}

#Start ul li a:hover span
{
    background-position: right -34px;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Slogan img
{
	margin: 0 0 0 0;
}