/* site.css - Prom Country Tourism */



html {
	margin: 0px;
	padding: 0px;
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: arial, helvetica, san-serif; 


	color: #000000;
	background: #ffffff;






	overflow: auto;	
}




/* TABLES */

table.layout { 
	width: 600px;
	height: 100%;


}

table.content { 
	width: 954px;
}



table.contact { 
	width: 280px;

}



td.content5 { 
	width: 320px;

}

td.content6 { 
	width: 76px;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	padding: 4px;
	text-align: right;
}


td.content7 { 
	width: 204px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	color: #000000;
	padding: 4px;
}

td.content8 { 
	width: 600px;
}


td.content9 { 
	height: 33px;
	width: 954px;
	background-image: url(images/footer.gif);
	background-position: top left; 
	background-repeat: no-repeat;
}

/* LINES and FONTS */



iframe.maini {
	height: 450px; 
	width: 938px;
}


p {
	font-family: helvetica, arial, san-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	padding-left: 5px;
}




div.businessname {
	font-family: verdana, helvetica, arial, san-serif; 
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 290px; 
	padding-left: 7px;
	padding-top: 7px;
}

div.categoryname {
	font-family: verdana, helvetica, arial, san-serif; 
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	float: right;
	width: 290px; 
	text-align: right;
	padding-right: 5px;
	padding-top: 7px;
}


div.description {
	width: 600px; 
	padding-top: 13px;

}

div.titleheader {
	width: 600px; 
	height: 39px; 
}



div.info {
	z-index: 1;
	width: 600px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	font-family: arial, helvetica, san-serif;
	color: #000000;

}

div.feature {
	z-index: 2;
	width: 200px;
	position: relative; 
	top: 5px; 
	left: 13px;
	color: #000000;
}


div.infofeature {
	z-index: 3;
	width: 400px;
	position: relative; 
	top: -8px; 
	right: -210px;
	padding-right: 13px;
}



hr.contact {
	color: #804000;
	padding-left: 22px;
	width: 149px;
}

div.footer {
	font-family: helvetica, arial, san-serif; 
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000080;
	text-align: center;
}





/* LINKS */



	A{ COLOR: #0000ff; TEXT-DECORATION: none } 
	A:link { COLOR: #0000ff; TEXT-DECORATION: none } 
	A:visited { COLOR: #0000ff; TEXT-DECORATION: none } 
	A:hover { BACKGROUND: #ffffff; COLOR: #0000ff; TEXT-DECORATION: none } 




