/* 
	Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

	Additions By: Toronto Web Design Experts @ http://www.TorontoWebDesignExperts.ca/
-------------------------------------------------------------- */

* { margin:0px; padding:0px; background-repeat:no-repeat; background-position:center center; }

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-color: transparent;
	background-repeat: no-repeat;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul, li {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { text-decoration:none; }
a img, img { border: none; }

/**** Toronto Web Design Experts Additions ****/
input { border-width:0px; }
input[type="submit"], input[type="checkbox"], input[type="radio"], label, select { cursor:pointer; }

*.float-divider {width:auto; clear:both; height:1px; line-height:1px; font-size:1px; display:block; float:none !important; display:block; border:0px; margin:0; padding:0;}