@charset "UTF-8";
/* CSS Document */

/***********/
/* MODULES */
/***********/


/* HEADER */

#leader {
	background:#999;
	color:#eee;
	padding:8px 0;
	height:90px;
	}
.ad-tag {
	padding-right:3px;
	}
#leader #left {
	border-right:1px dashed #ccc;
	height:90px;
	background:0 none;
	}
#leader #right {
	text-align:center;
	padding-top:7px;
	font-size:.825em;
	line-height:1.1em;
	}
#leader #right img {
	padding-bottom:6px;
	}

#header {
	text-align:center;
	background:url('../images/header-bg.jpg') repeat-x;
	padding:0;
	height:88px;
	border-top:1px solid #586578;
	margin-bottom:12px;
	}
#hdr-wrap {
    margin:0 auto; 
    width:960px;
    }
#hdr-lt {
    float:left; 
    width:415px; 
    height:88px; 
    text-align:left; 
    background:url('../images/eweek-labs_logo.jpg') no-repeat;
    }
#hdr-ctr {
    float:left; 
    padding-top:62px; 
    font-size:11px; 
    color:#CCC;
	width:320px;
    }
#hdr-rt {
	float:left; 
    height:88px;
	width:225px;
	background:url('../images/search-bg.gif') no-repeat;
	text-align:center;
	}
#leader a, #hdr-ctr a, #header-rt a {
	padding:0; 
	margin:0; 
	color:#f6e82f; 
	text-decoration:underline
	}
#hdr-rt form {
	width:208px;
	padding:61px 0 0 10px;
	}
#search_btn {
	width:24px;
	height:22px;
	}
#s {
	height:20px;
	width: 175px;
	color: #000;
	padding:0 0 0 3px;
	border:1px solid #253763;
	font-size:.825em;
	background-image: url(../images/input.jpg);
	}
.inputbox {
	float: left;
	margin:0;
	padding:0;
	width:180px;
	}

/* MENU */
.nav .top {
	padding:0;
	margin:0;
	text-align:center;
	width:91px;
	
	}
.nav .top ul {
	text-align:center;
	padding:0;
	margin:0;
	width:91px;
	
	}
.nav {
	height:29px;
	position:relative; 
	z-index:100; 
	width:273px;
	top:59px;
	left:137px;
	font-family:arial, sans-serif;
	}
.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.nav li {
	float:left;
	position:relative;
	
	}
.nav a, .nav a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	height:29px;
	line-height:30px;
	padding:0;
	margin:0;
	font-weight:bold;
	background-image:url(../images/buttons.gif);
	}
.nav a:hover {
	color:#000 !important; 
	background:url(../images/buttons.gif) !important;
	background-position:-91px !important;
	font-size:12px !important;
	line-height:32px !important;
}
.nav :hover > a {
	color:#000 !important; 
	background:url(../images/buttons.gif) !important;
	background-position:-91px !important;
	font-size:12px !important;
	line-height:32px !important;
}
