﻿/**
* reset browser defaults
----------------------------------*/
body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,
blockquote,th,td,form,
fieldset,a,img,button     {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p       {font-size:100%;}
ol,ul                     {list-style:none;}
caption,cite,code,th      {font-style:normal;}
fieldset,img              {border:0;}
:focus                    {outline:1px dotted #eee;}
table                     {border-collapse:collapse;border-spacing:0;}
hr                        {border:0;border-top:3px solid #f2f2f2;margin:0;height:3px;}

.clearfix { display: block; }
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.subcolumns {
overflow:hidden;
width:100%;
}
.clearL {
clear:left;
padding:0px;
margin:0px;
}

.clear {
	clear:both;
	}
	
