﻿@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Misc Styles */

/* TOOLBOX/FIXES (Handy stuff for optimized code)
---------------------------------------- */
img {
	border:none;
	outline:none;
}
div.hr {
	background:#E7E7E7;
	height:2px;
	margin:0 0 10px 0;
	overflow:hidden;
}
div.hr hr {
  display: none;
}
.floatLeft {float:left}
.floatRight {float:right}

.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
