/*-----------------------------------------------------------------------------------

	CASHTRAC | CASHTRAC.CSS
	
	MAIN STYLESHEET TO SET UP STYLE & TYPOGRAPHY.

	COLOUR PALETTE
	Purple: #820053
	Blue: #003A63
	Light Grey: #EFEFEF
	Mid Grey: #AAAAAA
	Dark Grey: #666666
	Darker Grey: #333333

/* Global Style
-----------------------------------------------------------------------------------*/

body {
	/* background-color: #F9F9F9; */
	margin: 0px auto;
	width: 824px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

/* Global Typography
-----------------------------------------------------------------------------------*/

p {
	font-size: 11px;
}

strong {
	font-weight: bold;
}

h1, h2 {
	display: none;
}

/* Main Layout
-----------------------------------------------------------------------------------*/

#container{
	background-color: #FFFFFF;
	text-align: left;
	width: 824px;
	float: left;
}

.line {
	margin: 0px 12px;
	padding-top: 11px;
	border-bottom: 2px dotted #DDDDDD;
	clear: left;
}

#wrappertop {
	width: 800px;
	padding: 12px 12px 0px 12px;
	float: left;
}

#wrapperbottom {
	width: 800px;
	padding: 12px 12px 0px 12px;
	float: left;
}

/* Misc Typography
-----------------------------------------------------------------------------------*/

.big {
	font-size: 25px;
	margin-bottom: 5px;
}

.purple {
	font-weight: bold;
	color: #820053;
}

.purpletitle {
	background-color: #820053;
	color:#FFFFFF;
	padding-left:12px;
	display:block;
	height: 14px;
}

.greytitle {
	background-color: #EFEFEF;
	color:#333333;
	padding-left:12px;
	display:block;
	height: 14px;
	font-weight: bold;
}

.greyblock {
	background: #666666;
	color:#FFFFFF;
	display: block;
	height: 25px;
	padding: 5px 40px 5px 12px;
	line-height: 12px;
}

#testimonial p {
	font-size: 13px;
	margin-bottom: 13px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color:#820053;
	margin: 0px;
	display: block;
	text-transform: uppercase;
}

#content p {
	font-size: 12px;
	margin-top: 11px;
}

#content p.title {
	font-weight: bold;
	color: #820053;
}

#content p.subtitle {
	font-weight: bold;
}

#content p.price {
	font-size: 16px;
	font-weight: bold;
	color: #820053;
}

#content li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 5px 0px;
}

#contact strong {
	color: #820053;
	font-weight: bold;
}

#hotbox h3 {
	background-color: #820053;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 2px;
	display: block;
	height: 16px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#hotbox .greyblock {
	background: #666666;
	color:#FFFFFF;
	display: block;
	height: 25px;
	padding: 5px 5px 5px 12px;
	line-height: 12px;
}

/* Links
-----------------------------------------------------------------------------------*/

#navigation li a {
	display: block;
	background-color: #EFEFEF;
	color: #333333;
	height: 14px;
	padding-left: 12px;
	width: 168px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation li a:visited {
	background-color: #EFEFEF;
	color: #333333;
}

#navigation li a:hover {
	background-color: #820053;
 	color: #FFFFFF;
}

#navigation li a.sub{
	background-color: #666666;
	color: #FFFFFF;
}

#navigation li a:visited.sub {
	background-color: #666666;
	color: #FFFFFF;
}

#navigation li a:hover.sub {
	background-color: #820053;
	color: #FFFFFF;
}

#breadcrumb a, #hotbox a, #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:visited, #hotbox a:visited, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover, #hotbox a:hover, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.opacity img {
	filter: alpha(opacity=100);  	
	opacity: 1.0;
}

a.opacity:hover img {
	filter: alpha(opacity=70); 	
	opacity: 0.7;
}

#content a {
	color: #333333;
	text-decoration: underline;
}

#content a:visited {
	color: #333333;
}

#content a:hover {
	background-color: #820053;
	color: #FFFFFF;
}

#links a {
	color: #333333;
	text-decoration: none;
}

#links a:visited {
	color: #333333;
}

#links a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Logo
-----------------------------------------------------------------------------------*/

#logo {
	color: #FFFFFF;
	text-align: right;
	background-image: url(../images/cashtrac_header.gif);
	background-position: 12px 0px;
	background-repeat: no-repeat;
	width: 788px;
	height: 59px;
	margin-top: 12px;
	padding: 25px 24px 0px 12px;
}

/* Navigation
-----------------------------------------------------------------------------------*/

#navhome {
	width: 180px;
	height: 300px;
	float: left;
}

#nav {
	background-color: #EFEFEF;
	width: 180px;
	height: 300px;
	float: left;
}

#navigation {
	width: 180px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#navigation li.select {
	display: block;
	background-color: #820053;
	color: #FFFFFF;
	height: 14px;
	padding-left: 12px;
	width: 168px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

/* Breadcrumbs
-----------------------------------------------------------------------------------*/

