/**
 * PRINT Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */




/* CONTAINER styles
-------------------------------------------*/
#container{
	width: auto;
	position: static;
	left: 0;
	margin: 0px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: 0px;
	padding: 0px;
	height: 100px;
}
	#header h1{
		top: 0px;
		left: 300px;
	}

	#nav{
		display: none;
	}


	table#search-box{
		display: none;
	}





/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: #fff url(../images/div-double-line.gif) 0 0 repeat-x;
}
		
		

	#subnav{
		display: none;
	}
	


#content #testimonials{
	float: none;
	width: auto;
}



	#product-details{
		float: none;
		width: auto;
	}
		
	
	#statement-of-line{
		float: none;
		width: auto;
	}


#content #testimonials{
	width: 360px;
	float: left;
}
	#content #testimonials p.testimonialTitle{
		color: #5d88a1;
	}

#case-list{
	width: 370px;
	float: left;
	margin: 0 0px 10px 0;
}
		#case-list p{
			width: 100px;
			float: left;
			margin: 0 20px 0px 0;
			text-align: center;
		}



/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #fff;
	width: 200px;
	float: right;
	display: inline;
}




/* FOOTER styles
-------------------------------------------*/
	#footer p.copyright{
		display: none;
	}
	#footer p.url{
		display: block;
	}






/* Fusionary styles
-------------------------------------------*/

.fusionary-note{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #FFE7BD;
	font-style: italic;
	clear:both;
}

