﻿/* LAYUOUT */
html {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('images/backgroung.png');
	background-repeat:repeat-y;
	background-position:center;
	min-width:800px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color:#333;
	height:100%;
}
h1{
}
#veryTop{
	
	height:20px;
	width:100%;
	display:inline;
	position:absolute;
	top:0px;
	background-repeat:repeat-x;
	background-attachment: fixed;
}
#leftside{
width:100%;
	background-color:#C00;
}

#container {
	width: 800px;
	margin: 0px auto;
	background-color: black;
	height: 100%;
	text-align: center;
}

#rightside{
	background-color:white;
}

#masthead {
padding:10px 0px;
}
#masthead img {
display:inline;
}

#top_nav{
	border-top:2px white groove;
	border-bottom:2px white double;
	padding:5px 5px 5px 5px;

}
#top_nav ul {
list-style-type:none;
margin:0;
padding:0;
}

#top_nav li {
	font-size:large;
	font-weight:bold;
	padding:0px 10px;
	display: inline;
	border-left: 1px solid #C00;
}

#top_nav li.last{
	border-right:1px solid #C00;
}

#top_nav a {
display:inline;
width:60px;
color:#FFFFFF;
text-decoration:none
}

#top_nav a:hover{
	color:#CC0000;
}



#left_col {
	list-style: none;
	background:black;
	width: 260px;
	float: right;
	height:100%;

}
#hoursofop{
	color: #CC0000;
	margin:30px 5px;
	border:2px;
	border-color:#CC0000;
	border-style:dashed;
}
#hoursofop ul{
	margin: 0px;
	padding: 5px 8px 5px 8px;
	list-style-type: none;
	text-align: left;
}
#hoursofop li{
	font-size:15px;
}


#page_content {
margin-top:25px;
	margin-left: 0px;
	height: 100%;
	background-color: #000000;
}
#page_content_withCol {
	margin:25px 10px 0px 10px;
	height: 100%;
	background-color: black;
	margin-right: 250px;
}


.linkToHide{
	color:white;
	text-decoration:none;
}
.linkToHide:hover{
	color:#CC0000;
	}

.subTitle{
	color:#CC0000;
}
	
#googlemap{
	
	height:100%;
}

.tireServiceList{
	text-align:left;
	margin-left:50px;
}
#wheeltable{
	padding-top:25px;
	margin-left: auto;
	margin-right: auto;
	}


#wheeltable td{
	 padding:5px;
    border:2px;
    border-style:dotted;
    border-color:grey;
}

#wheeltable img{
	text-decoration:none;
	border:0px;
	border-style:none;
}

#currentSpecials ul{
	font-size:20px;
	margin: 0px;
	padding: 5px 8px 5px 8px;
	list-style-type: none;
	text-align: center;
}
#currentSpecials li{
	padding:5px 0px;
}

#footer {
	padding-top:50px;
	background-color:black;
	min-height:70px;
}
#footer h4{
	font-size:small;
	display:inline;
}
#socialIcons{
	padding-left:10px;
	display:inline;
}

#socialIcons img{
	position:relative;
	top:13px;
}

