/********************************************/
/********************************************/
/********************************************/
/*****                            ***********/
/*****  STYLES.CSS (Template 12)  ***********/
/***** (Alex Mackenzie, July 06)  ***********/
/*****                            ***********/
/********************************************/

html, body { 
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #13215E url(images/bg_body.jpg) repeat-x;
}

div#wrap_all {
	width: 800px;
	margin: auto;
	padding: 0;
	text-align: left;	
}

a {text-decoration: none;}

/********************************************/
/********************************************/
/********************************************/
/*****                            ***********/
/*****    Header (logo / bar)     ***********/
/*****                            ***********/
/********************************************/

#header {width:760px;height:110px;float:left;padding:0;margin:0;}
#header a.logo_topleft,
#header img {width:162px;height:110px;border:0px none;padding:0;margin:0;float:left;}

/********************************************/
/********************************************/
/********************************************/
/*****                            ***********/
/*****    Left frame / sidenav    ***********/
/*****                            ***********/
/********************************************/

div#frame_left {
	width: 175px;
	height: 275px;
	padding: 19px 0 0 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px solid #f30;
	clear:both;
	float: left;
}

#frame_left ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align:top;
}

#frame_left ul li a, #frame_left ul li a.list_active {
	height: 13px;
	width: 150px;
	display: block;
	text-align: right;	
	text-decoration: none;
	padding: 3px 15px 2px 0;
	/* any IE */
	padding: expression('2px 15px 2px 0');
	color: #fff;
	line-height: 1.0;
}

/* experiment with background colours on this one if you like (it's READY!) 
#frame_left ul li a:hover, #frame_left ul li a:active, #frame_left ul li a.list_active {
	color: #ABC0D1;
}*/

/********************************************/
/********************************************/
/********************************************/
/*****                            ***********/
/*****    BODY content area       ***********/
/*****                            ***********/
/********************************************/

#bodycontent a {
	color: #fff;
}

#bodycontent a:hover, #frame_left ul li a:hover  {
	text-decoration: underline;
	color: #F26C13;
}

#bodycontent {
	width: 615px;
	text-align: left;
	margin: 0;
	padding:0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
	background: #627488 url(images/bg_content.jpg) repeat-y;
	float: left;
	}

#bodycontent p, table {
	text-align:left;
	margin:0;
	padding:0 0 10px 20px;
	line-height: 16px;
	}
#bodycontent p { width: 450px; text-align:justify; }
#bodycontent .image { float: right; margin-right: 20px; margin-top: -10px; width:192px; color: #F67320; font-size:9px; }
#bodycontent .image img { border: 1px solid #fff; }
#bodycontent img.titleimage {padding:0;margin:0 0 10px 50px;float:none;}
#bodycontent .copy { margin-left: 50px; padding-bottom: 10px; text-align:justify; }
#bodycontent h1, .h1 { 
	display:none; /* set to none as they are seen as bitmap title images */
}

#bodycontent h2, h2, .h2 {
	padding: 0;
	margin: 2px 0 2px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
}

#bodycontent ul, ol {
	padding:0 20px 10px 40px; 
	margin: 0;
	line-height: 16px;
	/* width:80%; */
	
	}

h3 {
	font-size: 10px; font-weight: bold; padding:0 20px 0 10px;}

#logos {
	float:right;	
	height:60px;
	text-align: right;
	margin:0;
	padding-right:10px;
	border:0px solid #f30;
}

#logos img {position:relative;right:0;top:10px;margin:0;padding-right:10px;}

#footer {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0 20px 0 0;
	}
	
/********************************************/
/********************************************/
/********************************************/
/******                      ****************/
/******   MINI ICON LINKS    ****************/
/******   (EMAIL & HOME)     ****************/
/******                      ****************/
/********************************************/

#minilinks {
	float:right;
	width:370px;
	height:20px;
	margin: 0;
	padding:0 10px 0 0;
	border: 0px solid #f30;
}

#minilinks li {	
	padding: 0;
	list-style: none;
	display: inline;
	float:right;
}

#minilinks li a{
	text-decoration: none;
	display:block;
	height:20px;
}

#minilinks li a span{
	display:none;
}

#minilinks .span{
	display: none;
}

#minilinks li#ml_1 a{background: url(btns/ml_1_out.gif) no-repeat; width: 27px;}
#minilinks li#ml_1 a:hover, #minilinks li#ml_1 a.current{background: url(btns/ml_1_over.gif) no-repeat;}

#minilinks li#ml_2 a{background: url(btns/ml_2_out.gif) no-repeat; width: 27px;}
#minilinks li#ml_2 a:hover, #minilinks li#ml_2 a.current{background: url(btns/ml_2_over.gif) no-repeat;}

/********************************************/
/********************************************/
/********************************************/
/*****                            ***********/
/*****    QUICKSEARCH area       ***********/
/*****                            ***********/
/********************************************/

select {
	width: 90px;
	font-size: 10px;
	float: right;
	margin: 1px;
	}
	
#submit {
	width: 70px;
	height: 18px;
	display: block;
	background: url(btns/btn_search.gif) 0 0 no-repeat;
	border: none;
	float: right;
	margin-top: 10px;
	margin-right: 1px;
	cursor: pointer;
	}
	
fieldset {
	color: #fff;
	border: none;
	width: 155px;
	}
	
.qs_labels {
	padding: 3px 0;
	height: 16px;
	display: block;
	}

#sales {float: left; width: 70px;}

#rob {
	width: 100%;
	float: left;
	}

#qs_title {float:none!important;}

#submit {height: 22px; padding: 2px; width: 70px;}
#qs_form {margin-top: 60px;}
#qs_form img {padding: 5px 20px 5px 17px;}