﻿html, body,input,textarea,select,.hours {
	font-family: 'Droid Sans', sans-serif;
	font-size: 5vw;
	padding: 3px;	
	margin: 0;
	}
html,body 
{
	background: #333;
	color: #eee;
}
body{ padding-bottom: 1em; }
h1,h2,h3{ margin: .2em .5em; }
p{ padding: 0 .5em; }
a:link{ color: #5e9fe3; }
a:visited{ color: #00528c; }
#companyName, address, button
{
	font-family: 'Raleway', sans-serif;
	margin: 0 auto;
}
address{ margin: 0 auto; }
ul{ list-style: none; }
ul.locations{ 
	line-height: 150%;
	padding-left: 0;
}
.location 
{
	margin: 0;
	padding: 1em 0;
}
.location-0,.location-4{ background: #3f3f3f; }
.location-1,.location-3{ background: #4d4d4d; }
.location-2{ background: #626262; }

.red{ color: #f33434; }
.center,#vehicle{ 
	text-align: center; 
}	
.click{ cursor: pointer; }
#socialNetworks{ padding-top: .5em; width: 90%; margin: 0 auto; }
.hoursContainer{ clear: both; }
table.hours{ margin: .5em auto; }
table.hours tr td:first-child 
{
	text-align: left;
	padding-right: 1em;
}
#inventory table
{
	width: 100%;
	margin: 1em 0;
}
table#details{ 
	text-align: left;
	border-collapse: collapse; 
	width: 100%; 
	margin: .5em 0; 
}
table#details tr td#options{ padding: 0 1em; }
table#details tr td:first-child{ padding: 0 .5em; }
table#details tr td:last-child{ width: 55%; }

img.photo{ width: 100%; }
img.icon{ max-width: 3em; }

#inventory table{ border-collapse: collapse; }
#inventory table tr td{ height: 6em; }
#inventory table tr:nth-child(even), table#details tr:nth-child(even){ background-color: #555555; }
#inventory table tr td:first-child{ width: 50%; }
#inventory table tr td:last-child { padding: .5em; }
input,textarea, select{ width: 100%; }
button
{
	width: 90%;
	font-size: 5vw;
	font-weight: bold; 
	padding: .5em 0;
	margin: .25em auto; 
	border-radius: 1em;
	border: none;
	cursor: pointer;
}
.width25{ width: 25%; float: left; }
.width33{ width: 33%; float: left; }
.width50{ width: 50%; float: left; }
.width100{ width: 100%; float: left; }