/* START: Head */
#head {
	width: 100%;
	background: #fff;
}

#head .content {
	width: 990px;
	height: 102px;	
	margin: 0 auto;
	padding: 0 0 2px 0;
}

/* START: Logotype */
/* Normal logo */
/*#head .content h1 {
	float: left;
	width: 96px;
	height: 49px;
	background: url(../images/header_logo.gif) no-repeat left center;
	border-right: 1px solid #c6c6c6;
	padding: 7px 18px 10px 0;
	margin: 18px 15px 0 5px;
}*/

/* Winter logo 01 */
/*#head .content h1 {
	float: left;
	width: 99px;
	height: 71px;
	background: url(../images/header_logo_winter_01.gif) no-repeat left center;
	border-right: 1px solid #c6c6c6;
	margin: 20px 15px 0 8px;
	padding: 0 17px 0 0;
}*/

/* Winter logo 02 */

#head .content h1 {
	float: left;
	width: 170px;
	height: 121px;
	background: url(../images/header_logo.png) no-repeat left center;
	border-right: 0px solid #c6c6c6;
	margin: -22px 4px 0px 13px;
	padding: 0 3px 0 0;
}

/*#head .content h1 {
	float: left;
	width: 143px;
	height: 78px;
	background: url(../images/header_logo_winter_02.gif) no-repeat left center;
	border-right: 1px solid #c6c6c6;
	margin: 21px 14px 0px 8px;
	padding: 0 3px 0 0;
}*/

/* Winter logo 03 */
/*#head .content h1 {
	float: left;
	width: 99px;
	height: 99px;
	background: url(../images/header_logo_winter_03.gif) no-repeat left center;
	border-right: 1px solid #c6c6c6;
	margin: 1px 17px 0px 8px;
	padding: 0 17px 0 0;
}
*/

/* Christmas logo  */
/*#head .content h1 {
	float: left;
	width: 153px;
	height: 91px;
	background: url(../images/header_logo_winter_05.gif) no-repeat left center;
	margin: 8px 14px 0 0;
}*/

#head .content h1 img {
	width: 100%;
	height: 100%;
	border: 0;
}

#head .content h1 span { display: none; }
/* END: Logotype *

/* START: Date & Time */
#head .content .datetime {
	float: left;
	color: #333;
	margin: 32px 0 0 0;
}

#head .content .datetime .date { font-size: 12px; }

#head .content .datetime .time {
	font-size: 17px;
	font-weight: bold;
}
/* END: Date & Time */

/* START: Banner */
#head .content .banner {
	z-index: 100;
	position: relative;
	float: right;
	width: 750px;
	height: 100px;
}
/* END: Banner */

/* START: Eyebrow */
#tool_bar {
	width: 100%;
	height: 35px;
	background: url(../images/tool_bar.gif) repeat-x;
	padding: 1px 0 1px 0;
}

#tool_bar .content {
	width: 990px;
	margin: 0 auto;
}

/* START: Social icons */
#tool_bar .content .socialIcons {
	float: left;
	width: 730px;
	margin: 8px 0 0 0;
}

#tool_bar .content .socialIcons li {
	float: left;
	height: 18px;
	background: url(../images/tool_bar_border.gif) 100% 3px no-repeat;
	padding: 0 9px 0 0;
	margin: 0 0 0 8px;
}

#tool_bar .content .socialIcons li.mobile { margin: 0 0 0 6px }
#tool_bar .content .socialIcons li.dateclock { background: none }

#tool_bar .content .socialIcons li a {
	float: left;
	display: block;
	color: #4f4f4f;
	height: 18px;
	padding: 3px 0 0 23px;
}

#tool_bar .content .socialIcons li.mobile a { background: url(../images/site_social_icons.gif) no-repeat 0 0 }
#tool_bar .content .socialIcons li.rss a { background: url(../images/site_social_icons.gif) no-repeat 0 -30px  }
#tool_bar .content .socialIcons li.favorites a { background: url(../images/site_social_icons.gif) no-repeat 0 -60px }
#tool_bar .content .socialIcons li.homepage a { background: url(../images/site_social_icons.gif) no-repeat 0 -90px }
#tool_bar .content .socialIcons li.twitter a { background: url(../images/site_social_icons.gif) no-repeat 0 -120px }
#tool_bar .content .socialIcons li.facebook a { background: url(../images/site_social_icons.gif) no-repeat 0 -150px }
#tool_bar .content .socialIcons li.dateclock a { background: url(../images/site_social_icons.gif) no-repeat 0 -360px }

#tool_bar .content .socialIcons li.mobile a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -180px }
#tool_bar .content .socialIcons li.rss a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -210px  }
#tool_bar .content .socialIcons li.favorites a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -240px }
#tool_bar .content .socialIcons li.homepage a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -270px }
#tool_bar .content .socialIcons li.twitter a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -300px }
#tool_bar .content .socialIcons li.facebook a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -330px }
#tool_bar .content .socialIcons li.dateclock a:hover { background: url(../images/site_social_icons.gif) no-repeat 0 -360px }
/* END: Social Incons */

/* START: Date & Time */
#tool_bar .content .datetime {
	width: 140px;
	float: left;
	color: #333;
	margin: 10px 0 0 0;
}

#tool_bar .content .datetime .date { 
	width: 64px;
	font-size: 12px; 
	float: left;
}

#tool_bar .content .datetime .time {
	font-size: 12px;
	font-weight: bold;
	float: left;
}
/* END: Date & Time */

/* START: Search */
#tool_bar .search {
	float: right;
	width: 220px;
	height: 26px;
	margin: 4px 0 0 0;
}

#tool_bar .search form { float: right }

#tool_bar .search .value {
	float: left;
	width: 170px;
	font-size: 13px;
	color: #595959;
	border: 1px solid #c0c0c0;
	font-style: italic;
	margin: 4px 8px 0 10px;
}

#tool_bar .search .button {
	float: left;
	width: 18px;
	height: 24px;
	background: url(../images/right_search_go.gif) no-repeat left top;
	border: 0;
	cursor: pointer;
	margin: 2px 0 0 0;
}

#tool_bar .search .button:hover { background: url(../images/right_search_go_h.gif) no-repeat left top }
/* END: Search */