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

body {
	margin: 0px;
	text-align: center;
	min-width: 850px;
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#393939;
	
}

A:link {
	text-decoration: none;
	color:#43728f;

}

A:visited {
	text-decoration: none;
	color:#43728f;
}

A:active {
	text-decoration: none;
	color:#43728f;
}


A:hover {
	text-decoration: underline; 
	color: #e13532;
}


#wrapper {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#flash {
	width: 850px;
	height: 191px;
	background-image:url(images/bg_box_top2.png);
}

#center {
	width: 850px;
	background-image:url(images/bg_box_center.png);
	height:auto;
	
}

#footer {
	width: 850px;
	height: 68px;
	background-image:url(images/bg_box_footer.png);
	background-repeat:no-repeat;
	position:relative;
	clear:both;
	color:#43728f;
	font-size: 11px;
}

#content {
	width: 790px;
	margin-left: 30px;
	overflow:hidden;
	
}

#column_left {
	float:left;
	width: 500px;
}

#column_right {
	float:right;
	width: 270px;
}

#left_nav {
	float: left;
	margin-left: 4px;
	margin-top: 6px;
	width: 170px;

}

#table_right{
	float: right;
	width: 611px;

}

.productName {
	font-size:16px;
	color:#000000;

}

.price {
font-size:14px;
font-weight:bold;
}


.headline {
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}

#specials_left {
	width: 372px;
	float: left;
}

#specials_right {
	width: 372px;
	float: right;
}

#contact_directions {
	position: absolute;
	margin-top: 360px;
	margin-left: 500px;
	width: 222px;
	height: 50px;
}

.tableHead {	color: #CC0000;
	font-size: 16px;
	font-weight:800;
}
tr.dashLine {	border-bottom: 1px dashed #999999;
}
table {
	border-collapse: collapse;
	}





