/* CSS Document */

#nav-menu ul
{
list-style: none;
padding: -2px;
margin: 0;
font-family:Verdana;
font-size: 9pt;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(button.png) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
color: #FFFFFF;
}

#nav-menu li a:hover
{
background: url(button.png) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 6em;
display: block;
color: #e10000;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:40em
} 

#logo {
	position:absolute;
	left:15px;
	top:9px;
	width:208px;
	height:52px;
	z-index:1;
}
#menu {
	position:absolute;
	left:15px;
	top:73px;
	width:472px;
	height:19px;
	z-index:2;
	background-image: url(menu_back.png);
}
#main_back {
	position:absolute;
	left:15px;
	top:92px;
	width:896px;
	height:901px;
	z-index:3;
	background-color: #FFFFFF;
}

body {
	background-image: url(background.png);
}

#shadow {
	position:absolute;
	left:13px;
	top:91px;
	width:899px;
	height:15px;
	z-index:7;
	background-image: url(menu_drop.png);
}
#main {
	position:absolute;
	left:40px;
	top:279px;
	width:570px;
	height:120px;
	z-index:8;
	background-color: #FFFFFF;
}

#phone {
	position:absolute;
	left:629px;
	top:74px;
	width:80px;
	height:17px;
	z-index:9;
}

#info {
	position:absolute;
	left:719px;
	top:74px;
	width:196px;
	height:19px;
	z-index:10;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style3 {
	color: #FFFFFF;
	font-size: 9px;
}

.style9 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style10 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

