@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #5C315F;
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 2px;
	padding: 2px;
	border: 3px solid #B7B7B7;
}

.photo_edge:hover {
	margin: 2px;
	padding: 2px;
	border: 3px solid #024C80;
}

.right {
	float: right;
	margin: 10px;
	padding: 2px;
	border: 4px solid #B7B7B7;
}

.left {
	float: left;
	margin: 10px;
	padding: 2px;
	border: 4px solid #B7B7B7;
}

a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* End Basics - CSS */



/* start of wrappers */

#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

/* end of wrappers */



/* start of header */

#header {
	width: 980px;
	height: 140px;
	float: left;
	clear: both;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header #header_left {
	width: 245px;
	height: 140px;
	float: left;
}

#header #header_right {
	width: 735px;
	height: 140px;
	float: left;
}

#header h1 a {
	width: 245px;
	height: 140px;
	text-indent: -5000px;
	display: block;
}

#nav {
	width: 735px;
	height: 45px;
	margin-top: 95px;
	float: left;
}

#nav ul {
	display: block;
	float: left;
	width: 735px;
	height: 45px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 45px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_home {
    width: 102px;
}

#nav_philosophy {
    width: 137px;
}

#nav_locations {
    width: 121px;
}

#nav_fastcash {
    width: 123px;
}

#nav_coupon {
    width: 103px;
}

#nav_contact {
    width: 149px;
}

#nav_home a:hover {
	background: url(../images/nav01_f2.jpg) no-repeat left top;
}

#nav_philosophy a:hover {
	background: url(../images/nav02_f2.jpg) no-repeat left top;
}

#nav_locations a:hover {
    background: url(../images/nav03_f2.jpg) no-repeat left top;
}

#nav_fastcash a:hover {
    background: url(../images/nav04_f2.jpg) no-repeat left top;
}

#nav_coupon a:hover {
    background: url(../images/nav05_f2.jpg) no-repeat left top;
}

#nav_contact a:hover {
	background: url(../images/nav06_f2.jpg) no-repeat left top;
}

/* end of header */



/* start of content */

#content {
	width: 980px;
	float: left;
	clear: both;	
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8BC02;
	padding: 3px;
	margin-bottom: 3px;
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #C10833;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#content a {
	font-weight: bold;
	color: #01887D;
	text-decoration: none;
			
}

#content a:hover {
	font-weight: bold;
	color: #142FA0;
	text-decoration: none;
			
}

.slide_box {
	width: 245px;
	height: 315px;
	float: left;
}

.photo_strip {
	background-image: url(../images/inside_photo_strip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 980px;
}

.pageheader_coupon {
	background-image: url(../images/header_coupon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 82px;
	width: 980px;
}

.pageheader_philosophy {
	background-image: url(../images/header_philosophy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 82px;
	width: 980px;
}

.pageheader_locations {
	background-image: url(../images/header_locations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 82px;
	width: 980px;
}

.pageheader_fastcash {
	background-image: url(../images/header_fastcash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 82px;
	width: 980px;
}

.pageheader_contact {
	background-image: url(../images/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	height: 82px;
	width: 980px;
}

.content_inner {
	padding: 25px;
	float: left;
	width: 930px;
	background-color: #FFE682;
}

.info {
	width: 730px;
	float: left;
	margin-left: 40px;
}

.yellow_bar {
	width: 100%;
	background-color: #FECD04;
	height: 8px;
}

.location_boxes {
	width: 250px;
	float: left;
	margin-right: 25px;
}


/* end of content */



/* start of footer */


#footer {
	width: 950px;
	float: left;
	clear: both;
	padding: 15px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

#footer p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 15px 2px 2px;
}

#footer a {
	font-weight: bold;
	color: #FFCD00;
	text-decoration: none;	
}

#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/* end of footer */
