/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/


#navContainer {width: 560px;display:block;clear:both;align:right; border-right: 0px solid #677275; height:30px}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	text-transform: uppercase;
	font-family: century gothic, verdana;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: bold;}
#nav ul li a {display: block; background: #506167; padding: 10px 17px; padding-bottom: 5px; border-right: 1px solid #677275;border-bottom: 0px solid #677275; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #506167; border-color: #677275; color: #00A2B3;}
#nav li a:active, #nav ul li a.active {background: #506167; border-color: #677275; color: #00A2B3;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #506167; color: #ffffff; border-bottom: 0px solid #fff;}
#nav li.menu-current a		{color: #00A2B3;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11.9em; margin: 0; display: none; text-transform: none; margin-top: 0px; font-size: 9px;}
#nav .menu li ul li {width: 11.9em; text-align: left; font-weight: bold; margin: 0; padding: 0; line-height: 1.2em;  border-bottom: 0px solid #677275; }
#nav .menu li ul a {width: 11.2em; padding: .6em .1em .6em .4em; background: #89979B; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #666; background: #506167; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	
	color: #000000;


}

body {
	background-color: #506167;
	margin: 0;
background-image: url(images/background.gif);
	background-repeat: repeat-x;
}


a:link, a:visited, a:active {
	color: #00A2B3;

}

a:hover {
	color: #666666;

}

.main {
	width: 940px;
	margin: auto;
	padding: 0;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border: 0px solid #ffffff;
	vertical-align: bottom;
height:230px;
background-color: #;
}


.adres {
font-size:9px;
color:#89979B;
font-family:century gothic;
font-weight:bold;
line-height:17px
}


.highlight {
	background-color: #D0D0D0;
}


.content {
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 0px solid #ff0000;
	background-color: #ffffff;
font-size:11px;
letter-spacing:-1px;
line-height:17px
}

.footer {
	clear: both;
	height: 50px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
font-family:century gothic;
	font-size: 9px;
	color: #666666;
	text-align: center;
	border: 0px solid #ff0000;
vertical-align: bottom;
padding-left:0px;
color:#666666;
font-weight:bold	
}

.powered_by {
	text-align: center;
	font-size: 9px;
	padding-top: 0px;
}


