/*--------------------------------------------------------------
# Corporate - April 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/
	
/* Rules to fixing problems in IE7 */

div#wrapper_menu ul{
	list-style-image:none!important;
}
div#wrapper_top{
	min-height:87px;
}
ul{
	list-style-image:url(../images/ie7_bullet.png)!important;	
}
div#wrapper_banner div.moduletable_content,
div.wrapper_banner_helper{
	position:relative!important;
}
ul li{
	line-height:110%!important;
}
ul.bullet{
	padding-left:0!important;
}
ul.bullet li{
	padding-top: 0!important;
	height: 100%;
	margin-top: 5px;
	display: list-item!important;
}
div.moduletable_menu ul{
	list-style-image: none!important;
}
div#wrapper_menu li.level1 a,
div#wrapper_menu li.level1 span.separator{
	margin-top: 10px!important;
	display:block;
}
div#wrapper_menu li.level1 li a{
	margin-top: 0px!important;
}
.us_width-20{ width:19.9%!important; }
.us_width-25{ width:24.9%!important; }
.us_width-33{ width:32.9%!important; }
.us_width-50{ width:49.9%!important; }
.us_width-100{ width:100%!important; }