/* 
* SCREEN version
*/
@media screen {

	body {
		color: white;
		margin: 0px;
		background-color: black;
	}
	
	h3 {
		text-align: center;
	}
	a img {
		border-color: #BC1414;
	}
	a {
		color: #BC1414;
		font-family: sans-serif;
	}
	a:visited {
		color: gray;
		font-family: sans-serif;
	}
	
	#breadcrumb {
		text-align: left;
		font-family: sans-serif;
	}
	#breadcrumb a {
		text-decoration: none;
		color: white;
	}
		
	#navigation div.item,  #navigation div.item-hover {
		padding: 6px;
		font-family: arial, san-serif;
		font-size: 1.4em;
		list-style-type: none;
		font-weight: bold;
		color: white;
		text-decoration: none;
		cursor: pointer;
	}
	
	#navigation div.item-hover {
		background-color: black;
	}
	
	#navigation div.item-hover a:link, #navigation div.item-hover a:visited {
		color: red;
		background-color: black;
		text-decoration: none;	
	}
	
	#navigation div.item a:link, #navigation div.item a:visited {
		color: white;
		text-decoration: none;	
	}
	
	#main-layout {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
	#main {
		vertical-align: top;
		background-color: black;
		padding: 15px;
		text-align: center;
	}
	
	#header-print, #footer-print {
		display: none;
	}
	
	#header-screen {
		background-image: url('/img/header_bg.jpg');
		background-color: black;
		margin: 0px;
		padding: 0px;
		height: 96px;
	}
	#footer-screen {
		height: 71px;
		background-image: url('/img/footer_bg.jpg');
		background-color: white;
	}
	
	.submit-button {
		text-align; center;
		width: 150px;
	}
}

/* 
* PRINT version
*/
@media print {
	
	body {
		margin: 0px;
		padding: 0px;
	}
	
	#header-screen, 
	#navigation, 
	#footer-screen,
	#contact-form,
	#breadcrumb,
	.noprint {
		display: none;
	}
	#header-print {
		text-align: center;
	}
	#footer-print td {
		white-space: nowrap;
		text-align: center;
	}
}
