@charset "utf-8";
/*-------------------------------------*/
/* Layout and Positioning Style Sheet  */
/*       Written by Nyle Layton        */
/*     for iMergent in-house sites     */
/*             Jan 2009                */
/*-------------------------------------*/
body {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif; /* For Firefox */
	font-size:14px;
	line-height:18px;
	background: #959595;
	margin: 0; /* don't change*/
	padding: 0;
	text-align: center; /* this centers the container in IE 5 + */
	color: #777777;
}
.bodyText{
	font-size:14px;
	line-height:24px;
	text-align:justify;
	}
#container {
	width: 1000px;  
	background: url(http://www.storesonlinepro.com/graphics/bg.gif) repeat-x #FFFFFF;
	margin: 0 auto; /* don't change */
	border: 1px solid #000000;
	text-align: left; /* don't change */
}
#header {
	height:105px;
	z-index:1;
	background: #DDDDDD;
}
#header .search{
	position:absolute;
	float:right;
	left: 1056px;
	top: 32px;

	}

#flashNav{
	padding:0;
	margin-top:-2px;
	}
	
#flashSubNav{
	position:absolute;
	height:55px;
	}
	
#topContent {
	padding: 15px 50px 10px 50px; 
	background: url(http://www.storesonlinepro.com/graphics/bg.gif) repeat-x #FFFFFF;
}

#middleContent {
	/*padding: 5px 10px 5px 50px; */
	border-top:2px solid #f1f1f1;
	margin-right:25px;
	margin-left:50px;
	width:auto;
}
#boxedContent{
	padding:0 50px;
	width:900px;
	border-bottom:#F1F1F1 solid 2px;
	border-top:#F1F1F1 solid 2px;
	}
#boxedContent .box{
	background:#E7E7E7;
	border:1px solid #FFFFFF;
	}
#footer {
	width:900px;
	border-top:2px solid #f1f1f1;
	padding: 30px 0 30px 0;
	text-align:center;
	color:#AAAAAA;	
}
#loginBar{
	background:url(http://www.storesonlinepro.com/graphics/buttonBack.jpg) repeat-x top; 
	height:41px;
	}
	
	
	
	
.bingoffer {
    color: #7B0099;
    font-size: 14px;
    font-weight: bold;}
