@charset "UTF-8";
/* CSS Document */

a {
	font-family: arial;
	color:#0c8fae;
	font-size:11px;
	text-decoration:none;
}

a:hover {
	color:#666666;
}

a.one {
	font-family: arial;
	color:#ededed;
	font-size:10px;
	font-weight:bold;
	margin-left: -1px;
}

a.two {
	font-family: arial;
	color:#666666;
	font-size:11px;
}

a.two:hover {
	font-family: arial;
	color:#0c8fae;
	font-size:11px;
}

a.three {
	font-family: arial;
	color:#ff6600;
	font-size:11px;
}

a.three:hover {
	font-family: arial;
	color:#666666;
	font-size:11px;
}

#navlist li {
	display : inline;
	list-style-type : none;
	padding-right : 10px;
}

#subnav li{
	padding-bottom:15px;
	list-style-type:none;
	margin-left:-38px;
}


/* READ ON */

#read
{
  display: block;
  width: 70px;
  height: 24px;
  background: url("images/read.jpg") no-repeat 0 0;

}

#read:hover
{ 
  background-position: 0 -24px;
}

#read span
{
  display: none;
}




/* SUBMIT */

#submit
{
  display: block;
  width: 70px;
  height: 24px;
  background: url("images/submit.jpg") no-repeat 0 0;

}

#submit:hover
{ 
  background-position: 0 -24px;
}

#submit span
{
  display: none;
}









#iconright {
	position:relative;
	top:-510px;
	margin-left:290px;
	height: 1px;
}






/* ICON DIRECT MAIL */

#mail
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_directmail.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#mail:hover
{ 
  background-position: 0 -140px;
}



/* ICON PRESS */

#press
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_press.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#press:hover
{ 
  background-position: 0 -140px;
}


/* ICON OUT OF HOME */

#out
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_outofhome.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#out:hover
{ 
  background-position: 0 -140px;
}




/* ICON TV */

#tv
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_tv.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#tv:hover
{ 
  background-position: 0 -140px;
}




/* ICON RADIO */

#radio
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_radio.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#radio:hover
{ 
  background-position: 0 -140px;
}




/* ICON DIGITAL */

#digital
{
  display: block;
  width: 260px;
  height: 140px;
  background: url("images/icon_digital.jpg") no-repeat 0 0;
  margin-bottom:30px;

}

#digital:hover
{ 
  background-position: 0 -140px;
}








