/* Robots Inc - Main CSS Settings*/

/* Browser Bug Fixes */
/* IE ^ Double Margin */
* html #content_lft {
	display:inline;
	}
* html #col_lft {
	display:inline;
	}
* html #col_mid {
	display:inline;
	}
* html #col_rgt {
	display:inline;
	}
* html #col_1 {
	display:inline;
	}
* html #col_2 {
	display:inline;
	}	
/* Firefox Correction*/
html {
	height:100%;
	}
.img_rgt {
	float: right;
	margin-left: 10px;
}
.img_lft {
	float: left;
	margin-right:10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
/* End Browser Bug Fixes */
a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #0066FF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
br.clear {
	clear:both;
}
.stock {
	color: #FF0000;
	font-weight: normal;
}
/* Main Settings*/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	padding-bottom: 5px;
	font-style: normal;
	color: #0066FF;
	margin: 0px;
	padding-top: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: #0033FF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}
hr {
	border:none;
	background-color:#FF6633;
	color:#3577CE;
	height:1px;
	margin-right: 10px;
	padding-right: 10px;
}
/* Width expression - convert to elastic */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	margin-bottom: 25px;
}
#band {
	margin-top: 20px;
}
/* Access Keys*/
.akey {
	text-decoration:underline;
	}
#banner_1 {
	height: 75px;
	text-align: right;
}
#banner_2 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3577CE;
	height: 50px;
	background-image: url(../images/page/bnr_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding-top: 50px;
	padding-right: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #3577CE;
	display: none;
}
#quicklinks {
	float: right;
	width: 420px;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
/* Remove image borders - eg: containied in quicklinks */
#quicklinks a img {
	border:none;
}
/* Top Navigation Bar*/	
#top_nav_l {
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/common/top_nav_l_C.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_nav_r {
	height: 25px;
	background-image: url(../images/common/top_nav_r_c.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 30px;
	margin-right: 20px;
}
/*Expand Clickable Area for IE 6*/	
* html ul.nav a {
	height:1px;
	}
ul.nav {
	list-style:none;
	padding-left:0;
	float:right;
	margin: 0px;
	padding-bottom: 4px;
	background-image: url(../images/common/top_nav_edge_c.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	}
/*Remove gap between buttons for IE*/	
ul.nav li {
	float:left;
	}
ul.nav a {
	display: block;
	width:8em;
	text-align:center;
	padding-left: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D3D3D;
	border-bottom-color: #3D3D3D;
	}
/*Background colour is required for 'ul.nav a' to ensure hover effect is full width - Top Nav Bar*/
/*CSS is OK */
.nav a:link {
	color: #FCFCFC;
	}
.nav a:visited {
	color:#FCFCFC;
	}
.nav a:hover {
	color: #6C171A;
	background-color: #FFCC33;
	}
/*End Top Navigation Bar*/
/*Panels*/
#panel_1 {
	background-image: url(../images/common/nav_p1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#panel_2 {
	background-image: url(../images/common/nav_p1_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*SIDE Navigation Bars*/
/*Expand Clickable Area for IE 6*/
* html ul.side_nav a {
	height:1px;
	}
ul.side_nav {
	list-style-type: none;
	background-image: url(../images/common/nav_p1_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	}
/*Remove gap between buttons for IE*/	
ul.side_nav li {
	display: inline;
	}
ul.side_nav a {
	display: block;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/common/nav_p1_edges.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 0px;
	}
	/*Background colour is required for 'ul.side_nav a' to ensure hover effect is full width */
.side_nav a:link {
	color: #333333;
	background-color: #FFFFFF;
	}
.side_nav a:visited {
	color:#666666;
	}
.side_nav a:hover {
	color: #0066CC;
	background-color: #FFFFFF;
	background-image: url(../images/common/nav_p1_edges_hv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
/*End Side Navigation Bars*/
/*Main Content*/
/*Corrects float drop for hover buttons*/
#content {
	height:100%;
	}
#content_lft {
	float: left;
	width: 630px;
	clear:both;
	display: inline;
	}
#col_lft {
	float:left;
	width: 130px;
	margin-left: 20px;
	text-align: left;
	display: inline;
	border: thin none #000000;
	}
#col_mid {
	float:right;
	width: 460px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	display: inline;
	}
#col_mid li{
	margin-bottom: 5px;
	}
#col_1 {
	width:200px;
	float:left;
	display:inline;
	}	
#col_2 {
	width:200px;
	float:right;
	display:inline;
	}
/*Far Right Column*/
/*-15px to compensate h2 margin*/
#col_rgt {
	float:right;
	width: 150px;
	margin-right: 20px;
	text-align: justify;
	display:inline;
	}
#col_rgt h2 {
	margin: 0px;
	padding-top: 20px;
}	
/*Footer and Copyright*/
#footer_l a {
	color: #999999;
	text-align: right;
	margin-top: 20px;
	font-size: 10px;
}
#footer_r {
	height: 60px;
}
#copyright {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3577CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/common/copyrgt_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
