html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px 5px;
	padding:0;

}

#admin_main{
	
}
img {
	border:none;
}
/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 */
* html .outer_wrapper {border-right:0px solid #fff;}
* html .wrapper {float:left; position:relative; margin-right:-0px;}

#searchbox{
	text-transform:uppercase;
}
.plate_char{
	margin-bottom:7px;
	}
	
.header-tag{
	text-align:center;
	color:#FFF;
}

.footer-tag{
	text-align:center;
	color:#FFF;
}

#contentHeader, H1 
{
	color:#025393;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:22px;
	padding-bottom: 14px;
}

.smallfont{
	font-size:10px;
}

#outer_wrapper {
	/* because "min-width" is not supported by IE, these pages use a script from PVII */
	min-width:930px;
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
	width:100%;
	/* faux-column technique, this is the left one */
	background: url(left.gif) repeat-y left;
	min-height:100%;
	position:relative;
	max-width: 1000px;
	margin: auto;
	}
	
#wrapper {
	/* faux-column technique, this is the right one */
	background:url(right.gif) repeat-y right;
	}

#header {
	text-align:left;
	border:none;
	padding:0px;
	background: url(/images/header_bg.gif) repeat-x;
	/* this is to "give layout" to the element and fix some peek-a-boo bug in  IE (v6 sp2) */
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	margin-top:3px;
	}

#container {
	float:left;
	width:100%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
	margin-left:-190px;
	margin-top:15px;
	padding-left:10px;
}

#left {
	float:left;
	width:180px;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:180px;
	}

#main {
	/* the width from #left (180px) + the negative margin from #container (200px) */
	min-width:525px;
	margin-left:370px;
	padding-right:10px;
	padding-bottom:60px;
	height:100%;
}

/* good to know: if #right_sidebar is to be shorter than #main, then there is no need for this rule */
#right_sidebar {
	/* this is to keep the content of #right_sidebar to the right of #main even if the content of "main is shorter */
	padding-left:100%;
	/* this is to "bring back" the #right_sidebar that has been moved out of the viewport because of the padding value */
	margin-left:-180px;
	margin-top:15px;
	}

#right_sidebar p {
	/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
	position:relative
	}

#footer {
	/*position:absolute;
	bottom:0;*/
	height:62px;
	text-align:center;
	background: url(/images/footer_bg.png) repeat-x;
	/* see #outer_wrapper  */
	width:100%;
	/* this is to clear #container */
	clear:both;
	margin-top:3px;
}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {
	height:0;
	clear:both
	}

a:link, a:visited{
	color: #003399; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover, a:active { 
	color: #999999; 
	text-decoration: none; 
	font-weight: bold; 
} 

.nav_item:link, .nav_item:visited { 
	display: block; 
	color: #003399; 
	padding: 5px 0px 0px 6px; 
	text-decoration: none; 
	font-weight: bold; 
} 

.nav_item:hover, .nav_item:active { 
	display: block; 
	color: #999999; 
	padding: 5px 0px 0px 6px; 
	text-decoration: none; 
	font-weight: bold; 
} 

.with_border {
	border-left: 1px solid #d7d5d3; 
	border-right: 1px solid #d7d5d3; 
}

.nav_footer { 
	height: 15px; 
	background: url('/images/nav_footer.gif') no-repeat;
	margin-bottom:10px;
} 

.nav_header { 
	padding: 6px 0px 6px 15px; 
	margin: 0px; 
	font-weight: bold; 
	vertical-align: middle;
/*	text-align:center; */
	color: #ffffff; 
	background: url('/images/nav_header.gif') no-repeat; 
} 

#nav_search_box { 
	border: 1px solid #d7d5d3; 
	border-top: none; 
	border-bottom: none; 
	margin: 0px; 
	padding: 8px 5px 0px 5px; 
	text-align: center; 
	color: #666666; 
	background-color: #ffffff; 
} 




.rounded_content {
	margin-bottom: 10px;
		height:100%;
}

#left .rounded_content, #right_sidebar .rounded_content {
	width:180px;
}
.rounded_content .t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
.rounded_content .t-edge {
  background: url(/images/shadow-t.png) repeat-x 0 top;
  font-size: 1px;
}
.rounded_content .b-edge {
  background: url(/images/shadow-b.png) repeat-x 0 bottom;
  font-size: 1px;
}
.rounded_content .l-edge {
  background: url(/images/shadow-l.png) repeat-y 0 0;
}
.rounded_content .r-edge {
  background: url(/images/shadow-r.png) repeat-y right 0;
}

/*.rounded_content .wrap-corner {
  background: #1F2020 !important;
}*/

.rounded_content .wrap-corner .t-edge {
  height: 14px;
}

.rounded_content .wrap-corner .b-edge {
  height: 17px;
}
.rounded_content .wrap-corner .t-edge .l, .wrap-corner .t-edge .r {
  position: absolute;
  top: 0;
  height: 14px;
  width: 10px;
  background-image: url(/images/corner-bits.png);
}

.rounded_content .wrap-corner .b-edge .l, .wrap-corner .b-edge .r {
  position: absolute;
  top: 0;
  height: 17px;
  width: 10px;
  background-image: url(/images/corner-bits.png);
}
.rounded_content .wrap-corner .l {
  left: 0;
}
.rounded_content .wrap-corner .r {
  right: 0;
  background-position: -10px 0;
}
.rounded_content .wrap-corner .b-edge .l {
  background-position: 0 -14px;
}
.rounded_content .wrap-corner .b-edge .r {
  background-position: -10px -14px;
}
.rounded_content .wrap-corner .r-edge {
  padding: 5px 12px;
}

