﻿#content .top 
{
	overflow:hidden;
	margin:0px 0;
}
#content .options 
{
	float:left;
	width:370px;
}
#content .options a img
{
	float:left;
}
#content .options ul
{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
#content .options ul li
{
	background:transparent url(../images/btn-green.png) repeat-x left top;
}
#content .options ul li.orange
{
	background:transparent url(../images/btn-orange.png) repeat-x left top;
}
#content .options ul li a
{
	display:block;
	width:110px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 40px;
	background:transparent url(../images/btn-big-arrows.png) no-repeat 15px 15px;
}
#content .options ul li a.twolines
{
	line-height:normal;
	padding-top:6px;
	height:34px;
}
#content .options ul li a:hover
{
	text-decoration:none;
}

/*
#newsletter 
{
	background-color:#ECECEC;
	width:240px;
	float:right;
	height:150px;
	padding:0 10px 10px 10px;
}
*/
#home-block 
{
	background-color:#ECECEC;
	padding:0 10px 10px 10px;
}
#home-block td
{
	vertical-align:top;
}
#home-block img 
{
	background-color:#fff;
	border:1px solid #033A73;
	padding:4px;
}
#home-block p.more 
{
	background:transparent url(../images/button.gif) repeat-x scroll center top;
	padding-right:5px;
	text-align:right;
}
#home-block p.more a
{
	background:transparent url(../images/arrow-right.gif) no-repeat scroll left center;
	color:#fff;
	font-weight:bold;
	padding-left:12px;
}
