﻿@media print {
	/****GENERAL STYLES ******/
	* {margin: 0; padding: 0;} 
	td {
		vertical-align: text-bottom;
	}       
	body {
		background: #C3C3C3;
		font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
	}
	/****START PAGE DISPLAY ******/
	#content {
		width: 798px;
		margin: 25px auto;
		background-image: url(../images/bg.gif);
		vertical-align: top;
		position: relative;
	}
	/****HEADER STYLES ******/
	#header  {
		width: 798px;
		height: 97px;
		background-image: url(../images/headbg.gif);
		margin: 0 auto;
	}
	#header h2 {
		margin-left:10px;
	}
	#certified {
		float: left;
		background-repeat: no-repeat;
		width: 245px;
		height: 82px;
		padding: 15px 0 0 14px;
	}

	#home, #about, #brands, #careers {
		float: left;
		width: 125px;
		height: 82px;
		background-image: url(../images/headerdivider.gif);
		background-repeat: no-repeat;
		margin-top: 15px;
		color: #9FB3D2;
	}
	a.topnav {
		font-size: 10px;
		line-height: 8px;
		color: #fff;
	}
	#header li {
			/* You may not need these. */
		list-style-type: none;
		line-height: 12px;
		margin-left: 10px;


	}
	/****MAIN CONTENT STYLES ******/
	#main    {
		width: 770px;
		margin: 0 auto;
	}
	#splash  {
		width: 845px;
		height: 358px;
		position: absolute;
		bottom: 68px;
		left: 14px;
	}
	#splash img {
		vertical-align: text-bottom;
	}
	#details {
		width: 495px;
		margin: 0 0 0 259px;
		height: 359px;
	}
	#details p {
		color: #666B6C;
		font-size: 11px;
		line-height: 19px;
		text-align: justify;
	}
	#details h1 {
		font-size: 18px;
		font-weight: bolder;
		color: #96B1DA;
		padding: 20px 0 5px 0;
		word-spacing: 5px;
		letter-spacing: 1px;
	}
	/****FOOTER STYLES ******/
	#footer {
		text-align: center;
		clear: both;
		background-image: url(../images/footerbg.gif);
		height: 68px;
		width: 798px;
		margin: 0 auto;
	}
	#footer p{
		font-size: 10px;
		color: #fff;
		padding-top: 5px;
		line-height: 20px;
	}

	/* Mozilla - Safari - Opera */

	body[id=cvg] #details {
		width: 495px;
		margin: 0 0 0 259px;
		min-height: 358px;
		height: auto;
	}
}