@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(../../assets/images/global/mainBG.png);
	background-repeat: repeat-x;
	background-color: #b985bb;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #92278f;
	display: inline;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.txtsize10 {
	font-size: 10px;
}
.txtsize11 {
	font-size: 11px;
	line-height: 14px;
}
.txtsize12 {
	font-size: 12px;
}
.txtsize14 {
	font-size: 14px;
}
.txtsize16 {
	font-size: 16px;
}

.adminNotice {
	font-size: 12px;
	color: #FFF;
	background-color: #6E1977;
	text-align: center;
	padding: 5px;
	margin-bottom: 16px;
}
.adminBTN1 {
	font-weight: bold;
	color: #FFF;
	background-color: #832381;
	border: 2px solid #F90;
	padding: 6px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
	.adminBTN1:hover {
		font-weight: bold;
		color: #631b67;
		background-color: #ff9900;
		border: 2px solid #F90;
		padding: 6px;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}


.bodylink1 {
	color: #92278F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92278F;
}
.bodylink1:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
}

.bodylink2 {
	color: #f7bff6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7bff6;
}
.bodylink2:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.bodylink-red {
	color: #C00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
}
.bodylink-red:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
}

.txt-purple {
	color: #92278f;
}
.txt-white {
	color: #FFF;
}
.txt-orange {
	color: #FDB834;
}
.txt-red {
	color: #C00;
}

.txt-small {
	font-size: 12px;
}


.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignCenter {
	text-align: center;
}
.Hdivider {
	margin-top: 16px;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
}




#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#mainNav li {
	float:left;
	height:36px;
	margin-bottom:6px;
}
#mainNav a {
	float: left;
	overflow: hidden;
	height: 36px !important;
	height /**/:36px; /* for IE5/Win only */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:166px;
	text-indent: -2000px;
	background-position: 0px 0px;
	}
#mainNav a:hover, #mainNav a:active, #mainNav .selected {
	background-position: 0 -36px;
	}

#mainNav-home a  {
	background-image: url(../../assets/images/mainNavBTNs/home.png);
	background-repeat: no-repeat;
	}
#mainNav-aboutus a  {
	background-image: url(../../assets/images/mainNavBTNs/aboutus.png);
	background-repeat: no-repeat;
	}
#mainNav-howitworks a  {
	background-image: url(../../assets/images/mainNavBTNs/howitworks.png);
	background-repeat: no-repeat;
	}
#mainNav-homevisits a  {
	background-image: url(../../assets/images/mainNavBTNs/homevisits.png);
	background-repeat: no-repeat;
	}
#mainNav-applynow a  {
	background-image: url(../../assets/images/mainNavBTNs/applynow.png);
	background-repeat: no-repeat;
	}
#mainNav-contactus a  {
	background-image: url(../../assets/images/mainNavBTNs/contactus.png);
	background-repeat: no-repeat;
	}
#mainNav-sitemap a  {
	background-image: url(../../assets/images/mainNavBTNs/sitemap.png);
	background-repeat: no-repeat;
	}
#mainNav-faq a  {
	background-image: url(../../assets/images/mainNavBTNs/faq.png);
	background-repeat: no-repeat;
	}
#mainNav-loancalc a  {
	background-image: url(../../assets/images/mainNavBTNs/loancalc.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	}




#siteWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 14px;
	padding-top: 10px;
	background-color: #FFF;
	padding-right: 28px;
	padding-left: 28px;
}
#headerWrapper {
	background-image: url(../../assets/images/global/headerBG.png);
	background-repeat: no-repeat;
	height: 125px;
}
#headerWrapper #mainLogoHolder {
	float: left;
}
#headerWrapper #topRightAnimHolder {
	float: right;
}
#contentWrapper {
	background-image: url(../../assets/images/global/mainConent-BG.png);
	background-repeat: repeat-y;
	padding-top: 16px;
}
#contentWrapper .leftCol {
	width: 175px;
	float: left;
	clear: left;
}
#contentWrapper .rightCol {
	clear: right;
	float: right;
	width: 693px;
	padding-right: 7px;
	line-height: 19px;
}
#footerWrapper {
	height: 150px;
}
#footerWrapper  .siteMapHolder {
	float: left;
	width: 188px;
	padding-top: 114px;
}
#footerWrapper  .footerInfoHolder {
	float: left;
}

