/*

Theme Name: Pay Day Loans 123
Theme URI: http://www.THEMEURL.com/
Version: 1.0
Author: Keith Donegan
Author URI: http://www.eirestudio.net/

*/



/* ---------- ( Reset ) ------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* ---------- ( Clearfix ) ------------------------------ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* ---------- ( General ) ------------------------------ */
body {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: url(elements/images/bg.png) repeat-x;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
a { color: #117BC6; }
.alignright { float: right; }
.alignleft { float: left; }
strong { font-weight: bold; }


		


/* ---------- ( Header ) ------------------------------ */
#header {
	background: url(elements/images/header-bg.png) repeat-x;
	margin: 25px 0px 25px 0px;
}
	#header h1 a {
		background: url(elements/images/logo.png) no-repeat;
		display: block;
		width: 277px;
		height: 55px;
		text-indent: -9999px;
		margin: 0px 0px 0px 0px;
		float: left;
		display: inline;
	}



/* ---------- ( Main Nav ) ------------------------------ */
#mainnav {
	background: url(elements/images/mainnav-bg.png) right no-repeat;
	margin-bottom: 12px;
}
	#mainnav ul {
		
	}
		#mainnav ul li {
			display: inline;
		}
			#mainnav ul li a {
				height: 51px;
				display: block;
				text-indent: -9999px;
				float: left;
			}
				#mainnav ul li.home a {
					background: url(elements/images/nav-home.png) top no-repeat; width: 87px;
				}
					#mainnav ul li.home a:hover, #mainnav ul li.current-home a {
						background: url(elements/images/nav-home.png) bottom no-repeat; width: 87px;
					}
				#mainnav ul li.how a, #mainnav ul li.current-how a {
					background: url(elements/images/nav-how.png) top no-repeat; width: 136px;
				}
					#mainnav ul li.how a:hover, #mainnav ul li.current-how a {
						background: url(elements/images/nav-how.png) bottom no-repeat; width: 136px;
					}
				#mainnav ul li.faq a {
					background: url(elements/images/nav-faq.png) top no-repeat; width: 79px;
				}
					#mainnav ul li.faq a:hover, #mainnav ul li.current-faq a {
						background: url(elements/images/nav-faq.png) bottom no-repeat; width: 79px;
					}
				#mainnav ul li.apply a {
					background: url(elements/images/nav-apply.png) top no-repeat; width: 117px;
				}
					#mainnav ul li.apply a:hover, #mainnav ul li.current-apply a {
						background: url(elements/images/nav-apply.png) bottom no-repeat; width: 117px;
					}
				#mainnav ul li.about a {
					background: url(elements/images/nav-about.png) top no-repeat; width: 105px;
				}
					#mainnav ul li.about a:hover, #mainnav ul li.current-about a {
						background: url(elements/images/nav-about.png) bottom no-repeat; width: 105px;
					}
				#mainnav ul li.contact a {
					background: url(elements/images/nav-contact.png) top no-repeat; width: 115px;
				}
					#mainnav ul li.contact a:hover, #mainnav ul li.current-contact a {
						background: url(elements/images/nav-contact.png) bottom no-repeat; width: 115px;
					}



/* ---------- ( Apply Banner ) ------------------------------ */
#apply-banner {
	background: url(elements/images/feature-banner.png);
	height: 406px;
	width: 980px;
	margin-bottom: 15px;
	float: left;
	color: #fff;
	position: relative;
}
	#apply-banner h1 {
		background: url(elements/images/feature-banner-heading.png);
		width: 530px;
		height: 104px;
		text-indent: -9999px;
		margin: 25px 0px 25px 25px;
	}
	#apply-banner p {
		line-height: 25px;
		width: 430px;
		font-size: 16px;
		text-shadow: #1576A5 0px 1px 0px;
		margin: 0px 0px 25px 25px;
	}
	#apply-banner ul {
		margin-left: 25px;
	}
		#apply-banner ul li {
			text-shadow: #1576A5 0px 1px 0px;
			font-size: 20px;
			background: url(elements/images/star.png) no-repeat;
			padding-left: 32px;
			margin-bottom: 12px;
		}
	#apply-banner #home-form {
		position: absolute;
		right: 30px;
		top: 85px;
		width: 260px;
		color: #000;
	}
		#apply-banner #home-form input {
			font-size: 13px;
		}
			#apply-banner #home-form input#home-name {
				margin: 13px 0px 14px 18px;
				border: 1px solid #EDEDED;
				background: #EDEDED;
				width: 220px;
			}
			#apply-banner #home-form input#home-email {
				margin: 13px 0px 34px 18px;
				border: 1px solid #EDEDED;
				background: #EDEDED;
				width: 220px;
			}
			#apply-banner #home-form input#home-terms {
				margin: 0px 0px 0px 18px;
				float: left;
			}
			#apply-banner #home-form label {
				margin: -7px 0px 34px 21px;
				font-weight: bold;
				display: block;
			}
			#apply-banner #home-form select {
				padding: 6px;
				background: #EDEDED;
				border-top: 1px solid #9C9C9C;
				border-left: 1px solid #9C9C9C;
				margin: -57px 8px 8px 8px;
				float: right;
				width: 86px;
			}
				#apply-banner #home-form label#label-home-terms {
					text-shadow: none;
					font-weight: normal;
					font-size: 12px;
					float: right;
					margin: -2px 6px 0px 0px;
					width: 215px;
					line-height: 18px;
				}
			#apply-banner #home-form input#submit {
				background: url(elements/images/btn-apply.png);
				width: 199px;
				height: 43px;
				cursor: pointer;
    			cursor: hand;
				float: left;
				border: none;
				margin: 22px 0px 0px 30px;
			}
				
			
			
