/*
Original design by Free CSS Templates - thank you so much for the help
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Adapted for www.targheauto.com by Alessandro De Zuani
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03064D;
}

form {
	margin: 0;
	padding: 0;
}

textarea, option, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 150%;
}

ul, ol {
}

blockquote {
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
	margin-bottom: 0px;
}

img.bottom {
	border: none;
	margin-bottom: 10px;
}

img.centered {
	border: none;
	margin: auto;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Columns in entry for homepage */

.sxcolumn {
	float: left;
	width: 435px;
	padding: 10px 10px 0 0;
}

.sxcolumn h2 {
	height: 20px;
	margin: 0;
	padding: 20px 0 10px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	white-space:nowrap;
}

.dxcolumn {
	float: right;
	width: 230px;
	padding: 10px 0 0 0px;
	display: inline;
}

/* Menu */

#menu {
	width: 960px;
	height: 32px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(img/menubar.jpg) repeat-x center top;
}

#menu ul {
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(img/menubar.gif) repeat-x;
	list-style: none;
}

#menu li {
	float: left;
	height: 32px;
	background: url(img/menudiv.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	white-space:nowrap;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(img/menuhover.gif) repeat-x;
	/*color: #FFFFFF;*/
	height: 45px;
}

#menu .current_page_item a {
	height: 30px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 75px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 3px solid #FF6633;
	color: #414141;
	background-color: #2626BD;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 10px;
	letter-spacing: -3px;
	/*text-transform: uppercase;*/
	font-size: 3em;
	color: #FFFFFF;
}

#logo h2 {
	float: right;
	padding-top: 30px;
	letter-spacing: -1px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	/*color: #414141;*/
	color: #FFFFFF;
}

/* Subpage Logo */

#sublogo {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	border-bottom: 3px solid #FF6633;
	color: #414141;
	background-color: #2626BD;
}

#sublogo h1, #sublogo h2 {
	margin: 0;
	padding: 0 20px;
}

#sublogo h1 {
	float: left;
	padding-top: 8px;
	letter-spacing: -3px;
	/*text-transform: uppercase;*/
	font-size: 2em;
	color: #FFFFFF;
}

#sublogo h2 {
	float: right;
	padding-top: 20px;
	letter-spacing: -1px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#sublogo a {
	text-decoration: none;
	/*color: #414141;*/
	color: #FFFFFF;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
}

#uspage {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
}

/* US States Header */

#usheader {
	height: 110px;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}

/* US States Content */

#uscontent {
	float: right;
	width: 730px;
	padding-bottom: 30px;
}

/* Plate lists */
#listcontent {
	width: 960px;
	padding-bottom: 30px;
}

/* Content */

#content {
	float: right;
	width: 730px;
	padding-bottom: 30px;
}

.statesearch {
	width: 170px;
	margin: auto;
	padding: 0px;
}

.statesearch h2 {
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}

.statesearch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.statesearch li {
	margin-bottom: 20px;
}

/* Search box for home page */

#homepagesearch {
	float: right;
}

/* Search box for US pages */

#uspagesearch {
	float: left;
}

.usmap {
	float: left;
	width: 480px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	/*border-bottom: 1px solid #B9B9B9;*/
	text-transform: uppercase;
	font-size: 24px;
	color: #003399;
}

.post .subtitle {
	margin: 0;
	padding: 1px 20px;
	letter-spacing: -1px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	/*border-bottom: 1px solid #B9B9B9;*/
	text-transform: uppercase;
	font-size: 16px;
	color: #003399;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

#usentry {
	padding: 0px 20px 20px 20px;
}

.post .entry p {
	text-align: justify;
}

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

#news li {
	margin: 5px;
	padding: 0px 8px;
	/*letter-spacing: -1px;*/
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	/*border-bottom: 1px solid #B9B9B9;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

#news li a {
	color: #0000FF;
}

#news li#about {
	font-size: 15px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.post .entry h4 {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #3300FF;
	padding-bottom: 20px;
}

.post .newstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 170%;
}

.post .caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	font-variant: small-caps;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight:bold;
	color: #0066FF;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

.sidebar {
	float: left;
    padding: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 20px;
}

.sidebar li ul {
	padding: 10px;
}

.sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(img/bullett.gif) no-repeat left 20%;
	text-transform: uppercase;
	font-size: 11px;
}

.sidebar p {
	padding: 0;
	line-height: 140%;
	text-align: left;
}

.sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 0px;
	/*background: url(img/img07.jpg) no-repeat;*/
	/*border-bottom: 1px dashed #B9B9B9;*/
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	white-space:nowrap;
}

