.ui-widget {
	font-size: 1em;
}

body, input, th, td, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img, input, select {
	vertical-align: middle;
}

body {
	padding: 0px;
	margin: 0px;
}

div.inner {
	margin: auto;
	width: 860px;
	clear: both;
}

div.header, div.page {
	text-align: center;
	clear: both;
}

div.header *, div.page * {
	text-align: left;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #00519f;
	text-align: center !important;
	line-height: 1.5em;
}

h2 span {
	margin-left: 10px;
	margin-right: 10px;
}

div.header {
	background-color: #00519f;
	height: 80px;
	box-shadow: 0px 0px 10px black;
	color: white;
}

div.header div.logo {
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
}

div.header div.logo div.name {
	font-size: 25px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

div.header div.logo div.tagline {
	font-size: 15px;
	margin-top: 5px;
}

div.nav {
	margin-bottom: 10px;
}

div.nav div.inner {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
}

div.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.nav ul.left {
	float: left;
}

div.nav ul.right {
	float: right;
}


div.nav ul.left li {
	float: left;
	margin-right: 40px;
}

div.nav ul.right li {
	text-align: right;
	float: right;
	margin-left: 40px;
}

div.nav a {
	text-decoration: none;
	color: black;
	font-size: 14px;
	letter-spacing: 0.1em;
}

div.nav a:link {
	
}
div.nav a:visited {

}
div.nav a:hover {

}
div.nav a:active {

}

div.left, div.right {
	width: 400px;
}

div.left {
	float: left;
	clear: left;
}

div.right {
	float: right;
	clear: right;
}

div.header div.right {
	text-align: right;
	padding-top: 30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	color: #00519f;
	font-weight: bold;
	letter-spacing: 0.1em;
}

div.header div.right span.ford-specialist {
	padding: 10px 20px 10px 20px; 
	background-color: white;
}

div.page img.main-image {
	float: right;
	margin-left: 30px;
	border: 1px solid silver;
	height: 350px;
	width: 500px;
}

div.footer {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.footer div.inner {
	padding-top: 10px;
	border-top: 1px solid silver;
	text-align: center;
	font-size: smaller;
}

div#map {
	float: right;
	width: 600px;
	height: 400px;
	border: 1px solid silver;
}

table.listing {
	width: 100%;
	margin-bottom: 20px;
	
}

table.listing thead tr th {
	text-align: center;
	background-color: #00519f;
	color: white;
	padding: 6px;
	letter-spacing: 0.4em;
}

table.listing tbody td {
	border-top: 1px solid silver;
}

table.listing tbody td {
	padding: 4px;
}

table.listing tbody td.plate-year {
	width: 10%;
}

table.listing tbody td.plate-year {

}

table.listing tbody td.price {
	width: 20%;
	text-align: right;
	font-weight: bold;
}

table.listing tbody td.edit {
	width: 10%;
	text-align: right;
	font-weight: bold;
}

table.listing tbody td.edit img {
	margin-left: 10px;
}

form.login {
	text-align: center;
}

table.form {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 600px;
}

table.form td {
	padding: 5px;
}

form.login table.form td {
	padding: 2px;
}

form.form label {
	padding-right: 20px;
}

table.form tr.submitbuttons td {
	padding-top: 10px;
}

table.form input.text {
	width: 150px;
}

table.form input.text-large, table.form select {
	width: 250px;
}

td.error-message, span.error-message {
	color: #CD0A0A;
}

td.error-message {
	
}

div.feature img {
	cursor: pointer;
}

