﻿html
{
}
body
{
	margin-top:0px;
	margin-bottom:0px;
	background-color: #000073;
	background-image: url(/images/bg3.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height:100%; 
}
div#top2
{
	top:0px;
	left:50%;
	position:absolute;
	width:880px;
	margin-left:-440px;
	height:350px;	
	background-color: #000073;
	background-image: url(/images/bg3.jpg);
	background-repeat: repeat-x;
}
div#top
{
	top:0px;
	margin-right:auto;
	margin-left:auto;
	width:880px;
	height:350px;
	
}


div#logo
{	
	position:absolute;
	top:0px;
	left:0px;
	margin-right:auto;
	margin-left:auto;
	z-index: 9;
	width: 880px;
	height: 350px;
	/*background-image: url(/images/logo3.png);
	background-repeat:no-repeat;*/
}


div#block
{	
	width:940px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/images/blend.png);	
	height:100%;
}
div#block2
{
	width:880px;
	margin-left:30px;
	margin-right:30px;
	background-color:#e7e7e7;
	margin-bottom:0px;
	height:100%;
	
}

div#content
{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	font-family:Verdana;
	font-size:14px;
	line-height:20px;
	background-image:url(/images/bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:100%; 
}

div#menu
{
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	height:40px;
	background-image:url(/images/bgtop2.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:16px;	
}
div#menu ul
{	
	float:left;
	margin:0px;
	padding:0px;
}
div#menu li
{
	outline: white none 0px;
	list-style-type: none;
	float: left;		
	font-variant: small-caps;
	color: #444444;
	display: block;
}
.spanMenu
{	
	display:block;
	text-align:center;
	line-height:37px;	
	padding-left:13px;
	padding-right:13px;
	height:40px;
	background-image:url(/images/dotted2.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.spanMenu2
{		
	background-image:none;
}

div#footer
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family:Verdana;
	font-size:11px;
	font-style:italic;
	line-height:20px;
	padding-top:60px;
	padding-bottom:7px;
	width:700px;
}

div#menu ul li a
{
	color:#444444;
	text-decoration:none;	
}

div#menu ul li a:hover span
{	
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer;
	background-image:url(/images/bgtop.png);
	background-position:center;
	background-repeat:repeat-x;	
}


div#menu ul ul 
{
	position: absolute;
	margin-left:0px;
	z-index: 500;
	width:110px;
}
div#menu ul ul li
{
	list-style-type: none;
	float:left;		
	background-color:#dddddd;
	background-image:url(/images/bgtop2.png);
	width:150px;
	height:35px;
	padding-left:0px;
	padding-right:0px;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

/*
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}*/

