/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
body { background:#000000 url(images/wood-bg.jpg) no-repeat center top; /*background:url(images/gride.png) repeat-y center top;*/ }

#header { height:120px; background:url(images/header_bg.png) repeat-x center top; margin-top:20px; margin-bottom:0px;  }

#header h1.logo { margin:40px 0 0 60px; padding:0 }
.navbgframe  { width:980px; margin:0px auto 0px auto; background-image:url(images/bg-nav.png); background-repeat:no-repeat; height:46px; padding:0px 0px 0px 0px;}


.container_12 { 
		
		background-image:url(images/bg-tile.png);
		background-repeat:repeat-y;
		
		}
#flash { 
		width:980px;
		background-image:url(images/bg-tile.png);
		background-repeat:repeat-y;
		
		
		}

.tapatiocontainer {

	margin-left:auto;

	margin-right:auto;

	width:880px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;


}


		
.leftmain {
float: left;
width: 293px;
height: 336px;
margin-left: 37px !important;
padding: 2px;
background-image:url(images/Specials.jpg);
background-repeat:no-repeat;
}

.leftmain h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:5px;
}

.leftmain p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	width:235px;
	margin-left: auto;
	margin-right:auto;
	margin-top:-10px;
	
}


.centralmain {
float: left;
width: 293px;
height: 336px;
margin-left: 9px;
padding: 2px;
background-image:url(images/Coupons.jpg);
background-repeat:no-repeat;
}

.centralmain h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin-top:-20px;
}


.rightmain {
float: left;
width: 293px;
height: 336px;
margin-left: 9px;
padding: 2px;
background-image:url(images/Video.jpg);
background-repeat:no-repeat;
}

.rightmain h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin-top:10px;
}

.rightmain p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	width:235px;
	margin-left: auto;
	margin-right:auto;
	margin-top:-10px;
	
}


.footer-navigation { 

height:80px; 
background:url(images/footer_bg.png) no-repeat center bottom; 
margin-top:-35px;
margin-left:auto; margin-right:auto;
text-align:center;
color: #BEEBBC;

}

.footer-navigation a{ 


margin-top:-35px;
margin-left:auto; margin-right:auto;
text-align:center;
color:#FFF;
text-decoration:none;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;

}
.footer-navigation a:hover{ 


text-decoration: underline;


}

#footer { clear:both; padding:13px 0 15px 0; height:100%; overflow:hidden; }
#content {  float:left; width:550px; margin-top:10px;  }
#sidebar { float:right; margin-right:30px; margin-top:10px; }