/***********************************************/
/* navigationframe.css                         */
/* copyright by www.f-sign.com                 */
/***********************************************/

/***********************************************/
/* Layout Body                                 */
/***********************************************/

body{
	background-color	:	#333333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************ global style **************/

#masthead{
	position			:	absolute;
	top					:	000px;
	left				:	000px;
	width				:	900px;

	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-weight			:	normal;
}

/************** navigation header *****************/

#header{
	position			:	absolute;
	top					:	010px;
	left				:	000px;
	width				:	900px;
	height				:	060px;
	border-top			:	0px solid #8FB8BC;
	border-right		:	0px solid #8FB8BC;
	border-left			:	0px solid #8FB8BC;
	border-bottom		:	0px solid #8FB8BC;
	
	font-weight			:	bold;
	font-size			:	10px;
	text-decoration		:	none;
	background-color	:	#FFFFFF
}

#logo{
	position			:	absolute;
	top					:	005px;
	left				:	010px;
	width				:	150px;
	height				:	050px;
	border-top			:	0px solid #8FB8BC;
	border-right		:	0px solid #8FB8BC;
	border-left			:	0px solid #8FB8BC;
	border-bottom		:	0px solid #8FB8BC;
}

#language{
	position			:	absolute;
	top					:	005px;
	left				:	825px;
	width				:	060px;
	height				:	040px;
	border-top			:	0px solid #8FB8BC;
	border-right		:	0px solid #8FB8BC;
	border-left			:	0px solid #8FB8BC;
	border-bottom		:	0px solid #8FB8BC;
	
	font-weight			:	bold;
    color				:	#000000;
	text-decoration		:	none;
}

/************* globalNav styles ****************/

#globalNav{
	position			:	absolute;
	top					:	065px;
	left				:	000px;
	width				:	750px;
	height				:	032px;
	font-weight			:	bold;

}

#globalLink{
	position			:	absolute;
	top					:	011px;
	left				:	135px;
	width				:	750px;
	height				:	022px;
}

.language_link{
	font-weight			:	bold;
    color				:	#000000;
	text-decoration		:	none;
}

a.glink, a.glink:visited{
	color				:	#FFFFFF;
	text-decoration		:	none;
	font-size			:	10px;
	padding				:	2px 5px 4px 5px;
	border-right		:	1px solid #8FB8BC;
}

a.glink:hover{
	color				:	#FFFFFF;
	text-decoration		:	overline;
	font-size			:	10px;
}

a.llink, a.llink:visited{
	color				:	#FFFFFF;
	text-decoration		:	none;
	font-size			:	10px;
	padding				:	2px 5px 4px 5px;
	border-left			:	1px solid #8FB8BC;
	border-right		:	1px solid #8FB8BC;
}

a.llink:hover{
	color				:	#FFFFFF;
	text-decoration		:	overline;
	font-size			:	10px;
}
