/* COMMON STYLE
---------------------*/

* {
	margin: 0;div
	padding: 0;
}


html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #444444;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body#bd {
	color: #444444;
	background: #FFF;
	font-family: "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	font-size: 12px;
	/*color: #333;*/
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 12px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}
.clearfix {
	clear: both;
}
/* Normal link */
a {
	color: #FF6600;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	color: #FF4200;
	background: none;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Arial", "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .smalldark, .mosimage_caption, .createby, .modifydate, a.readon, .img_caption {
	font-size: 80%;
}
div.news a.readon {
	font-size: 13px;
}
div.news {
	
}
.createdate, .small {
	color: #FF6600;
	/*font-weight: bold;*/
	font-size: 90%;
}
/* Heading */


h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 25px;
	color: #444444;
}
h2 {
	font-family: "Lucida Sans Unicode";
	font-size: 15px;
	color: #444444;
}
h3 {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #444444;
}
ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 2px 15px;
	list-style: none;
}

#system-message dd ul li {
	margin: 0;
	padding: 0 0 5px 0;
	background: none
}

ol li {
	margin-left: 35px;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
span.small {
	padding-left: 10px;
}
fieldset {
	border: none;
	padding: 10px;
	background: url(../images/hdot2.gif) repeat-x top;
}
fieldset div, 
fieldset span.small {
	margin: 0;
	padding: 0;
}
fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.button {
	color: #3c4550;
}

.button:hover, .button:focus {

}


* html .button {
	padding: 0 !important; /*IE 6*/
}

*+html .button {
	padding: 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
}

.inputbox:hover, .inputbox:focus {
	color: #000;
}
form#searchForm {
	margin: 0;
	padding: 0 20px;
}
/* TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 0px 1em 0px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left #ffffff;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 0;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 15px;
}

.article_column {
	padding: 0 5px 0 0;
}

.column_separator {
	padding: 0 0 0 5px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px 0;
}
table.contentpaneopen img {
	border: none;
	/*border: solid 1px #CCC;
	padding: 2px;
	margin: 0 0 4px 5px;*/
	/*border: solid 3px #FFFFFF;*/
}
div.regions {
	margin-bottom: 20px;
}
div.regions img {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
table.contentpaneopen img.rank {
	margin: 0;
	border: none;
}
table.contentpaneopen td.viewcomment {
	padding: 10px;
	width: 115px;
	background: url(../images/bg_jvboxleft.jpg) repeat-y left;
}
img.caption {
	border: solid 1px #666 !important;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 0;
	width: 100%;
}
table.searchintro td {
	padding: 0;
}
table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
}

.componentheading {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D2D2D2;
	color: #444444;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	line-height: 100%;
	font-family: "Lucida Sans Unicode",Arial,"Segoe UI",Arial,Helvetica,sans-serif;
}
.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D2D2D2;
	color: #444444;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	font-family: "Lucida Sans Unicode",Arial,"Segoe UI",Arial,Helvetica,sans-serif;
	line-height: 120%;
}
h2.title {
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #444444;
	font-size: 25px;
	font-weight: normal;
	width: 100%;
	font-family: "Lucida Sans Unicode",Arial,"Segoe UI",Arial,Helvetica,sans-serif;
	line-height: 120%;
}
td.buttonheading {
	border-bottom: 1px solid #D2D2D2;
}
#jv-col2 .contentheading {
	color: #444444;
	font-weight: normal;
	width: 100%;
	display: inline-table;
	padding: 0;
	margin: 0;
}
table.blog .contentheading {

}
a.contentpagetitle {
	color: #444444;
	text-decoration: none !important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	/*color: #c10000;*/
	text-decoration: none !important;
}

a.readon {
	margin: 0;
	padding: 0;
	color: #F06100;
	text-decoration: underline;
}
a.readon:hover,
a.readon:active,
a.readon:focus {
	color: #992400;
	text-decoration: underline;
}

