/* */
	body {
	    background-color: #EEEEDF;
	    margin: 0 0 0 0;
	}
	
	a:link {
	    color: #444444;
	    text-decoration: none;
	}
	a:visited {
	    color: #444444;
	    text-decoration: none;
	}
	a:hover {
	    color: #888888;
	    text-decoration: none;
	}
	a:active {
	    color: #444444;
	    text-decoration: none;
	}
	
	.wrapper {
	    width:920px;
	    margin:0 auto;
	    position:relative;
	}
	
	.clearer {
	    clear:both;
	}
	
	.fixer-upper {
	    background-color:#FFF;
	    height:20px;
	    width:920px;
	    margin:0 0 0 0;
	    position:relative;
	}
	
	.header {
	    background-color:#FFF;
	    height:85px;
	    width:920px;
	    margin:0 0 0 0;
	    position:relative;
	}
	
	.header_left {
	    /*display:inline;*/
	    float:left;
	    width:460px;
	    height:85px;
	    margin:0;
	    padding:0;
	    text-align:left;
	}
	
	.header_right {
	    /*display:inline;*/
	    float:left;
	    width:460px;
	    height:85px;
	    margin:0;
	    padding:0;
	    text-align:right;
	}
	
	.slide_keeper {
	    position:relative;
	    width:920px;
	    height:485px;
	    overflow:hidden;
	    background-color:#FFF;
	}
	
	.footblock {
	    position:relative;
	    width:100%;
	    background-color:#CECEBF;
	    font-family:Arial, Helvetica, sans-serif;
	    color:#706b62;
	    font-size:12px;
	    line-height:18px;
	    padding:25px 0 35px 0;
        margin:15px 0 25px 0;
	}
	
	.footblock p {
	    margin:0 0 6px 0;
	}
	
	.foot_col2 {
	    /*display:inline;*/
	    float:left;
	    width:223px;
	    padding:0 0 0 5px;
	}
	
	.foot_col3 {
	    /*display:inline;*/
	    float:left;
	    width:277px;
	}
	
	.foot_col4 {
	    /*display:inline;*/
	    float:left;
	    width:245px;
	}
	
	.foot_col4 img {
	    margin:0 3px 0 0;
	}
	
	.foot_col5 {
	    /*display:inline;*/
	    float:left;
	    width:270px;
	}

	.foot_col6 {
	    float:left;
	    width:400px;
	}
	
	.login_box {
	    position:absolute;
	    z-index:800;
	    right:0;
	    top:254px;
	    width:295px;
	    height:223px;
	    background-image:url(../images/bg_login_box.png);
	    background-repeat:no-repeat;
	    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	    color:#221227;
	    font-weight:normal;
	    font-size:14px;
	}

	.scrollable {
	    position:relative;
	    top:0;
	    left:0;
	    overflow:hidden;
	    width:920px;
	    height:485px;
	}
	
	.scrollable .items {
	    /* this cannot be too large */
	    width:2000em;
	    position:absolute;
	    clear:both;
	}
	
	.items div {
	    float:left;
	    width:920px;
	}
	
	/* single scrollable item */
	.scrollableimgcont {
	    width:920px;
	    height:485px;
	    overflow:hidden;
	}
	
	.scrollable img {
	    float:left;
	    width:920px;
	    height:auto;
	}
	
	/* active item */
	.scrollable .active {
	    border:2px solid #000;
	    position:relative;
	    cursor:default;
	}
