/*
*	base.css
*
*	CSS Development Made by CAT®
* 	http://www.madebycat.com
*/

/* Defaults Set { */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{ 
	line-height: 1.6em;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

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

table, td, th{
	vertical-align: middle;
}

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

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

a{
	cursor:pointer;
}

a img {
	border:0;
}

object, select, embed{
	display:block;
	visibility:visible;
}

br{
	font-size:1em;
}

/* Defaults Set } */

body{
	font:62.5% Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	padding: 0;
	line-height:1em;
}

h1{
	margin: 20px 0 10px 0;
	font-size: 2.6em;
}
 
h2{
	margin: 18px 0 9px;
	font-size: 1.4em;
}
 
h3{
	margin: 12px 0 6px;
	font-size: 1em;
}

h4{
	margin: 10px 0 5px;
}

h5{
	margin: 5px 0 3px;
}

h6{
	margin: 3px 0 0;
}

p, ul, ol{
	margin: 0;
	padding: 0 0 1.25em 0;
	overflow:hidden;
}

ul, ol{
	padding: 0 0 1.25em 2.5em;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

small{
	font-size: 0.85em;
}

a,
a:link,
a:visited,
a:hover{
	text-decoration: underline;
	cursor:pointer;
}

form{
	margin: 0;
	padding: 0;
}

form dl{
	overflow:hidden;
}

form dl dt{
	clear:both;
	float:left;
	width:50%;
}
form dd{
	width:50%;
}

fieldset{
	padding: 0;
	margin: 0;
}

input,
select,
textarea{
	font: 1em Arial, Helvetica, sans-serif;
}

form p select,
form dl dd select,
form p input,
form dl dd input{
	display:inline;
}

textarea{
	width: 100%;
	line-height: 1.25;
}

label{
	cursor: pointer;
}

table{
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}

table tr td{
	padding: 2px;
}

.clear,
.balanced-clear
{
	clear: both;
	height:0;
	font-size:0.01em;
}

.hidden{
	display:none;
	text-indent:-9000pt;
}

.exists{
	display:block !important;
	text-indent:0pt !important;
}

.text-left{
	text-align:left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align:right;
}

.text-justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	border-bottom: 1px solid;
}

.highlight{
	background: #ffc;
}

img.img-left{
	float:left;
	margin: 4px 10px 4px 0;
}

img.img-right{
	float:right;
	margin: 4px 0 4px 10px;
}

img.img-block{
	float: none;
	display: block;
	margin: 4px 0 4px 10px;
}

.replace-text{
	text-indent:-9000pt;
	display:block;
}

.canvas-center{
	margin-left:auto;
	margin-right:auto;
}

.for-print{
	display:none;
}

.horizontal-list{
	margin: 0;
	padding: 0;
}

.horizontal-list li{
	float:left;
	list-style:none;
	margin: 0 4px 0 0;
	padding:0;
}

.full-width{
	width:100%;
}

/* Columns */
.align-left,
.two-cols .column,
.three-cols .column,
.col-left,
.col-middle
{
	float: left;
}

.align-right,
.col-right,
.col-right
{
	float: right;
}

.row{
	width:100%;
	clear:both;
	overflow:hidden;
}

.column{
	float:none;
	display:block;
}

.two-cols,
.three-cols{
	display:block;
	clear:both;
	overflow:hidden;
}

.three-cols .column{
	width:33.3%;
}

.half-col,
.two-cols .column,
.two-cols .col-left,
.two-cols .col-right
{
	width:50%;
}

.three-cols .column,
.three-cols .col-left,
.three-cols .col-middle,
.three-cols .col-right
{
	width:33.3%;
}

.content-box{
	margin:auto;
}