.footerLinksDivider{
	height: 10px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footerLinksWrapper{
	margin-top: 14px;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}

#footerLinksWrapper a, #footerLinksWrapper a:visited{
	color:#751c7c;
	text-decoration:none;
}
#footerLinksWrapper a:hover{
	color:#2e2e2e;
	text-decoration:none;
}


#footerLinksBody{
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b1b1b1;
}



#topBlocksWrapper {
	margin-bottom: 14px;
}
#topBlocksWrapper a {
	float: left;
	height:153px;
	width:168px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topBlocksWrapper a:hover, #topBlocksWrapper .active {
	background-repeat: no-repeat;
	background-position: 0px -153px;
}

#topBlocksWrapper .paydayloans {
	background-image: url(../../assets/images/blockBTNs/BTN-topBlock-paydayloans.jpg);	
}
#topBlocksWrapper .silentfinance {
	background-image: url(../../assets/images/blockBTNs/BTN-topBlock-silentFinance.jpg);	
}
#topBlocksWrapper .chequecashing {
	background-image: url(../../assets/images/blockBTNs/BTN-topBlock-chequecashing.jpg);	
}
#topBlocksWrapper .pawnbroking {
	background-image: url(../../assets/images/blockBTNs/BTN-topBlock-pawnbroking.jpg);	
}
#topBlocksWrapper .webuygoods {
	background-image: url(../../assets/images/blockBTNs/BTN-topBlock-webuygoods.jpg);	
}

#topBlocksWrapper .topBlockHolder1 {
	float: left;
	margin-right: 6px;
}
#topBlocksWrapper .topBlockHolder2 {
	float: left;
}




