/*--------------------------------------------------------------
	Title: Reset Styles for all browsers + Internet Explorer 7+ 
	Author: Michael Cacciott
	Date Last Modified: 1/24/09
	www.michaelsartsite.com Copyright (c) 2009 
----------------------------------------------------------------*/
		
/*-- global reset --*/
* { margin: 0; padding: 0; }
		
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 { 
	border:0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

body { 
	font-size: 12px;
  	color: #000; 
  	background: #fff;
  	font-family: "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.4em; 
}

/*-- Sets pg opacity just under 100% for FF, which changes appearance of text on jQuery fade effects --*/
body { -moz-opacity: .999; }

a { outline-style: none; } /*-- no outline FF and Ns */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

p { margin: 0 0 1.5em; }

/*-- Tables --*/
table { 
	border-collapse: separate; 
	border-spacing: 0;
}	
table, td, th { vertical-align: middle; }
th { font-weight: bold; }
caption { background: #eee; }

/*-- Lists -- */
li ul, 
li ol { margin:0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

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

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

/*-- Removes dotted outline when click links in Firefox --*/
a { outline: none; }
	
a img { border: none; }

