﻿html { min-height: 100%; margin-bottom: 1px; }

body
{
	background-image: url( 'img/background.gif' );
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-family:Arial;
}
#outer
{
	margin: 0 auto;
	width: 840px;
	padding-top: 20px;
	text-align: left;

	border-top: solid 14px transparent;

}
#menu
{
	width: 420px;
	float:left;
}

#logo{float:right;background-image:url('img/logo_tranparent01.gif'); background-repeat:no-repeat; width:165px; height:102px;}
#logo a{width:100%;height:100%;float:left;}


#menu a{width:410px; height:41px;float:left; border:none; }
#menu a.menu_about:link, #menu a.menu_about:visited, #menu a.menu_about:active {background-image:url('img/menu_01_off.gif'); background-repeat:no-repeat; width:410px; height:48px;}
#menu a.menu_news:link, #menu a.menu_news:visited, #menu a.menu_news:active {background-image:url('img/menu_02_off.gif'); background-repeat:no-repeat; width:410px; height:41px;}
#menu a.menu_clients:link,#menu a.menu_clients:visited,#menu a.menu_clients:active{background-image:url('img/menu_03_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_test:link,#menu a.menu_test:visited,#menu a.menu_test:active{background-image:url('img/menu_04_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_management:link,#menu a.menu_management:visited,#menu a.menu_management:active{background-image:url('img/menu_05_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_contact:link,#menu a.menu_contact:visited,#menu a.menu_contact:active{background-image:url('img/menu_06_off.gif'); background-repeat:no-repeat; width:410px; height:49px;}


#menu a.menu_about:hover {background-image:url('img/menu_01_off.gif'); background-repeat:no-repeat; width:410px; height:48px;}
#menu a.menu_news:hover {background-image:url('img/menu_02_off.gif'); background-repeat:no-repeat; width:410px; height:41px;}
#menu a.menu_clients:hover{background-image:url('img/menu_03_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_test:hover{background-image:url('img/menu_04_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_management:hover{background-image:url('img/menu_05_off.gif'); background-repeat:no-repeat; width:410px; height:42px;}
#menu a.menu_contact:hover{background-image:url('img/menu_06_off.gif'); background-repeat:no-repeat; width:410px; height:49px;}
