@media screen {
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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;
}
body { line-height: 1; }
sup { vertical-align: super; font-size: 7px; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* 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; }

/* Page
===========================================================================*/

* html {
	overflow-x: hidden;
}

*+html {
	overflow-x: hidden;
}

html body {
	color: #666666;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 62.5%;  /* 10px relative to 16px */
	line-height: 1.8em;  /* 18px relative to 10px */
	text-align: center;
	background-color: #b2e0ef;
	overflow-x: hidden;
}

body div#page-wrapper {
	background: transparent url(../_media/bg_page-wrapper.jpg) center top no-repeat;
}

body div#page {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	width: 980px;
}

/* Common elements/classes
===========================================================================*/

a, a:visited, a:active { 
  text-decoration: none;
  color:#0062aa; }
  
a:hover { text-decoration: underline; }

/* From http://blueprintcss.org/ */
.error, .notice, .success { padding: 1em; border: 2px solid #000; }

.error { border-color: #FBC2C4;	color: #8A1F11; background: #FBE3E4; }
.error a { color: #8A1F11; }

.notice { border-color: #FFD324; color: #514721; background: #FFF6BF; }
.notice a { color: #514721; }

.success { border-color: #C6D880; color: #264409; background: #E6EFC2; }
.success a { color: #264409; }

.over {
	position: absolute;
	padding: 3px 0 0 5px;
	color: #999;
}

/* Easy Clearing - http://www.positioniseverything.net/easyclearing.html
===========================================================================*/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;	
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

.clear { display: inline-block; }

/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
* html .clear {	height: 1%; }

.clear { display: block; }
/**/ /* end hidden from IE 5 Mac */

/* Phark IR
===========================================================================*/

.replace {
	text-indent: -1000em;
	background-repeat: no-repeat;
	outline-width: 0; /* for Firefox 1.5+ */
	text-decoration: none; /* for Firefox 1.0 */
}

/* end @media */
}
