﻿/* HOME PAGE STYLES */

#header
{
    background: url(/images/VRIety_header-home.jpg) center top no-repeat;
    font-family: Verdana;
    height: 140px;
    width: 1020px;
}

#contentLeft
{
    background: url(/images/VRIety_left-home.jpg) no-repeat;
	height: 524px;
}

#contentRight
{
    padding-bottom: 0px;
}



/*HOME PAGE SECTIONS*/
/*Dirty hack here, might be a bug - have to float inner content div left to prevent the margin from pulling down the parent too.*/
#homeContent
{
	position: relative;
    float: left;
    background: url(/images/VRIety_home.jpg) top left no-repeat;
    width: 100%;
    height: 524px;
}

#homeContent p{ display: none; }

#homeLinks
{
    margin-top: 240px;
    margin-left: 50px;
    height: 215px;
    width: 240px;
}

#homeMenu
{
    list-style: none;
}

#homeMenu li
{
    background: url(/images/VRIety_home_bullet.jpg) left center no-repeat;
    border-bottom: solid 2px #e8e8e8;
    padding: 9px 0px 4px 22px;
}

#homeMenu li.bottom
{
    border: none;
}

#homeMenu li a
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #8d037e;
}

#homeMenu li a:hover
{
    text-decoration: underline;
}

#vrietyPlusContainer
{
	position: absolute;
	bottom: 125px;
	right: 75px;
}
/*END HOME PAGE SECTIONS*/
