body,div,#logo,h1,h2,dl,dt,dd,ul,ol,li,table,form,fieldset,legend,p,blockquote,th,td,img{margin:0;padding:0;border:0;}
input{margin:0;text-indent:0}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
abbr,acronym{border-width:0;font-variant:normal;}
table,input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:1em;}

ul li{list-style: disc;}
ol li{list-style: decimal;}
em {font-style: italic;}
strong {font-weight: bold;}
abbr, acronym {cursor: help; border-bottom-width: 1px; border-style: dotted;}

*{font-family: "Trebuchet MS", Trebuchet, "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;}

body{
	font-size: 78%;
	text-align: center;
	color: #000;
	background: #F6F5F7 url("./default/body-bg.png") 0 0 repeat-x;
}

a {
	text-decoration: underline;
	color: #063F54;
}
#logo a { text-decoration: none; color: #FBFBFB; }
#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #0B769E;
}
#footer a { color: #FFF; }
#tools a { text-decoration: none }
#uform a { text-decoration: underline; }

a:hover, #uform a:hover {
	text-decoration: none;
	color: #C11C1C;
}
#logo a:hover { color: #1C98C1; }
#footer a:hover { color: #CCC; }

h1 {
	margin: 1.33em 20px 0.5em 20px;
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #0B769E;
}

h2 {
	margin: 1.33em 20px 0.5em 20px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #C11C1C;
}

dl {
	margin: 0.33em 20px;
	line-height: 1.6em;
}
dt {
	margin-top: 0.66em;
	font-weight: bold;
	font-size: 1.1em;
}
dd {
	margin: 0.1em 10px;
	text-align: justify;
}

p, address {
	margin: 0.33em 20px;
	line-height: 1.6em;
	text-indent: 1em;
	text-align: justify;
}
address { text-indent: 0; padding-left: 1em; }
legend {
	padding: 1.33em 20px 0.5em 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #C11C1C;
}
li { margin-left: 1em; }
ul, ol, table { margin: 0.66em 20px; line-height: 1.6em;}
table td { padding: 0.1em 0; }

#page {
	position: relative;
	width: 910px;
	margin: 0 auto;
	background: #FBFBFB url("./default/main-bg.gif") 0 0 repeat-y;
	overflow: hidden;
}
#main {
	font-size: 1.05em;
	text-align: left;
	background: url("./default/main-top-bg.gif") 0 0 no-repeat;
	overflow: visible;
}

#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	font-size: 1px;
	background: url("./default/page-bottom-bg.png") 0 0 no-repeat;
}

#supheader {
	position: relative;
	margin: 0 5px;
	width: 900px;
	height: 55px;
	background: #0B769E url("./default/supheader-bg.png") 0 0 repeat-x;
	z-index: 7;
}

#logo, #logo span{
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 267px;
	height: 39px;
	cursor: pointer;
	cursor: hand;
	font-size: 2em;
	font-weight: bold;
}
#logo span{
	top: 0;
	left: 0;
	background: url("./default/motoshowplates-logo.png") 0 0 no-repeat;
}

#header {
	margin: 0 5px;
	height: 96px;
	line-height: 92px;
	text-align: center;
	vertical-align: middle;
	background: #CFD2D5 url("./default/header-bg-summer2.jpg") 0 0 repeat-x;
}
#header * { vertical-align: middle; }

#tools {
	position: absolute;
	right: 0;
	margin: 10px 5px;
	height: 35px;
	font-size: 1.1em;
	overflow: visible;
}
#tools .item {
	float: left;
	display: block;
	position: relative;
	margin: 0 5px;
	min-width: 35px;
	height: 35px;
	font-size: 0.95em;
	line-height: 35px;
	vertical-align: middle;
	color: #FFF;
	background: #4798B6 url("./default/tools-bg.png") 0 0 no-repeat;
	z-index: 6;
}
#tools .item * { position: relative; z-index: 8; cursor: pointer; cursor: hand; }
#tools .item img { float: left; }
#tools .item span { float: left; padding: 0 5px; }

