html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background: none;
	text-align: center;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
}

#wrap{
	position: relative;
	text-align: left;
	background: none;
}

#top{
	position: relative;
	height: 72px;
	background: #fff;
	/* border-bottom: 2px solid #999; */
	margin-bottom: 20px;
}

#logo{
	width: 278px;
	height: 45px;
	margin: 14px 0 0 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
	font-family: serif;
}

#links, #search, #head, #left, #right, #footerplace, #footer{
	display: none;
}

#phone{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 250px;
	height: 50px;
	padding-left: 50px;
	color: #000;
	font-size: 50px;
	line-height: 50px;
	font-family: "Palatino Linotype", serif;
}

#phone span{
	position: relative;
	color: #000;
	font-size: 17px;
	line-height: 25px;
	bottom: 8px;
}

#text{
	position: relative;
	padding: 0;
}

#path{
	margin: 10px 0;
	height: 40px;
}
.hidden{display:none}
table.comp_table {border-collapse:collapse;}
table.comp_table td {border:1px solid #000;}
table.comp_table td.info {background: #efefef;}
table.comp_table td.not {border: 1px solid #000;}
table.comp_table td.yes {
	border: 1px solid #000;
	background: #efefef;
        color: #000;
	font-size: 11px;
	padding: 1px;
}