@charset "utf-8";
/* CSS Document */

			/* 
			*{ padding:0px; margin:0px; }
			body{ background:#D5DEE7; }
			*/
			.boxgrid a { color:#fff; text-decoration:none; font:14pt Arial, sans-serif; }
			.boxgrid h3{ margin: 0px 0px 0 5px; color:#FFF; 
				font:14pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			.boxgridcontainer {
				width:864px;
				float:left;
				margin:0 auto;
				padding:0;
				background-color:#000000;
				margin-bottom:5px;
				/* border-top:1px solid #000000;
				border-bottom:1px solid #000000; */
			}
			
			.boxgridflashtext, .boxgridflashtext a {
				clear:both;
				width:854px;
				background-color:#000;
				color:#999999;
				font:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				text-align:left;
				text-decoration:none;
			}
			.boxgridflashtext { padding:5px; }
			/* .boxgridflashtext a:hover { color:#CCCCCC; } */
			.boxgridflashtext:hover {
				opacity: .7; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";			
			}

			.boxgrid{ 
				width: 286px; 
				height: 90px; 
				/* margin:10px;  */
				margin:0;
				float:left; 
				background:#161613;
				background-color:#bd3002;
				/* border: solid 2px #8399AF; */
				border: solid 1px #D5DEE7;
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p { 
					padding: 0 5px; 
				}
				.boxgrid, .boxgrid p {
					color:#afafaf; 
					font-weight:bold; 
					font:12pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				color:#CCCCCC;
				float: left; 
				position: absolute; 
				/* background:#9a2904;  */
				background:#000000;
				height: 90px; 
				width: 100%;
				padding:5px; 
				opacity: .7; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				text-align:left;
 			}
 				.caption .boxcaption {
 					top: 100;
 					left: 0;
 				}
				
				
	.boxbannercontainer {
		background:url(/images/bigbanner.jpg); 
		background-repeat:no-repeat; 
		margin-left:7px; width:864; height:220px;	
	}
	.boxdealoftheweek {
		float:left;
		height:220px;
		text-align:center;
	}
	.boxdealoftheweek h3 {
		margin: 0px 0px 0 5px; color:#FFF; 
		font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;	
	}


