/* 	The master Print style CSS sheet for tecniche

	Main Coding: 	Stuart Dunn
	Copyright:		tecniche.co.uk 2006
  
  	Written: 	Feb 06
	Updated: 	Aug 06
	Language:	CSS1
*/

/* *************************** */
/* General page style */
/* *************************** */

body {
	font-size: 12pt; 
	background: white; color: black;  
	margin: 0; padding: 0; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}

h1, h2, h3, h4, h5, p, a, ul { 
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", "Lucida Sans Unicode", Arial, sans-serif; 
	color: black; background: white;
	line-height: 1.24em;
	text-decoration: none;
	}

h1, h2, h3, h4, p {
	margin: 0px 10% 10px 10px;
	}

h2.replace { font-size: 12pt;}

	
/* *************************** */
/* specific tag styles */
/* *************************** */

ul { padding-left: 20px; list-style: decimal;}

blockquote {
	margin: 20px 10% 20px 30px;
	}

.top {display: none;}
	
img {
	filter: gray;
	}

#deals {display: none;}



.noPrint { display: none; }

/* *************************** */
/* Tables*/
/* *************************** */




thead {text-align: left;}
tfoot {display: none;}

caption {display:none}



#printcapability { display: none; }


#contact-table { vertical-align: top;}
#contact td#phone { width: 440px; vertical-align: top;}
#contact td#email { width: 300px; vertical-align: top;}
#contact td#address { width: 300px; vertical-align: top;}



/* *************************** */
/* Page header  and main navigation */
/* *************************** */

#header-blank h1 {
	font-family: "Trebuchet MS", Verdana; 
	font-weight: normal; 
	border-bottom: 2px solid #000;
	}
#header-blank h2 {display: none;}

#header {
	display: none;
	}
	
#topnav {
	display: none;
	}
#navigation {
	display: none;
	}


/* *************************** */
/* Quotes section styles */
/* *************************** */
#carbonlessquote, #stationeryquote, #advertisequote {
	display: none;
	}



/* *************************** */
/* Core Page layout styles */
/* *************************** */

#content {
	border: 0px solid #000; margin: 10px;
	}

#maintext {
	border: 0px solid #000;  padding-top: 0px;
	}

#maintextcontent{
	border: 0px solid #000;  padding-top: 0px;
	}

#sidetext {
	display: none;
	}

#sideMenu {
	display: none;
	}



/* *************************** */
/* In content quotes*/
/* *************************** */
	
#mquote-inner {border: 1px solid #000; background: black; margin: 30px;}	

/* *************************** */
/* Portfolio images */
/* *************************** */

.box img{float: right; padding: 0 10px 10px 25px;}
a.porta {display: none;}


/* *************************** */
/* Page footer */
/* *************************** */

#footer {
	border-top: 2px solid #000;
	margin-top: 20px;
	}

#footer #f-contact  { width: 100%; }

	
#footer #f-contact .contact-l {
	display: inline;	
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", "Lucida Sans Unicode", Arial, sans-serif; 
	color: black; background: white;
	line-height: 1.24em;
	font-size: 10px;
	text-decoration: none;
	}
	
#footer #f-contact  .contact-r{
	display: inline;	
	text-align: right;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", "Lucida Sans Unicode", Arial, sans-serif; 
	color: black; background: white;
	line-height: 1.24em;
	font-size: 10px;
	text-decoration: none;
	}	



#f-detail {
	display: none;
	}


