/* @override http://localhost:8888/cashline/css/screen.css */

/* @override http://localhost:8888/cashline/css/screen.css */

/* @override http://localhost:8888/cashline/css/screen.css */

/*	Desc: *title* Screen Style Sheet
	Author: Jim Olson
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

html {
	
}

body {
	padding-top: 13px;
	text-align: center;
}

/*=COMMON
=== === === === === === === === === === */

* {
	padding: 0;
	margin: 0;
}

p,
li {
	font: 10px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
}

ul li {
	list-style-type: decimal;
	list-style-image: none;
}

ol li {
	list-style-type: decimal;
	list-style-image: none;
}

strong {
	font-weight: bold;
}

#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}

div#container a {
	color: #000;
	text-decoration: none;
	background-image: none;
}

div#container a:link, visited {
	color: #85af43;
	text-decoration: none;
	background-image: none;
}

div#container a:hover, active {
	color: #85af43;
	text-decoration: underline;
	background-image: none;
}

h1 {
	font: 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

h2 {
	font: 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

h3 {
	font: 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
	letter-spacing: 0px;
	padding-bottom: 10px;
}

.Clear {
	clear: both;
}

.Greener {
	color: #85af43;
}

.Darker {
	color: #787878;
}

.line {
	height: 2px;
	border-top: 0px dotted #fff;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
	display: block;
}

.PullQuote {
	width: 220px;
	font: 18px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #85af43;
	float: right;
	padding: 20px;
}

/* DotsTopBottom CLASSES ARE HACKED 
	see iehacks.css */

.DotsTopBottom a {
	width: 100%;
	font: bold 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	float: left;
}

div.DotsTopBottom {
	color: #000000;
	background: url(../images/blackbullet.gif) no-repeat 0 3px;
}

div.DotsTopBottom:hover {
	color: #85af43;
	background: url(../images/greenbullet.gif) no-repeat 0 3px;
}

.DotsTopBottom {
	height: 14px;
	width: 100px;
	margin-top: 4px;
	padding-bottom: 2px;
	border-top: 1px #919191 dotted;
	border-bottom: 1px #919191 dotted;
	float: left;
	background: #eaeaea
}

.DotsTopBottomInner {
	height: 12px;
	padding-top: 2px;
	margin-bottom: 9px;
	float: left;
}

/*=OUTLINE
=== === === === === === === === === === */

div#containerouter {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	width: 800px;
	margin: auto;
	background-color: #fff;
	float: left;
}

#BoxTL {
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/corners_TL.jpg) no-repeat;
}

#BoxT {
	width: 780px;
	height: 7px;
	float: left;
	overflow: hidden;
	border-top: 3px #85af43 solid;
}

#BoxTR {
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/corners_TR.jpg) no-repeat;
}

#filler {
	height: 100%;
	border-left: 3px #85af43 solid;
	border-right: 3px #85af43 solid;
}

#BoxBL {
	width: 10px;
	height: 10px;
	float: left;
	clear: left;
	background: url(../images/corners_BL.jpg) no-repeat;
}

#BoxB {
	width: 780px;
	height: 7px;
	float: left;
	overflow: hidden;
	border-bottom: 3px #85af43 solid;
}

#BoxBR {
	width: 10px;
	height: 10px;
	float: left;
	background: url(../images/corners_BR.jpg) no-repeat;
}

/*=MASTHEAD
=== === === === === === === === === === */

#masthead {
	width: 794px;
	height: 80px;
	float: left;
	overflow: hidden;
}

#logoholder {
	width: 172px;
	height: 69px;
	float: left;
	background: url(../images/CASHL_greenlogo.gif) no-repeat 7px;
}

/*=NAVIGATION
=== === === === === === === === === === */

div#NavMain {
	width: 600px;
	float: left;
}

#NavMain ul {
	width: 600px;
	height: 12px;
	margin-top: 31px;
	padding-left: 3%;
	float: left;
	font: 10px/10% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	list-style-image: none;
}
#NavMain ul li {
	height: 16px;
	padding-left: 1.2%;
	padding-right: 1%;
	display: inline;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#NavMain ul li.seperator {
	height: 16px;
	line-height: 10%;
	border-right: 1px #78827b solid;
	float: left;
}

#NavMain ul li a {
	height: 95%;
	line-height: 190%;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	text-decoration: none;
	letter-spacing: 1px;
	float: left;
	background-image: none;
}

