/* CSS Document */


/*Font Styles*/
body {
	font-family: arial, sans-serif;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(../img/fastbg.jpg) ; 
	background-repeat:repeat-x;
	margin:0px;
}







#midsection{
	margin:auto;
	width:949px;
}
#mid1{
	float:left;
	background-image:url(../img/bg/web_15.jpg);
	height:317px;
	width:489px;
}


#picker{
	float:left;
	width:110px;
	text-align:center;
	padding-top:34px;
}

.pic{
	height:68px;
}

#picked{
	float:left;
	width:369px;
	text-align:right;
	padding-top:34px;
}


#mid2{
	width:249px;
	float:left;
	padding-left:5px;
}
#mid3{
	text-align:right;
	width:200px;
	float:left;
	padding-left:5px;
}



#mailer{
	background-image:url(../img/hp_29.jpg);
	height:104px;
	width:200px;
}

#mailerc{
	padding-top:81px;
	text-align:left;
	padding-left:21px;
}

.mailerbox{
background-color:#D3D3D3; 
border-style:none;
width:135px;
height:13px;
font-size:11px;
}

#homecontent{
	margin:auto;
	min-height:105px;
	text-align:center;
	background-image:url(../img/bg/home_09.jpg);
	background-repeat:no-repeat;
	width:949px;
	height:86px;
}
#homecontentc{
	position:relative;
	top:20px;
	left:510px;
	color:#FFF;
	font-size:13px;
	width:430px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

 
#motioncontainer a img{ /*image border color*/

		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
}

#motioncontainer a:hover img{ /*image border hover color*/
		filter:alpha(opacity=90);	/* Transparency - IE */
		opacity:0.9; /* Transparency - Firefox */
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
visibility: hidden;
}

