﻿/* 
Liquid Modules Premium Template #02

Liquid Modules Ltd is the copyright holder of all code below. Do not re-use without permission.
http://www.liquidmodules.com/ 
*/

* {
	margin: 0px;
	padding: 0px;
}

html { 
	overflow: -moz-scrollbars-vertical!important;
	overflow-y: scroll;

} 

img {
	border: 0px;	
	display: block;
}

ul, li {
	list-style: none;
}

table {
	border-spacing: 0;
}

td {
	text-align: left;
}

/* Useful classes */

div.clearer /* Clears floats */
{
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0px;	
}

/* Fix for ASP Menu in IE8*/
.submenu
{
    z-index: 100;
}