a.fullimage {
	padding: 0 0 0 20px;
	display: block;
	width: 110px;
	height: 20px;
	background: url(../images/zoom.jpg) no-repeat left top;
	color: #666666;
}
a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
}
table.contentpaneopen td, table.contentpane td {
	/*border-bottom:1px solid #D2D2D2;*/
}
table.contentpaneopen tr {
	padding: 0 10px !important`;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
table.contentpaneopen ul {
	margin: 20px 0 20px 0;
	list-style: inside;
}
.moduletable {
	padding: 0;
}
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}
ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
ul.pagination li span{
	padding: 2px 5px;
}
ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}
.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}
.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}
.sectiontableheader a {
	color: #FFF;
}
.sectiontableheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* META
--------------------------------------------------------- */
.article-tools {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 10px;
}

.createdate {
	padding: 0;
}
div.author-icons {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
div.author {
	margin: 0;
	padding: 0;
	float: left;
}
div.icons {
	margin: 0;
	padding: 0;
	float: right;
}
div.icons img {
	border: none;
}
.modifydate {
	color:#999999;
	float:left;
	font-size:10px;
	width:100%;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#jv-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.jvsize1 {
	width: 754px;
}
.jvsize2 {
	width: 950px;
}
.jvsize3 {
	width: 1150px;
}


body.normal #jv-wrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: none;
	position: relative;
}

#jv-containerwrap {
	padding: 15px 20px 0;
	background: #1d1d1d;
	overflow: hidden;
}

#jv-containerwrap2 {
	background: none;
}

#jv-container {
	background: none;
	padding: 0 ;
}
#jv-topnar-wrapper {
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100%;
	background: url(../images/jv-topnar.jpg) #0F0F0F;
	position: relative;
	z-index: 99;
}
#jv-topnar {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
#jv-topnar div {
	margin: 0;
	float: right;
}
#jv-main-header {
	height: 120px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
	display: block;
}
#jv-main-body {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 960px;
	overflow: hidden;
	line-height: 18px;
	background: url(../images/jv-body-bg.jpg) repeat-x top #F2F2F2;
}
#jv-body {
	/*margin: 22px 0 0 0;*/
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
	overflow: hidden;
}
.jv-colspan,
.jv-colspan-r,
.jv-colspan-l {
	margin: 0;
	padding: 0;
}
.jv-left-wrapper,
.jv-content-wrapper,
.jv-right-wrapper {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	overflow: hidden;
}

/*FULL LEFT*/
.jv-colspan-l .jv-left-wrapper {
	padding: 0 20px 0 0;
	width: 188px;
}
.jv-colspan-l .jv-content-wrapper {
	width: 747px;
}
/*FULL RIGHT*/
.jv-colspan-r .jv-content-wrapper {
	padding: 0 0 0 20px;
	width: 660px;
}
.jv-colspan-r .jv-right-wrapper {
	padding: 0 20px;
	width: 240px;
}
/*FULL SITE*/
.jv-colspan .jv-left-wrapper {
	padding: 0 20px 0 0;
	width: 195px;
}
.jv-colspan .jv-content-wrapper {
	width: 530px;
}
.jv-colspan .jv-right-wrapper {
	padding: 0 0 0 20px;
	width: 195px;
}

.jv-colspan-full .jv-content-wrapper {
	width: 100%;
}

.jv-content-left,
.jv-content-right {
	margin: 0;
	display: block;
	overflow: hidden;
}
.jv-content-left-full {
	padding: 0 0 0 20px;
	float: left;
	width: 690px;
}
.jv-content-left {
	padding: 0;
	float: left;
	width: 495px;
}
.jv-content-right {
	padding: 0 0 0 20px;
	float: left;
	width: 230px;
}

#jv-footer-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/jv-topnar.jpg);
}
#jv-footer {
	margin: 0 auto;
	padding: 40px 0;
	width: 960px;
	color: #999999;
	overflow: hidden;
}
#jv-footer div.moduletable {
	margin: 0 0 5px 0;
}
#jv-footer a {
	color: #999;
	font-size: 12px;
}
#jv-footer a:hover,
#jv-footer a:active,
#jv-footer a:focus {
	color: #F0C600;
	text-decoration: underline;
}
.jv-footer-right {
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
.jv-footer-right ul ul {
	display: none;
}
.jv-footer-left {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}
#jv-footer h3 {
	margin: 0;
	padding: 0;
	border: none;
	color: #999;
	width: auto;
	font-size: 17px;
	font-weight: normal;
}
#jv-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#jv-footer li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	background: url(../images/main-header-links.jpg) no-repeat scroll left center;
}
#jv-footer li.item80,
#jv-footer li.jv-firstitem {
	background: none;
}
#jv-footer .jv-footer-right li.last {
	padding: 0 0 0 5px;
	background: none;
}
#jv-footer .jv-footer-left li.first {
	padding: 0 5px 0 0;
	background: none;
}
.jv-footer-frame {
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 display: block;
	 clear: both;
	 overflow: hidden;
}
.jv-footer-seperator {
	margin: 10px 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: url(../images/jv-footer-seperator.jpg) no-repeat center top;
}
#main-header-links {
	margin: 0;
	padding: 0;
	height: 20px;
	text-align:right;
	float: right;
}
#main-header-contry {
	margin: 0;
	padding: 0;
	/*display: block;*/
	float: right;
	width: 200px;
	/*overflow: hidden;*/
}
* html #main-header-contry {
	text-align: right;
	width: auto;
}
#main-header-links div.moduletable {
	margin: 0;
	padding: 0;
	float: right;
}
#main-header-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-header-links ul li {
	margin: 0;
	padding: 0 5px;
	color: #FFF;
	display: inline;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	list-style-type: none;
	background: url(../images/main-header-links.jpg) no-repeat left center;
}
#main-header-links ul li.first-item,
#main-header-links ul li.jv-firstitem,
#main-header-links ul li.jv-firstitemhover {
	padding: 0 5px 0 0;
	background-image: none;
}
#main-header-links ul li.jv-firstitem ul li.first-item,
#main-header-links ul li.jv-firstitemhover ul li.first-item {
	background:#F0C600 none repeat scroll 0 0;
	margin:0 0 1px;
	padding: 0 5px;
}
#main-header-links ul li.last {
	padding: 0 0 0 5px;
	background: none;
}
#main-header-links ul li a, 
#main-header-links ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#main-header-links ul li a:hover,
#main-header-links ul li a:active,
#main-header-links ul li a:focus {
	color: #8D8D8D;
}

#main-header-logo {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
}
.jvcol{
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
}
#jv-left,
#jv-content,
#jv-right {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#jv-search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0;
	text-align: right;
	display: block;
	float: right;
}
#jv-search div {
	float: right;
}
#jv-mainmenu {
	margin: 0;
	padding: 0;
	display: block;
	z-index: 999;
}

#jv-left div.module_menu ul.menu {
	border-top:1px solid #DFDFDF;
}

#jv-right a.rss {
	position: absolute;
	top: 0;
	right: 0;
}
/******* ADD-ON for some other modules *****************/
#mod_search_searchword {
	height: 20px;
	width: 195px;
	padding: 6px 0 0 10px;
	text-align:left;
	border: none;
	color: #9B9B9B;
	font-size: 11px;
	background: url(../images/search-bg.gif) no-repeat;
	font-family: "Lucida Sans",Tahoma,Arial;
}
div.search .button {
	background: #69A914;
	color: #FFFFFF;
	height: 21px;
	line-height: 21px;
	width: 57px;
	border: none;
	margin: 2px 0 0 5px;
	padding: 0 0 2px 0;
}

/* JV Slide Show
--------------------------*/

#jv-slideshow {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	overflow: hidden;
	z-index: 1;
}
#jv-slideshow img {
	border: none;
}
/* TOP MENU
------------------------------------------------*/
#jv-mainnavwrap {
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	z-index: 999999;
}
#jv-mainnav {
	margin: 0px;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	/*position: relative;*/
	border: none;
}
#jv-sub-menu {
	overflow: hidden;
}
/* TOP HEADER
------------------------------------------*/

#jv-topnav {
	float: left;
	width: 60%;
	height: 20px;
}
#jv-topnav ul {
	margin: 0 0 5px;
	padding: 0;
}

#jv-topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

div.jv-loginframe {
	background: #FFF url(../images/login_bg.jpg) repeat-x left bottom;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	display: block;
	position: relative;
	text-align: left;
	border: 3px solid #BEBEBE;
	width: 370px;
}
div.jv-loginframe .inputbox:hover,
div.jv-loginframe .inputbox:active, 
div.jv-loginframe .inputbox:focus {
	color: #000000;
}
.jv-function-hidden {
	color:#000000;
	font-weight:bold;
	text-align:right; 
	position: absolute;
	top: 2px;
	right: 2px;
}
#mod_login_username {
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: 100;
	padding: 0;
}
#mod_login_password {
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: 100;
	padding: 0;
}
#jv-topnav li a{
	padding: 0 10px;
	border-left: 1px solid #FFF;
	font-size: 90%;
}

#jv-topnav li.jv-firstitem a{
	border-left: 0;
}

/* Search */
div.jv-search {
	margin: 0px;
	padding: 15px 30px 0 0;
	text-align: right;
	width: 300px;
	float: right;
}
/* HEADER
--------------------------------------------------------- */
#jv-headerwrap {
	color: #CCCCCC;
	line-height: normal;
	padding: 0;
	/*position: relative;*/
}

#jv-header {
	width: 100%;
	height: 85px;
	background: url(../images/bg_head.jpg) no-repeat bottom right #292929;

}
/* LOGO
--------------------*/
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	float: right;
}

h1.logo a {
	width: 258px;
	height: 80px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* BANNER
----------------------------------------------------- */
#jv-banner {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#jv-banner .advs{
	float: right;
	width: 468px;
	border: 1px solid #BEBEBE;
}
#jv-banner div.banneritem {
	float: left;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#jv-space {
	display: block;
	height: 8px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text, 
div.moduletable_contact {
	padding: 0px;
	margin-bottom: 15px;
}

div.module h3,
div.moduletable h3,
div.moduletable_menu h3,
div.module_text h3,
div.module_contact h3,
div.module_news h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #444444;
	font-size: 25px;
	font-weight: normal;
	line-height: 100%;
	width: 100%;
	border-bottom: solid 1px #D2D2D2;
}
div.moduletable img,
div.moduletable_menu img,
div.moduletable_text img, 
div.moduletable_contact img {
	border: none;
}

div.module span.coll,
div.moduletable span.coll,
div.moduletable_menu span.coll,
div.moduletable_text span.coll,
div.moduletable_contact span.coll {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/jv-colleft.jpg) no-repeat top right;
}
div.module span.show,
div.moduletable span.show,
div.moduletable_menu span.show,
div.moduletable_text span.show,
div.moduletable_contact span.show {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 20px;
	background: url(../images/jv-colleft-active.jpg) no-repeat top left;
}


#jv-colwrap div.moduletable_contact h3 {
	background: #3C4450;
	color: #FFF;
	padding: 5px 0 5px 15px;
}
div.jv-collapse {
	width: 100% !important;
	position: relative;
}


/* Module rounded */
div.module_menu ul {
	margin: 0;
	padding: 0;
}
div.module_menu ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}
div.module_menu li a {
	margin: 0;
	padding: 3px 0;
	width: 100%;
	display: block;
	background: none;
	/*height: 25px;
	line-height: 25px;*/
	font-size: 12px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #DFDFDF;
}
div.module_menu li a span {
	padding: 0 0 0 15px;
	display: block;
	color: #727272;
}
div.module_menu li ul li a span {
	padding: 0 0 0 30px;
	color: #727272;
	background: url(../images/jv-sub-3.jpg) no-repeat 15px 0
}
div.module_menu li ul li ul a span {
	padding: 0 0 0 40px;
	color: #727272;
	background: url(../images/jv-sub-3.jpg) no-repeat 25px 0
}
div.module_menu li.active a,
div.module_menu li a:hover,
div.module_menu li a:active,
div.module_menu li a:focus {
	background: url(../images/jv-menu-hover.jpg) repeat-y right #F6F6F6;
}
div.module_menu li.active ul li a {
	background: none;
}
div.module_menu li ul li a:hover,
div.module_menu li ul li a:active,
div.module_menu li ul li a:focus {
	background: url(../images/jv-menu-hover.jpg) repeat-y right #F6F6F6;
}
div.module,
div.module_menu,
div.module_text,
div.module-tags,
div.module_news {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
div.module-tabs {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	color: #F0F0F0;
}
div.module-tabs div.container {
	display: block;
	width: auto;
	border-top: none;
}
.default .jv-tabs-title-top ul.jv-tabs-title li {
	margin: 0;
	border-left: none;
	border-bottom: none;
}


div.module div,
div.module_text div,
div.module-tabs div,
div.module_news div {
	padding: 0;
}

div.module div div,
div.module_text div div {
	padding: 0;
}

div.module div div div,
div.module_text div div div {
	text-align: left;
}

div.module div div div div,
div.module-tabs div div div div,
div.module_text div div div div {
	margin: 0;
	padding: 0;
	float: none;
	background: none;
}
div.module-tabs div div {
	padding: 0;
}
div.module-tabs div div div {
	padding: 0 0 10px;
}
/*div.module-tabs a {
	color: #FFFFFF;
}*/

div.banneritem_text {
	padding: 5px 0 !important;
}


div.advs {
	text-align: center;
	width: 100%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#jv-colwrap {
	margin: 0;
	padding: 0;
	float: right;
	width: 40%;
	overflow: hidden;
}

#jv-colwrap #jv-padding {
	/*padding: 0 0 10px;*/
	overflow: hidden;
}

#jv-col2 {
	background: #E9EDF3;
	float: right;
	width: 330px;
	overflow: hidden;
	margin-top: 10px;
}
#jv-col2 #jv-padding {
	padding: 0px;
	overflow: hidden;
}
#jv-colwrap table,
#jv-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}


#jv-colwrap ul li ul li{
	border: 0;
	margin-left: 20px;
}
#jv-colwrap ul li ul li a{
		background: url(../images/arrow.png) 5px center no-repeat;
}

#jv-colwrap ul, #jv-col2 ul {
	margin: 0;
}

#jv-colwrap ol, #jv-col2 ol {
	margin-left: 5px;
}

#jv-colwrap .article_separator,
#jv-col2 .article_separator {
	display: none;
}


#jv-col2 .readon {
	display: block;
	padding: 0;
}

#jv-col2 div.contentpaneopen ul li {
	border-bottom: 1px solid #A2A9B2;
	background: none;
	padding: 0 0 10px;
	margin-top: 20px;
	float: left;
}
#jv-col2 div.contentpaneopen ul li a.readon {
	color: #FF3333;
}

/*----------------------Begin Main Body-------------------------------*/
#jv-mainbody {
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}


/* BOX STYLE
--------------------*/
.jv-box-br,
.jv-box-full,
#jv-inset {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
#jv-com-content {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
	background: url(../images/bg_column_h.jpg) repeat-x top;
}
#jv-bottom-wrap {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/bg_column_h.jpg) repeat-x top;
	font-size: 100%;
}
.jv-box-content {
	overflow: hidden;
}
.jv-box-left .jv-box-content {
	padding: 0 8px 0 0;
}
.jv-box-right .jv-box-content {
	padding: 0 0 0 8px;
}
.jv-box-content ul.menu {
	list-style: none;
	overflow: hidden;
}
.jv-box-content ul.menu li {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	border-bottom: solid 1px #2e2e2e;
}
.jv-box-content ul.menu li a {
	width: 100%;
	display: block;
	float: left;
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li a span {
	padding: 10px 5px 10px 20px;
	display: block;
	float: left;
	color: #838383;
}
.jv-box-content ul.menu li#current a,
.jv-box-content ul.menu li a:hover,
.jv-box-content ul.menu li ul a:hover,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #303030;
}
.jv-box-content ul.menu li#current a span {
	color: #838383;
	font-weight: bold;
}
.jv-box-content ul.menu li ul a,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li ul a span,
.jv-box-content ul.menu li#current ul a span {
	color: #838383;
	font-weight: 100;
}
/* Pathway style here 
--------------------------------*/

#jv-pathway {
	margin: 0;
	padding: 0;
	width: 100%;
	/*height: 45px;*/
	display: block;
	overflow: hidden;
}
#jv-pathway a {
	color: #f0c600;
	text-decoration: underline;
}
#jv-pathway span.breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-size: 9px;
	border-bottom: solid 1px #D2D2D2;
	font-family: Verdana, Tahoma;
}
#jv-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}
#jv-pathway img {
	margin: 3px 0 0 0;
}

/*----------------------End Main Body-------------------------------*/

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.jv-box-left, 
.jv-box-center {
	float: left;
	text-align: left;
	overflow: hidden;
}
#jv-colwrap .jv-box-left {
	background: url(../images/bg_jvboxleft.jpg) repeat-y right;
}
.jv-box-right {
	float: right;
	overflow: hidden;
}
.jv-box-right img.caption {
	padding: 0;
	margin: 0 0 10px 0;
}
.jv-box-right .moduletable-tags {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
#jv-top-wrap {
	overflow: hidden;
}
div.jv-box-left div.moduletable,
div.jv-box-center div.moduletable,
div.jv-box-right div.moduletable {
	padding: 0 10px 0 0;
}
#jv-colwrap div.jv-box-left h3,
#jv-colwrap div.jv-box-center h3,
#jv-colwrap div.jv-box-right h3,
#jv-colwrap div.jv-box-full h3,
#jv-top-wrap div.moduletable h3 {
	padding: 0 0 5px 0;
	font-family: 'Arial';
	font-size: 120%;
	margin-bottom: 10px;
}

/* Inset begin here */
#jv-inset {
	padding: 0;
}

#jv-botsl h3 {
	background: none;
}

#jv-botslwrap {
	border-top:  1px solid #A2A9B2;
	text-align:center;
	margin: 5px 0;
	padding-top: 5px;
}

#jv-botsl {
	background: none;
	padding: 0 ;
	
}

#jv-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#jv-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
}

#jv-botsl a {
	padding-left:10px;
	font-weight:bold;
}
span.orange {
	color: #FF6600;
	font-size: 14px;
}
span.style1 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 17px;
	font-weight: normal;
}
span.style2 {
	margin: 0;
	padding: 0;
	color: #c97829;
	font-size: 17px;
	font-weight: bold;
}
#menusys_moo_top li a span {
	visibility: hidden;
	display: block;
	font-size: 9px;
}
#menusys_moo_top li li a span {
	visibility: visible;
}

.admintable {
	margin: 0;
	padding: 0;
}
.admintable td {
	margin: 0;
	padding: 0 0 5px 0;
}
.admintable small {
	color: #999;
}
div.jv-footer-right .moduletable {
	font-size: 12px !important;
	/*margin-bottom:-2px !important;*/
}
.apply_now {
	margin: 0;
	padding: 0;
	background: url(../images/apply_now.gif) no-repeat top left;
	display: block;
	width: 154px;
	height: 41px;
	border: none;
	text-indent: -9999px
}
.input_applynow {
	margin: 0;
	padding: 0;
	width: 187px;
}
span.biz {
	margin: 0;
	padding: 90px 50px 0 25px;
	display: block;
	width: 153px;
	height: 158px;
	color: #ccc;
	font-size: 12px;
	background: url(http://www.realexpayments.co.uk/images/biz.png) no-repeat top left;
}
span.corp {
	margin: 0;
	padding: 90px 50px 0 30px;
	display: block;
	width: 138px;
	height: 158px;
	color: #ccc;
	font-size: 12px;
	background: url(http://www.realexpayments.co.uk/images/corp.png) no-repeat top left;
}
span.corp a,
span.biz a {
	color: #f0c600;
	font-weight: bold;
}
div.slick-rss-container {
	margin: 0;
	padding: 0;
}
div.slick-rss-container li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}
div.slick-rss-item-desc {
	font-size: 11px;
}
a.bisiness {
	margin: 0 auto;;
	padding: 0;
	display: block;
	width: 179px;
	height: 29px;
	background: url(../images/BUS.png) no-repeat top left;
}
a.bisiness:hover,
a.bisiness:active,
a.bisiness:focus {
	background: url(../images/BUS_O.png) no-repeat top left;
}
a.corporation {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 179px;
	height: 29px;
	background: url(../images/corp_b.png) no-repeat top left;
}
a.corporation:hover,
a.corporation:active,
a.corporation:focus {
	background: url(../images/CORP_O.png) no-repeat top left;
}
div.frame_home_c {
	width: 100%;
	overflow: hidden;
	background: url(../images/frame_home_c.png) repeat-y center;
}
div.frame_home_b {
	display: block;
	padding: 0 0 15px 0;
	overflow: hidden;
	background: url(../images/frame_home_b.png) no-repeat center bottom;
}
div.frame_home_t {
	display: block;
	padding: 10px 30px;
	overflow: hidden;
	background: url(../images/frame_home_t.png) no-repeat center top;
}
div.corner_round {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	background: #F3F3F3;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
span.region {
	font-size: 20px;
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
}
a.moreinfo {
	display: block;
	width: 117px;
	height: 28px;
	background: url(../images/more.gif) no-repeat top left;
}
#rlx_follow {
	clear: both;
	float: right;
	background: url(../images/bookmark_bg.jpg) no-repeat top left;	
	height: 33px;
	width: 172px;
	padding: 5px 5px 0 8px;
	position: relative;
	text-align: right;
}
.rlx_title {
	font-size: 17px;
	color: #55a6c7;
	position: absolute;
	top: 6px;
	left: 6px;
}
/* style for table rounded-corner */
#rounded-corner {
	width: 480px;
	background: url(../images/tb-bg.png) no-repeat bottom right;
	margin: 10px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th {
	padding: 8px;
	color: #fff;
}
#rounded-corner thead th.rounded-top-left {
	background: url(../images/tb-top-left.png) no-repeat top left;
}
#rounded-corner thead th.rounded-top-right {
	background: url(../images/tb-top-right.png) no-repeat top right;
	padding: 8px 8px 8px 0;
}
#rounded-corner tbody tr {
	border-top: 1px solid #ffffff;
}
#rounded-corner tbody td {
	color: #666666;
	padding: 8px;
	background: url(../images/td-bg.png) repeat top left;
}

#rounded-corner tbody tr:hover td {
	/*color: #FF6600;*/
	background: url(../images/td-bg-act.png) repeat top left;
}
#rounded-corner tbody td.j-td-bold {
	font-weight: bold;
	vertical-align: text-top;
}

#rounded-corner tbody td.rounded-foot-left {
	background: url(../images/tb-foot-left.png) no-repeat bottom left;
}
#rounded-corner tbody tr:hover td.rounded-foot-left {
	background: url(../images/tb-foot-left-act.png) no-repeat bottom left;
}
#rounded-corner tbody td.rounded-foot-right {
	background: url(../images/tb-foot-right.png) no-repeat bottom right;
}
#rounded-corner tbody tr:hover td.rounded-foot-right {
	background: url(../images/tb-foot-right-act.png) no-repeat bottom right;
}
/*----------------------------------------------*/
.boxFloat, .imageFloat {
	float: left;
}

.boxTopLeft {
	background: url(../images/rb-tl.png) top left no-repeat;
}
.boxTop {
	border-top: 1px solid #cfcfcf;
	background-color: #ffffff;
}
.boxTopRight {
	background: url(../images/rb-tr.png) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #ffffff;
	border-left: 1px solid #cfcfcf;
}
.boxMiddle {
	background-color: #ffffff;
}
.boxMiddleRight {
	background-color: #ffffff;
	border-right: 1px solid #cfcfcf;
}
.boxBottomLeft {
	background: url(../images/rb-bl.png) bottom left no-repeat;
}
.boxBottom {
	border-bottom: 1px solid #cfcfcf;
	background-color: #ffffff;
}
.boxBottomRight {
	background: url(../images/rb-br.png) bottom right no-repeat;
}
/*----------------------------------------------*/
#contact_form {
	text-align: right;
}
#contact_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#contact_form h4 {
	text-align: left;
}
#contact_form label {
	line-height: 29px;
	float: left;
	margin-right: 10px;
	width: 217px;
	text-align: right;
}
#contact_form .checklist-left label,
#contact_form .checklist-right label {
	float: none;
	width: auto !important;
	margin-right: 0;
}
*+html #contact_form p {
	display: inline-block;
}

#contact_form .checklist label {
	line-height: 20px;
	clear: none;
	display: inline;
	
}
*+html #contact_form .checklist label {
	margin-right: 0;
}
.inputbox {
	padding: 5px 10px;
	height: 19px;
	width: 233px;
	float: right;
	margin-right: 8px;
}
* html .inputbox  {
	background: url(../images/inputbox.png) no-repeat;
	border: none;
}
#contact_c_area {
	height: 64px;
	overflow: hidden;
	font-size: 100%;
}
* html #contact_c_area {
	background: url(../images/textarea.png) no-repeat;
	border: none;
}
div.contact_c_web {
	padding: 6px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 5px 0;
	display: block;
}
.formhover {
	background: #e4e4e4;
}
.contact_c_web input,
.contact_c_web textarea {
	font-size: 100%;
	font-family: "Lucida Sans Unicode",Tahoma,Arial,Helvetica,sans-serif;
}
.checklist {
	width: 100%;
	clear: both;
}
.checklist-line {
	float: right;
	width: 243px;
}
*+html .checklist-line {
	float: right;
	width: 49%;
}
.checklist-left {
	float: left;
	width: 50%;
	text-align: left;
}

.checklist-right {
	float: left;
	text-align: left;
}
.center_contact {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	display: inline-block;
}
.center_contact #submit_contact {
	width: 83px;
	height: 26px;
	line-height: 26px;
	text-indent: -999em;
	font-size: 1px;
	background: #fff url(../images/form_submit.jpg) no-repeat center;
	border: none !important;
	margin-left: 184px;
	cursor: pointer;
}
*+html .center_contact #submit_contact {
	text-indent: -90px;
	margin-left: 249px;
}
* html .center_contact #submit_contact {
	text-indent: -90px !important;
	background: url(../images/form_submit.jpg) no-repeat center;
}

.ct_connect {
	background: url("../../../images/connect_new.png") no-repeat scroll left top transparent;
	height: 30px;
	margin: 10px 0;
	padding: 10px 10px 10px 82px;
}

#footer_logo_link a.sponsors_air {
	width: 106px;
	height: 60px;
	display: block;
	float: left;
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_air_sprite.jpg") no-repeat;
}

#footer_logo_link a.sponsors_air:hover {
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_air_sprite.jpg") no-repeat;
	background-position: 0 -60px;
}

#footer_logo_link a.sepa_ie {
	width: 99px;
	height: 60px;
	display: block;
	float: left;
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_sepa_sprite.jpg") no-repeat;
}

#footer_logo_link a.sepa_ie:hover {
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_sepa_sprite.jpg") no-repeat;
	background-position: 0 -60px;	
}

#footer_logo_link a.onlinepayments_ie {
	width: 101px;
	height: 60px;
	display: block;
	float: left;
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_online_sprite.jpg") no-repeat;
}

#footer_logo_link a.onlinepayments_ie:hover {
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_online_sprite.jpg") no-repeat;
	background-position: 0 -60px;	
}

#footer_logo_link a.securityninja_co_uk {
	width: 119px;
	height: 60px;
	display: block;
	float: left;
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_ninja_sprite.jpg") no-repeat;
}

#footer_logo_link a.securityninja_co_uk:hover {
	background: url("http://www.realexpayments.co.uk/images/stories/sig/sponsors_ninja_sprite.jpg") no-repeat;
	background-position: 0 -60px;	
}