﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, form
{
	border: none;
	margin: 0;
	padding: 0;
	
}

.clearrow
{
	clear: both;
	height: 0px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix
{
	display: block;
}
/* End hide from IE Mac */

a
{
	color: #1b4b82;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

select 
{
    width: 200px;
    border: 1px solid #CCC;
}

#header
{
	background-image: url(MyPlatesHeaderLogo.png);
	background-repeat: no-repeat;
	background-color: #a10b14;
	background-position: 5px 5px;
	color: #fff;
}

#header .logo
{
	margin: 10px;
}

#header ul.nav
{
	margin: 0;
	padding: 20px 20px 0 100px;
	height: 30px;
}

#header ul.nav li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.nav li.right
{
	float: right;
}

#header ul.nav li a
{
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
}

#header ul.nav li a:hover
{
	text-decoration: underline;
}

#home
{
	background: #fff url(MyPlatesHomeLogo.png) no-repeat center center;
	height: 500px;
	width: 800px;
}

#series ul
{
	padding: 0;
}

#series ul li
{
	border-bottom: 1px solid #CCCCCC;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#series img
{
	float: right;
	padding-left: 20px;
}

#design
{
	border: 1px solid #000;
	padding: 0 10px;
	margin: 10px 0;
}

#design h3
{
	margin: 5px 0;
}

#design ul
{
	padding: 0;
	margin: 0 0 15px;
}

#design ul li
{
	display: inline;
	float: left;
	list-style: none outside none;
	margin: 3px 1px;
	padding: 0;
}

#content
{
	padding: 15px 30px 30px 30px;
	width: 750px;
}

#content p
{
	text-align: center;
	font-size: large;
}

#content table
{
	border: 1px solid #000000;
	border-spacing: 0;
	width: 100%;
}

#content table, #content table th, #content table td
{
	margin: 0;
}

#content table th
{
	background-color: #1b4b82;
	color: #fff;
	border-bottom: 1px solid #800000;
	padding: 8px 5px;
	text-align: left;
}

#content table td
{
	border-bottom: 1px solid #800000;
	background-color: #FFF;
	padding: 8px 5px;
}

#content table tr.alt td
{
	background-color: #F0F0F0;
}

#content table tr.hover td
{
	background-color: #a10b14;
	color: #fff;
}

#content table tr.hover td a
{
	color: #fff;
}

#content .column-33
{
	float: left;
	width: 33.33%;
}

#content .column-50
{
	float: left;
	width: 49.99%;
}

#content .column-66
{
	float: left;
	width: 66.66%;
}

#content fieldset
{
	border: 2px solid #a10b14;
	margin: 10px;
	padding: 10px 20px;
}

#content fieldset legend
{
	color: #1b4b82;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-size: 13px;
}

#content fieldset label
{
	width: 100px;
	text-align: right;
	display: inline-block;
}

#content ul.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
	padding: 0;
}

#content ul.validation-summary-errors li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .field-validation-error
{
    color: #ff0000;
}

#content input.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#content p.Valid
{
	margin-top: 39px;
}

#content input.upper
{
	text-transform: uppercase;
	text-align: center;
}

#content ul.term
{
	padding: 0;
}

#content ul.term li
{
	border-bottom: 1px solid #CCCCCC;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
