/*======================================

	Structure Module
	
=======================================*/
/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html,body,div,img,dl,table,tr,td{
	margin : 0 ;
	padding : 0 ;
}
html,body{
	width:100%;
	height:100%;
}

body{
	background-color : #FFFFFF ;
	margin: 0px;
	padding: 0px
	text-align: center;
}

div#flash{
	width   :100%;
	height   :100%;
	margin-left :0;
	margin-top  :0;
}

div.noflash{
	width: 600px;
	margin: 20px auto;
	padding: 0px
	text-align: left;
}

div.attention{
	background-color: #eee;
	margin-top: 20px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
}

img {
	border-style : none ;
	vertical-align: bottom;
}


h1{
	display: block;
	background-image:url("images/logo_infinihomes_s.gif");
	background-repeat:no-repeat;
	width: 90px;
	height: 64px;
	margin-top : 10px ;
	margin-bottom : 5px ;
	text-indent:-9999px;	
	font-size : 1px;
}

h2{
	border-left: 3px solid #000;
	font-size : 116%;
	margin-top : 50px ;
	margin-bottom : 10px ;
	padding-left: 5px;
	color: #000;
}

h3{
	font-size : 108% ;
	margin-top : 20px ;
	margin-bottom : 10px ;
	padding-bottom: 5px;
	color: #000;
}

p,li,dt,dd,td,th{
	margin-top : 5px ;
	text-align: left;
	line-height: 1.5em;
}

p.copyright{
	font-size : 85%;
	margin-top : 50px ;
	margin-bottom : 0px ;
}

/*---------------------------
         e[u
---------------------------*/

div.comapny table{
	margin-top:30px;
 	font-size:93%; 

}

div.comapny table th{
	background-color:#c5d3d3;
	text-align:left;
	padding:10px 10px;
	font-weight: nomal;
	white-space: nowrap;
}

div.comapny table td{
	background-color:#eee;
	padding:10px 5px;
}

div.comapny dl dt{
	margin-top:20px;
	margin-bottom:0px;
	font-weight: bold;
}
div.comapny dl dd{
	margin-top:0px;
	margin-left:0px;
}

/*======================================

	Hypertext Module
	
=======================================*/

a:link {
	color: #c00;
	text-decoration:none;
}

a:visited {
	color: #c00;
	text-decoration:none;
}

a:hover {
	color: #c00;
	text-decoration:underline;
}

