/***
Author:			Andrei Vais
Filename:		printstyle.css
Date:			07/01/2007
Description:	Styling for printing page
***/
div#majestic
{
	width: 98%;
}

#header breadcrumbs a:link:after,
#header breadcrumbs a:visited:after,
#page #pagecontent a:link:after,
#page #pagecontent a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#header breadcrumbs a[href^=""]:after,
#page #pagecontent a[href^=""]:after
{
  content: " (http://www.majestic-interactive.co.uk/" attr(href) ") ";
}
/* Page header */
div#header
{
	background: none;
	/*border-bottom: 1px dashed #000000;*/
	color: #333333;
	height: 174px;
}

div#header div#headerMain, div#header div#contact
{
	display: none;
}

/* Style for header to be displayed when user prints page */
#header_forPrint
{
	display: inline;	
}

ol#breadcrumbs
{
	background: none;
	color: #333333;
	margin: 0;
	padding: 5px 2.3%;
	width: 95.4%;
}

ol#breadcrumbs, ol#breadcrumbs a, ol#breadcrumbs strong
{
	color: #333333;
}

div#page, div#homepage, div#locationpage
{
	background: none;
	/*border-top: 1px dashed #000000;*/
	margin: 0;
	width: 100%;
}

div#page div#main
{
	background: none;
	border: 0;
	width: 100%;
}

div#majestic #page
{
	background: none;
}

div#page div#pagemasthead
{
	background: none;
	/*border-bottom: 1px dashed #000000;*/
	border-bottom: 0;
	min-height: 0;
}

div#page div#secondaryNav
{
	display: none;
}

div#page div#pagecontent
{
	background: none;
	border: 0;
	/*border-bottom: 1px dashed #000000;*/
	padding: 2% 2.5%;
	width: 95%;
}

div#page div#pagecontent q
{
	border: 1px solid #999999;
	width: 250px;
}

#pagecontent q
{
	background: url('../images/topquotes.gif') no-repeat 5% 10%;
	border: 1px solid #EAEAEA;
	float: right;
	margin: 0 0 5px 3%;
	max-width: 200px;
	padding: 10px 2% 10px 6%;
	width: 48%;
}

div#page div#pagecontent p#clientlogos a
{
	float: left;
	margin-bottom: 30px;
	width: 25%;
}

div#page div#pagecontent p#clientlogos a[href^=""]:after,
#page #pagecontent a#website[href^=""]:after
{
  content: " (" attr(href) ") ";
}

#page #pagecontent .newsheadlines .image a[href^=""]:after,
#majestic div.smallprint #main #pagecontent a[href^=""]:after,
#majestic div.directions #main #pagecontent #directionsmap a[href^=""]:after
{
	content: "";
}

#page ul#Screenshots
{
	/*border-bottom: 1px dashed #000000;*/
	margin-top: 0;
	padding-left: 1%;
	width: 99%;
}

#page ul#Screenshots li
{
	margin: 0;
	padding: 0 1% 1% 0;
	width: 24%;
}

div#homepage .contentcolumn
{
	background: none;
}

div#homepage .middlecolumn
{
	/*border-right: 1px dashed #000000;
	border-left: 1px dashed #000000;*/
}

#majestic div.contact #main #pagecontent 
{
	/*border-right: 1px dashed #000000;*/
	padding: 2% 5% 2% 5%;
	width: 39%;
}

#majestic div.contact #main #pageform
{
	/*border-bottom: 1px dashed #000000;*/
}

#majestic div.location #main #pagecontent 
{
	padding: 2% 3% 2% 5%;
	width: 91%;
}

#majestic div.location #main
{
	width: 30%;
}

#Testimonial
{
	border-top: 0;
	padding-top: 7px;
	width: 450px;
}

#homemasthead
{
	border-bottom: 0;
	display: none;
}

#News
{
	/*border-top: 1px dashed #000000;*/
	margin-top: 7px;
}

div#footer
{
	padding-bottom: 30px;
}

div#footer #logos
{
	background: none;
	/*border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;*/
	margin-top: 20px;
}

div#footer div.vcard .contact
{
	clear: both;
	float: left;
	margin-top: 5px;
	width: 270px;
}

div#footer div.vcard .contact span.tel
{
	margin-left: 0;
}

div#footer #footerLinks
{
	display: none;
}

.pageBreak
{
	 page-break-after: always;
}