/* Based partly on Andy Clarke's layout file in Transcending CSS and also incorporates Eric Meyer's */
/* reset file v1.0 | 20080212 at http://meyerweb.com/ */ 

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;
}
* {
	padding:0;
	margin:0;
	}
body {
	line-height: 100%;
}
ol, ul {
	list-style: none;
/*	list-style-type:none;*/
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
img	{
	border:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Prevent hiding the drop-down arrow of a select form widget in Firefox when padding and margin are reset to zero */
select {
	min-width:1.5em; 
	}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #959D92; /* for ie */
	background-color: #959D92; /* for everyone else */
/*	height: 1px;*/
}
em	{
	font-style:italic;
}
