body {
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/TiledBg.jpg);
	background-color: #F5A13F;
	color: #7d421c;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px -1px;
}

.rules a {color: #7d421c;}

img{ border:0px}

.Container {
	background-image: url(../Images/bg.jpg);
	height: 1062px;
	width: 1200px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 35px;
	padding-left: 113px;
	padding-right: 113px;
}

.ContainerConfirmation {
	background-image: url(../Images/bgConfirm.jpg);
	height: 1062px;
	width: 1200px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 35px;
	padding-left: 113px;
	padding-right: 113px;
}


.ContainerRules {
	background-image: url(../Images/bgRules.jpg);
	height: 1062px;
	width: 1200px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 35px;
	padding-left: 113px;
	padding-right: 113px;
}

#OuterWrapper{
	margin-left:auto;
	margin-right:auto;
	width: 1200px;
	margin-top: 0px;
	padding-top: 0px;
	height: 1100px;
	position: relative;
}

.CaptionTop{
	background-repeat: no-repeat;
	height: 566px;
	width: 947px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}

.CaptionBottom{
	background-image: url(../Images/CaptionBottom.png);
	background-repeat: no-repeat;
	height: 127px;
	width: 947px;
	float: left;
	position: relative;
}

.TopNav{
	width: 1200px;
	height: 43px;
	float: left;
}

/*Top Nav Rollovers*/
a.Watch {
	background-image: url(../Images/WatchOff.jpg);
	height: 43px;
	width:110px;
	display: block;
	background-repeat: no-repeat;
	float:left;
	left: 188px;
	position: absolute;
}

a.Watch:hover {background-image: url(../Images/WatchOn.jpg);}

a.Products {
	background-image: url(../Images/ProductsOff.jpg);
	height: 43px;
	width:178px;
	display: block;
	background-repeat: no-repeat;
	float:left;
	left: 338px;
	position: absolute;
}

a.Products:hover { background-image: url(../Images/ProductsOn.jpg); }

a.Style {
	background-image: url(../Images/StyleOff.jpg);
	height: 43px;
	width:120px;
	display: block;
	background-repeat: no-repeat;
	float:left;
	left: 735px;
	position: absolute;
}

a.Style:hover {	background-image: url(../Images/StyleOn.jpg);}

a.Sign {
	background-image: url(../Images/SignOff.jpg);
	height: 43px;
	width:125px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	left: 905px;
	position: absolute;
}

a.Sign:hover { background-image: url(../Images/SignOn.jpg);}

a.Logo {
      height: 80px;
      width:133px;
      margin-top: -25px;
      display: block;
      float:left;
      left: 557px;
      position: absolute;
}



/*Form Styles*/
.RequiredField {
	position: absolute;
	left: 160px;
	top: 205px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.ConfirmationMsg {
	position: absolute;
	left: 160px;
	top: 225px;
	color: #7d421c;
	font-weight: bold;
	font-size: 15px;
}

.ContestForm{
	position:absolute;
	left: 156px;
	top: 225px;
	width: 1px;
	
}

.ContestForm p{
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.ContestForm2{
	position:absolute;
	left: 120px;
	top: 175px;
	width: 1px;
	
}

.ContestForm2 p{
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.ContestForm td{
	padding:3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*Form Styles*/
.TextArea{
	background-image:url(../Images/FormBg.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: transparent;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	color: #7d421c;
	padding-top: 1px;
	height: 16px;
}


.Select{
	border-top-style: none;
	background-image:url(../Images/FormBg.gif);
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	color: #7d421c;
}
