﻿@charset "UTF-8";
/* 
==============================================================================
These styles are page specific and only apply to the root default page (home)
==============================================================================
 */
 
/* 
==============================================================================
Over ride some inheritied styles
==============================================================================
 */
body{
	background: url(../images/verify_age_body_bg_repeat_x.png) repeat-x #F96958;
}
#header, 
#Logo{
    display: none;
}
div#copyright{
    position: absolute;
    top: 650px;
    margin-left: 245px;
    text-align: left;
    font: 70% Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
#copyright a{
    color: #FFFFFF;
}
#verifyAgeForm{
    position: absolute; 
    top: 330px; 
    left: 290px; 
    width: 550px;
}
#bottleGraphic{
    position: absolute; 
    top: 0px; 
    left: 0px; 
    z-index: -1;
}
#logoBackground{
    position: absolute; 
    top: 0px; 
    left: 210px; 
    width: 2000px; 
    height: 700px; 
    background: url(../images/verify_age_content_bg.png) no-repeat; 
    z-index: -1;
}
#contentAbove{
    position: absolute;
    left: 246px;
    top: 160px;
    width: 250px;
    font: 80% Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
#contentBelow{
    position: absolute;
    left: 246px;
    top: 520px;
    width: 300px;
    font: 70% Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
#contentBelow a{
    color: #FFFFFF;
}
.verifyAgeBigText{
    position: relative;
    float: left;
    height: 72px;
    font: 60px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.verifyAgeTextbox{
    position: relative;
    float: left;
    height: 70px;
    font: 60px Arial, Helvetica, sans-serif;
    text-align: center;
    background: none;
    border: none;
    color: #FFFFFF;
}
#verifyAgeButtons{
	position: absolute;
    top: 100px;
    left: 380px;
}
.verifyAgeButton{
    padding: 2px 8px;
    background: none;
    border: 2px solid #CF8F5D;
    color: #FFFFFF;
}


#Frame_middle{
	background-image: none;
	padding: 0;
}
#Frame_top{
	background-image: none;
	height: 27px;
	position: absolute;
	top:80px;
}
#Frame_bottom{
	background-image: none;
	display: none;
}
#copyright{
	color: #a0a1a3;
}

/* 
==============================================================================
The home page specific styles
==============================================================================
 */
.Splash{
	background-image: url("/images/Sweeps_Splash.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width:913px;
	height: 650px;
}
.Splash h1{
	display: none;
}
.SweepsCopy{
	text-align: center;
	width:350px;
	margin: 0 auto 0 auto;
	padding: 66px 0 0 0;
}