
/* reset default value
-------------------------------*/
body{  
	margin:0; 
	padding:0; 
}


/* header
-----------------------------*/
#header-wrap{
	display:block;
	padding-bottom:4px;
	background:url(../images/bg_header.gif) repeat-x left top;
	font:13px arial,helvetica,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#222;
	text-align:center;
	left:0px;
	width:100%;
	/*border-bottom: solid 1px #bbbbbb;*/
}
#header-wrap .txt10{
	font-size:.77em;
	line-height:1.22;
}
#header-wrap img{
	border:none;
	vertical-align:bottom;
}
#header{
	position:relative;
	width:850px;
	margin:0 auto;
	text-align:left;
}
#logo{
	vertical-align:top;	
	margin:13px 13px 8px 5px;	
}
#header #siteid{
	vertical-align:top;
	margin-top:20px;
}

/* global menu
-----------------------------*/
#gmenu, #gmenu li{  
	margin:0; 
	padding:0;		
}
#gmenu{
	float:left;
	width:780px;
	list-style-type:none;
}
#gmenu li{
	float:left;
	padding-left:8px;
	padding-right:8px;
	border-right: solid 1px #bbbbbb;
}

#gmenu li a
{
    font-family:"Helvetica Neue 65 Medium", Helvetica, Arial; 
    font-size:12px;
	color:#666666;
}

#gmenu img{
	vertical-align:bottom;
	border:none;
}
#gmenu #w-sitemap{
	float:right;
}

/* search form
-----------------------------*/
#header-wrap form{
	margin:0;
	padding:0;
}
#search-box{
	position:absolute;
	right:45px;
	top:20px;
	width:138px;
	padding:2px 0 1px;
	border:1px solid #b3b3b3;
	color:#666;
}
.search-box{
	position:absolute;
	right:45px;
	top:20px;
	width:138px;
	padding:2px 0 1px;
	border:1px solid #b3b3b3;
	color:#666;
}

@media tty {
i{content:"\";/*" "*/}} #search-box{width:140px;} /*";}
}/* */

#w-go{
	position:absolute;
	right:0px;
	top:20px;
}

.w-go{
	position:absolute;
	right:0px;
	top:20px;
}




/* footer
-----------------------------*/
#footer-wrap{
	border-top:1px solid #bcbcbc;
	font:13px arial,helvetica,sans-serif;
	*font-size:small;
	*font:x-small;
	color:#222;
	text-align:center;
}
#footer-wrap .txt12{
	font-size:.92em;
	line-height:1.22;
}
#footer-links,#footer-links li,#footer-wrap p{  
	margin:0; 
	padding:0; 
}
#footer{
	width:850px;
	margin:0 auto;
	padding:6px 0 6px;
	text-align:left;
}
#footer a{
	color:#3f445d;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a:active{
	text-decoration:none;
}
#footer #footer-breadcrumb{
	float:left;
	width:70%;
	padding-bottom:3px;
	padding-left:12px;
}
* html #footer #footer-breadcrumb{
	padding-bottom:2px;
}
*:first-child+html #footer #footer-breadcrumb{
	padding-bottom:2px;
}
#footer-breadcrumb span{
	color:#d50000;
}
#footer-links{
	float:right;
	padding-right:12px;
	list-style-type:none;
}
#footer-links li{
	float:left;
	padding:0 7px;
	border-right:1px solid #838383;
}
li#footer-links-r{
	border:none;
	padding-right:0;
}
#footer-copyright{
	margin-left:12px;
	vertical-align:bottom;
}


#header, #footer{
	width:850px;
}

/* clearfix
-------------------------------*/
.clearfix:after{
	content:"";
	display:block;
	height:.01em;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{ height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac*/
