body, html{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-color: #999;
}

a:link, a:active{
	color: #002576;
}

a:hover, a:visited{
	color: #002576;
}

img{
	border: none;
}

.whitebg{
	background-color: #FFF;
	text-align:left;
}

.whitebg_m_top{
	background-color: #FFF;
	padding-top: 3px;
}

.greybg{
	background-color: #666;
}

.darkgreybg{
	background-color: #535353;
}

.spacer_lines{
	background: url(../images/tpl_body1_22.gif);
}

.spacer_lines2{
	background: url(../images/tpl_body1_24.gif);
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002576;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 4px;
	color: #002576;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}

p, ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

li{
	list-style-image:url(../images/arrow.jpg);
	padding-left: 15px;
	margin-top: 5px;
}

.boxpadding{
	padding: 2px;
	background-color:#FFFFFF;
}

#leftblock{
	float:left;
	width: 160px;
	margin 0;
	display: block;
	background-color: #ccc;
}

.navlinks-internal{
	width: 160px;
	float: left;
	margin-right: 20px;
	display: block;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	font-weight: bold;
}

.navlinks-internal ul{
	margin: 0;
	padding: 0;
}



#rightblock{
	float:left;
	width: 515px;
	margin-left: 10px;
	padding-bottom: 10px;
	display: block;
}

.btn_login{
	background: url(../images/btn_login.gif) no-repeat;
	border:none;
	width: 72px;
	height: 26px;
	margin-top: 5px;
}

.btn_forgotpassword{
	background: url(../images/btn_forgot_password.gif) no-repeat;
	border:none;
	width: 115px;
	height: 26px;
	margin-top: 5px;
}

.errortext{
	color: #FF0000;
	font-size:12px;
	padding-bottom: 10x;
	font-family:Arial, Helvetica, sans-serif;
}

.footer{
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.bodyleft{
	background: url(../images/tpl_body_01.gif) repeat-y;
}

.bodyright{
	background: url(../images/tpl_body_03.gif) repeat-y;
}

.footertop{
	background: url(../images/tpl_footer_02.jpg) repeat-x;
}

.footerbottom{
	background: url(../images/tpl_footer_05.jpg);
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.footerbottom a:link, .footerbottom a:visited {
	text-decoration: none;
	color: #333333;
}

.footerbottom a:hover, .footerbottom a:active {
	text-decoration: none;
	color: #333333;
}

.footerleft{
	background: url(../images/tpl_footer_04.jpg) repeat-y;
}

.footerright{
	background: url(../images/tpl_footer_06.gif) repeat-y;
}

.footer a:link, .footer a:active{
	color:#666666;
}

.footer a:hover, .footer a:visited{
	color:#666666;
}

.padtext{
	padding: 2px 20px 0 20px;
}


.l_footer{
	color: #ccc;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	text-decoration: none;
}

.l_footer a:link, .l_footer a:active, {
	text-decoration: none;
}

.l_footer a:hover, .l_footer a:visited, {
	text-decoration: none;
}

.lowercase{
	text-transform: lowercase;
}

.linkColour{
	list-style-type:none;
	margin: 0;
	border-bottom:1px solid #FFF;
	text-transform: lowercase;
}

.linkColour a:link, .linkColour a:active{
	color: #333;
	text-decoration:none;
	display: block;
	background: #ccc url(../images/arrows_white2.gif) left no-repeat;
	padding: 5px 5px 5px 18px;
}

.linkColour a:hover, .linkColour a:visited{
	color: #333;
	text-decoration:none;
	display: block;
	background: #ccc url(../images/arrows_white2.gif) left no-repeat;
	padding: 5px 5px 5px 18px;
}

.setColour{
	list-style-type:none;
	margin: 0;
	border-bottom:1px solid #FFF;
	text-transform: lowercase;
}

.setColour a:link, .setColour a:active{
	color: #fff;
	text-decoration:none;
	display: block;
	background: #333 url(../images/arrows_white.gif) left no-repeat;
	padding: 5px 5px 5px 18px;
}

.setColour a:hover, .setColour a:visited{
	color: #fff;
	text-decoration:none;
	display: block;
	background: #333 url(../images/arrows_white.gif) left no-repeat;
	padding: 5px 5px 5px 18px;
}

.pagetable{
	padding: 5px;
}

.image_border{
	border: 1px solid #ccc;
	margin: 3px;
}

.blueborder{
	border: 1px solid #004E9A;
}

.blueborder th{
	padding: 5px;
}

.blueborder td{
	padding: 10px;
}

.bluetext{
	color: #004E9A;
}

/*--------------- TABLES -----------------*/

table.table_cms{ 
	width: 720px;
	background-color: #CCCCCC;
	border: 1px #E6E6E6 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin: 20px auto;
}


table.table_cms heading{ 
	background-color: #F0F0F0;
	font-weight: bold;
	font-size: 13px;
	color: #333; 
	padding-left: 8px;
}

table.table_cms th{ 
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 13px;
	color: #B64E4F; 
	padding-left: 8px;
	text-align:left;
	padding-top: 2px;
}


table.table_cms td{ 
	border: 1px #E6E6E6 solid;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	color: #404040;
	font-size: 0.9em;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

.page_title{ 
	font-size: 14px;
	color: #B64E4F; 
}

/*--------------- TABLES -----------------*/

/*--------------- BUTTONS -----------------*/

.cms_button{
	padding: 1px 4px;
	margin: 0 0 0 3px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	border: 1px solid #666;
	background-color: #F5F5F5;
	cursor:pointer;
	color: #666;
}

.cms_button a:link, .cms_button a:active {
	text-decoration:none;
	color: #666;
}

.cms_button a:hover, .cms_button a:visited {
	text-decoration:none;
	color: #666;
}

/*--------------- BUTTONS -----------------*/

.product_tables{
	border: 1px solid #ccc;
	display: block;
	margin-left: 25px;
	margin-bottom: 25px;
	float:left;
	width: 184px;
}

.product_tables th{
	border-top: 1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ccc;
	color: #333;
	padding: 2px 0;
}
