
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	background-color:#141C29;
}
body, a {
	color:#1C2C4E;
}
body, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
}
#container {
	position:relative;
	width:720px;
	height:410px;
	margin:80px auto;
	border:1px solid #666D79;
	background-color:white;
}

#header {
	position:absolute;
	top:26px;
	left:0;
	padding-top:9px;
}
#header p {
	position:absolute;
	margin-left:52px;
	display:none;
	z-index:99;
}
#header p img {
	border:0;
}
#header .bkgd {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:86px;
	background-color:#111C31;
	opacity: .5;
	filter: alpha(opacity=50);
}
#header h1 span, #header h2 span, #header h3 span {
	display:none;
}
#header .titles {
	margin-left:52px;
}
#header h1, #header h2, #header h3 {
	position:relative;
	z-index:99;
}
#header h1 a, #header h2 a, #header h3 a {
	display:block;
	width:206px;
	background-image:url(../img/word-merchant.png);
}
#header h1 a {
	height:30px;
}
#header h2 a {
	height:23px;
	background-position:0 -30px;
}
#header h3 a {
	height:17px;
	background-position:0 -53px;
}
*html #header p {
	display:block;
}
*html #header .titles {
	display:none;
}

#menu {
	position:absolute;
	top:26px;
	left:280px;
	width:246px;
	height:22px;
	overflow:hidden;
	list-style-type:none;
	background-color:#EDEEF1;
	padding:19px 13px 0 21px;
}
#menu li {
	float:left;
	height:18px;
}
#menu li a span {
	display:none;
}
#menu li a {
	display:block;
	background-image:url(../img/menu.gif);
	height:20px;
}
#m-01 {
	width:44px;
}
#m-01:hover {
	background-position:0 -20px;
}
#m-02 {
	background-position:-44px 0;
	width:57px;
}
#m-02:hover {
	background-position:-44px -20px;
}
#m-03 {
	background-position:-101px 0;
	width:75px;
}
#m-03:hover {
	background-position:-101px -20px;
}
#m-04 {
	background-position:-176px 0;
	width:66px;
}
#m-04:hover {
	background-position:-176px -20px;
}

#main {
	position:absolute;
	left:312px;
	top:110px;
	width:239px;
	padding-right:80px;
	padding-left:10px;
	height:300px;
	overflow:auto;
	background-color:white;
}
#main p, #main li {
	padding-bottom:10px;
}
#main ul {
	margin-left:15px;
}

#credits {
	height:22px;
	width:200px;
	position:absolute;
	bottom:5px;
	left:52px;
	font-size:10px;
	line-height:11px;
	color:white;
}
#credits-01 {
	position:absolute;
	opacity: .25;
	filter: alpha(opacity=25);
}
#credits-02 {
	position:absolute;
	opacity: .5;
	filter: alpha(opacity=50);
	top:11px;
}
#credits a {
	color:white;
	text-decoration:none;
}
#credits a:hover {
	text-decoration:underline;
}