/*==================================================================================
Global Style Sheet 
author: Nischal Tiwari ~ (nischal@namastec.com)
website: http://www.namastec.com/
Business Name: Zen Travel
==================================================================================*/

html {
	overflow-y:scroll;
}
body {
	background: #ffffff;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #888888;
	height:100%;

	}

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

img a {
	border: 0 !important;
	outline: 0 !important;
	}

ul li {
	list-style: none !important;
	margin: 0;
	padding: 0;
	}

/*-- slightly enhanced, universal clearfix hack --*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

.clear {
	clear: both;
	}

.clear-left {
	clear: left;
	}
/*-- start commented backslash hack \ --*/
* html .clearfix{
	height: 0%;
	}

.clearfix{
	display: block;
	}
/*-- stop commented backslash hack --*/
