﻿html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
    background: #ffffff url('/content/images/background.png') repeat-x 0 0;
}

.page
{
	width: 760px;
	position:relative;/* ie7 needs position:relative here*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.login, .menu, .logo, .content, .footer
{
    width: 692px;
    margin-right: 34px;
    margin-left: 34px;
    text-align: left;
}

.content, .footer
{
    width: 685px;
    margin: 0 37px 0 38px;
}

.login
{
    height: 102px;
    text-align:right;
}
.login input
{
    line-height: 24px;
    margin-top: 57px;
    height: 21px;
    float:right;
    margin-left: 10px;
    width: 125px;
}

.login #loginButton
{
    height: 23px;
    width: 46px;
}

.menu
{
    height: 35px;
    background: transparent url('/content/images/menuBackground.png') no-repeat 50% 0;
}

.logo
{
    height: 240px;
    background: transparent url('/content/images/logoBackground.png') no-repeat 50% 0;
    text-align:center;    
}

.content
{
    min-height: 396px;
}

.content
{
    margin-top: 17px;
}

.footer
{
    margin-top: 24px;
    text-align: right;
    background: #e4e5e3;
    padding: 14px 0;
}

.login p
{
    padding-top: 84px;
    padding-right: 4px;
    color: #fff;
}

.login a
{
    color: #ccc;
}

.scrollable 
{
    overflow:hidden;
    position: relative;
    width: 680px;
    height: 240px;
    margin-left: 6px;
}

.scrollable .items 
{
    margin: 20px 0 0 0;
    /*margin-left: 4px;*/
    clear:both;
    position:absolute;
    height: 220px;
    width: 2000em;
}

.scrollable img {
  float:left; 
  width: 680px;
}

#close
{
    float: right;
    cursor: pointer;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

