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

body {
	padding: 0;
	margin: 0;   
}
#main {
	width:1000px;
	height:100%;
	margin: 0 auto;
}
#main-with-sides {
	width:1420px;
	height:100%;
	margin: 0 auto;
}
#main-middle {
	width:1000px;
	height:100%;
	float: left;
}
#main-left {
	height:870px;
	width: 200px;
	float: left;
	margin:5px;
}
#main-right {
	height:870px;
	width: 200px;
	float: left;
	margin:5px;
}
#main-side-top-box {
	width:100%;
	height:270px;
}
#main-side-bottom-box {
	background-color:#F0F0F0;
	width:100%;
	height:600px;
}

#gas {
/*	font-family: Cambria, Georgia, serif; */
	text-align:left;
	height:30px;
    display: table;
    width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#F0F0F0;
	margin-top:3px;
	border:1px solid #e2e2e2;
}
#gas_all {
	font-size:14px;
}
#gas_2 {
	font-size:16px;
}
#gas_3 {
	font-size:17px;
}
#gas_4 {
	font-size:21px;
}
#gas_5 {
	font-size:20px;
}
#gas span {
    vertical-align:middle;
    display: table-cell;
}
#gas span img {
    vertical-align: middle;
}
#toplogo {
	display: inline-table;
	width:1000px;
	height:200px;
	margin-top:3px;
}
#address_info {
    text-align: right;
    vertical-align: bottom;
    display: table-cell;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#social_links {
	height: 35px;
	float: left;
	background-color:white;
	width:180px;
	display: table;
}
#social_links span {
    vertical-align:middle;
    display: table-cell;
}
#social_links img {
    vertical-align: middle;
	float: right;
	padding:1px;
	width:30px;
	opacity: 0.8; 
	-moz-opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.8);
}
#social_links img:hover {
	opacity: 1; 
	-moz-opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=1);
}
#main-lower {
	height: 600px;
	background-color:white;	
}
#specials {
	background-color:#F0F0F0;
	width: 880px;
	height: 100%;
	float: left;
	border:1px solid #e2e2e2;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#services {
	background-color:#F0F0F0;
	width: 116px;
	height: 100%;
	float: left;
	border:1px solid #e2e2e2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#services_info {
	text-align:center;
	font: bold 11px/1.5em Verdana;
	font-size:95%;
}
#services_images {
	padding:4px;	
}
#store_info{
	background-color:blue;
	width:98%;
	margin-left: auto;
  	margin-right: auto;
}
#hours_info{
	width:50%;
	height:600px;
	float: left;
}
#hours_map {
	width:50%;
	float: left;
	height:600px;
}
#email_link {
	color:#000000;
	text-decoration:none;
}
#email_link:Visited{
	color:#000000;
	text-decoration:none;
}
#email_link:Hover{
	color:#0000FF; 
	text-decoration:underline;
}
#fountain {
	width:98%;
	margin-left: auto;
  	margin-right: auto;
}
#fsection {
	text-align:center;
	width:100%;
	font-size:22px;
}
#main_bottom{
	text-align:center;
	padding: 10px;
	display:inline-block;
	width:980px;
}
#footer {
	padding: 10px;
}
#footer-contents {
	font-size:18px;
	text-align:center;
}
