@charset "utf-8";

#header{
	width: 902px;
	margin: 0 auto;
}

#globalNav{
	width: 902px;
	margin: 0 auto;
}

#mainContents{
	width:900px;
}

#mainVis #img{
	width: 902px;
	margin: 18px auto 0;
}

#prodNav{
	position: relative;
	margin-bottom: 11px;
}

#prodNav #moreInfo{
	position: absolute;
	top: 6px;
	right: 6px;
	margin: 0px;
}

#prodNav #menu{
	margin-left: 0;
}

#prodNav #menu li{
	display: inline;
}

#contactArea #contactList{
	padding: 0 15px 20px;
	background: url(../img/contact_bg.png) no-repeat bottom left;
	margin-left: 0;
}

#contactArea #contactList li{
	width: 280px;
	float: left;
	padding-right: 20px;
}

#contactArea #contactList .lastChild{
	width: 240px;
}

#contactArea #contactList .detail{
	margin-bottom: 0;
}

#contactArea #contactList .detail dt{
	font-weight: bold;
}

#contactList{
	zoom: 1;
}

#contactList:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

