body {
	margin: 0;
	padding: 0;
	background: #313131 url('bg_logo.jpg') no-repeat 900px 300px;
	font-family: Verdana, Helvetica, sans-serif;
}

div#content {
	float: left;
	font-size: .8em;
	margin-top: 5px;
}

div#navigation {
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	padding-right: 2em;
	padding-top: .5em;
}

/*#page_home div#navigation {
	padding-top: 0;
}*/

div#navigation a {
	text-decoration: none;
	color: #eee;
	background: #444444;
	padding: .5em 2.5em 0 .5em;
	border-left: 1px solid #313131;
	border-right: 1px solid #313131;
	border-top: 1px solid #313131;
}

/*#page_home div#navigation a {
	padding: 0 .5em .5em 2.5em;
	border-top: none;
	border-bottom: 1px solid #313131;
}*/

div#navigation a:hover, div#navigation a.active {
	background: #ff9900;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-top: 1px dotted white;
}

/*#page_home div#navigation a:hover, #page_home div#navigation a.active {
	border-top: none;
	border-bottom: 1px dotted white;
}*/

div#navigation a.active {
	background: #ff8400;
	color: white;
	padding-bottom: .25em;
}

div#trafic {
	visibility: hidden;
}

div#by-panicsquad {
	float: right;
}

div#by-panicsquad a img {
	border: 0;
}

div#by-panicsquad a {
	display: block;
	border: 1px solid #313131;
}

div#by-panicsquad a:hover {
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
	background: #444;
}

/* -=[ home ]=- */
div#introWrapper {
	border: 5px solid gray;
}

/* -=[ VIN ]=- */
div#vin_form_wrapper {
	padding: 1.5em;
	background: white;
	width: 790px;
	border: 5px solid gray;
}

#vin_form {
	padding: 1em;
}

#vin_form div {
	text-align: center;
}

input#vin {
	/* font-size: 0.8em;*/
	padding: 2px;
	margin: 10px;
	white-space: nowrap;
}

input#vin_submit {
	vertical-align: middle;
	margin-top: -2px;
}

#vin_results div.error {
	background: #FFCCD9;
	padding: 1em;
	border: 1px dotted red;
}

#vin_results div.success {
	text-align: center;
}

table#info_table {
	border: 0;
	width: 60%;
	text-align: left;
	margin: auto;
}

table#info_table td {
	padding: 3px;
}

table#info_table td.label {
	font-weight: bold;
}

table#info_table tr.odd {
	background: #f0f0f0;
}

table#info_table tr.even {
	background: white;
}
/* -=[ end VIN ]=- */