#tools .item .fix {
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	width: 8px;
	height: 35px;
	background: url("./default/tools-end-bg.png") 100% 0 no-repeat;
	z-index: 7;
}
#tools .item .fix[class] { right: 0; }
#tools .item:hover .fix { background-position: 100% -35px; }

#tools .item:hover{
	background-color: #85BACF;
	background-position: 0 -35px;
}

#menu {
	position: relative;
	margin: 0 5px;
	height: 42px;
	background: #E7E9EA;
	border-top: 1px solid #000;
	z-index: 6;
}
#menu ul {
	position: relative;
	margin: -5px 0 0 0;
	width: 100%;
	height: 47px;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	z-index: 8;
}

#menu ul li {
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
}
#menu ul li a {
	position: relative;
	display: block;
	margin-top: 5px;
	width: 160px;
	height: 42px;
	line-height: 42px;
}
#menu ul li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#menu ul li.platebuilder a {
	width: 260px;
	height: 47px;
	margin: 0;
	line-height: 47px;
	font-size: 1.25em;
	font-weight: bold;
}
#menu ul li.home a span { width: 161px; background: url("./default/home.jpg") 0 0 no-repeat; }
#menu ul li.about-us a span { background: url("./default/about-us.jpg") 0 0 no-repeat; }
#menu ul li.platebuilder a span { background: url("./default/platebuilder-winter.jpg") 0 0 no-repeat; }
#menu ul li.fitting a span { background: url("./default/fitting.jpg") 0 0 no-repeat; }
#menu ul li.contact a span { background: url("./default/contact.jpg") 0 0 no-repeat; }

#menu ul li a:hover span, #menu ul li.active a span { background-position: 0 100%; }

#content {
	clear: both;
	margin: 0 5px;
	padding: 35px 0 0 0;
	color: #063F54;
	background: url("./default/submenu-bg.png") 0 0 repeat-x;
}
#content .shad {
	background: url("./default/content-bg.png") 0 100% repeat-x;
}

#platebuilder_ad {
	position: relative;
	margin: 20px 10px 0 10px;
	width: 580px;
	height: 320px;
	background: #1C98C1 url("./default/platebuilder-bg.jpg") 0 0 no-repeat;
	overflow: visible;
}

#platebuilder_ad .star {
	position: absolute;
	top: -10px;
	left: 466px;
	display: block;
	width: 124px;
	height: 124px;
	background: url("./default/build-star-hover.jpg") 0 0 no-repeat;
}
#platebuilder_ad .star:hover img { display: none; }

#platebuilder_ad .arrow {
	position: absolute;
	top: 17px;
	left: 13px;
}

#platesizes_ad {
	display: inline;
	position: relative;
	margin: 25px 0 20px 0;
	width: 300px !important;
	height: 670px;
	line-height: 0px;
	font-size: 0px;
	overflow: visible;
}
#platesizes_ad img {
	position: relative;
	margin: 0;
	background: transparent;
	border: none;
	z-index: 7;
}
#platesizes_ad a {
	position: absolute;
	display: block;
	margin: 0;
	width: 100%;
	z-index: 7;

}
#platesizes_ad a:hover { z-index: 9; }
#platesizes_ad a:hover img { z-index: 9; display: none; }

#standard_plates_ad { top: -39px; height: 187px; background: url("./default/standard-plates-hover.jpg") 0 39px no-repeat; }
#motorcycle_plates_ad { top: 139px; height: 180px; background: url("./default/motorcycle-plates-hover.jpg") 0 0 no-repeat; }
#import_plates_ad { top: 311px; height: 180px; background: url("./default/import-plates-hover.jpg") 0 0 no-repeat; }
#specific_plates_ad { top: 475px; height: 195px; background: url("./default/model-specific-plates-hover.jpg") 0 0 no-repeat; }

