/*CSS Reset*/
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;
}

html, body {
	height: 100%;
}

html {
	font-size: 1em;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

li, dd, blockquote {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
	margin: 0 0 1.5em;
	line-height: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	/*margin: 0 0 .75em;*/
	margin: 0 0 .25em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	/*margin: 0 0 1em;*/
	margin: 0 0 .34em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	/*margin: 0 0 1.25em;*/
	margin: 0 0 .42em;
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
	/*margin: 0 0 1.5em;*/
	margin: 0 0 .5em;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clearer, .right_clearer, .left_clearer {
	font-size: 0px;
	height: 0px;
}

.clearer {
	clear: both;
}

.right_clearer {
	clear: right;
}

.left_clearer {
	clear: left;
}

.hide {
	display: none;
}

.dashed {
	border-style: dashed;
	border-width: 0 0 1px;
	text-decoration: none
}

.red {
	color: #f00;
}

/*Typography*/
span.laquo {
	margin-left: -0.44em
}

span.raquo {
	margin-right: -0.44em
}

span.lbr {
	margin-left: -0.3em
}

span.rbr {
	margin-right: -0.3em
}

span.point {
	margin-right: -0.2em
}

span.ensp {
	word-spacing: 0.44em
}

span.nbsp {
	word-spacing: 0.3em
}

span.thinsp {
	word-spacing: 0.2em
}

/* Popups */
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    filter:alpha(opacity = 70);
    opacity: 0.7;
    z-index: 100;
    cursor: pointer;
}
.popup-container {
    cursor:default;
    margin: 0 auto;
    position: relative;
}
.popup-margins {
    cursor: pointer;
    position: absolute;
    width: 100%;
    z-index:101;
    overflow: hidden;
    left:0;
}
.popup-close {
    
}
