body{background: #262626;}
#postlinktabs {display:none;}

#catch {
	width: 804px; height: 650px;
	padding: 80px 0 0 32px;
	margin: 0px auto;
    overflow: hidden;	
	}

#frontpageheader {
	height: 60px; width: 730px; 
	background: url(./images/frontpageheaderbg.png) repeat-x left bottom;
	margin-left: 3px;
	}


.grabyslide{
    background: #373737 url(./images/slideshade.png) no-repeat bottom center;
    float: left;
    width: 750px; 
    height: 425px;
    margin: 0px 26px;
    border:1px solid #262626;
border-bottom: 0px;
}

.flash {
	width: 742px; height: 417px; margin: 4px;
	}


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	height: 180px;  
	display:block; 
	position:relative; 
	margin-left:12px;
}
/* create custom forward-backward buttons for this container */
.SlideItMoo_forward,
.SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:180px; 
	bottom:0px;
	 
}
.SlideItMoo_forward { 
	right:0px;
}
.SlideItMoo_back { 
	left:0px; 
}

.slidehover{width: 25px; height:180px;visibility: hidden;}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	background: #373737;
	position:relative ; 
	overflow:hidden ; 
	width:568px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0 0 0 25px;
	padding:0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	width:146px;
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	
	display:block; 
	position:relative; 
	float:left; 
	font-size:11px; 
	width:146px;
	height: 180px; 
	text-align:center; 
	padding: 0px 0px 0px 0px; 
}
.slidemoo, .slidemooborder {visibility: hidden;}
.slidemoo, .slidemooleft, .slidemooright {height: 180px; width: 804px; overflow: hidden; padding: 0px;}
.slidemooleft {background:url(./images/slideforward.png) no-repeat 767px 0px;}
.slidemooright {background:url(./images/slideback.png) no-repeat 12px 0px;}
.slidemooborder {border-bottom: 1px solid #151515; width: 752px; height: 1px; margin: 3px 26px 0px 26px;}
.tiny {background-color: #373737;}

.frontfoot {
	border: 0px dashed #373737;
	border-left: 0px;
	border-right: 0px;
    padding: 5px 0;
	width: 740px;
	margin: 10px 31px;
	line-height: 1.3em;
	color: #555;
	visibility: none;
	display: none;
}

.frontfoot a{color: #555; text-decoration: underline;}

.frontfoodtail {
	display: block;
	float: left;
	width: 247px;
	min-height: 50px;
    border-right: 1px dashed #373737;
    visibility: none;
	}
	
.frontcopy {visibility: hidden;}	


