/*--------------------------------------------------
	Colors
	#059 : Blue;
	#ACABAD: Grey
	
--------------------------------------------------*/
/*--------------------------------------------------
	base
--------------------------------------------------*/

body
{
  font-size: 84%;
}
body *
{
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 1.5;
	color: #059;
}

/*--------------------------------------------------
	hide
--------------------------------------------------*/

#shadow_header,
#main_menu_bar,
#sub_menu,
#nav,
#follow,
#modal
{
	display: none;
}
div.thumb,
div.tipster
{
	display: none;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/

#header
{
	background: none;
	display: block;
	clear: both;
	height: 103px;
}

#header #logo
{
  position:relative;
  margin: 11px 0;
}
#header #logo img
{
  left:0;
  position:absolute;
  top:0;
}
#header #logo, #header #logo *
{
  border: 0;
}
/*--------------------------------------------------
	main
--------------------------------------------------*/

h2
{
  font-size: 1.5em;
}

#thumb_target
{
  float: right;
  margin: 0 0 15px 15px;
}
/*--------------------------------------------------
	summaries
--------------------------------------------------*/

.summary
{
	text-decoration: none;
	page-break-inside: aviod;
	margin: 15px 0;
	clear: both;
}


a.summary em
{
	font: normal 0.82em/1.3 Tahoma, Helvetica, sans-serif;
	color: #059;
}
a.summary em strong
{
	font-weight: bold;
}
a.summary span.footer
{
}


.summary dl
{
  font-size: 0.83em;
	line-height: 1.0;
	padding: 0;
	margin: 5px 0;
}
.summary
{
	border: 0;
}
.summary dt
{
	width: 40%;
	margin: 0.0em 0 0 15px;
	display: list-item;
	text-align: left;
	list-style-type: square;
	font-weight: bold;
	font-variant: small-caps;
}
.summary dd
{
	margin: -1.3em 0 0 49%;
	width: 45%;
	display: block;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}


/*--------------------------------------------------
	offer
--------------------------------------------------*/

a#rif
{
	display: block;
	float: left;
	width: 6.5em;
	font-size: 0.76em;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border: 1px solid #059;
	padding: 2px 5px 7px 5px;
	margin: 3px 15px 12px 0px;
}
a#rif span
{
	display: block;
	padding-bottom: 2px;
	font-size: 1.75em;
	font-weight: bold;
}

#contact
{
	display: block;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
}
#contact address
{
	display: block;
	margin-right: 10px;
}



/*--------------------------------------------------
	typography
--------------------------------------------------*/
h1,
h2,
h3,
h4
{
	font-weight: bold;
	margin: 0 0 0 0;
	line-height: 1.3;
	margin-bottom: 15px;
}
address
{
	font-style: normal;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}
div.summary address
{
	margin: 0;
}

p, ol
{
	line-height: 1.5;
	margin: 0;
	padding: 15px 0;
}



