body {
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:15px;
	}
	
div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:15px;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}

caption,th {text-align:left;}
abbr,acronym {border:0;}

h2 { font-size:23px;padding-bottom:30px;color:white; }
ul {padding-left:20px;}
li {padding-left:6px;}

/*fonts.css*/
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

a {text-decoration: none; outline: none; cursor: pointer; color:#ffdd00;}
a:hover {text-decoration: underline; color:#ffdd00;}


#global {
	width:960px;
	margin:auto;
	padding-top:20px;
	text-align:left;
}


/* Header */
#header {
position: relative;
height: 70px;
}
#header h1 {
position: absolute; bottom: 20px; top:0;
width: 300px;
margin: 0;
}
#header h1 img {
float: left;
margin: 0;
}
.corporate a {
padding: 0 0 0 15px;
font-size: 11px;
background: url(../pics/nikon-corporation.png) left center no-repeat;
color: #777
}

/* Menus */
#topMenu {
float: right;
clear: both;
margin: 0 -4px 0 0;
padding: 0;
}
#topMenu ul {
margin: 0 ;
padding: 0;
}
#topMenu ul li {
float: left; clear: none;
overflow: hidden;
margin: 0 4px;
padding: 0;
list-style: none;
font-size: 14px;
color: #777
}
#header ul.corporate {
position: absolute; bottom: 0; right: 0;
}
#header ul.corporate li {
text-align: right;
float:right;
margin-left:10px;
}

#footer {
	width: 960px;
	padding: 20px 0;
	float: left; 
	clear: both; 
	margin: 35px 0 0 0;
}

#footer h2 {
	margin: 0 0 6px 0;
	padding: 0 0 9px 0;
	width: 100%;
	border-bottom: 1px solid #777;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	text-transform: uppercase;
}

#footer ul li {
	float: left;
	clear: none;
	margin: 0 24px 0 0;
}

#footer ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #222;
	background: url(../pics/arrow.png) left center no-repeat;
	padding: 0 0 0 15px;
}

#footer .copyright {
	float: right;
	clear: none;
	position: relative;
	font-size: 11px;
	font-weight: normal;
	padding-top:5px;
	color: #222;
}
