@charset "utf-8";
/* CSS Document */

*{margin:0 auto 0 auto; font-family:Verdana, Arial, Helvetica, sans-serif}
body{ background-color:#333333; }

html, body {
height: 100%;
min-height:100%;
}

ul{
	font-size:11px;
	color:#666666;
	list-style:disc;
}

p{
	font-size:11px;
	color:#666666;
	line-height:16px;
	
}

h1{
	color:#d66a00;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}
h2{
	color:#8D8E90;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
i{
color:#d66a00;
font-size:11px;
font-weight:bold;
line-height:20px;

}

/*BORDERS*/
.borderBottom{	border-bottom:#CCCCCC 1px dashed; }
.borderTop{	border-top:#CCCCCC 1px inset; }
.borderLeft{ border-left:#CCCCCC 1px dashed; }
.borderRight{	border-right:#CCCCCC 1px dashed; }

/*URL*/
a .grey{
	font-size:14px;
	color:#999999;
	text-decoration:underline;
}

.footer{
	color:#999999;
}
.footer a:link{
	color:#999999;
	text-decoration:underline;
}
.footer a:hover{
	color:#999999;
	text-decoration:none;
}
.footer a:visited{
	color:#999999;
}

#contact{
	top: 98px; right: 0px; left: auto; bottom: .1px; position: absolute;z-index:10;
	width:30px;
	height:100px;
	backgrund-image:url("images/contact.png");
}
.phone{
	background-color: #B5B4B4;
	width: 150px;
	-moz-border-radius : 10px;

}
#inner_list
	{
		list-style: circle;
		margin-top: 1px;
		margin-bottom: 1px;
	
	}
	