/* ---------- ( How it works ) ------------------------------ */
#home-how-it-works {
	background: url(elements/images/how-it-works.png);
	width: 482px;
	height: 341px;
	float: left;
	margin-bottom: 14px;
}
	#home-how-it-works ul {
		margin: 222px 0px 0px 28px;
		font-weight: bold;
	}
		#home-how-it-works ul li {
			float: left;
			margin: 0px 36px 0px 0px;
			width: 120px;
			text-align: center;
			display: block;
			line-height: 18px;
		}
			#home-how-it-works ul li.last {
				margin-right: 0;
			}
		#home-how-it-works a {
			float: right;
			margin: 22px 22px 0px 0px;
		}




/* ---------- ( Why Payday ) ------------------------------ */
#home-why-payday {
	background: url(elements/images/why-payday.png);
	width: 486px;
	height: 168px;
	float: right;
	margin: -4px -4px 14px 0px;
}
	#home-why-payday p {
		float: left;
		width: 426px;
		margin: 70px 0px 0px 20px;
		line-height: 19px;
		display: inline;
	}
	#home-why-payday ul {
		margin: 16px 0px 0px 20px;
		float: left;
		display: inline;
	}
		#home-why-payday ul li {
			background: url(elements/images/arrow-blue-bullet.png) 0px 1px no-repeat;
			float: left;
			padding-left: 12px;
			font-weight: bold;
			margin-right: 22px;
		}



/* ---------- ( Do I Qualify ) ------------------------------ */
#home-do-i-qualify {
	background: url(elements/images/do-i-qualify.png);
	width: 482px;
	height: 163px;
	float: right;
	margin-bottom: 14px;
}
	#home-do-i-qualify p {
		float: left;
		width: 426px;
		margin: 60px 0px 0px 20px;
		line-height: 19px;
		display: inline;
	}
	#home-do-i-qualify a {
		float: left;
		width: 243px;
		height: 33px;
		margin: 14px 0px 0px 20px;
		line-height: 19px;
		display: block;
		background: url(elements/images/btn-qualify.png);
		text-indent: -9999px;
	}
				
				
		
		
		
/* ---------- ( Blurbs ) ------------------------------ */
ul#blurbs {
	
}	
	ul#blurbs li {
		width: 312px;
		float: left;
		margin-right: 22px;
		margin-bottom: 22px;
	}
		ul#blurbs li.last {
			margin-right: 0;
		}
		ul#blurbs li p {
			line-height: 19px;
			color: #555;
		}
	ul#blurbs h2 {
		border-bottom: 1px solid #CBCBCB;
		font: bold 20px Arial, Helvetica, sans-serif;
		margin-bottom: 8px;
		padding: 0px 0px 8px 28px;
	}
		ul#blurbs h2.about {
			background: url(elements/images/ico-tick.png) 0px 2px no-repeat;
		}
		ul#blurbs h2.advantages {
			background: url(elements/images/ico-star.png) 0px 2px no-repeat;
		}
		ul#blurbs h2.terms {
			background: url(elements/images/ico-doc.png) 0px 2px no-repeat;
		}




