* {
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
	height:100%;
	background: #c7c7c7 url(../i_intro/layout_intro_BG_RedLine.jpg) repeat-x left bottom;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:745px;
	height:910px;
	background:	#c7c7c7;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

div#logo {
	width:745px;
	height: 400px;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	background: #c7c7c7 url(../i_intro/layout_intro_logo.jpg) no-repeat left top;
}

div#products {
	width:745px;
	height: 473px;
	position:absolute;
	bottom: 0;
	left: 0;
	z-index:1;
	background: #c7c7c7 url(../i_intro/layout_intro_products.jpg) no-repeat left bottom;
}

div#info {
	width:605px;
	position:absolute;
	top: 200px;
	left: 70px;
	z-index:3; 
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;

}	
	div#info h1{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #B21E3B;
	font-weight:bold;
	padding-top:20px;
	}
		div#info ul{
		text-align: center;
		list-style:none;
		margin:10px auto 15px auto;
		width:200px;
		color: #fff;
		}
		div#info  ul li {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size: 36px;
		line-height:36px;
		display:inline;
		}
		div#info  ul li.yes {
		padding-right:20px;
		border-right:1px solid #fff;
		}
		div#info  ul li.no {
		padding-left:25px;
		}
		div#info li.yes a {
		color: #fff;
		text-decoration:none;
		}
		div#info li.yes a:hover{
		color: #B21E3B;
		}	
		div#info li.no a {
		color: #fff;
		text-decoration:none;
		}
		div#info li.no a:hover{
		color: #B21E3B;
		}	
	div#info h2{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 14px;
	color: #333;
	font-weight:bold;
	}
	div#info p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding:10px 0 10px 0;
	}
div#info a{
	color: #B21E3B;
}
div#info a:link{
	color: #B21E3B;
}
div#info a:hover{
	color: #333;
}	
