/*	=========================
		TICKET TURTLE
		CSS Document
		Style Sheet: PRINT
	========================= */


/*	==============
	 PRINTER ONLY	- view only when printing page
	============== */
.printLogo	{
	display:block;
	text-align: center;
	margin: 0 auto;
	}
h1.printH1	{
	display:block;
	text-align: center;
	margin: 0 auto;
	font-size: 2.5em;
	color: #5A4099;
	padding-bottom: 5px;
	}
h2.printH2	{
	display:block;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5em;
	color: #5A4099;
	padding-bottom: 10px;
	}
	
/*	=============
	   GENERAL
	============= */
body	{
	margin: 0 auto;
	padding:0;
	width: 1001px; 
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border: 0;
	background: #8E7CBA url("images/bck.jpg") repeat-x top left;
	}
p	{
	line-height: 1.5em;
	padding: 0;
	margin: 10px 0 0 0;
	}
p.noTopMargin	{
	margin: 0 0 10px 0;
	}	
.green	{
	color: #00703D;
	}
.noBold	{
	font-weight: normal;
	}
.preloadImg	{
	display: none;
	} 
img.screenshot	{
	margin: 10px 0 40px 0;
	}

/*	==========
	    A
	========== */	
a	{
	color: #5A4099;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: none;
	background-color: #5A4099;
	color: white;
	}
a#current	{
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
a img	{
	border: 0;
	}
	
/*	==========
	    UL
	========== */
ul	{
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type:square;	
	}	
.content ul	{
	line-height: 1.5em;
	margin: 10px 0;
	}
.content ul.square	{
	 padding-left: 20px;
	}	
.content ul.square li	{
	list-style-image: url("images/square.gif");
	}	
.content ul.left	{
	padding-left: 40px;
	}

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

.frame	{
	width: 1001px;
	margin: 0 auto;
	background: white url("images/bckPage.jpg") repeat-y top;
	}
.masthead	{
		display: none;
	height: 190px;
	padding: 15px 45px 0 55px;
	font-size: .85em;
	background: white url("images/bckMasthead.jpg") no-repeat top left;
	color: #72BE44;
	}
.masthead img	{
	float: left;
	}

/* Title area for home page */
.titleHomeFrame	{
	float: left;
	width: 1001px;
	background: url("images/bckTitle.jpg") repeat-y top;
	}	 
.titleHomeContent	{
	float:left;
	width: 921px;
	background: url("images/bckTitle-home.jpg") no-repeat top left;
	padding: 15px 20px 15px 60px;
	}
.titleHomeText	{
	float:left;
	width: 490px;
	text-align: center;
	}
.titleHomeText a:hover {
	background: none;
	}
.titleHomeText	h1	{
	color: white;
	font-size: 2.1em;
	line-height: 1.65em;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: normal;
	}
.titleHomeText	h2	{
	color: white;
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0 0 0;
	margin: 0;
	}
.titleHomeText	h3	{
	color: white;
	text-align: center;
	font-size: 1.2em;
	width: 200px;
	height: 35px;
	padding: 0;
	margin: 0 0 0 100px;
	background-color: #5A4099;
	}
.titleSub	{
		display: none;
	width: 100%;
	height: 190px;
	}	
.titleSub#products	{
	background: white url("images/bckTitle-products.jpg") no-repeat top left;
	}
.titleSub#tour	{
	background: white url("images/bckTitle-tour.jpg") no-repeat top left;
	}
.titleSub#why	{
	background: white url("images/bckTitle-why.jpg") no-repeat top left;
	}
.titleSub#examples	{
	background: white url("images/bckTitle-examples.jpg") no-repeat top left;
	}
.titleSub#reviews	{
	background: white url("images/bckTitle-reviews.jpg") no-repeat top left;
	}
.titleSub#help	{
	background: white url("images/bckTitle-faq.jpg") no-repeat top left;
	}
.titleSub#pricing	{
	background: white url("images/bckTitle-demo.jpg") no-repeat top left;
	}
.titleSub#about {
	background: white url("images/bckTitle-about.jpg") no-repeat top left;
	}
.titleSub#contact	{
	background: white url("images/bckTitle-contact.jpg") no-repeat top left;
	}
