/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	margin:0;
	padding: 0;
	text-align: center;
	font: 10pt arial, verdana, sans-serif;
	color: #333333;
}

.clear
{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 927px;
	text-align: left;
	background:url(../images/layout/container_bg.jpg) repeat-y left top;
}

#inner
{
	padding:0 20px 0 20px;
}

#header
{
	margin:0;
	padding:0;
}

a
{
	color:#163866;
}

a:hover
{
	color:#333;
}


/*--------------- homepage styles ------------------------*/

#content_area_home
{
	margin:0;
	padding:20px 30px 10px 30px;
	background:url(../images/layout/home_bg.jpg) repeat-x #1864af;
}

#content_area_home h1
{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#ffffff;
	font-size:18pt;
	width: 100%;
	text-align: center;
}

#product_boxes
{
	margin:20px 0 0 0;
	border:1px solid #1864af;
}

.product_box
{
	width:167px;
	float:left;
	margin:0 51px 0 0;
}

.product_heading
{
	background-color:#002955;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 0 5px 10px;
}

.product_info
{
	background-color:#fff;
	padding:5px 5px 5px 8px;
}

.home_other_products
{
	margin:20px 0 0 0;
	padding:0;
}

.home_customer_services
{
	width:358px;
	float:left;
	margin:0 0 0 1px;
}

.home_software
{
	width:358px;
	float:right;
	margin:0 1px 0 0;
}

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

#content_area
{
	margin:0;
	padding:0 0 20px 0;
	background:url(../images/layout/content_area_bg.jpg) repeat-y #fff;
}

#content_area h1
{
	padding:0 0 10px 0;
	font-weight:normal;
	color:#163866;
	font-size:18pt;
}

#left_col
{
	width:160px;
	float:left;
	background: #E7EBF6 url(../images/layout/left_col_bg.jpg) repeat-x;
	margin:0;
	padding:30px 25px 15px 30px;
}

#right_col
{
	width:642px;
	float:right;
	background:url(../images/layout/right_col_bg.jpg) repeat-x #fff;
	margin:0;
	padding:20px 15px 0 15px;
}

/*-------------------------- main naviagtion ----------------------*/

#nav
{
	margin:0;
	padding:0;
}


#nav ul
{
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px dashed #afb3be;
}

#nav li
{
	border-bottom:1px dashed #afb3be;
	padding:6px 0 6px 0;
}

#nav a
{
	text-decoration:none;
	color:#163866;
	font-weight:bold;
}

#nav a:hover
{
	color:#333;
}

#nav a.active
{
	color:#cc0000;
}

.product_menu_item
{
	float:left;
}

.product_menu_img
{
	float:right;
}

/*-------------------- page heading (title and enquiry button) ------*/

#product_header
{
	margin:0;
	padding:0 0 5px 0;
	border:1px dashed #a9a9a9;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#product_title
{
	width:348px;
	float:left;
	margin:0;
	padding:0;
}

#enquiry_button
{
	width:200px;
	float:right;
	margin:0;
	padding:0;
}

/*------------ search box and view all button -------------------*/

#product_options
{
	margin:20px 0 20px 0;
	padding:0;
}

#product_range_button
{
	width:200px;
	float:left;
}

#quick_search
{
	width:350px;
	float:right;
}

#frm_quick_search
{
	background-color:#98a9b9;
	padding:10px;
}

#frm_quick_search label
{
	color:#fff;
	font-weight:bold;
	font-size:14pt;
	letter-spacing:-1px;
}

#search_keywords
{
	width:200px;
}

.no_border
{
	border:none;
}

/*--------------------- footer styles -----------------------*/

#footer
{
	background-color:#1864AF;
	margin:0;
	padding:5px 0 5px 0;
	text-align:center;
}

#footer ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li
{
	display:inline;
	padding:0 5px 0 5px;
	border-right:1px solid #fff;
}

#footer ul li.last
{
	border-right: none;
}

#footer a
{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
	padding:0;
}

/*--------------------------- link styles -------------------------*/

.red_block_link
{
	background:url(../images/layout/button_arrow_red.jpg) no-repeat right center #AD1512;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14pt;
	letter-spacing:-1px;
	padding:4px 10px 5px 10px;
	display:block;
}

.blue_block_link
{
	background-color:#98a9b9;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14pt;
	letter-spacing:-1px;
	padding:10px 10px 11px 10px;
	display:block;
}

/*--------------------------- news styles -------------------------*/

.news_items_thumbnail
{
	float: left;
	padding: 0px 15px 15px 0px;
	border: 0;
}
.news_items_summary
{
	padding-bottom: 15px;
}

.page-numbers
{
	float: left;
}
.page-links
{
	float: right;
}

.error {color:#660000; font-weight:bold;}

.errorbox {
	background-color:pink;
	border: 1px solid #990000;
	display:block;
	padding:2px 0 2px 5px;
	font-weight:bold;
	color: #990000;
}

.errorDisplay {
	color: #990000;
	font-weight: bold;
}

div.errorDisplay {
	background: pink;
	border: 1px solid #990000;
	padding: 5px;
	margin:15px 0 8px 0;
}

.errorDisplay li {
	font-weight: normal;
}

.successDisplay {
	color: green;
	font-weight: bold;
}
div.successDisplay {
	background: #BFFF9F;
	border: 1px solid green;
	padding: 5px;
}

.successDisplay li {
	font-weight: normal;
}

form table tr td {
	text-align: left;
	vertical-align: middle;
}

select, textarea, .input-text, .input-checkbox {
	margin-left: 10px;
	margin-top: 10px;
}

select, textarea, .input-text {
	width: 200px;
}

.product_button
{
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------- product listings -------------------------*/

.product_listing
{
	padding:0 0 14px 0;
}

.product_listing_image
{
	width:140px;
	float:left;
}

.product_listing_image img
{
	width:140px;
	border:none;
}

.product_listing_info
{
	width:420px;
	float:right;
}

.product_listing_info ul
{
	margin:3px 0 0 0;
}

a.product_name
{
	color:#666;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
}

a.grey_link
{
	color:#666;
}

a.grey_link:hover
{
	color:#FF0000;
}

.product_title
{
	color:#666;
	font-weight:bold;
	font-size:12pt;
}

.form_container
{
	border: 1px dashed #AFB3BE;
}

.make_an_enquiry_link
{
	font-size:12pt;
}

.make_an_enquiry_list_item
{
	background-color:#183765;
	text-align:center;
	border:none;
	margin-top:10px;
}

.site_form label 
{
	font-weight:bold;
}
.site_form
{
	background-color:#F4F4F4;
	padding:10px;
}

.italic
{
	font-style:italic;
}

.add_padding_top
{
	padding-top:10px;
}

/*--------------------------- product tabs -------------------------*/

#main_tab_list 
{
	margin:20px 0 0 10px;
	padding:0;
	list-style:none;
}

#main_tab_list li 
{
	float:left;
	padding:3px 20px 3px 20px;
	background-color:#c9ccd6;
	margin:0 2px 0 0;
}

#main_tab_list li a 
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#main_tab_list li.active 
{
	background-color: #193866;
}

#main_tab_list li.active a 
{
	color: #fff;
}

#product_tabs div.main_div 
{
	background: none;
	clear: both;
	padding: 20px;
	min-height: 200px;
	border:1px solid #193866;
}

#product_tabs div.main_div 
{
	background: none;
	clear: both;
	padding: 20px;
	min-height: 200px;
	border:1px solid #193866;
}