/*reset styles across browsers, thanks to Eric Meyer (http://meyerweb.com/eric/tools/css/reset/) for getting me started - dja*/
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*set heading font size*/
h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em; font-weight:normal; }
/*anchors and images*/
a img, img { border: none; } 
a { text-decoration: none; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*///////////////////////////////// CLEARFIX ///*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*common classes*/
.top { vertical-align: top; } 
.middle { vertical-align: middle; } 
.bottom { vertical-align: bottom; } 
.sup { vertical-align: super; } 
.sub { vertical-align: sub; } 
.left { text-align: left; } 
.right { text-align: right; } 
.center { text-align: center; } 
.justify { text-align: justify; }
.nine { font-size:9px; }
.ten { font-size:10px; } 
.eleven { font-size: 11px; } 
.twelve { font-size: 12px; } 
.thirteen { font-size: 13px; } 
.fourteen { font-size: 14px; } 
.fifteen { font-size: 15px; } 
.b { font-weight: bold; } 
.i { font-style: italic; } 
.u { text-decoration: underline; } 
.o { text-decoration: overline; } 
.s { text-decoration: line-through; } 
.lowercase { text-transform: lowercase; } 
.uppercase { text-transform: uppercase; } 
.camelcase { text-transform: capitalize; } 
.smallcaps { font-variant: small-caps; } 
.slant { font-style: oblique; } 
.indent { text-indent: 10px; } 
.wrap { word-wrap: break-word; white-space: normal; } 
.pre { white-space: pre; } 
.block { display: block; } 
.inline { display: inline; } 
.none { display: none; } 
.visible { visibility: visible; } 
.hidden { visibility: hidden; } 
.collapse { visibility: collapse; } 
.circle { list-style-type: circle; } 
.disc { list-style-type: disc;} 
.clear { clear: both;}
.floatLeft { float:left; }
.floatRight {float:right; } 
ul.collapse { list-style-type: none; } 
ul.collapse li { list-style-type: none; display: inline; }