.titleSub#login	{
	background: white url("images/bckTitle-login.jpg") no-repeat top left;
	}
		
/*	CONTENT area */
.content	{
	clear: both;
	padding: 0 63px 50px 63px;
	}
.content img.pShadow	{
	 margin-left: -25px;
	 padding-top: 3px;
	}
.content h1	{
	font-size: 1.6em;
	padding: 15px 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #5A4099;
	}
.content h2	{
	font-size: 1.1em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	}
.content h3	{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0;
	color: #00703D;
	font-weight: bold;
	}
.content h4	{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	margin: 0;
	color: black;
	line-height: 1.5em;
	font-weight: bold;
	}


/*	HOME PAGE CONTENT */
.content .homePageContent	{
	float: left;
	width: 865px;
	}
.content .homePageContent h1	{
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0;
	margin:0 0 3px 0;	
	clear: both;
	}
.content .homePageContent p	{
	margin-top: 5px;
	}

	
/*	FEATURES  */	
.features	{
	float: left;
	width: 130px;
	height: 120px;
	margin-right: 13px;
	padding: 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #5A4099;
	background: url("images/bckFeatures.jpg") repeat-x left bottom;
	border: 5px solid #E8E3F0; /*light purple*/
	}
.testimonial	{
	float: left;
	width: 	315px;
	line-height: 1.5em;
	padding: 10px 0 10px 15px;
	background-color: #E8E3F0;/*light purple*/
	margin: 3px 0 0 0;
	}
.photo	{
	float: left;
	width: 75px; 
	height: 75px; 
	float: left;
	margin: 0 0 10px 0;
 	border: 3px solid white; 
	}
.comment	{
	width: 200px;
	float: right;
	padding:0 15px 0 0;
	}
.customer	{
	font-weight: bold;	
	color: #5A4099;	
	font-size: .9em;
	}
.packages	{
	float: left;
	width: 235px;
	height: 345px;
	margin-right:19px;
	padding: 10px;
	background: url("images/bckFeatures.jpg") repeat-x left bottom;
	border: 5px solid #E8E3F0; /*light purple*/
	}

/*	FOOTER */
.footer	{
	width: 100%;
	background: #8E7CBA url("images/bckFooter.jpg") no-repeat top left;	
	padding-bottom: 70px;
	clear: both;
	}
	
	
/*	COLUMNS */
.colFrame	{
	margin: 0;
	padding: 0;
	}
.twoColumn	{
	float: left;
	clear: both;
	width: 868px;
	padding: 0 0 25px 0;
	}
.twoColumn h1	{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	}
.twoColumn .leftCol	{
	float: left;
	width: 220px;
	text-align: center;
	padding-right: 30px;
	}
.twoColumn .leftColR	{
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 30px;
	}
.twoColumn .rightCol	{
	float: left;
	width: 590px;
	}
	
.twoColumn .rightCol h1.withPadding	{
	padding-bottom: 15px;
	}
.twoColumn .rightCol img	{
	padding-top: 12px;
	}

.twoColumn h1.green	{
	color: #72BE44;
	text-align: right;
	}
.twoColumn h1.normal	{
	font-weight: normal;
	}
.twoColumn p	{
	margin: 0;
	padding: 0 0 10px 0;
	}
a.reviewURL	{
	margin: 0;
	padding: 0 ;
	}
.backToTop	{float:right;font-size:.9em;padding:0;margin:0;}

/*	======================
	  DEMO & QUOTE TABLE
	====================== */
