@charset "utf-8";
/* Master CSS Document */
/* Author: Nikesh Ulak (nikesmartboy@gmail.com) */


/* ––––––––––––––––––––––––––––––––––––––
Reset Style Sheet 
–––––––––––––––––––––––––––––––––––––––––*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	}

a {
	outline: none;
	text-decoration: none;
	}


a:hover {
	text-decoration: underline;
	}

:focus {
	outline:0;
	}

ul li {
	list-style:none;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

hr {
	display:block;
	width:100%;
	height:1px;
	border:none;
	}


/* ––––––––––––––––––––––––––––––––––––––
Global Style Sheet 
–––––––––––––––––––––––––––––––––––––––––*/

body {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	}

* {
	margin:0;
	padding:0;
	}

a:hover {
	text-decoration: none;
	}	

img {
	border:0;
	}

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

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

ol {
	padding: 0 0 0 10px;
	}

ol li {
	list-style-position: outside;
	}

ol.Hide li {
	display: none;
	}
	
p {
	clear:inherit;
	}

br {
	line-height: 12px;
	}

/*-- 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;
	height: 0px;
	line-height: 0px;
	}

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

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




/* Globally used */

* {
	margin: 0;
	padding: 0;
	}
	
.floatleft {
	float: left !important;
	}
	
.floatright {
	float: right !important;
	}

.clear {
	clear: both;
	}

.nobackground {
	background: none !important;
	}

.noborderright {
	border-right: 0 !important;
	}

.nomargin {
	margin: 0;
	}
.nomarginbottom {
	margin-bottom: 0 !important;
	}
.nomarginleft {
	margin-left: 0 !important;
	}
.nomarginright {
	margin-right: 0 !important;
	}
.nomargintop {
	margin-top: 0 !important;
	}

.nopadding {
	padding: 0 !important;
	}
.nopaddingleft {
	padding-left: 0 !important;
	}
.nopaddingright {
	padding-right: 0 !important;
	}
.nopaddingtop {
	padding-top: 0 !important;
	}
.nopaddingbottom {
	padding-bottom: 0 !important;
	}

input[type=submit],
input[type=button] {
	cursor: pointer;
	}

.block {
	display: block;
	}
p {
	margin-bottom: 10px;
	}
.nomarginbottom p {
	margin-bottom: 0;
	}
.nopaddingleft li {
	padding-left: 0 !important;
	}