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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}




html,body
{
	width:100%;
	height:100%;
}









html
{
	height:100%;
}
body
{

	font-family:Arial, Helvetica, sans-serif;
}

p
{
	font-size:13px;
	color:#666;
	line-height:19px;
}
h1
{
	font-size:30px;
	font-weight:bold;
	color:#333
}
h2
{
	font-size:26px;
	font-weight:bold;
	color:#333;
}
h3
{
	font-size:20px;
	font-weight:bold;
	color:#333;
}
h4
{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
h5
{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
h6
{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
img
{
	border:none;
}


.fullHeadline
{
	margin:0 0 30px 15px;
}

#headline
{
	position:relative;
	width:470px;
	margin-bottom:20px;
	z-index:1;
}
#headline .navigation
{
	width:468px;
	height:29px;
	/*background:url(/Assets/Images/esh-sprite.png) left top repeat-x;*/
	border:1px solid #d1d1d1;
}
#headline .navigation .left
{
	float:left;
}
#headline .navigation .right
{
	float:right;
}
#headline .navigation ul li
{
	float:left;
}
#headline .navigation ul li a
{
	display:block;
	text-align:center;
	color:#555;
	text-decoration:none;
	cursor:pointer !important;
}
#headline .navigation .left li a
{
	border-right:1px solid #d1d1d1;
	font-size:16px;
	font-weight:bold;
	width:27px;
	padding:7px 0 6px 0;
}
#headline .navigation .right li a
{
	/*border-left:1px solid #d1d1d1;*/
	font-size:13px;
	padding:8px 8px 8px 7px;
}
#headline .navigation .right li a:hover
{
	color:#000;
}

#headline .navigation .right li a span
{
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 3px 1px 3px;
	background:#7d7d7d;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#FFF;
	position:relative;
	top:-1px;
	margin-left:3px;
}
#headline .navigation .right li a span i
{
	width:9px;
	height:10px;
	position:relative;
	display:inline-block;
	top:0;
	left:2px;
	/*background:url(/Assets/Images/white-arrow-ico.gif) no-repeat left 4px;*/
}
#headline .navigation .right li a:hover span
{
	background:#555;
}
#headline .navigation ul li .selected
{
	/*background:url(/Assets/Images/esh-sprite.png) left -29px repeat-x;*/
	color:#e30000;
}






#headline .headlines
{
	height:100px;
	width:470px;
	height:315px;
}
#headline .headlines .headlineItem
{
	position:absolute;
	top:-30px;
	display:none;
	width:470px;
	height:345px;
	overflow:hidden;
}
#headline .headlines .headlineItem img
{
	position:absolute;
	right:0;
	bottom:0;
}
#headline .flash
{
	position:absolute;
	z-index:10;
	right:0;
	bottom:31px;
	overflow:hidden;
}

#headline .flash a
{
	display:block;
	width:470px;
	height:315px;
	position:absolute;
}