#breadcrumb {
	width: 608px;
	float: left;
	padding: 0px 0px 12px 12px;
	height: 14px;
	font-weight: bold;
}

/* Online Accounts
-----------------------------------------------------------------------------------*/

#online {
	width: 180px;
	height: 184px;
	padding-top: 0px;
	margin-top: 12px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

#online .button {
	height: 60px;
	width: 180px;
	border-bottom: 1px solid #CCCCCC;
}

/* Slideshow & Main Image
-----------------------------------------------------------------------------------*/

#slideshow {
	width: 608px;
	height: 274px;
	float:left;
	padding-left: 12px;
	overflow: hidden;
}

#image {
	width: 416px;
	height: 274px;
	float: left;
	padding-left: 12px;
}

/* Customer Testimonials
-----------------------------------------------------------------------------------*/

#customer {
	width: 180px;
	height: 274px;
	padding-left: 12px;
	float: left;
}

#testimonial {
	background-image: url(../images/testimonials.gif);
	background-position: 12px 0px 0px 0px;
	margin-top: 12px;
	width: 156px;
	height: 160px;
	padding: 75px 12px 0px 12px;
	position: relative;
}

/* Content
-----------------------------------------------------------------------------------*/

#content {
	width: 800px;
	padding: 12px 12px 0px 12px;
	float: left;
	font-size: 12px;
}

#content #signup {
	width: 388px;
	float: left;
	padding: 0px 0px 0px 12px
}

#content #info {
	width: 380px;
	height: 90px;
	float: left;
	background-color: #FCFCFC;
	border: 4px Solid #AAAAAA;
	padding: 12px 0px 0px 12px;
}

#content img {
	display: block;
}

#column1 {
	width: 180px;
	float: left;
}

#column2 {
	width: 608px;
	float: left;
	padding-left: 12px;
}

#column2 img {
	margin-top: 13px;
}

#column2 img.title {
	margin-top: 0px;
}

#column {
	width: 298px;
	float: left;
}

#contact {
	width: 286px;
	float: left;
	padding-left:24px;
}

/* Content Button
-----------------------------------------------------------------------------------*/

#column1 .buttontop {
	width: 180px;
	height: 37px;
	padding-bottom: 12px;
	font-size: 11px;
}

#column1 .button {
	width: 180px;
	height: 37px;
	padding: 12px 0px;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
}

#column1 .buttontop img, #column1 .button img {
	padding-right: 12px;
	float: left;
}

/* Contact Form
-----------------------------------------------------------------------------------*/

.textbox {
	font-size: 11px;
	color: #333333;
	width: 279px;
	height: 14px;
	margin: 2px 0px 2px 0px;
}

/* Hotboxes
-----------------------------------------------------------------------------------*/

#hotbox {
	height: 53px;
	float: left;
}

#hotbox.hotbox1 {
	width: 198px;
	padding-top: 86px;
	background-image: url(../images/hotbox1.jpg);
	background-repeat: no-repeat;
	border-right: solid 2px #FFFFFF;
}

#hotbox.hotbox2 {
	width: 198px;
	padding-top: 86px;
	background-image: url(../images/hotbox2.jpg);
	background-repeat: no-repeat;
	border-right: solid 2px #FFFFFF;
}

#hotbox.hotbox3 {
	width: 198px;
	padding-top: 86px;
	background-image: url(../images/hotbox3.jpg);
	background-repeat: no-repeat;
	border-right: solid 2px #FFFFFF;
}

#hotbox.hotbox4 {
	width: 200px;
	padding-top: 86px;
	background-image: url(../images/hotbox4.jpg);
	background-repeat: no-repeat;
}

/* Footer
-----------------------------------------------------------------------------------*/

#footer {
	color: #FFFFFF;
	background-image: url(../images/cashtrac_footer.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	width: 788px;
	height: 24px;
	padding: 72px 12px 12px 24px;
}

/* Bottom Page Links
-----------------------------------------------------------------------------------*/

#links {
	margin: auto;
	width: 824px;
	text-align: center;
	clear: left;
	padding: 0px 0px 12px 0px;
}

/* Invisible Links
-----------------------------------------------------------------------------------*/

#link {
	position: absolute;
	display: block;
}

.link1 {
	width: 220px;
	height: 84px;
	margin-top: -25px
}

.link2 {
	width: 198px;
	height: 86px;
	margin-top: -86px;
}

.link3 {
	width: 198px;
	height: 86px;
	margin-top: -86px;
}

.link4 {
	width: 198px;
	height: 86px;
	margin-top: -86px;
}

.link5 {
	width: 200px;
	height: 86px;
	margin-top: -86px;
}

/* JQuery Tooltip Plugin
-----------------------------------------------------------------------------------*/

#tooltip {
	width: 250px;
	padding: 10px;
	background-color:#FFFFFF;
	border: 5px solid #AAAAAA;
	line-height: 15px;
	z-index: 1;
}

#tooltip h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #820053;
}
	
#tooltip p {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#tooltip li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 5px 0px;
}

/* Preload / Hide
-----------------------------------------------------------------------------------*/

.hide {
	display: none;
}