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

#header {
	height: 378px;
	width: 822px;
	background-image: url(../images/tariff.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#phone_number_box {
	padding-right: 50px;
	padding-top: 50px;
	background-color: #FFFFFF;
}
#tariffs {
	font-size: 0.8em;
	color: #666666;
}
#tariffs td {
	padding-bottom: 15px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#tablecolright {
background-color:#dedede;
}

#specials_box_wrapper {
	height: auto;
	width: 440px;
	background-image: url(../images/boxout-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#specials_box_top {
	background-image: url(../images/boxout-top.jpg);
	height: 20px;
	width: 440px;
	background-repeat: no-repeat;
	background-position: center top;
}
#specials_box_main {
	background-image: url(../images/boxout-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 380px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#specials_box_main h4 {
	font-size: 1em;
	font-weight: bold;
	color: #546BA4;
	text-align: center;
}
#specials_box_main h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #666666;
}
#specials_box_main p {
	text-align: center;
}
#specials_box_bottom {
	background-image: url(../images/boxout-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 440px;
}
.subtext {
	font-size: 0.8em;
}

