@charset "utf-8";
/* CSS Document */

body
{
	background: url(../images/bg_green.jpg);
}

.button
{
	
	margin-bottom:3px;
	height:257px; 
	background:url(../images/bars.png);  
	margin-right:0px;
	margin-left: 7px;
	text-align:center;
}

h4
{
	font:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#FFF;
	text-shadow:#000 -1px 1px 2px;
	font-weight: bold;
	padding-left:10px;
	padding-top:6px;
	margin-bottom: 4px;
}


.round
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.roundTOP
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.twtr-hd, .twtr-ft div 
{
display:none;
}

#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
	font-size: 15px;

}
#twtr-widget-1 .twtr-bd .twtr-timeline
{
		height:60px !important;
}

#weeklySpecial .twtr-timestamp
{
	display:none;
}

.roundBottom
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#phoneNumber
{
	font-size: 20px;
	font-weight: bold;
	color: white;
	width: 170px;
	text-align:right;
	float: right;
	margin-right: 6px;
	margin-top:10px;
	height: 40px;
	padding-right: 10px;
	text-shadow:#000 -1px 1px 2px;
}

.roundLeft
{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#links
{
	margin: 0px auto;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	text-shadow:#000 -1px 1px 2px;
	height:31px;
	text-align:center;

	background:url(../images/hd_pattern.png) bottom center;
	border: solid #623C05 1px;
}

A:link {color: #000; font-weight: bold; text-decoration: none; text-shadow:#fff -0px 0px 0px;}
A:visited {color: #F19D33; font-weight: bold; text-decoration: none;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

#footer
{
	background:url(../images/hd_pattern.png) bottom center;
	height:19px;
	padding-right: 10px;
	margin-bottom:10px;
	border: solid #623C05 1px;
	text-align:right;
	width: 950px;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	text-shadow:#000 -1px 1px 2px;
}

.grid_4
{
	width: 310px;
}