#content .fix {
	margin-top: -1px;
	width: 98%;
	height: 1px;
	clear: none;
	float: left;
	position: relative;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 84px;
	font-size: 0.85em;
	color: #FFF;
	background: #C11C1C url("./default/footer-bg.png") 0 0 repeat-x;
}
#footer p {
	margin: 0 20px;
	padding: 12px 0 0 0;
	text-indent: 0;
	text-align: right;
}

#rform table { width: 635px; }
#rform table input, #rform table select { width: 100%; }

#cform table { width: 410px; }
#cform table input, #cform table select, #cform table textarea { width: 98%; }

#uform {
	position: absolute;
	top: 0;
	right: 5px;
	width: 0;
	font-size: 0.8em;
	color: #063F54;
	background: #FFF;
	border: 1px solid #0B769E;
	z-index: 10;
}
#uform[id]{ width: auto; }
#uform col { width: 33%; }
#uform legend {
	display: block;
	line-height: 25px;
	padding: 5px 45px 0 10px;
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #0B769E;
}
#uform a.close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#uform a.close img { margin: 11px 10px -2px 0; }
#uform table {
	margin: 0.33em 10px;
	width: 20em;
	text-indent: 0;
	color: #0B769E;
	border-top: 1px solid #0B769E;
}
#uform table td {
	padding: 0.33em 1px;
}
#uform label {
	display: block;
	width: 5em;
	text-align: right;
}
#uform input {
	display: block;
	width: 15em;
}
#uform input.button {
	display: inline;
	float: right;
	width: 6em;
	height: 2em;
	line-height: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0B769E;
}
#uform input.checkbox {
	display: inline;
	float: left;
	margin: 0 0.5em 0 0;
	width: auto;
}

p.hint {
	font-size: 0.85em;
	color: #999;
}

.plate { clear: both; }
.plate.list {
	clear: none;
	float: left;
	width: 450px;
}
.plate h2.tab {
	float: left;
	position: relative;
	top: 1px;
	display: block;
	margin: 0.66em 0 0 20px;
	padding: 0.5em 0 4px 11px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url("./default/tab-bg.gif") 0 0 no-repeat;
	z-index: 6;
}
.plate h2.tab span.tab {
	position: absolute;
	top: 0;
	right: -11px;
	display: block;
	height: 100%;
	width: 11px;
	background: url("./default/tab-end-bg.gif") 0 0 no-repeat;
}

.mascot { position: relative; z-index: 6; margin-bottom: -20ex !important; }

.box{
	clear: both;
	position: relative;
	margin: 0.66em 20px;
	padding: 1em 0;
	border: 1px solid #808080;
	background: #FFF;
	z-index: 5;
}
.plate .box { margin: 0 20px 0 20px; height: 1px; position: relative;  }
.plate[class] .box { height: auto; overflow: hidden; }

.plate .details {
	float: left;
	margin: 5px 0;
	font-weight: bold;
}*
.plate .details li {
	list-style: none;
}
.plate .details li.red { color: #C11C1C; }
.plate .details li span {
	font-weight: normal;
	color: #808080;
}
.plate .control, p.control {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0;
	text-indent: 0 !important;
	text-align: right;
}
.plate .control input { margin: 0.5em 0 0 0; }

.feedback_button {
	position: relative;
	display: block;
	margin: auto;
	width: 171px;
	height: 51px;
	line-height: 51px;
	text-indent: center;
	font-weight: bold;
	font-size: 1.2em;
	overflow: hidden;
}
.feedback_button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
	height: 51px;
	background: url('./default/feedback.jpg') 0 0;
}
.feedback_button:hover span {
	background-position: 0 -51px;
}

ul.paginator {
	display: inline-block;
	margin: 0;
	overflow: auto;
	vertical-align: middle;
}
ul.paginator li {
	float: left;
	display: inline;
	margin: 0 2px;
	list-style: none;
}
ul.paginator li a {
	float: left;
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid #0B769E;
}
ul.paginator li a:hover {
	border-color: #C11C1C;
}
ul.paginator li a.active {
	font-weight: bold;
	background: #0B769E;
	color: #fff;
}
ul.paginator li a.active:hover {
	background-color: #C11C1C;
}

