/*

	Q8 - Kuwait Petroleum website
	Master print styles
	
	Author: Creuna Danmark A/S / www.creuna.dk
	Copyright: 2009, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/

body
{
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #000;
	text-align: left;
	background: none;
}

/* = Main layout = */
#container
{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#skip { display: none; }

#top
{
	position: static;
	min-height: inherit;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #d9dcd6;
	text-align: left;
	}
	#logo
	{
		float: none;
		margin: 0;
		padding: 0;
		}
		#logo img { display: inline; }
	
	#serviceNav { display: none; }
	#mainNav { display: none; }
	#subNav { display: none; }

#main
{
	min-width: 100%;
	width: 100%;
	padding: 0;
	border: none;
	background: none;
	float: none;
	}
	
	#left,
	#tools { display: none; }
	
	#content, 
	#container.front #content,
	#container.wide #content,
	#container.full #content
	{
		float: none;
		position: static;
		min-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		}
		
		#related { display: none; }
	#container.full #main { border-top: 0; }

/* = Content elements = */

#content a:link:after,
#content a:visited:after,
#content a:hover:after,
#content a:active:after
{
	content: " <link: " attr(href) "> ";
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
}

thead 
{
	display: table-header-group;
}
tr 
{
	page-break-inside: avoid;
}

*
{
	background: block;
}

#footer 
{
	padding: 0;
	}
	#footer dl 
	{
		float: none;
		}
		#footer dl dt,
		#footer dl dd 
		{
			float: left;
			margin: 0;
		}
		#footer dl dd
		{
			margin: 0 0 0 10px;
		}
	
	#footer dl.cards 
	{
		display: none;
		}