/*
Colours:
	color: #002c76; - dark blue
	color: #58595b; - dark grey
	color: #e6e7e8; - sidemnenu grey light
	color: #dc291e; - red
	color: #a7a9ac; - like grey titles
*/

/*
NOTES
3 styles max for single line.

*/


/***** DEFAULTS *****/

#QA_site {
	position: fixed;
	top: 5px;
	left: 0px;
	display: block;
	width: 100%;
	z-index: 100;
	height: 20px;
	background-color: #FFFF00;
	color: #000000;
	text-align: center;
	font-size: 1em;
	padding: 5px 0 0 0;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	cursor: pointer;
}

html {min-height: 101%;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: url(../assets/images/page/bkgd_body_rpt.gif) repeat-x;
}

a:link {color: #002c76;	text-decoration: underline;	outline: none;}
a:visited {color: #002c76; text-decoration: underline; outline: none;}
a:hover {color: #002c76; text-decoration: none;	outline: none;}
a:active {color: #002c76; text-decoration: underline; outline: none;}

.child a:link {color: #666666;	text-decoration: none;	outline: none;}
.child a:visited {color: #666666; text-decoration: none; outline: none;}
.child a:hover {color: #666666; text-decoration: underline;	outline: none;}
.child a:active {color: #666666; text-decoration: none; outline: none;}

h1, h2, h3, h4 {
	color: #a7a9ac;
	font-size: 2.8em;
	margin: 0 0 10px 0;
	padding: 0;
}
	h1 { font-weight:normal; }
	h2 { font-size: 1.4em; margin-bottom:0px; color:#dc291e; padding-bottom:0px; }
		h2.child { font-size: 1.2em; font-weight: bold; color:#58595b; padding-top:8px; }
		h2.category {
			float: left;
			display: inline;
			width: 680px;
			border-bottom: 1px solid #cccccc;
		}

	h3 { font-size: 1.6em; }
	h4 { font-size: 1.2em; line-height:18px;}

p, p.small {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:17px;
}
	p.small {font-size: 1.0em; margin: 0 0 6px 0; }
	p span {color:#666666;}

ul {margin: 10px; padding: 0;}
	ul li {margin: 0 0 0 17px; padding: 0;}

ol {margin: 10px; padding: 0; list-style: decimal inside;}
	ol li {padding: 0;}

form, input {margin: 0px; padding: 0px;}
	img {border: none;}

textarea {font-family: Arial, Helvetica, sans-serif;}

hr {height: 1px; color: #333333; border: 1px #333333 dashed;}

.hidden {display:none;}


/***** STRUCTURE *****/

/* Centred Structure */

#main_hold { top: 0px; width: auto; margin: auto;}
  
#outter_wrapper {
	position: relative;
	width: 919px;
	margin: auto;
	padding: 0 18px;
	z-index: 0;
	background-color:#fff;	
}

#inner_wrapper {
	position: relative;
	top: 0px;
	width: 919px;
	margin: auto;
	padding-top:18px;
}

#content_hold {
	float: left;
	display: inline;
	position: relative;
	width: 919px;
	height: auto;
	margin: 162px 0 0 0;
	padding: 0;
	z-index: 100000;
}

/***** HEADER *****/

#header {
	position: absolute;
	top: 18px;
	width: 919px;
	height: 162px;
	margin: 0;
}

#header_col01, #header_col02 {
	float: left;
	display: inline;
	width: 229px;
	height: 162px;
	margin: 0;
	padding: 0;
}

	#header_col02 {width: 690px;}


#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#top_nav { 
	float: right;
	display: inline;
	width: auto;
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0;
}

	ul.top {
		float: left;
		display: inline;
		position: relative;
		width: auto;
		height: 20px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.top li {
			float: left;
			display: inline;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		/*ul.top li a span {display: none;}*/
	
			ul.top li a:link, ul.top li a:visited, ul.top li a:active,  ul.top li span {
				float: left;
				display: inline;
				width: auto;
				height: 20px;
				text-align: center;
				margin: 0; 
				padding: 0 5px 0 5px;
				text-decoration: none;
			}
			
				ul.top li a:hover {text-decoration:underline;}
				

				/*ul.top li span {display: none;}*/


			/**** Repeat the below for however many buttons the primary navigation has ****/
			/**** ul.top li.home, ul.top li.home a:link, ul.top li.home a:visited, ul.top li.home a:active {width: 46px; background:url(../assets/images/page/top_nav_home.gif) top left no-repeat;}
						ul.top li.home a:hover, ul.top li.home a.active { background:url(../assets/images/page/top_nav_home_ovr.gif) top left no-repeat;} ****/


#header_search { 
	float: right;
	display: inline;
	position: relative;
	clear: both;
	width: 210px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#header_search label {float:left; margin: 0; padding:0;}

#header_search input.search, #header_search input.search_go { 
	float: left; 
	width: 128px; 
	height: 15px; 
	font-size: 1.2em;
	color: #000; background: #fff; 
	border: none;
	margin: 2px; 
	padding: 2px; 
	border:1px solid #999;
}

	#header_search input.search_go { 
		width: 64px;
		height: 21px; 
		cursor: pointer;
		background-color:#dc291e;
		color:#FFFFFF;
		border:1px solid #dc291e;
		line-height:2px;
	
	}

#header_search input.search:focus {color: #000000; background: #cccccc;}

#primary_nav { 
	float: right;
	display: inline;
	position: relative;
	width: 690px;
	height: 30px;
	margin: 0;
	padding: 0;
	position:absolute;
	top:132px;
}

	ul.primary {
		float: right;
		display: inline;
		position: relative;
		width: 228px;
		height: 30px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: none;
	}
	
		ul.primary li {
			float: left;
			display: inline;
			position: relative;
			clear: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: none;
		}
		
		/*ul.primary li a span { display: none; }*/
	
			ul.primary li a:link, ul.primary li a:visited, ul.primary li a:active {
				float: left;
				display: inline;
				position: relative;
				height: 30px;
				line-height: 20px;
				color: #002c76;
				text-align: center;
				margin: 0; 
				padding: 0;
				text-decoration: none;
				background: #fff;
				padding:0px 13px 0px 14px;
				border-right:1px solid #ccc;
				font-weight:bold;
				font-size:1.2em;
				letter-spacing:0px;
			}
			ul.primary li.link4 a:link, ul.primary li.link4 a:visited, ul.primary li.link4 a:active { border-right:0px; }
			
			ul.primary li a:hover { text-decoration:none; color: #000000; background: #f1f1f1;}
				
			ul.primary li.pipe { display:none; }


			/**** Repeat the below for however many buttons the primary navigation has ****/

/***		ul.primary li.link1, ul.primary li.link1 a:link, ul.primary li.link1 a:visited, ul.primary li.link1 a:active {background:url(../assets/images/nav/image_name.gif) top left no-repeat;}
				ul.primary li.link1 a:hover, ul.primary li.link1 a.active {background:url(../assets/images/nav/image_name_ovr.gif) top left no-repeat;} ****/



/***** FOOTER *****/

#footer {
	position: relative;
	clear: both;
	width: 919px;
	height: 100px;
	margin: auto;
	padding: 0;
	z-index: 20;
	text-align: center;
	color:#999999;
	font-size:1.1em;
	border-top:1px solid #333;
}

	#footer ul {
		float: left;
		display: inline;
		position: relative;
		width: 900px;
		height: auto;
		list-style: none;
		margin: 10px 0 10px 0;
		padding: 0;
	}
	
		#footer ul li {
			float: left;	
			display: inline;
			clear: none;
			height: 12px;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active {
				float: left;
				display: inline;
				height: 12px;
				margin: 0; 
				padding: 0;
				text-decoration:none;
				color:#002c76;
			}

				#footer ul li a:hover { text-decoration:underline;}

			#footer ul li span {display: none;}
			#footer ul li.pipe {width: 6px; cursor:default; /*background:url(../assets/images/page/footer_pipe.gif) top left no-repeat;*/ padding:0px 4px;}

			#footer div.copyright { float:left; text-align:left; }
			#footer li.dnd { float:right;}






/*			#footer ul li.terms, #footer ul li.terms a:link, #footer ul li.terms a:visited, #footer ul li.terms a:active {width: 104px; background:url(../assets/images/page/footer_tnc.gif) top left no-repeat;}
				#footer ul li.terms a:hover, #footer ul li.terms a.active { background:url(../assets/images/page/footer_tnc_ovr.gif) top left no-repeat;}

			#footer ul li.privacy, #footer ul li.privacy a:link, #footer ul li.privacy a:visited, #footer ul li.privacy a:active {width: 70px; background:url(../assets/images/page/footer_pp.gif) top left no-repeat;}
				#footer ul li.privacy a:hover, #footer ul li.privacy a.active { background:url(../assets/images/page/footer_pp_ovr.gif) top left no-repeat;}*/


/**** BODY structure ****/

#breadcrumbs {
	float: left;
	display: inline;
	width: 664px;
	height: 25px;
	margin: 0 0 2px 0; 
	padding: 0;
	background-color: #fff;
	color: #dc291e;
	font-size:1.2em;
	font-weight:bold;
}
#breadcrumbs span { color:#58595b; }
a.breadcrumbs:link {color: #58595b;	text-decoration: none; outline: none;}
a.breadcrumbs:visited {color: #58595b; text-decoration: none; outline: none;}
a.breadcrumbs:hover {color: #58595b; text-decoration: underline; outline: none;}
a.breadcrumbs:active {color: #58595b; text-decoration: none; outline: none;}




#column01, #column02, #column_fullwidth {
	float: left;
	display: inline-block;
	width: 229px;
	height: auto;
	margin: 0 0 20px 0; 
	padding: 0 0 10px 0;
	background-color: #fff;
}
	#column01 {  }
	#column02 { padding-bottom:100px; }
	#column02 { float: right; width: 690px; padding: 0px;}
	#column02 ul li { font-size: 1.2em;}

	#column_fullwidth { width: 919px; padding: 0px; }


.inner_content { padding-left:26px; }



/**** HOMEPAGE ****/

div.slideshow, #smx_flash {
	float: left;
	display: inline;
	width: 500px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 0;
}

	#smx_flash {width: 370px; height: 300px; margin: 0 0 10px 0; background-color: #999999;}

#welcome, #panel_news, #panel_events {
	float: left;
	display: inline;
	width: 360px;
	height: 300px;
	margin: 0 10px 10px 0; 
	padding: 5px;
	background-color: #999999;
}

#welcome { width:690px; padding:0px; margin:0px; height:auto; }

#welcome div { float:left; width:228px; height:194px; border-left:2px solid #fff; border-bottom:2px solid #fff;  }

#welcome .product_block01 { background-image:url(../assets/images/page/home_product_01.jpg); }
#welcome .product_block02 { background-image:url(../assets/images/page/home_product_02.jpg); }
#welcome .product_block03 { background-image:url(../assets/images/page/home_product_03.jpg); }
#welcome .product_block04 { background-image:url(../assets/images/page/home_product_04.jpg); }
#welcome .product_block05 { background-image:url(../assets/images/page/home_product_05.jpg); }
#welcome .product_block06 { background-image:url(../assets/images/page/home_product_06.jpg); }


#welcome a { float:left; width:46px; height:42px; background:url(../assets/images/page/homearrow_off.png) bottom right; padding:152px 0px 0px 182px; background-repeat:no-repeat; }

#welcome a:hover { background:url(../assets/images/page/homearrow_on.png) bottom right; padding:152px 0px 0px 182px; background-repeat:no-repeat; }

/*#welcome .product_block a:hover { background-image:url(../assets/images/page/home_product_01.jpg); }*/

#welcome a span { display:none; }





	#panel_news {width: 235px;}
	#panel_events {width: 235px; margin: 0 0 10px 0;}

		div.panel_row {
			float: left;
			display: inline;
			width: 235px;
			height: auto;
			margin: 0 0 10px 0; 
			padding: 0;
		}		
		

/*.lp_block { width:220px; float:left; border-right:2px solid #fff; }
.lp_block_end { width:220px; float:left; }*/

.lp_block { width:164px; float:left; border-right:2px solid #fff; }
.lp_block_end { width:164px; float:left; }















