/*****General styles*****/
*{
	margin:0;
	padding:0;
}
body{
	padding:0 0 0 0;
	font-family:Verdana, arial, helvetica, sans-serif;
	background-image: url(../img/bg_body.png);
}
#header{
	background:#660000;
}
#logo{
    padding:12px 12px 0 12px;
}
.container{
    margin:60px auto;
    overflow:visible; /* allows for overhang on right side*/
    position:relative;
    text-align:left;
    width:756px;
	background: #660000;
}
#main{
	clear:both;
}
#caption{
    position:absolute;
    left:629px;
    top:143px;
}
/*****Horizontal Download section*****/
ul{
	padding-left:12px;
}
ul li{
	float:left;
	list-style:none;
}
ul li a#partyguide:link, ul li a#partyguide:visited{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) 0 0 no-repeat;
	height:64px;
	width:135px;
}
ul li a#dosanddonts:link, ul li a#dosanddonts:visited{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -135px 0 no-repeat;
	height:64px;
	width:110px;
}
ul li a#ornaments:link, ul li a#ornaments:visited{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -245px 0 no-repeat;
	height:64px;
	width:134px;
}
ul li a#nametags:link, ul li a#nametags:visited{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -379px 0 no-repeat;
	height:64px;
	width:122px;
}
ul li a#mistletoe:link, ul li a#mistletoe:visited{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -501px 0 no-repeat;
	height:64px;
	width:110px;
}
ul li a#partyguide:hover, ul li a#partyguide:active{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) 0 -64px no-repeat;
	height:64px;
	width:135px;
}
ul li a#dosanddonts:hover, ul li a#dosanddonts:active{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -135px -64px no-repeat;
	height:64px;
	width:110px;
}
ul li a#ornaments:hover, ul li a#ornaments:active{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -245px -64px no-repeat;
	height:64px;
	width:134px;
}
ul li a#nametags:hover, ul li a#nametags:active{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -379px -64px no-repeat;
	height:64px;
	width:122px;
}
ul li a#mistletoe:hover, ul li a#mistletoe:active{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -501px -64px no-repeat;
	height:64px;
	width:110px;
}

/***** Main Section *****/
#main{
	background: #660000 url(../img/bg_main.png) top center no-repeat;
	padding:0 70px 0 244px;
}
#main p{
	font: 11px/15px Verdana, arial, helvetica, sans-serif;
	padding-bottom:10px;
}
h2#toomanypeople{
	background: url(../img/txt_toomanypeople.png) center bottom no-repeat;
	text-indent:-5124px;
	height:41px;
	width:270px;
	padding:35px 0 0 0;
}
h2#deadline{
	background: url(../img/deadline.png) center bottom no-repeat;
	text-indent:-5124px;
	height:14px;
	width:309px;
	margin:10px 10px 40px 0;
	float:right;
}
img.no-nos{
	position:absolute;
	top:318px;
	left:54px;
}
/***** Form Section *****/
fieldset{
	clear: left;
	width: 400px;
	margin: 0 0 0 0;
	border:none;
}

form ol{
	padding: 1em 0 0 0;
	list-style: none;
	zoom: 1;
}

form li{
	float: left;
	clear: left;
	width: 450px;
	padding-bottom: 1em;
}

label{
	position: relative;
	float: left;
	width: 7em;
	margin:3px 1em 0 0;
	text-align:right;
	font-size: 12px;
	color:#666666;
}
label.checkbox{
	float:none;
	width:50px;
}
form li.checkbox{
	margin: 0 0 10px 130px;
	width:320px;
}
/* fieldset */

input.required, input.required email{
	padding:4px;
	border:none;
	background: url(../img/textbox.png) no-repeat top left;
	width:308px;
}
textarea{
	width:310px;
	height:126px;
	border:none;
	background: url(../img/textareabox.png) no-repeat top left;
	padding:4px 4px 0 4px;	
}
a.submit img{
	border:none;
	margin:0 0 15px 350px;
}

/***** Thank you Section *****/
#thankyou{
    padding-top:50px;
    padding-bottom:137px;
    clear:both;
}
#thankyou h3{
    text-indent:-5124px;
    height:45px;
    width:431px;
    background: transparent url(../img/txt_thankyou.png) top left no-repeat;
    padding-bottom:20px;
}
#thankyou p{
    font-size: 13px;
}

/***** Footer Section *****/
#footer{
	background:#660000 url(../img/bg_footer.png) no-repeat center -495px;
	margin:0;
	padding:25px;
	height:80px;
	clear:both;
}
p.rules{
	font-size:10px;
	float:left;
}
#footer img.embassy{
	float:right;
}
#footer a img.embassy{
	border:none;
}


/**********/
