/*  ********************************************* RESET *********************************************** */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html 				{ height: 100%; width: 100%; }
body 				{ float: left; width: 100%; }

ul, ol 				{ list-style-position: outside; }

a 					{ text-decoration: none; outline: none !important; }
a img 				{ border: none; }

.pane-list 			{ cursor: pointer; }

small				{ font-size: 92%; }

#preloader	 		{ position: absolute; left: -92107px; }

.column { float: left; clear: left; } .column + .column { clear: none; }
	.column>*		{ padding-right: 20px !important; }
	.column.two 	{ width: 50%; }
	.column.three 	{ width: 33%; }
	.column.four 	{ width: 25%; }
	.column.five 	{ width: 20%; }
	.column.six 	{ width: 16%; }

a.backtotop { float: right; padding: 0; margin: 0; text-align: right; }

.socialize li { float: left; padding-right: 6px; width: 32px !important; }
.socialize a { height: 32px; width: 32px; text-indent: -81788px; float: left; }
	.socialize a[href*="facebook"] { background: url('../images/icons/facebook.png'); }
	.socialize a[href*="twitter"] { background: url('../images/icons/twitter.png'); }
	.socialize a[href*="linkedin"] { background: url('../images/icons/linkedin.png'); }
	.socialize a[href*="youtube"] { background: url('../images/icons/youtube.png'); }
	.socialize a[href*="myspace"] { background: url('../images/icons/myspace.png'); }
	.socialize a[href*="google"] { background: url('../images/icons/google.png'); }	

/*  ********************************************* IE ALERT *********************************************** */

#iealert { position: fixed; bottom: 0; left: 0; width: 100%; background: #000; line-height: 30px; font-size: 14px; padding: 20px 0; }
#iealert p { width: 850px; padding: 0; text-align: center; margin: 0 auto; color: #FFF; }
#iealert a { font-weight: bold; text-decoration: none; padding: 3px; color: #CCF; }
#iealert a.modern { margin: 0 20px; font-size: 18px; }
#iealert a:hover { background-color: #182126; }