html{
}
body{
}
#mainContainer{
}
#header{
	
}
#left_image{
	background: url(/images/logo.png) no-repeat 10px 10px;
	float: left;
	width: 300px;
	height: 80px;
}
#right_image{
	background: url(/images/phone_number.png) no-repeat 0px 20px;
	padding: 0px 20px 0px 0px;
	float: right;
	width: 150px;
	height: 80px;
}
#main_image{
	display: none;
}
#menu{
	padding: 0px 20px 0px 0px;
	clear: none;
	float: right;
	display: block;
}
#menu a{
	display: none;
}
#menu br{
	display: none;
}
#menu hr{
	display: none;
}
#menu hr.thick{
	display: none;
}
#menu img{
	float: left;
	clear: both;
}
#menu img.menu{
	display: none;
	float: right;
	clear: right;
	padding: 3px 10px 0px 2px;
}
.submenus{
	display: none;
}
#main{
	float: right;
	width: 100%;
	background: #FFF;
}
.panel80{
	float: left;
	clear: none;
	width: 80px;
}
.panel200{
	float: left;
	clear: none;
	width: 200px;
}
#footer{
	clear: right;
	float: right;
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #f2f2f2;
	background: #FFF;
	text-align: left;
}
.clear{
	clear: both;
}
