/* resets */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, p, input, textarea{
  margin: 0;
  padding: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a img{
  border: 0;
}

/* global styles */
body{
	background: black url(../images/background.jpg) top center no-repeat;
	color: white;
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

#outer{
	background: url(../images/footer-bg.jpg) bottom no-repeat;
	height: 932px;
}

.wrap{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#header{
	height: 172px;
	padding-left: 368px;
}

#header img{
	margin-top: 44px;
}

#subheader{
	height: 79px;
}

#footer{
	position: absolute;
	top: 815px;
	left: 2px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #710200;
}

#footer a{
	color: #710200;
}

/* landing page styles */
#subheader img{
	padding-top: 18px;
	padding-left: 102px;
}

#left{
	float: left;
	margin-top: 35px;
	width: 246px;
}

#left .header{
	height: 57px;
}

#left .menu{
	height: 62px;
}

#left .party{
	height: 62px;
}

#frame{
	width: 246px;
	background: url(../images/frame-top.gif) no-repeat;
	margin-bottom: 19px;
}
#frame a.linkLogo{
	width: 246px;
	height: 49px;
	display: block;
}
#frame .inner{
	background: url(../images/frame-bottom.gif) bottom no-repeat;
	padding-bottom: 7px;
}

#frame .content{
	border-left: 1px solid #8A0C00;
	border-right: 1px solid #8A0C00;
	padding: 15px 15px 10px 15px;
}

#frame h2{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

/* interior pages */
#content{
	margin-left: 60px;
	background: url(../images/content-bg.gif);
	width: 742px;
	height: 516px;
}

.interior #subheader img{
	padding-top: 16px;
	padding-left: 670px;
}

/* send page */
#send .title{
	padding-top: 26px;
	padding-left: 60px;
}

#send #content .inner{
	padding: 0 50px 0 80px;
	line-height: 18px;
}

#send p{
	margin-bottom: 0.5em;
}

#send label{
	float: left;
	display: block;
	width: 162px;
	text-align: right;
	padding-right: 10px;
	padding-top: 7px;
}

#send #required{
	text-align: right;
	padding-right: 60px;
}

#send input{
	border: 0;
	width: 332px;
	height: 16px;
	background: url(../images/form-input.gif) no-repeat;
	padding: 10px 12px;
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: white;
}

#send .textarea{
	border: 0;
	width: 328px;
	height: 76px;
	background: url(../images/form-textarea.gif) no-repeat;
	padding: 10px 12px;
	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: white;
	overflow:hidden;
}

#send .buttons input{
	width: auto;
	height: 27px;
	background: none;
	padding: 0;
	margin: 0 8px 0 3px;
}

/* choose page */
#choose #content{
	position: relative;
}

#choose #main{
	background: url(../images/choose-video-bg.jpg) no-repeat;
	width: 473px;
	position: absolute;
	left: 14px;
	top: 14px;
}

#choose #fma{
	height: 351px;
	padding-left: 9px;
	padding-top: 9px;
}

#choose #menu{
	background: url(../images/choose-menu-bg.jpg) no-repeat;
	width: 239px;
	height: 489px;
	position: absolute;
	top: 14px;
	right: 14px;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	line-height: 35px;
}

#choose #caption{
	padding-top: 7px;
	font-size: 14px;
	text-align: center;
	margin: 0 35px;
}

#choose #menu table{
	width: 191px;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

#choose #menu td{
}


#choose #menu td a{
	display: block;
	padding-top: 8px;
	height: 113px;
	padding-left: 6px;
	padding-right: 10px;
	background: url(../images/menu-item-off.gif) no-repeat;
	line-height: 17px;
}

#choose #menu table td a:hover{
	background: url(../images/menu-item-on.gif) no-repeat;
}

#choose #menu a span{
	display: block;
	padding-top: 25px;
}

.hidden {
	display:none;
}
.inner h1{
	font: bold 12px "Lucida Sans", Tahoma, Arial, sans-serif;
	padding: 10px 0 0 0;
    }
	
#contentMoxiesLink{
	position: absolute;
	top: 441px;
	left: 32px;
	width: 103px;
	height: 48px;
}