/*------------------------------------------------------------------
[Master Stylesheet]

Project:	ITW
Version:	1.1
Last change:	06/08 [start]
Assigned to:	Luke Johnson (lj)
Primary use:	Product Brochure
-------------------------------------------------------------------*/
@import "reset.css";
@import "layout.css";
@import "menu.css";
@import "right.css";
@import "left.css";

/*------------------------------------------------------------------


[Widths]
Main width: 968px;

[Color codes]

#ffffff (white)
#f3f3f3 (light grey)
#003b7b (dark blue)
#990033 (red)
#737575 (dark grey)

[Typography]

Body copy:		1.2em/1.6em Arial, Helvetica, sans-serif;
Headers:		2.7em/1.3em Arial, Helvetica, sans-serif;
Input, textarea:	1.1em Arial, Helvetica, sans-serif;
Sidebar heading:	1.5em Arial, Helvetica, sans-serif;

Notes:	decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/
body {
	color:#666666;
	line-height:18px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/front/bg.gif) top repeat-x;       
}

a {
	color:#666666;
}

input { height:12px; font-size:10px; width:150px; }
input.button { width:auto; height:18px; }

#sucMsg {
	width:750px;
	text-align:center;
	padding:10px 0;
	border:1px solid #990033;
	margin:10px auto 0; 
}

#errorTable, #errorTableFront { font-size:14px; color:#fff; margin:15px 0 0; border:1px solid #E5545F; background-color:#990033; padding:10px 0 10px 0; }