body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #fff;
}

#body div { /*
	border: 1px solid red;
	*/
	
}

/* --- */
#header {
	position: absolute;
	width: 960px;
	height: 260px;
	text-align: left;
	top: 0;
	left: 0;
	background: url("../images/2/header2.png") left top no-repeat;
	padding: 110px 10px 10px 10px;
	/*background-color: #80EBF5;*/
}

#header h1 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#header h2 {
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #fff;
}

td.logo {
	width: 1px;
}

td.logo img {
	border: none;
}

#tabs {
	position: absolute;
	left: 0;
	top: 260px;
	width: 960px;
	height: 50px;
}

#tabs div {
	position: relative;
	float: left;
	width: 240px;
	text-align: center;
	height: 28px;
	font-size: 18px;
	padding-top: 5px;
}

#tabs div.selected {
	height: 38px;
	margin-top: 0;
	font-weight: bold;
}

#tabs div a {
	text-decoration: none;
	color: inherit;
}

.tabs_1,.toolbar_1 {
    
}

.tabs_2,.toolbar_2 {
    
}

.tabs_3,.toolbar_3 {
    
}

.tabs_4,.toolbar_4 {
    
}

.tabs_1,.tabs_2,.tabs_3,.tabs_4 {
    color: #797979;
}

#tab1 {
	background: url(../images/2/tab.png) no-repeat top left;
}

#tab1.selected {
	background: url(../images/2/tab1.png) no-repeat top left;
}

#tab2 {
	background: url(../images/2/tab.png) no-repeat top left;
}

#tab2.selected {
	background: url(../images/2/tab3.png) no-repeat top left;
}

#tab3 {
	background: url(../images/2/tab.png) no-repeat top left;
}

#tab3.selected {
	background: url(../images/2/tab4.png) no-repeat top left;
}

#tab4 {
	background: url(../images/2/tab.png) no-repeat top left;
}

#tab4.selected {
	background: url(../images/2/tab2.png) no-repeat top left;
}

#tab1.selected,#tab2.selected,#tab3.selected,#tab4.selected {
	font-size: 18px;
	color: #fff;
}

/* --- */
#toolbar {
	position: absolute;
	width: 960px;
	height: 42px;
	top: 292px;
	left: 0;
	background: url('../images/2/menu.png') left top no-repeat;
	z-index: 1000;
}

#toolbar ul {
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 0;
}

#toolbar ul li {
	font-size: 12px;
	list-style-type: none;
	display: inline;
	padding: 0 15px;
	color: #fff;
	/*background-color: #eee;*/
}

#toolbar ul li a {
	text-decoration: none;
	color: inherit;
}

#call {
    background-color: #0080C3;
    color: #fff;
	width: 244px;
	height: 50px;
	position: relative;
	float: right;
	margin-right: 3px;
}

.menu_1 ul li {
	background-color: #0080C3;
	color: #fff;
}

.menu_2 ul li {
    background-color: #0080C3;
	color: #fff;
}

.menu_3 ul li {
    background-color: #0080C3;
	color: #fff;
}

.menu_4 ul li {
    background-color: #0080C3;
	color: #fff;
}

.menu_1 ul li:hover,.menu_1 ul li.selected
{
    background-color: #0080C3;
	color: #fff;
		
}

.menu_2 ul li:hover,.menu_2 ul li.selected
{
    background-color: #0080C3;
	color: #fff;
}

.menu_3 ul li:hover,.menu_3 ul li.selected
{
    background-color: #0080C3;
	color: #fff;
}

.menu_4 ul li:hover,.menu_4 ul li.selected
{
    background-color: #0080C3;
	color: #fff;
}

/* --- */
#middle {
	position: absolute;
	width: 960px;
	top: 337px;
	left: 0px;
	/*border: 1px solid red;*/
}

/* --- */
#menu {
	position: relative;
	float: right;
	width: 250px;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 10px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	list-style-type: none;
	margin: 3px;
	padding: 3px;
}

#menu ul li,#toolbar ul li {
	cursor: pointer;
}

#menu ul li.selected {
	
}

#menu ul li a {
	text-decoration: none;
	color: inherit;
}

/* --- */
#content {
	position: relative;
	float: left;
	width: 690px;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 10px;
	color: #555555;
	/*background-color: #EEEEEE;*/
}

#content ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

#content ul li {
	list-style-type: none;
	padding: 5px 0 5px 20px;
	background: url('../images/tick.png') no-repeat;
	/*background-color: #eee;*/
}

#content a {
	text-decoration: underline;
	color: #2E66B2;
}

#content a:hover {
	text-decoration: underline;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

/* --- */
#content h1 {
	font-size: 30px;
	color: #000;
}

#content h2 {
	font-size: 18px;
	color: #3D3D3D;
}

.content_1 h1 {
	
}

.content_2 h1 {
	
}

.content_3 h1 {
	
}

.content_4 h1 {
	
}

/* --- */
.footer_1 {
}

.footer_2 {
}

.footer_3 {
}

.footer_4 {
}

#footer a{
text-decoration:none;
color:#000;
font-weight:normal;
}
#footer a:hover{
text-decoration:underline;
}
#footer {
	color: #8D8D8D;
	position: static;
	width: 960px;
	height: 30px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

#footer table {
	width: 100%;
	height: 33px!important;
	pading: 0!important;
	margin: 0!important;
}

#footer table td {
	text-align: right;
	vertical-align: middle;
}

a.adlink {
	padding-left:5px;
    color: #0080C3;
    text-decoration: none;
}

a.adlink:hover {
    text-decoration: underline;
}