/* GLOBAL STYLES */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FFF;
}

img {border:0px;}

a {
	color:#326BBC;
	text-decoration:underline;
	}

a:hover {
	color:#326BBC;
	text-decoration:underline;
	}
	
a:active {
	color:#326BBC;
	text-decoration:underline;
	}

a:visited {
	color:#326BBC;
	text-decoration:underline;
	}
	
#IMGWorld_Container {height:auto;}

#Global_Header {
	position:relative;
	width:910px;
	height:96px;
	clear:both;
	text-align:left;
	margin-top: 50px;
}


#TopMenu {
	position:absolute;
	left:547px;
	top:-27px;
	width:363px;
	height:21px;
	z-index:10;
}

#TopMenu .MenuItem {
    line-height:8px;
    font-weight:bold;
    color:#000;
    float:left;
    border-bottom:1px solid #d5d5d5;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    background:url("/pix/topmenu/button_bottom_gradient.gif") bottom  repeat-x;
    height:18px;
    padding:0 6px 0 6px;
 }

#TopMenu .MenuItem2 {
    line-height:8px;
    font-weight:bold;
    color:#000;
    border-bottom:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    background:url("pix/topmenu/button_bottom_gradient.gif") bottom  repeat-x;
    height:18px;
    padding:0 6px 0 6px;
    float:left;
}
			
#TopMenu a {color:#9e9e9e;text-decoration:none;}
#TopMenu a:visited {color:#9e9e9e;}
#TopMenu a:hover {color:#9e9e9e;text-decoration:underline;}

#TopMenu a.SelectedItem {color:#000;}
#TopMenu a:visited.SelectedItem {color:#000;}
#TopMenu a:hover {color:#000;}


#Search {
	position:absolute;
	left:702px;
	top:23px;
	z-index:10;
 }

#Search .kw_input {
    float:left;
    height:14px;
    color:#9e9e9e;
    padding-top:3px;
    font-weight:bold;
    font-size:11px;
    background:url("pix/pageheaders/search/search_input_bg.gif") top repeat-x;
    width:165px;
    border:1px solid #9b9da4;
    margin-right:2px; 
}