table.quoteTable	{padding-top:20px;}
table.quoteTable td {padding:6px;text-align:left;vertical-align:top; }
table.quoteTable th {padding:10px;background-color:#5A4099;color:white;font-size:1.1em;}
table.quoteTable td.leftCol {width:30%;font-weight:bold;background-color: #D8D2E9; }
table.quoteTable td.rightCol	{background-color:#ECEAF5;}
table.quoteTable td.submit, table.loginTable td.submit {text-align:center;background-color:#BEB5D9;}
/*	======================
	     LOGIN TABLE
	====================== */
table.loginTable	{width:100%;margin-top:20px;}
table.loginTable td {padding:15px;font-size:1.2em;text-align:left;background-color:#ECEAF5;vertical-align:top;line-height:1.5em; }
table.loginTable td.label {width:40%;font-size:1.2em;font-weight:bold;background-color: #D8D2E9; }	
	
	
/*	==========
	  HEADERS
	========== */

h1	{
	font-size: 1.5em;
	margin:0;
	padding-top: 20px;
	}
h2	{
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	clear: both;
	}
	
	
/*	==========
	NAVIGATION
	========== */

/* UTILITY NAVIGATION */
.masthead .utilityNav	{
	float: right;
	width: 670px;
	text-align: right;
	padding-top: 5px;
	}
.masthead .utilityNav ul	{
	float: right;
	list-style-type: none;
	text-align: right;
	}
.masthead .utilityNav ul li	{
	float: left;
	height: 32px;
	padding: 9px 3px 0 3px;
	}
.masthead .utilityNav a	{
	float: left;
	text-decoration: none;
	}
.masthead .utilityNav a#uCurrent	{
	font-weight: bold;
	text-decoration: none;
	}
.masthead .utilityNav ul li.li-login	{
	background: #B8DEA1 url("images/bck-bLeft.gif") no-repeat left top;
	height: 41px;
	padding: 0;
	}
.masthead .utilityNav ul li a.login	{
	background: url("images/bck-bRight.gif") no-repeat right top;
	height: 18px;
	padding: 9px 15px 14px 15px;	
	}
	
/* MAIN NAVIGATION */
.masthead .mainNav	{
	margin: 0 auto;
	padding: 0;
	width: 705px;
	}
.masthead .mainNav ul	{
	float: right;
	list-style-type: none;
	width: 705px;
	padding: 99px 0 0 0;
	margin: 0;
	}
.masthead .mainNav ul li	{
	float: left;
	padding-left: 7px;
	}
.masthead .mainNav ul li a	{
	float: left;
	height: 45px;
	width: 98px;
	}
.masthead .mainNav ul li a.home	{
	background: white url("images/b-home.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.home#current	{
	background: white url("images/b-home-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.home:hover	{
	background: white url("images/b-home-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.faq	{
	background: white url("images/b-faq.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.faq#current	{
	background: white url("images/b-faq-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.faq:hover	{
	background: white url("images/b-faq-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products	{
	background: white url("images/b-products.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products#current	{
	background: white url("images/b-products-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.products:hover	{
	background: white url("images/b-products-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.tour	{
	background: white url("images/b-tour.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.tour#current	{
	background: white url("images/b-tour-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.tour:hover	{
	background: white url("images/b-tour-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.why	{
	background: white url("images/b-why.jpg") no-repeat top left;
	width: 75px;
	}
.masthead .mainNav ul li a.why#current		{
	background: white url("images/b-why-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.why:hover		{
	background: white url("images/b-why-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples	{
	background: white url("images/b-examples.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples#current		{
	background: white url("images/b-examples-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.examples:hover		{
	background: white url("images/b-examples-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews	{
	background: white url("images/b-reviews.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews#current		{
	background: white url("images/b-reviews-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.reviews:hover		{
	background: white url("images/b-reviews-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start	{
	width: 156px;
	padding: 0;	
	background: white url("images/b-demo.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start#current		{
	height: 45px;
	width: 156px;/*133*/
	padding: 0;	
	background: white url("images/b-demo-over.jpg") no-repeat top left;
	}
.masthead .mainNav ul li a.start:hover		{
	background: white url("images/b-demo-over.jpg") no-repeat top left;
	}

/* FOOTER NAVIGAITON */
.footerNav	{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	color: #49227A;
	}
.footer .footerNav ul	{
	margin: 0 auto;
	list-style-type: none;
	padding: 70px 0 15px 0;
	}
.footer .footerNav ul li	{
	display: inline;
	}
.footer .footerNav ul li a	{
	color: white;
	padding: 3px 10px;
	text-decoration: none;
	}
.footer .footerNav ul li a:hover	{
	color: #5A4099;
	color: white;
	}
.footer .footerNav ul li a.current	{
	text-decoration: underline;
	font-weight: bold;
	}
