/* CSS Document
/* 19 May, 2006 
/* Update: 10 July, 2006
/* Kent Broestl, author
/* kent_broest@mcgraw-hill.com */

* {
	margin: 0;
	border: 0;
	padding: 0;}
	

#container { position:relative;	text-align:left; width:800px; height:100%; background:url(../img/content_background.gif); overflow: visible; display: block; }
#container ul li { list-style-type:none; list-sytle-position:default; display:block; }
li.head { padding-left:25px; }
	
#header {
	display:block;
	height:165px;
	width:800px;
	background:url(../img/head_image.png) no-repeat;
	
	}
#header .contact{
	display:block;
	float:right;
	padding-right:46px;
	padding-top:63px;
	}

#header .order{
	order:block;
	float:right;
	margin-right:7px;
	margin-top:63px;
	}
	
#header h1 { display:none;	}

#header h2 { display:none; }
	
#body {	width:752px; height:auto; display:block; overflow:visible; }
	
#content {
	display:block;
	width:755px; 
	height:auto;
	margin-left:20px;
	overflow:visible;
	}
	
#content-wrapper {
	display:block;
	width:100%;
	height:auto;
	}
	
#content ul li {
	display:block;
	margin-left:10px;
	list-style-type: none;
	}
#content ul li.image {
	margin-left:0px;
	
	
	}

#content ul li.highlights {
	margin-left:30px;
	line-height:12px;
	}

#content ul li span.text {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.need-space {
	margin-top:20px;
	}
	
#text1 {
	width:370px;
	height:auto;
	display:block;
	float:left;
	padding-left:10px;
	}
	
p.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left:30px;
	}	

#text1 a {
	margin-left:10px;
	}

#text2 {
	margin-top:0px;
	width:370px;
	display:block;
	float:right;
	}
		
#text2 a {
	margin-left:10px;
	}
	
#footer { display:block; width:800px; height:199px; clear:both;	}

#footer .footer-bg { display:block;	width:800px; height:146px; background:url(../img/footer_image.png) no-repeat top left; }
	
#disclaimer { text-align:center; display:block; height:53px; width:800px; background-color:#000000;	}

#footer .text { display:none; }
	
#footer a {
	}	
	/*
li {border: 1px solid red;}
li li {border: 1px solid blue;}
 */
