/*	----------------------------------------
	BFirst Travel
	Design By Luca Balboni
	----------------------------------------
	Description:	Print styles
	Filename:		print.css
	Version:		1.0
	Date:			22 May 2006
	----------------------------------------	*/

/********* GENERAL *********/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


img {
	width: auto;
}

	
/********* DIVS *********/
#header {
	margin: 0 0 10mm 0;
}
	
#content, #container {
	padding: 0;
	margin: 0; }

.featurebox, .testimonial, .legenda {
	margin: 5mm 0 0 0;
	padding: 2mm;
	border-top: .5pt solid #999999; 
}

#centred {
	width: 100%;
	margin: 10px;
	text-align: center;	
}

#sidebar {
	width: 100%;
}

#tollfree {
	padding: 4px;
	margin: 0;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

#tollfree h3 {
	font-size: 100%;
	text-transform: capitalize;
	color: #003366;
	text-align: right;
	position: static;
	letter-spacing: 2px;
}

/********* FONTS *********/  

h1
{
	font-size: 24pt;
	margin: 0 0 4mm 0;
}

h2
{
	font-size: 22pt;
	margin: 0 0 4mm 0;
}

h3
{
	font-size: 18pt;
	margin: 0 0 2mm 0;
}

h4
{
	font-size: 16pt;
	margin: 0 0 4mm 0;
}

h5
{
	font-size: 12pt;
	color: #FF9900;
	border-bottom: .5pt solid #999999;
	margin: 6mm 0 0 0;
	text-transform: uppercase;
}

h6
{
	font-size: 12pt;
	color: #000000;
	margin: 0;
	text-transform: uppercase;
}

p {
	font-size: 12pt;
	margin: 0 0 2mm 0;
}

.smallprint {
	font-size: 8pt;
}


/********* TABLES *********/  

table {
	width: 170mm;
	font-size: 12pt;
	margin: 0 0 5mm 0;
	border-collapse: collapse;
	page-break-inside: avoid;
}

td {
	margin: 0;
	border: .5pt solid #999999;
}

th {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	border: .5pt solid #999999;
}


/********* LINKS *********/  

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}
			

/********* DISABLED *********/ 

#header ul,
#header h1,
#banner,
#sidebar form,
#sidebar ul,
#sidebar li,
#footer,
#navigation,
.imagespaced {
	display: none;
	visibility: hidden; }



a.clickHere:link, a.clickHere:visited, a.clickHere:hover, a.clickHere:active {
	text-decoration: underline;
	}