.contactFormWrapper {
	background-image: url(../../assets/images/contactus/contactformBG.png);
	background-repeat: repeat-y;
	width: 566px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.contactFormTop {
	background-image: url(../../assets/images/contactus/contactformBG-top.png);
	height: 24px;
	width: 606px;
}
.contactFormBottom {
	background-image: url(../../assets/images/contactus/contactformBG-bottom.png);
	height: 24px;
	width: 606px;
}


.contactform-textField {
	background-image: url(../../assets/images/contactus/texftFieldBG.png);
	height: 21px;
	width: 156px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631B64;
	border: 0px solid #000;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 8px;
}
.contactform-textArea {
	background-image: url(../../assets/images/contactus/textAreaBG.png);
	height: 150px;
	width: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631B64;
	border: 0px solid #000;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}
.siteMapWrapper {
	text-align: center;
}
.siteMapWrapper a  {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.siteMapWrapper a:hover {
	color: #92278F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92278F;
}
.webuygoodsTableWrapper {
	background-image: url(../../assets/images/webuygoods/tableBG.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 592px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 30px;
}
.applyBoxWrapper {
	width: 678px;
	font-size: 14px;
	color: #fdb834;
	margin-bottom: 15px;
}
.applyBoxTop {
	background-image: url(../../assets/images/applynow/applyBoxTop.jpg);
	height: 20px;
}
.applyBoxBottom {
	background-image: url(../../assets/images/applynow/applyBoxBottom.jpg);
	height: 20px;
}
.applyBoxContent {
	background-image: url(../../assets/images/applynow/applyBoxcontent.jpg);
	padding-right: 22px;
	padding-left: 22px;
	clear: both;
}
.applyBoxContent h1 {
	color: #fdb834;
	font-size: 24px;
}
.applyform-textField {
	background-image: url(../../assets/images/applynow/texftFieldBG.png);
	height: 21px;
	width: 196px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631B64;
	border: 0px solid #000;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 8px;
}
.applyform-textArea {
	background-image: url(../../assets/images/contactus/textAreaBG.png);
	height: 150px;
	width: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631B64;
	border: 0px solid #000;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}
.applyform-submit1 {
	background-image: url(../../assets/images/applynow/submitBG1.png);
	height: 31px;
	width: 113px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #842383;
	cursor: pointer;
	cursor: hand;
	line-height: 30px;
	font-weight: bold;
}
.applyform-submit1:hover {
	background-image: url(../../assets/images/applynow/submitBG1-hover.png);
	height: 31px;
	width: 113px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	line-height: 30px;
	font-weight: bold;
}


.applyform-itemTable {
	border: 1px solid #AC4DAC;
}
.applyform-itemTable a {
	font-weight: bold;
	color: #E9ADE6;
	font-size: 14px;
	text-decoration: none;
}
.applyform-itemTable a:hover {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.applyform-itemTitle {
	color: #FFF;
}

.applyform-addItemBTN {
	background-image: url(../../assets/images/applynow/additemBTN.png);
	height: 31px;
	width: 172px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	line-height: 30px;
	font-weight: bold;
}
.applyform-addItemBTN:hover {
	background-image: url(../../assets/images/applynow/additemBTN-hover.png);
	height: 31px;
	width: 172px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #470358;
	cursor: pointer;
	cursor: hand;
	line-height: 30px;
	font-weight: bold;
}

.applyform-notice {
	color: #FFF;
	background-color: #A822A5;
	padding: 6px;
	font-size: 11px;
}
.applyform-textArea2 {
	background-image: url(../../assets/images/contactus/textAreaBG.png);
	height: 85px;
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631B64;
	border: 0px solid #000;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}
.applyform-smallprint {
	font-size: 10px;
	color: #525252;
	float: right;
	width: 500px;
	text-align: right;
	line-height: 12px;
	padding-right: 14px;
}
.applyform-smallprint a {
	text-decoration:none;
	color: #FDB834;
}

.applyform-detailsWrapper {
	padding: 10px;
	background-color: #5C195E;
}
.applyBTN-desc {
	color: #FFF;
	float: left;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 8px;
}



.sideLogosWrapper {
	text-align: center;
	position: absolute;
	top: 550px;
	width: 175px;
}
.sideLogosWrapperLower {
	text-align: center;
	position: absolute;
	top: 535px;
	width: 175px;
}


.homeIMGholder {
	text-align: center;
	overflow: visible;
}
.homeIMGholderDemo {
	text-align: center;
	overflow: visible;
	position: absolute;
	width: 700px;
	padding-top: 0px;
}

.txtBoxWrapper {
	clear: both;
	width: 692px;
}
.txtBoxTop {
	background-image: url(../../assets/images/global/txtBoxTop.gif);
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 34px;
	padding-left: 14px;
}
.txtBoxBody {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #8D258C;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 17px;
}
.txtBoxBottom {
	background-image: url(../../assets/images/global/txtBoxBottom.gif);
	height: 19px;
}
.txtBoxDivider {
	clear: both;
	height: 16px;
}
#topBar {
	height: 37px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}
#topBar .phoneNoHolder {
	padding-top: 5px;
	padding-left: 16px;
	float: left;
	width: 370px;
}
.phoneNoMain {
	font-size: 22px;
	font-weight: bold;
	color: #671773;
}
.topBarLinksHolder {
	float: right;
	padding-top: 13px;
	padding-right: 15px;
}
#topLinks {
	list-style-type: none;
	margin: 0px;
	width: 440px;
	font-size: 13px;
	padding: 0px;
}
#topLinks a, #topLinks a:visited {
	font-weight: bold;
	color: #F47B17;
	text-decoration: none;
	margin-right: 6px;
	font-size: 13px;
}
#topLinks a:hover {
	color: #5c1069;
}
.boxesWrapper {
	clear: both;
}
.boxesWrapper .mainBox {
	height: 143px;
	width: 190px;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	font-size: 12px;
	float: left;
	line-height: 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
.boxesWrapper .mainBox:hover {
	color: #e77010;
}
.boxesWrapper .mainBoxDivider {
	float: left;
	height: 150px;
	width: 13px;
}
.mainBox .mainBoxHeader {
	color: #450158;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
#topLinks li {
	display: block;
	float: right;
	margin-left: 6px;
}
#flashcontent-calc {
	position: absolute;
	height: 262px;
	width: 689px;
}
.How-applybox {
	position: absolute;
	margin-top: -40px;
	margin-left: 570px;
}
#siteMapMain {
}
#siteMapMain a {
	color: #FDBB3B;
	border-top-color: #FDBB3B;
	border-right-color: #FDBB3B;
	border-bottom-color: #FDBB3B;
	border-left-color: #FDBB3B;
}
#siteMapMain a:hover {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.siteMapDivider {
	clear: both;
	height: 5px;
}
.fileField {

}
.fielFieldHolder {
	text-align: right;
}
.email-seperator {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