.strong {
	font-weight:bold;
}

.plate_display{
	width: 420px;
	height: 88px;
	border: none;
}

.front{
	background:url('/images/plates/front-plates.gif');
	background-position: -1260px -440px;
}

.rear{
	background:url('/images/plates/rear-plates.gif');
	background-position: -1260px -440px;
}

.row-left{
	width:13px;
	background:url('/images/plates/row-left-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
.row-right{
	width:13px;
	background:url('/images/plates/row-right-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
.row-result{
	height:60px;
	background:url('/images/plates/row-main-bg.jpg');
	background-position:center;
	background-repeat:repeat-x;
	text-align:center;
}

.plate-search{
	text-align:center;
	vertical-align:middle;
	width:130px;
	height:29px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:20px;
	margin-bottom:6px;
}
#srch-results{
	width:90%;
}
a.srch-link:link, a.srch-link:visited, a.srch-link:hover, a.srch-link:active{
	display:block;
	text-decoration: none;
	color: black;
	width:100%;
	height:23px;
}

.ft{
	background:url('/images/plates/row-plate-f-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
.bk{
	background:url('/images/plates/row-plate-r-bg.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

.plate-front-sidebar{
	text-align:center;
	width:90px;
	height:21px;
	background:url('/images/plates/plate-front-sidebar.gif');
	background-position:center;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-top:5px;
}

.plate-rear-sidebar{
	text-align:center;
	vertical-align:middle;
	width:90px;
	height:21px;
	background:url('/images/plates/plate-rear-sidebar.gif');
	background-position:center;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-top:5px;
}
.bold{
	font-weight:bold;
}

/*#################################
ADMIN SECTION ONLY
#################################*/

#admin_main {
	/* the width from #left (180px) + the negative margin from #container (200px) */
	margin-left:10px;
	padding-right:10px;
	padding-bottom:60px;
}



/*################################
Freshen up
#################################*/

div.formbox {
	/*margin-top:20px;
	border:1px solid #333;	*/
	overflow:hidden;
	zoom:1;
	width:498px;
}

div.formboxfull {
	padding:0 20px 0 20px;
}

div.formbuttonbox {
	margin-top:20px;
	overflow:hidden;
	zoom:1;
/*	width:70%;*/
}

div.formbox-right {
	margin-right:0;
}

div.formboxheader {
	background-color:#333;
	color:#FFF;
	overflow:hidden;
	zoom:1;	
	padding:0 10px;
	line-height:30px;
	border-bottom:1px solid #333;	
}

div.formboxtitle {
	float:left;
/*	width:74%;*/
	display:inline;
	font-weight:bold;
	text-align:left;
}

div.formboxprice {
	float:left;
/*	width:24%;*/
	display:inline;
	text-align:right;
	color:#FFF;
	font-weight:bold;
}

div.formboxrow {
	overflow:hidden;
	zoom:1;	
	padding:10px 10px 0px 10px;
	font-size:12px;
}

div.formboxlabel {
	float:left;
	display:inline;
	width:220px;
	font-weight:bold;
	margin-right:10px;
	margin-top:4px;
	text-align:right;
}

div.formboxfield {
	float:left;
	display:inline;
	width:220px;
	width:50%;
	text-align:left;
}

div.formboxfield-fixed {
	float:left;
	display:inline;
	width:120px;
	text-align:right;
	margin-top:4px;
}

div.checkbox {
	display:inline-block;
	margin-right:20px;	
}

div.formboxrowlast {
	padding-bottom:10px!important;
}

div.formbox-half {
	margin-top:20px;
	border:1px solid #333;	
	overflow:hidden;
	zoom:1;
/*	width:380px;*/
	display:inline;
	float:left;
	margin-right:16px;
}

div.formbox-right {
	margin-right:0;
}

div.resultsboxempty {
	display:inline;
	float:left;
	width:360px;
	line-height:30px;	
	font-weight:bold;
	color:#000000;
}

div.formbox-half-row {
	overflow:hidden;
	zoom:1;	
	padding:10px 10px 0px 10px;
}

div.formbox-half-label {
	display:inline;
	float:left;
	width:100px;	
	font-weight:bold;
}

div.formbox-half-field {
	display:inline;
	float:left;
	width:260px;	
	line-height:30px;
	color:#666666;
}

div.formbox-acrylic-preview {
	padding:30px 171px;	
	background-color:#FEFEFE;
}

.form-select-half {
	width:240px;	
}

.longfield {
	width:475px;
}

.mediumfield {
	width:180px;
}

p.formValue {
	margin-top:4px;
}
.shortfield {
	width:100px;
}

div.enquirylabel {
	width:100%;	
	font-weight:bold;
	margin-left:10px;
	text-align:left;
}

div.enquiryfield {
	float:left;
	display:inline;
	text-align:left;
}


.frm_footer { 
	height: 15px; 
	background: url('/images/frm_footer.gif') no-repeat;
	margin-bottom:15px;
	width:500px;
} 

.frm_header { 
	padding: 6px 0px 6px 0px; 
	margin: 0px; 
	font-weight: bold; 
	width:500px;
/*	text-align:center; */
	color: #ffffff; 
	background: url('/images/frm_header.gif') no-repeat; 
} 

div.terms {
	margin-top:10px;
	border:#CCC 1px solid;
	padding:0 7px 0 7px;
	height: 100px;
	width:85%;
	overflow:auto;
}

.errorheader
{
    background-image: url('images/redGrad.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    padding: 12px;
    border: #daa7a6 1px solid;
}

.warning 
{
	list-style-image:url(form_bullet.gif);
	font-size: 12px;
	color: #CC0000;
}
