﻿body 
{
    background: #BDC5E4 url(../images/bg.jpg) top repeat-x;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    color: Black;
}

img
{
    border: 0;
}
a
{
    text-decoration: none;
}

h1
{
    color: #5B0E33;
    font-size: 1.6em;
    font-weight: normal !important;
}
h2
{
    color: #5B0E33;
    font-size: 1.3em;
    font-weight: normal !important;
}

    #Main
    {
        margin: 50px auto 5px auto;
        width: 804px;
        background: #FFFFFF;
        /* hack to set min height in IE 6 */
		height: auto !important;
		height: 603px;			
		min-height: 603px;
    }
        #LeftColumn
        {
            float: left;
            width: 228px;
            /* hack to set min height in IE 6 */
			height: auto !important;
			height: 700px;			
			min-height: 700px;
			padding-bottom: 10px;
            background: #5B0E33;
        }
            #Logo
            {
                width: 228px;
                height: 160px;
                text-align: center;
            }
                #Logo img
                {
                    padding: 16px 0 0 0;
                }
            #Navigation
            {
                width: 220px;
                padding: 0 4px;
            }
                #Navigation a
                {
                    margin: 0 0 0 8px;
                    color: White;    
                }
                #Navigation a:hover
                {
                    color: Black;    
                }
                #Navigation hr
                {
                    color: #cccccc;
                    height: 1px;
                }
            #OtherSites
            {
                width: 220px;
                margin: 0 0 0 4px;
                color: White;
            }
                #OtherSites a
                {
                    margin: 0 2px 0 0;
                }
            .WinAHoliday
            {
                margin: 25px 50px 5px 50px;
            }
            .CardLogos
            {
                margin: 5px 30px;
            }
            #Address
            {
                width: 160px;
                margin: 0 auto;
                color: White;
                font-size: 0.8em;
                text-align: center;
            }
        #RightColumn
        {
            float: left;
            width: 576px;
            overflow: hidden;
        }
            .MainImage
            {
                clear: both;
            }
            .CallUs
            {
                margin-top: -40px;
            }
            #DropShadow
            {
                height: 9px;
                width: 100%;
                background: url(../images/dropshadow.jpg) repeat-x;
            }
            #Content
            {
                margin: 10px 0 10px 20px;
            }
                .DealListItem
                {
                    width: 556px;
                    height: 93px;
                    clear: both;
                    margin: 0 0 15px 0;
                    overflow: hidden;
                    background: #BABDE0;
                }
                    .DealListDetails
                    {
                        width: 325px;
                        padding: 5px;
                        float: left;
                    }
                    .DealListImage
                    {
                        width: 218px;
                        height: 93px;
                        float: left;
                    }
                #DealColumnLeft
                {
                    width: 352px;
                    float: left;
                }
                #DealColumnRight
                {
                    width: 204px;
                    float: left;
                    
                }
                    #HotelList
                    {
                        width: 201px;
                        margin-left: 3px;
                        background: url(../images/hotel-list-bg.jpg) repeat-y;
                    }
                    .HotelListItem
                    {
                        width: 100%;
                        clear: both;
                        text-align: center;
                        background: url(../images/hotel-list-bg.jpg) repeat-y;
                        padding: 7px 0 7px 0;
                    }
                        .HotelListItem a
                        {
                            color: White;
                        }
            
            
            
            
            
            
/*Forms*/
.ButtonSmall
{
    width: 80px;
    background: url(../images/buttons/bg.png);
    height: 25px;
    color: White;
    border: Solid 1px Black;
}
.ButtonStandard
{
    width: 120px;
    background: url(../images/buttons/bg.png);
    height: 25px;
    color: White;
    border: Solid 1px Black;
}


.FieldSmall
{
    width: 80px;
    height: 20px;
    border: Solid 1px Black;
}
.FieldStandard
{
    width: 140px;
    height: 20px;
    border: Solid 1px Black;
}
.FieldWide
{
    width: 220px;
    height: 20px;
    border: Solid 1px Black;
}
.FieldMemo
{
    width: 220px;
    height: 120px;
    border: Solid 1px Black;
}
            

/*Video Star*/
#VideoStar
{
	height: 146px;
	width: 137px;
	position: absolute;
	z-index: 100;
	margin: -20px 0px 0px 500px;
}
                