#NavMain ul li a:link.active {
	color: #444;
	background-color: #85af43;
}
#NavMain ul li a:link {
	color: #444;
}
#NavMain ul li a:visited {
	color: #444;
}
#NavMain ul li a:visited.active {
	color: #444;
}
#NavMain ul li a:hover {
	color: #85af43;
}
#NavMain ul li a:active {
	color: #444;
}

div#masthead.About #NavMain ul li.seperator a.aboutus,
div#masthead.Products #NavMain ul li.seperator a.products,
div#masthead.Programs #NavMain ul li.seperator a.programs,
div#masthead.Services #NavMain ul li.seperator a.services,
div#masthead.Faq #NavMain ul li.seperator a.faq,
div#masthead.Login #NavMain ul li a.login {
	color: #444;
	background-color: #85af43;
}

#SubNav {
	background: #fff;
	height: 22px;
	border-bottom: 1px #e2edd2 solid;
}

#SubNav ul {
	width: 720px;
	height: 22px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
	float: left;
}

#SubNav ul li {
	padding-right: 10px;
	display: inline;
	top: 0;
	position: relative;
}

#SubNav ul li a:link,
#SubNav ul li a:visited {
	line-height: 22px;
	list-style: none;
	padding: 6px;
	padding-top: 7px;
	color: #444;
	border: 1px #e2edd2 solid;
	background: #f6f6f6 none;
}

#SubNav ul li a:hover {
	line-height: 20px;
	list-style: none;
	background-image: none;
	padding: 6px;
	padding-top: 7px;
	color: #85af43;
}

#SubNav ul li a:active {
	line-height: 20px;
	list-style: none;
	background-image: none;
	padding: 6px;
	padding-top: 7px;
	color: #444;
}

body.Story #SubNav ul li a.Story,
body.People #SubNav ul li a.People,
body.Testimonials #SubNav ul li a.Testimonials,
body.Contact #SubNav ul li a.Contact {
	background-color: #fff;
	border-left: 1px #e2edd2 solid;
	border-right: 1px #e2edd2 solid;
	border-top: 1px #e2edd2 solid;
	border-bottom: 1px #fff solid;
}

body.Purchase #SubNav ul li a.Purchase,
body.Rental #SubNav ul li a.Rental,
body.Placement #SubNav ul li a.Placement,
body.Special #SubNav ul li a.Special {
	background-color: #fff;
	border-top: 1px #e2edd2 solid;
	border-left: 1px #e2edd2 solid;
	border-right: 1px #e2edd2 solid;
	border-bottom: 1px #fff solid;
}

body.HelpDesk #SubNav ul li a.HelpDesk,
body.Repair #SubNav ul li a.Repair,
body.ValueAdded #SubNav ul li a.ValueAdded,
body.Signage #SubNav ul li a.Signage {
	background-color: #fff;
	border-top: 1px #e2edd2 solid;
	border-left: 1px #e2edd2 solid;
	border-right: 1px #e2edd2 solid;
	border-bottom: 1px #fff solid;
}

body.FaqGeneral #SubNav ul li a.FaqGeneral,
body.FirstLine #SubNav ul li a.FirstLine,
body.TritonCodes #SubNav ul li a.TritonCodes {
	background-color: #fff;
	border-top: 1px #e2edd2 solid;
	border-left: 1px #e2edd2 solid;
	border-right: 1px #e2edd2 solid;
	border-bottom: 1px #fff solid;
}

/*=CONTENT
=== === === === === === === === === === */

#ContentOuter {
	width: 794px;
	float: left;
	border-left: 3px #85af43 solid;
	border-right: 3px #85af43 solid;
}

#IndexMainHeadLinerWrapper {
	height: 216px;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	float: left;
}

#IndexMainHeadLiner {
	width: 778px;
	height: 200px;
	background: #e2edd2;
	float: left;
	clear: left;
	margin: 8px;
}

#IndexMainImage {
	width: 379px;
	height: 200px;
	float: right;
	padding-top: 10px;
	margin-right: 10px;
/*	background: url(../images/content/shoppers.jpg) no-repeat 0 10px; */
}

#IndexMainText {
	width: 309px;
	text-align: left;
	padding: 30px;
	float: left;
}

#DefaultMainHeadLinerWrapper {
	border-bottom: 1px #ccc dotted;
	float: left;
}

