/* CSS Document */

/*img, div, input, textarea { behavior: url("/styles/iepngfix.htc") }*/

a, img, object {outline:none; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c89c5b;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 1024px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	background:#c89c5b url(/images/rsc_header_bg.jpg) no-repeat top left;

}

#header {
	padding:0;
	width:1024px;
	height:180px;
}

#mainContent {
	padding: 0;
	margin:0 auto;
	background:transparent url(/images/rsc_content_bg.jpg) no-repeat bottom left;
	width:1024;
	height:100%; 
}

#mainContent .leftColumn {
	float:left;
	width:435px;
	font:11px Arial, Helvetica, sans-serif;
}

#mainContent .leftColumn .logo {
	margin-top:250px;
	margin-left:200px;
	width:129px;
	height:58px;
}

#mainContent .leftColumn .onesixty {
	margin-left:160px;
}

#mainContent .leftColumn .onesixty p,ol,li {
	color: Maroon;
	font-size:12px;
}
#mainContent .leftColumn p {
	color: Maroon;
	font-size:12px;
}

#mainContent .leftColumn .onetwenty {
	margin-left:140px;
}

#mainContent .rightColumn {
	float:left;
	width:580px;
	font:11px Arial, Helvetica, sans-serif;
}

#mainContent .rightColumn .form {
	background:url(/images/rsc_form_bg.png) no-repeat top left;
	width:417px;
	height:761px;
	margin-left:10px;
}

#mainContent .rightColumn .form form {
	padding-top:20px;
	padding-left:35px;
}

#footer {
	padding:0;
	background:url(/images/rsc_footer_bg.jpg) no-repeat top left;
	width:1024px;
	height:148px;
}


/* ----- Custom form Elements -----*/

.fieldset {
  width:310px;
  border:0px solid transparent;
  margin-left:35px;
  }
.fieldset label {
text-align:left;
width:70px;
margin:0;
margin-top:0.3em;
  }

.fieldset .nobr {display:none;}  
.fieldset .firstname {
height:26px;
width:142px;
background: url(/images/rsc_form_name.png) no-repeat;
border:0px solid #fff;
outline:none;
padding-top:5px;
padding-left:10px;
overflow:hidden;
}

.fieldset .lastname {
height:26px;
width:142px;
background: url(/images/rsc_form_name.png) no-repeat;
border:0px solid #fff;
outline:none;
padding-top:5px;
padding-left:10px;
overflow:hidden;
}

.fieldset .email {
height:26px;
width:300px;
background: url(/images/rsc_form_email.png) no-repeat;
border:0px solid #fff;
outline:none;
padding-top:5px;
padding-left:10px;
overflow:hidden;
} 
.fieldset .textarea {
margin:0px 3px 3px 3px;
height:82px;
width:300px;
background: url(/images/rsc_textarea_bg.png) no-repeat;
border:0px solid #fff;
outline:none;
overflow:hidden;
padding-top:5px;
padding-left:5px;
}

.image {
margin-top:10px;
height:27px;
width:186px;
background: url(/images/uploadBtn.png) no-repeat;
border:0px solid #fff;
outline:none;
cursor:pointer;
 }
 
.upload {
 height:27px;
 width:76px;
 background: url(/images/rsc_upload.png) no-repeat;
 border:0px solid #fff;
 outline:none;
 cursor:pointer;
}

.submit {
margin-top:10px;
height:27px;
width:76px;
background: url(/images/rsc_step2.png) no-repeat;
border:0px solid #fff;
outline:none;
cursor:pointer;
 }
 .send {
margin-top:110px;
height:27px;
width:61px;
background: url(/images/rsc_send.png) no-repeat;
border:0px solid #fff;
outline:none;
cursor:pointer;
 }
 .start {
margin-top:20px;
height:27px;
width:105px;
background: url(/images/rsc_start_over.png) no-repeat;
border:0px solid #fff;
outline:none;
cursor:pointer;
 }

.legal {
	float:right;
	font-size:10px;
}

.legal a{
	color:#000000;
	text-decoration:none;
}

.legal a:hover{
	color:#000000;
	text-decoration:none;
}

.naughty {
	float:left; background:url(/images/rsc_naughty.png) no-repeat bottom right; width:120px; height:31px;
}

.nice {
	float:left; background:url(/images/rsc_nice.png) no-repeat top right; width:100px; height:31px; margin-left:50px;
}

/* ----- Custom radio boxes -----*/

span.styled_nice {
  width: 40px;
  height: 37px;
  padding: 0 5px 0 0;
  background: url(/images/radio_green.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

span.styled_naughty {
  width: 40px;
  height: 37px;
  padding: 0 5px 0 0;
  background: url(/images/radio_red.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}


/* ----- Preview Page -----*/

#previewContent {
	padding: 0;
	margin:0 auto;
	background:transparent url(/images/rsc_content_bg.jpg) no-repeat bottom left;
	width:1024;
	height:100%; 
}

#previewContent .leftColumn {
	float:left;
	width:340px;
	font:11px Arial, Helvetica, sans-serif;
}

#previewContent .leftColumn .logo {
	margin-top:390px;
	margin-left:200px;
	background:url(/images/rsc_rockfish_logo.png) no-repeat top left;
	width:129px;
	height:58px;
}

#previewContent .leftColumn .onesixty {
	margin-left:160px;
}

#previewContent .leftColumn .onetwenty {
	margin-left:120px;
}

#previewContent .leftColumn .onesixty p {
	color: Maroon;
	font-size:12px;
}
#previewContent .leftColumn p {
	color: Maroon;
	font-size:12px;
}

#previewContent .rightColumn {
	float:left;
	width:590px;
	font:11px Arial, Helvetica, sans-serif;
}

#previewContent .rightColumn .preview {
	background:url(/images/rsc_preview_bg.png) no-repeat top left;
	width:514px;
	height:569px;
	margin-left:10px;
}

#previewContent .rightColumn form {
	padding-top:85px;
	padding-left:45px;
	width:410px;
}

#previewContent .rightColumn form textarea {
	width:410px;
	height:315px;
	background: transparent url(/images/spacer.gif) no-repeat;
	outline:none;
	border:0px solid #fff;
}

#previewContent .rightColumn textarea {
	width:410px;
	height:315px;
	background: transparent url(/images/spacer.gif) no-repeat;
	outline:none;
	border:0px solid #fff;
}



/* ----- Santa Watch page ----- */

#santawatch {
	width: 824px;  
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: center;
}
#santawatchContent {
	padding: 0; 
}

#santawatchContent .header {
	background:url(/images/santawatch_header_bg.jpg) no-repeat top left;
	width:824px;
	height:79px;
	
}

#santawatchContent .content {
	background:url(/images/santawatch_content_bg.jpg) no-repeat top left;
	width:824px;
	height:549px;
}

#santawatchContent .content .player {
	color:#FFFFFF;
	width:526px;
	height:296px;
	padding-top:85px;
	padding-left:136px;
}

#santawatchContent .content .btns {
	padding-top:18px;
	padding-left:254px;

}
.embedCodeField {
height:26px;
width:200px;
background: transparent url(/images/rsc_form_name.png) no-repeat;
border:0px solid #fff;
outline:none;
padding-top:5px;
padding-left:10px;
overflow:hidden;
}

.letterText
{
	font:12px Arial, Helvetica, sans-serif;
	width:410px;
	height:315px;
	background: transparent url(/images/spacer.gif) no-repeat;
	outline:none;
	border:0px solid #fff;
}