/* ---------- ( Content ) ------------------------------ */
#content {
	float: left;
	width: 666px;
	margin-bottom: 12px;
}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 14px; }
	
	#content h1 { font-size: 22px; }
	#content h2 { font-size: 18px; }
	#content h3 { font-size: 16px; }
	#content h4 { font-size: 14px; }
	#content h5 { font-size: 12px; }
	#content h6 { font-size: 11px; }
	
	#content p {
		line-height: 21px;
		margin-bottom: 14px;
	}
	
	#content blockquote {
		border-left: 4px solid #ccc;
		padding-left: 14px;
		color: #666;
		margin-left: 12px;
	}
	
	#content ul {
		margin: 0px 0px 6px 12px;
	}
		#content ul li {
			background: url(elements/images/blue-bullet.png) 0px 7px no-repeat;
			padding-left: 12px;
			margin-bottom: 7px;
			line-height: 18px;
		}
	#content ol {
		margin: 0px 0px 8px 32px;
		list-style: decimal outside;
	}
		#content ol li {
			padding-left: 6px;
			margin-bottom: 7px;
			line-height: 18px;
		}
	
	#content #apply-form {
		margin-bottom: 14px;
	}
		#content #apply-form fieldset {
			margin-bottom: 12px;
		}
		
		#content #apply-form h2 {
			background: url(elements/images/form-heading.png);
			width: 665px;
			height: 30px;
			margin-bottom: 12px;
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			line-height: 30px;
			text-indent: 8px;
		}
		#content #apply-form p {
			padding: 7px 7px 7px 7px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 0px;
		}
			#content #apply-form p.no-border { border: none; }
			
			#content #apply-form p.warning {
				background: url(elements/images/warning.png) repeat-x;
			}
			
			#content #apply-form p label.label {
				float: left;
				width: 210px;
				margin: 2px 18px 0px 0px;
				text-align: right;
			}
			#content #apply-form p label.error {
				font-size: 11px;
				margin: 2px 0px 0px 12px;
				float: left;
				color: red;
			}
			#content #apply-form p input {
				float: left;
				background: #EDEDED;
				border-top: 1px solid #9C9C9C;
				border-left: 1px solid #9C9C9C;
				border-right: 1px solid #EDEDED;
				border-bottom: 1px solid #EDEDED;
				padding: 3px;
				width: 210px;
			}
				#content #apply-form input.small {
					width: 120px;
				}
				#content #apply-form input.checkbox {
					width: 18px;
					height: 18px;
					padding: 0px;
					background: none;
					border: none;
				}
				#content #apply-form input#submit-form {
					background: url(elements/images/btn-apply-small.png);
					width: 113px;
					height: 32px;
					border: none;
					cursor: pointer;
					cursor: hand;
				}
			#content #apply-form p select {
				padding: 2px;
				background: #EDEDED;
				border-top: 1px solid #9C9C9C;
				border-left: 1px solid #9C9C9C;
				margin: 0px 6px 0px 0px;
				float: left;
				width: 86px;
				display: inline;
			}
				#content #apply-form p select.tiny {
					width: 46px;
				}
				#content #apply-form p select.smallish {
					width: 82px;
				}
				#content #apply-form p select.small {
					width: 66px;
				}
				#content #apply-form p select.medium {
					width: 130px;
				}
			
			



/* ---------- ( Sidebar ) ------------------------------ */
#sidebar {
	width: 296px;
	float: right;
	margin-bottom: 18px;
}
	#sidebar .apply {
		background: url(elements/images/side-apply.png);
		height: 378px;
	}
		#sidebar form {
			margin: 74px 0px 0px 18px;
			float: left;
			display: inline;
		}
		#sidebar .apply input {
			font-size: 13px;
		}
			#sidebar .apply input#home-name {
				margin: 13px 0px 14px 18px;
				border: 1px solid #EDEDED;
				background: #EDEDED;
				width: 220px;
			}
			#sidebar .apply input#home-email {
				margin: 13px 0px 34px 18px;
				border: 1px solid #EDEDED;
				background: #EDEDED;
				width: 220px;
			}
			#sidebar .apply input#home-terms {
				margin: 0px 0px 0px 18px;
				float: left;
				display: inline;
			}
			#sidebar .apply label {
				margin: -7px 0px 34px 21px;
				font-weight: bold;
				display: block;
			}
			#sidebar .apply select {
				padding: 6px;
				background: #EDEDED;
				border-top: 1px solid #9C9C9C;
				border-left: 1px solid #9C9C9C;
				margin: -57px 25px 8px 8px;
				float: right;
				width: 86px;
				display: inline;
			}
				#sidebar .apply label#label-home-terms {
					text-shadow: none;
					font-weight: normal;
					font-size: 12px;
					float: right;
					margin: -2px 22px 0px 0px;
					width: 215px;
					line-height: 18px;
					display: inline;
				}
			#sidebar .apply button#submit {
				background: url(elements/images/btn-apply.png);
				width: 199px;
				height: 43px;
				cursor: pointer;
    			cursor: hand;
				float: left;
				display: inline;
				border: none;
				margin: 22px 0px 0px 30px;
			}

		
		
		
/* ---------- ( Footer ) ------------------------------ */
#footer {
	background: url(elements/images/footer.png);
	height: 145px;
	float: left;
	width: 979px;
	font-size: 11px;
}
	#footer .alignleft {
		width: 278px;
	}
	#footer h3 a {
		background: url(elements/images/footer-logo.png);
		width: 208px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		margin: 22px 0px 0px 22px;
		float: left;
		display: inline;
	}
	#footer p#copy {
		margin: 22px 0px 0px 22px;
		float: left;
		display: inline;
	}
	#footer p#design {
		margin: 12px 0px 0px 22px;
		float: left;
		display: inline;
	}
	#footer ul {
		width: 125px;
		float: left;
		margin: 17px 0px 0px 22px;
	}
		#footer ul li {
			border-bottom: 1px solid #D3D3D3;
		}
			#footer ul li a {
				background: url(elements/images/footer-arrow.png) 0px 9px no-repeat;
				padding: 5px 0px 5px 12px;
				display: block;
			}
				#footer ul li a:hover {
					text-decoration: none;
				}