#DefaultMainHeadLiner {
	width: 778px;
	background: #fff;
	float: left;
	clear: left;
	margin: 8px;
}

#DefaultMainText {
	width: 609px;
	text-align: left;
	padding: 30px;
	float: left;
}

#DefaultMainText ul li{
	margin-left: 20px;
	padding: 1px;
	list-style-type: square;
	list-style-image: none;
}

#DefaultMainText ol li{
	margin-left: 20px;
	padding: 1px;
	list-style-type: decimal;
	list-style-image: none;
}

.SpotlightText {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.SpotlightText p {
	font-size: 11px;
	line-height: 16px;
}

#SquareBoxContainer {
	padding-top: 4px;
	padding-left: 4px;
	float: left;
}

#SquareBoxContainer p {
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
}

.SquareBox {
	width: 254px;
	height: 215px;
	margin: 4px;
	background: #fff;
	float: left;
	display: block;
	margin-top: 9px;
}

.SquareBoxIndex1 {
	/* background: #dfdfdf url(../images/content/needcash.jpg) no-repeat right -10px; */
	background-color: #e1e0e0;
}

.SquareBoxIndex1 img {
	float: left;
}

#SquareBoxIndex1Inner {
	text-align: left;
	padding-left: 120px;
	margin-top: 150px;
	background: #e1e0e0 url(../images/MERCHANT_logo.gif) no-repeat 14px top;
	
}

.SquareBoxIndex2 {
	/* background: #fff url(../images/content/RL5000Hi.jpg) no-repeat 175px 8px; */
}

.SquareBoxIndex2 img {
	margin-top: 7px;
	float: right;
}

#SquareBoxIndex2Inner {
	text-align: left;
	padding-left: 20px;
	padding-right: 90px;
	margin-top: 20px;
}

.SquareBoxIndex3 {
	
}

#SquareBoxIndex3Inner {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

div#LoginButton {
	width: 115px;
	height: 30px;
	padding-bottom: 10px;
	background: url(../images/login.jpg) no-repeat;
}

div#ProductsMainImage {
	width: 379px;
	height: 200px;
	float: right;
	padding-top: 10px;
	margin-right: 10px;
}

#ProductsMainImage img {
	float: left;
}

div#RectangleBox {
	width: 492px;
	height: 193px;
	margin: 4px;
	margin-top: 9px;
	padding: 10px;
	border: 1px #dfdfdf solid;
	float: left;
}

table#products {
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #616161;
}

table#products a {
	text-decoration: none;
	background-image: none;
}
table#products a:link {
		color: #616161;
}
table#products a:visited {
		color: #616161;
}
table#products a:hover {
		color: #000;
}
table#products a:active {
		color: #000;
}

#products td.TableTitleGreen {
	color: #85af43;
	padding-left: 15px;
}

#products tr.Green {
	background-color: #e2edd2;
}

#products td {
	text-align: left;
	padding: 2px;
	padding-top: 5px;
}

#products div.LineTop {
	height: 4px;
	margin-bottom: 4px;
	border-top: 0px dotted #6f6f6f;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
}

#products div.LineDouble {
	height: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
	border-top: 1px dotted #6f6f6f;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 1px dotted #6f6f6f;
}

#products div.LineBottom {
	height: 4px;
	margin-top: 2px;
	border-top: 1px dotted #6f6f6f;
	border-right: 0px dotted #fff;
	border-left: 0px dotted #fff;
	border-bottom: 0px dotted #6f6f6f;
}

div#ProductFocus {
	width: 500px;
	text-align: left;
	margin-top: 40px;
	padding-left: 60px;
	float: left;
}

#ProductFocusText {
	width: 338px;
	padding-top: 35px;
	float: left;
}

#ProductFocusTextInner {
	width: 330px;
	padding-right: 20px;
	border-right: 1px dotted #6f6f6f;
}

#ProductFocus img {
	float: left;
	padding-right: 30px;
}

div#CallTodayBox {
	width: 200px;
	font: 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 120px;
	color: #bfbfbf;
	float: right;
	text-align: left;
}

/*=FOOTER
=== === === === === === === === === === */

#Footer {
	width: 100%;
	height: 54px;
	float: left;
}

#Phone {
	width: 300px;
	font: 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bfbfbf;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 250px;
	float: left;
}

#FooterLogosBox {
	width: 162px;
	height: 54px;
	float: right;
}

#FooterLogosBox img {
	float: left;
}