.blue_back {background-color: #021444;}
.container {margin: 10px 10px 10px 10px;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color:#CCCCCC;}
h1 {font-size:13px;}
h2 {font-size:13px;}
.color_layout {background-color:#FFFFFF; width:767px;}

/*
	EG Systems - 22nd July 2009
	Add styles for Credit Card annoucement box in menu sidebar
	<steve@egsystems.co.uk>
*/

#creditcards
{
	width: 156px;
	height: 185px;	
	margin: 14px auto;
	background: url(../media/creditcards.gif) 0 0 no-repeat;
}

/*
	EG Systems - 3rd June 2009
	Add styles for enquiry form on contact page
	<steve@egsystems.co.uk>
*/

#enquiry_form
{
	margin: 10px 0;
}

#enquiry_form *
{
	margin: 0;
	padding: 0;
}

h1.errormsg
{
	font-size: 12px;
	margin: 10px 0;
	color: #f30;
}

/*
	EG Systems - 25th Jan 2010
	Adjust width of enquiry form controls
	<steve@egsystems.co.uk>
*/

#enquiry_form input, textarea, select
{
	width: 250px;
}

#enquiry_form input.checkbox
{
	width: auto !important;
}

#enquiry_form input.submit
{
	width: 100px !important;
}

#enquiry_form input.narrow
{
	width: 72px;
}
*/
#enquiry_form table
{
	width: 100%;
	border-collapse: collapse;
}

#enquiry_form td
{
	width: 50% !important;
	height: 22px;
	padding: 2px 4px;
	vertical-align: top;
	background-color: #dde;
	line-height: 22px;
	border-bottom: 2px solid #fff;
	color: #333;
}

#enquiry_form td.label
{
	background-color: #99b;
	border-right: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	width: 50% !important;
}

#enquiry_form td.submit
{
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	height: 40px;
	background-color: #99b;
}

#enquiry_form th
{
	color: #fff;
	background-color: #021444;
	line-height: 22px;
	height: 22px;
	padding-left: 2px;
	border-bottom: 2px solid #fff;
	text-align: left;
}

#product_areas
{
	width: 100%;
	margin: 5px 0;
}

#product_areas td
{
	border: none;
	line-height: 16px;
	height: 16px;
}

#contact_info
{
	width: 100%;
}

#contact_info td
{
	vertical-align: top;
}

/* */