@charset "utf-8";
/* CSS Document */

body {
	color: #6994A7;
	background-color: #DBE9EA;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}



/* ##### BASIC STYLES ##### */
a {
	text-decoration: none;
	color: #4198C3;
	background-color: #FFFFFF; 
}
a:hover { text-decoration: underline; }
img { border: 0px; }
h1 {
	font-size: 2.0em;
	font-weight: bold;
	margin-top:0px;
}
h2 {
	margin: 0px;
}
h2 a { 
	color: #6994A7;
	background-color: #ffffff;
}
form input,
form select { font-size:1em; }



/* ##### GENERIC CLASSES ##### */
p.big_text,
span.big_text {
	font-size: 2.0em;
	font-weight: bold;
}
a.big_text {
	font-size: 1.83em;
	fotn-weigh: bold;
}
p.no_top_margin { margin-top: 0px; }




/* ### Background Images ### */
div#site_background {
	float:left;
	width:100%;
	
	background-image: url(images/site_background_slice.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

div#site_background_header {
	float:left;
	width:100%;
	
	background-image: url(images/site_background_top.jpg);
	background-position:top; 
	background-repeat: no-repeat
}

/* Position the Site centrally */
div#site {
	width: 960px;
	
	margin:0px auto 0px auto;
}






/* ##### HEADER ##### */
div#header {
	float: left;
	width:100%;
	height: 188px;
	
	/*
	background-image: url(images/header_background.jpg);
	background-repeat:no-repeat; */
}

/* ### Currency Selector ### */
div#currency {
	float: right;
	margin: 50px 0px 0px 0px;
}
span#currency_title {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.50em;
}

/* ### View Cart ### */
div#quick_cart {
	
	float: right;
	clear: both;
	width: 255px;
	height: 47px;
	
	margin: 62px 0px 0px 0px;
	
	color: #6a5221;
	background-color: transparent;
	
	font-weight:bold;
}
div#quick_cart span#text {
	display:block;
	float:left;
	
	margin: 16px 0px 0px 5px;
}
div#quick_cart img#show {
	float:right;
	margin: 10px 0px 0px 0px;
}


/* ##### LEFT CHANNEL ##### */
div#left_channel {
	float: left;
	width: 173px;
	height: 393px;
	
	background-image: url(images/menu_background.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
div#left_channel.products_sub_menu {
    background-image: url(images/products_menu_background.jpg);
}

/* ### Main Menu ### */
div#main_menu {
	margin-top:89px;
}

div#main_menu ul.menu {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
	text-align: right;
}

div#main_menu ul.menu li {
	margin:0px 0px 0px 0px;
	padding:0px 18px 9px 0px;
}

div#main_menu ul.menu li a {
	color: #598298;
	background-color: transparent;
	text-decoration: none;
	font-weight:bold;
}
div#main_menu ul.menu li a:hover {
	text-decoration: underline;
}
div#main_menu ul.menu li a.selected {
	color: #1C5371;
	background-color: transparent;
}

/* ### Sub Menu */
div#main_menu ul.menu li ul.sub_menu {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
	text-align: right;
}
div#main_menu ul.menu li ul.sub_menu li {
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
div#main_menu ul.menu li ul.sub_menu li a { font-weight: normal; }




/* ##### RIGHT CHANNEL ##### */
div#right_channel { 
	float: left;
	width: 787px;
	min-height: 34px;
	
	background-image: url(images/body_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#content {
	float:left;
	width:752px;
	margin: 42px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
}
div#content.index {
	width:772px;
	margin-right: 0px;
}

/* ### Home Page ### */
div#motd {
	padding:0px 20px 20px 20px;
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	}
div#motd div {
	padding:20px;
	border:2px solid #ff0000;
	}
div#plate_history,
div#plate_wizard {
	float: left;
	width: 235px;
	padding: 0px 15px 0px 0px;
	
	background-image: url(images/content_spacer.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
div#at_the_movies {
	float:left;
	width: 235px;
}
div#plate_wizard,
div#at_the_movies {
	margin:0px 0px 0px 15px;
}
div#plate_history img,
div#plate_wizard img,
div#at_the_movies img {
	margin-bottom: 28px;	
}

ul#links {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul#links li { padding: 10px 0px 0px 0px; }
ul#links p { margin-top: 0px; }
ul#links li h2 { margin:0px 0px 5px 0px; }
ul#links li img { margin: 0px 10px 10px 0px; }

/* ### Customer Cars ### */
div.row {
 	float:left;
 	width:100%;
}
div.row div.col {
 	float:left;
 	width:240px;
 	margin:0px 10px 20px 0px;
}
div.row div.col img {
 	margin:0px 0px 10px 0px;
}
div.row div.col a { cursor: pointer; }

/* ### Product Details ### */
div#product {
	float:left;
	width:100%;
}
/* This doesn't work in IE6 or 7 */
div#product p:first_child { margin-top: 0px; }
img#product_image { padding: 0px 10px 10px 0px; }


/* ## Plate History ## */
ul.history_menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.history {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.history li {
	margin-top: 20px;
	border-bottom: 1px solid #4198C3;
}




/* ##### FOOTER ##### */
div#footer {
	float:left;
	width:100%;
	min-height: 50px;
	
	margin: 0px auto 0px auto;
	
	background-image:url(images/footer_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#footer_content {
	width: 960px;
	margin: 25px auto 0px auto;
	
	color: #486C7A;
	background-color: #DBE9EA;
	
	font-size: 0.92em;
}

div#footer_content a {
	color: #486C7A;
	background-color: #DBE9EA;
	
	text-decoration:none;
}

div#footer_content a:hover {
	text-decoration: underline;
}


/* ##### FORMS ##### */
table th.header { 
	color: #4198C3;
	background-color: transparent;
	padding: 20px 0px 0px 0px;
	
	font-size: 1.33em;
}
span.required { 
	color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}
.warning,
span.form_error {
	color: #ff0000;
	background-color: transparent;
}

table#columns table.column th.header { padding-top: 10px; }
table#columns td.spacer { width: 25px; }
table#columns td.col { width: 215px; }

/* ##### FAQs ##### */
ul.faq_menu,
ul.faqs {
	list-style: none;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
ul.faqs h2 {
	font-size: 1.3em;
}


/* #### CART STYLES #### */
table.cartList tr th {padding:4px 4px 4px 8px;}
table.cartList tr.shade td {background:#F6F9FA; border-top:3px solid #FFFFFF; padding:6px 4px 6px 8px;}
table.cartList tr.shade td a {background:#F6F9FA;}
table.cartList tr.shade td.darker {background:#DBE9EA; color:#486C7A; font-weight:bold;}
table.cartList div.cartPreviewBox {height:66px; width:290px;}
table.cartList div.cartPreviewBox div.swfPreview {float:left; height:65px; width:120px;}
table.cartList div.cartPreviewBox div.plateDesc {float:left; height:50px; line-height:1.4; overflow:hidden; padding:15px 0 0 8px; width:150px;}


