/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus 
	{
	outline: 0;
	}

body 
	{
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul 
	{
	list-style: none;
	}
	
table 
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td 
	{
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after 
	{
	content: "";
	}
	
blockquote, q 
	{
	quotes: "" "";
	}

a img 
	{ 
	border: none; 
	}

/* image replacement */

.replace
	{ 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1;
	}

a.replace span
	{
	cursor:pointer;
	}
	
/* typography */

body 
	{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h1 
	{
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	}
	
h2 
	{
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
	margin-bottom: 1em;
	}

h3 
	{
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	}

h4 
	{
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2857142857142858em;
	margin-bottom: 0.623;
	}
	
p, ul, blockquote, pre, td, th, label 
	{
	margin: 0;
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	}
	
p.small 
	{
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	}

a
	{
	color: #f6931d;
	}

a:hover
	{
	color: #ccc;
	}

.current
	{
	color: #000;
	}

/* layout */

#logo
	{
	width: 150px;
	float: left;
	}

#logo img
	{
	margin-bottom: 1.9em;
	}

#logo ul
	{
	text-align: right;
	}

#logo ul a
	{
	text-decoration: none;
	}
	
#placeholder
	{
	margin: 50px auto;
	width: 600px;
	padding-left: 340px;
	overflow: hidden;
	}

#holder
	{
	width: 700px;
	overflow: hidden;
	}

#content
	{
	margin-left: 20px;
	padding-left: 20px;
	float: left;
	width: 410px;
	border-left: 1px solid #eee;
	min-height: 200px;
	}

.last
	{
	margin: 0;
	padding: 0;
	}

/* global header */

#ewm_header, #ewm_header span
	{
	background: url(logo_ewm_mini.png) no-repeat;
	width: 53px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	}
	
#ewm_header
	{
	position: relative;
	top: 4px;
	}

#global_header
	{
	height: 33px;
	background: #3d3d3d;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	}

#global_header_placeholder
	{
	position: relative;
	width: 940px;
	margin: 0 auto;
	}	
	
#global_header ul
	{
	list-style: none;
	}
	
#global_header ul li
	{
	float: left;
	color: #3a79ce;
	}

#global_header_navigation
	{
	position: absolute;
	top: 7px;
	left: 70px;
	}
	
#global_header_network
	{
	position: absolute;
	top: 7px;
	right: 0;
	}
	
#global_header li a
	{
	text-decoration: none;
	}

.header_sep
	{
	padding: 0 5px;
	color: #fff !important;
	}

