@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background:url(img/omah.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin:15px 0px;
}
a:link {
	color:#0066FF;
	text-decoration:none;
}
a:visited {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	color:#0066FF;
	text-decoration:underline;
}
a:hover:visited {
	color:#0066FF;
	text-decoration:underline;
}
p {
	margin:0px;
	padding:0px;
}

#cnt {
	position:relative;
	width:900px;
	height:963px;
	margin:0px auto;
}

#topbar {
	width:840px;
	height:40px;
	margin:0px auto;
	background-image: url(img/topbar.png);
	background-repeat: no-repeat;
}
#topbar a {
	color:#fff;
	text-decoration:none;
}
#topbar_left {
	float:left;
}
#topbar_right {
	float:right;
	margin-right:0px;
}

#title_cnt {
	position:relative;
	width:800px;
	height:420px;
	float:left;
	margin-right:10px;
	margin-left:120px;
	margin-top:50px;
}
#title_img_prg p {
	padding-bottom:15px;
}
#logo-cnt {
	position:relative;
	width:0px;
	height:0px;
}
#logo {
	position:absolute;
	width:82px;
	height:82px;
	top:-15px;
	left:-93px;
	background:url(img/logo.png);
}

#newsbox {
	position:relative;
	background:url(img/nbox.png) no-repeat;
	width:821px;
	height:151px;
	float:left;
	left:40px;
	color:#000000;
	padding:10px;
	font-size:13px;
}
#newsbox_title {
	width:100px;
	height:auto;
	float:left;
}
#newsbox_col {
	width:320px;
	height:auto;
	float:left;
	margin-top:5px;
	padding:0px 10px;
}
#newsbox_prev {
	float:right;
	width:100px;
	padding:20px;
	font-size:10px;
	text-align:right;
}
#newsbox a:link {
	color:#000000;
	text-decoration:underline;
}
#newsbox a:visited {
	color:#000000;
	text-decoration:underline;
}
#newsbox a:hover {
	color:#000000;
	text-decoration:underline;
}
#newsbox a:hover:visited {
	color:#000000;
	text-decoration:underline;
}

#sheettitle {
	width:820px;
	height:auto;
	margin:0px;
	margin-left:32px;
	margin-top:15px;
	color:#333333;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:2px;
	padding-right:2px;
}

#tile_cnt {
	width:838px;
	margin-left:32px;
	color:#000000;
}
#m2_tile {
	width:838px;
	height:81px;
	background-image:url(img/mus2-tile.png);
	margin:30px 0px;
}
#m2_m2o_tile {
	width:838px;
	height:81px;
	background-image:url(img/mus2-m2o-tile.png);
	margin:30px 0px;
}
.tile_info {
	width:130px;
	height:81px;
	padding:0px;
	margin:0px;
	margin-left:260px;
	text-align:center;
	float:left;
	font-size:13px;
}
.tile_btn {
	width:110px;
	height:81px;
	border-left:1px dashed #999999;
	margin:0px;
	padding:0px;
	float:right;
	text-align:center;
}
.tile_btn p {
	margin:3px 0px;
}

#whitesheet {
	width:838px;
	height:auto;
	background:url(img/white.png);
	color:#333333;
	margin:0px;
	margin-left:32px;
	margin-bottom:20px;
	font-size:14px;
	float:left;
	border:0px #FFFFFF solid;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height:1.5;
}
.whitesheetpad {
	padding:20px 20px;
}
#sheetcol {
	width:380px;
	float:left;
	height:auto;
	margin:0px 4px;
}
#sheetcolr {
	width:380px;
	float:right;
	height:auto;
	margin:0px 4px;
	padding-left:15px;
	margin-bottom:15px;
	border-left:1px solid #ccc;
}
#whitesheet h1 {
	margin:0px;
}
#whitesheet h2 {
	margin:0px;
}
#whitesheet h3 {
	margin:0px;
}
#whitesheet ul {
	margin:0px;
	padding:5px 20px;
}
#whitesheet li {
	padding:3px 0px;
}
.spaceout {
	padding-right:0px;
	padding-bottom:50px;
}
.imagepad {
	padding:0px;
	margin:2px;
	border:1px solid #999999;
}

.exploresheet {
	float:left;
	width:750px;
	min-height:0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom:35px;
}
#exploretop {
	width:838px;
	height:480px;
}
#exploreimg-tr {
	position:absolute;
	width:880px;
	height:494px;
	left:11px;
	background:url(img/kesfet-ekran.png);
	margin:0px;
	padding:0px;
	border:0px #FFFFFF solid;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#exploreimg-en {
	position:absolute;
	width:880px;
	height:494px;
	left:11px;
	background:url(img/explore-screen.png);
	margin:0px;
	padding:0px;
	border:0px #FFFFFF solid;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.exploresheet p {
	margin-bottom:20px;
	font-size:13px;
}
.exploresheet img {
	padding:10px 25px;
}

#indentedlink {
	padding:10px 10px;
	font-size:18px;
}

#footer {
	width:900px;
	height:auto;
	float:left;
	text-align:center;
	font-size:10px;
}
.disclaimer_footer {
	border-top:1px solid #999999;
	font-size:10px;
	width:350px;
}
.smalltxt {
	font-size:13px;
}
