﻿/* catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
left: 0;
bottom: 0;
background: transparent url('bg.png') repeat-x center bottom;
padding:0;
height: 142px;  /* includes transparent part */ 
/*cursor: pointer;*/
margin: 0;
margin-left: 0px;
margin-bottom: -142px;
width:100%;
float: left;
display: block;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
background: transparent url(images/catfish.gif) no-repeat left bottom;
width:279px;
height:79px;
float:left
}
#catfish ul{
margin: 15px 30px 0 0; 
padding: 0pt; 
float: right; 
font-size: x-small; 
list-style-type: none;
position: relative;
}
#catfish ul li a{
color:#FFCC00;
}
#catfish p#catch{
/*margin: 40px 0pt 0pt 292px;
color: #fff*/ 
}
html {
padding:0 0 141px 0;
}
#catfishMain {
background: transparent url('main.png') no-repeat right bottom;
}
#popmain {
	background: transparent url('newsletter_main.png') no-repeat center bottom;
	display: block;
	width: 900px;
	height: 142px;
	margin: 0 auto;
}
#closeBtn {
	float: right;
	margin: 5px auto 0 auto;
	display: block;
}
#closeBtn a img {
	background: transparent url('btn_close.png') no-repeat right bottom;
}
#subForm {
	display: block;
	width: 788px;
	height: 21px;
	padding: 50px 0 0 0;
	text-align: right;
	margin: 0;
}
#subForm td{
	height: 21px;
	line-height: 21px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #FFF;
}
#submitbutton{
	background: transparent url('btn_subsribe.png') no-repeat right bottom;
}
#subForm .textfield{
	background: #FFF;
	width: 223px;
	border: 2px #d7361a solid;
	line-height: 17px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#catfishMainFR {
background: transparent url('main_fr.png') no-repeat right bottom;
}
#closeBtnFR {
	background: transparent url('btn_close_fr.png') no-repeat right bottom;
}