#sidebarmain {
	width: 200px;
	height: auto !important;  /* for recent browsers */
	height: 750px; /* only for IE 5 and 6 */
	min-height: 750px;
	background-color: #88E0E0;
}

#sidebarus {
	width: 200px;
	background-color: #FFCC99;
	padding-bottom: 80px;
	margin-bottom: 60px;
}

#sidebarus li {
	margin-bottom: 0px;
	font-size: 11px;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #2626BD;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/* Want lists */

#wanted {
	padding-left: 20px;
}

#wanted p {
	line-height: 130%;
	text-align:justify;
	color: #0000CC;
	font-weight: bold;
}

.popuptitle {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #003399;
}

.popupbody {
	margin: 0;
	padding: 0;
	background: #FFFFFF; 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #0000FF;
}

/* Image Gallery */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {width:690px; height:340px; position:relative; border:1px solid #ddd; background:#f8f8f8;}
#gallery ul {list-style:none; padding:15px 5px 15px 0px; margin:0; width:195px; float:right; height:240px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:25px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:25px;}
#gallery ul li span {display:none; position:absolute; left:15px; top:265px; width:420px;font-family:Arial, Helvetica, sans-serif; color:#0033FF; font-size:11px; line-height:14px; text-align:justify;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:15px 13px 15px 13px; width:450px; height:240px; border:1px solid #fff;}

#gallery ul li.off {display:none;}
#gallery ul li.click {border-color:#0033FF; background:#f8f8f8; cursor:default;}
#gallery ul li.click i {position:absolute; left:0; top:0; width:488px; height:355px;}
#gallery ul li.click i img {margin:5px; width:auto; height:auto; border:1px solid #fff;}
#gallery ul li.click span {display:block;}

/* Click-hide text */
/* always visible */
#outer .holder {padding:8px; border:1px solid #ddd; margin:0 0 10px 0;}
#outer .holder p {padding:0 0 0 0; margin:0;}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {float:right; margin-right:10px; cursor:pointer; color:#c00; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}

/* For plate lists */

.listheader {
	font-weight: bold;
	/*letter-spacing: -1px;*/
	font-size: 14px;
	color: #0000FF;
	text-transform: uppercase;
}

.plateholder {
	padding: 8px; 
	border: 1px solid #ddd; 
	margin: 0 0 10px 0;
}

.platedescr {
	margin: 0;
	padding: 10px 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	/*border-bottom: 1px solid #B9B9B9;*/
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	color: #003399;
}

table.tlist {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #F5F5F5;
	border-collapse: collapse;
	border: 1px solid #E9E9E9;
	color: #003399;
	table-layout: fixed;
	width: 690px;
	vertical-align: middle;
	text-align: left;
}

table.tlist td.tlthumb {
	width: 115px;
	border-bottom: 3px solid #fff;
}

table.tlist td.tlthumb2 {
	width: 200px;
	border-bottom: 3px solid #fff;
}

table.tlist td.tlicon {
	width: 20px;
	border-bottom: 3px solid #fff;
}

table.tlist td.tlcountry {
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 15px;
	font-size: 16px;
	text-transform: uppercase;
	width: 140px;
	border-bottom: 3px solid #fff;
}

table.tlist td.tldescr {
	font-weight: normal;
	font-size: 11px;
	border-bottom: 3px solid #fff;
}

/* Images in news section */

.newsimagecontainer {
	float: left;
	width: 695px;
}

.newsimage {
	float: left;
	display: inline;
	padding-right: 30px;
	padding-bottom: 15px;
}

.newsimagenoinline {
	float: left;
}

.imgcaption {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	letter-spacing: normal;
	font-size: smaller;
	font-weight:bold;
	color: #003399;
}