.thumb{ border: 1px solid #C11C1C; width: auto; }

.abbr { cursor: help; border-bottom: 1px dotted; }

div.sixty, div.thirty, div.fifty, div.twenty, div.seventy, div.full { margin-bottom: 20px; }
div.nb { margin-bottom: 0 !important; }
div.fifty.center { margin-left: 225px; }
div.seventy.center { margin-left: 112px;}

.w20 { width: 20% !important; }
.w25, .twenty { width: 25% !important; }
.w30 { width: 30% !important; }
.w33, .thirty { width: 33% !important; }
.w40 { width: 40% !important; }
.w50, .fifty { width: 49% !important; }
.w60 { width: 60% !important; }
.w66, .sixty { width: 66% !important; }
.w75, .seventy { width: 75% !important; }
.w100, .full { width: 100% !important; }

.z6 { position: relative; z-index: 6; }

.m10 { margin: 0.66em 10px !important; }
.m20 { margin: 0.66em 20px !important; }

.pl1 { padding-left: 1em !important; }

/* IE can't do the math */
#content div.sixty { width: 600px !important; }
#content div.thirty { width: 300px !important; }
#content div.fifty { width: 450px !important; }

.thirty table { width: 260px; }
.sixty table { width: 560px; }
.seventy table { width: 635px; }
.twenty table { width: 185px; }
.fifty table { width: 410px; }
.full table { width: 860px; }

.fullinputs input, .fullinputs textarea, .fullinputs select { width: 98%; }

.aw { width: auto !important; }

.pmargin { margin: 0em 20px 0.5em 20px; }
.hmargin { margin: 1.33em 20px 0.5em 20px;}

.control a {
	text-decoration: none;
}
.control h2, .control p {
	margin-left: 0;
	margin-right: 0;
}
.control img {
	vertical-align: middle;
	background: transparent;
}

.sep {
	display: block;
	margin: 8px 20px;
	border-bottom: 1px solid #C11C1C;
}

.error { color: #C11C1C; }
.notice { color: #D47B07; }
.success { color: #098017; }

.noscreen, hr{display: none}
.noindent {text-indent: 0 !important; }
.nomargin { margin: 0 !important; }
.clear { display: block; clear: both; }
.center {margin-left: auto; margin-right: auto; text-indent: 0 !important; text-align: center !important;}
.left { float:left; }
.right { float: right; }
.ta_right { text-align: right !important; }
.ta_left { text-align: left !important; }
.va_top, .va_top * { vertical-align: baseline !important; }
.va_middle, .va_middle * { vertical-align: middle !important; }

/** PLATEBUILDER */
.platebuilder #supheader { background: #0B769E url("./default/supheader-platebuilder-bg.png") 0 0; }
.platebuilder #header { display: none; }
#main.platebuilder { position: relative; }
.platebuilder #content { position: relative; }

#menu { background: none; }

#platebuilder {
	position: relative;
	top: -35px;
	margin-bottom: -15px;
}

#platebuilder legend {
	padding-top: 1em;
	padding-bottom: 0;
}
#platebuilder table {
	margin: 0;
	margin-bottom: 0.33em;
	width: 830px;
}
#platebuilder[id] table { width: 840px; }
#platebuilder ul, #platebuilder li { list-style: none; }

#platebuilder ul ul {
	margin-left: 10px;
	margin-right: 5px;
}

#pb_menu {
	margin: 0 20px;
	text-align: center;
}
#pb_menu li {
	display: inline;
	float: left;
	margin: 11px 0 0 0;
	list-style: none;
}
#pb_menu li a {
	float: left;
	position: relative;
	display: block;
	margin: 0 2px;
	padding: 0.5em 15px 4px 15px;
	width: auto;
	line-height: 1.33em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #808080;
	background: url("./default/ptab-bg.gif") 0 0 no-repeat;
	z-index: 6;
	overflow: hidden;
}
#pb_menu[id] li a { float: none; }

#pb_menu li a:hover, #pb_menu li a.active {
	padding-bottom: 5px;
	margin: 0 2px -1px 2px;
	color: #C11C1C;
}
#pb_menu li a span {
	position: absolute;
	top: 0;
	right: -1px;
	display: block;
	width: 14px;
	height: 60px;
	background: url("./default/ptab-end-bg.gif") 0 0 no-repeat;
}

#pform_text {
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#pform_slogan {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.radio_select {
	margin: 0.5em 20px;
	background: #FFF;
	border: 1px solid #DDD;
	overflow: auto;
}

.radio_select input { display: none; width: auto; }
.radio_select label {
	float: left;
	display: block;
	margin: 0;
	text-align: center;
	border: 2px solid #FFF;
}
.radio_select label img { width: 100%; height: 100%; }
.radio_select input:checked + label, .radio_select label.checked { border: 2px solid #808080 !important; }

#div_font { height: 154px; overflow: auto; }
#div_font label { width: 253px; height: 50px; line-height: 50px; }
.div_badge { height: 154px !important; overflow: auto; }
.div_badge label { width: 60px !important; height: 150px !important; line-height: 150px !important; }
.div_background { margin: 0 !important; height: 154px !important; overflow: auto; }
.div_background label { width: 150px; height: 50px; line-height: 50px; }
#div_badge_background, #div_border { height: 37px; overflow: hidden; }
#div_badge_background label, #div_border label { width: 33px; height: 33px; line-height: 33px; }

#content form div.fifty { width: 49% !important; }

.disabled { color: #CCC; }

.bborder { border-bottom: 1px solid #C11C1C; }
.iheight { line-height: 2.2em; }
.iheight input { margin-top: 0.25em; }

.slider {
	display: block;
	overflow: hidden;
}

.box {
	display: block;
	clear: both;
	position: relative;
	padding-bottom: 10px;
	margin: 0 20px;
	border: 1px solid #808080;
	background: #FFF;
	z-index: 5;
}
.box table {
	margin-left: 0;
	margin-right: 0;
}

.preview {
	margin: 20px auto;
	text-align: center;
}
.preview h2 {
	margin-left: 0;
}

.ending {
	position: relative;
	text-align: center;
}
.ending .previous {
	position: absolute;
	bottom: 12px;
	left: 20px;
}
.ending .next {
	position: absolute;
	bottom: 12px;
	right: 20px;
}

.pricebox {
	display: inline-block;
	margin: 0 auto !important;
	width: auto !important;
	height: 90px;
	text-align: center;
	background: #FFF url('./default/pricebox-bg.png') 0 0 no-repeat;
	border-collapse: collapse;
}
.pricebox td {
	padding: 0.33em 0.66em;
}
.pricebox td.end {
	height: 90px;
	background: url('./default/pricebox-end-bg.png') 100% 0 no-repeat;
}
.pricebox ul, .pricebox li {
	margin: 0;
	list-style: none;
}
.pricebox ul {
	margin: 0 0 0 11px !important;
}
.pricebox input {
	width: auto;
}
.pricebox input.button {
	line-height: 1.2em;
	margin-right: 11px !important;
}

.pricebox .text, .pricebox input {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.2em;
}
.pricebox .price { color: #C11C1C; }

#ul_plate_size ul, #plate-size li {
	margin: 0;
	list-style: none;
}
#ul_plate_size li ul {
	margin: 0 20px;
}

#ul_plate_size input {
	width: auto !important
}
#ul_plate_size label span {
	color: #808080;
	font-style: italic
}

#plate-size,
#text-style,
#plate-badge,
#plate-border,
#plate-background,
#plate-slogan,
#fitting { display: none; }

#pb_loader {
	position: absolute;
	top: 350px;
	top: 30px;
	left: 285px;
	width: 300px;
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #C11C1C;
	overflow: auto;
}
#pb_loader p {
	text-indent: 0;
	margin-left: 50px;
}
#pb_loader img {
	margin: 0 10px;
	float: left;
}

