@charset "utf-8";


html {
	background:url("../images/default/bg2.jpg") repeat-x center top #edf2f6;
	height:100%;
}
body {
	background:url("../images/default/bg.jpg") no-repeat center top;
	margin:0px;
	height:100%;
}

/** TOP **/

#top {
	width:950px;
	height:62px;
	margin:auto;
	position:relative;
}

#top .logo {
	height:62px;
	overflow:hidden;
	float:left;
}

#top .search {
	float:right;
	padding:37px 0px 0px 0px;
}

#top .search input {
	background:url(../images/default/search_input_bg.gif);
	font:12px dotum;
	width:140px;
	height:18px;
	border:none;
}

#top .search .submit {
	background:url(../images/default/submit_btn.gif);
	width:48px;
	height:21px;
	border:none;
}

#selectLang { margin:0; padding:0; }

#language { position:absolute; top:8px; right:19px; z-index:100;}
#language strong { color:#646d76; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #1e2834; background:#383f48;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#495868;}


/** MENU **/

#menu {
	background:url(../images/default/menu_bg.png);
	height:56px;
}

* html #menu {
	background:url(images/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layouts/blooz_layout/images/default/menu_bg.png", sizingMethod="scale");
}

#menu ul {
	background:url(../images/default/menu_divider.gif) no-repeat left center;
	margin:0px auto;
	padding:0px;
	list-style:none;
	height:56px;
	width:950px;
}

#menu ul li {
	float:left;
	background:url(../images/default/menu_divider.gif) no-repeat right;
	height:51px;
	padding:5px 2px 0px 0px;
}

#menu a {
	background:url(../images/default/menu_bg.gif) top left;
	display:block;
	float:left;
	font:bold 12px/340% dotum;
	color:#ffffff;
	text-decoration:none;
	padding:0px 16px;
	height:46px;
}

#menu a:hover {
	color:#d7e4f1;
	background:url(../images/default/menu_bg.gif) bottom left;
}

#menu .on:hover {
	color:#ffffff;
	background:url(../images/default/menu_bg_over.gif);
}

#menu .active a {
	color:#d7e4f1;
	background:url(../images/default/menu_bg.gif) bottom left;
}

#menu .on {
	background:url(../images/default/menu_bg_over.gif);
}

#menu .active .on {
	background:url(../images/default/menu_bg_over.gif);
	color:#ffffff;
}

.dropmenudiv{
	position:absolute;
	visibility:hidden;
	z-index:100;
	margin: -8px 0px 0px -10px;
}
.dropmenudiv a{
	font:12px dotum;
	width:135px;
	display:block;
	line-height:16px;
	margin:0px 5px 0px 7px;
	padding: 7px 13px;
	color:#7c7c7c;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #d1d1d1;
}
.dropmenudiv a:hover{
	color:#006ebc;
	background:#d0e6f6;
}

.menuSub {
	background:url(../images/default/menu_over_bg.png);
	width:175px;
	padding:0px 7px;
}

* html .menuSub {
	background:url(images/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layouts/blooz_layout/images/default/menu_over_bg.png", sizingMethod="scale");
}


.menuSubBottom {
	background:url(../images/default/menu_over_bg_bottom.png);
	width:189px;
	height:13px;
}

* html .menuSubBottom {
	background:url(images/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layouts/blooz_layout/images/default/menu_over_bg_bottom.png", sizingMethod="scale");
}

.menuSubTop {
	background:url(../images/default/menu_over_bg_top.png);
	width:189px;
	height:13px;
}

* html .menuSubTop {
	background:url(images/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="layouts/blooz_layout/images/default/menu_over_bg_top.png", sizingMethod="scale");
}

/** LAYOUT **/

#bloozLayout {
	background:#ffffff;
	border:3px solid #dbdee1;
	border-top:none;
	width:930px;
	margin:auto;
	padding:0px 10px 10px 10px;
	overflow:hidden;
}

#bloozLayout .bloozLeft {
	float:left;
	width:200px;
	margin:7px 10px 0px 0px;
}

#bloozLayout .bloozRight {
	float:left;
	font:12px dotum;
	width:699px;
	padding:10px;
	border-left:1px solid #e5e5e5;
}

#bloozLayout .bloozTitle {
	background:url(../images/default/left_title_bg.gif);
	width:185px;
	height:47px;
	padding:28px 15px 0px 0px;
	margin-bottom:10px;
}

#bloozLayout .bloozTitle h2 {
	margin:0px;
	font-size:16px;
	visibility: hidden;
}

/** SUB MENU **/

.subMenu {
	width:200px;
	padding:15px 0px 0px 0px;
}

.subMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.subMenu ul li {
	height:31px;
	padding:0px 0px 3px 0px;
}

.subMenu a {
	background:url(../images/default/submenu_bg.gif) top;
	color:#415770;
	display:block;
	font:12px/260% dotum;
	width:184px;
	height:31px;
	text-decoration:none;
	padding:0px 0px 0px 16px;
}

.subMenu a:hover {
	background-position:bottom;
	font-weight:bold;
}

.subMenu .on {
	background-position:bottom;
	font-weight:bold;
}


/** FOOTER **/

#footer {
	background:url(../images/default/footer_bg.jpg);
	height:142px;
	font:12px dotum;
	color:#000000;
}

#footer .bg {
	background:url(../images/default/footer_bg2.jpg) no-repeat center top;
	width:950px;
	margin:auto;
	height:142px;
}

#footer .bottomLink a {
	font:bold 11px dotum;
	color:#455365;
	text-decoration:none;
}

#footer .bottomLink a:hover {
	color:#444444;
	text-decoration:underline;
}

#footer .bottomLink {
	float:right;
}

#footer .bottomLink ul {
	margin:0px;
	padding:23px 0px 0px 0px;
	list-style:none;
}

#footer .bottomLink ul li {
	padding:0px 14px 0px 0px;
	display:inline; 
}


#footer .skin_info {
	float:left;
}

#footer .skin_info ul {
	margin:0px;
	padding:23px 0px 0px 0px;
	list-style:none
}

#footer .skin_info li {
	font:bold 9px tahoma;
	color:#000000;
	float:left;
	padding:0px 10px 0px 0px;
	line-height:20px;
}

#footer .skin_info .blooz a {
	font:bold 9px tahoma;
	color:#12488a;
	text-decoration:none;
}

#footer .skin_info .blooz a:hover {
	color:#1664c4;
}

#footer .footer_logo {
	float:right;
}


#footer .copyright {
	font-size:11px;
	background:#eef3f8;
	color:#777777;
	height:20px;
	padding:10px 0px 0px 0px;
	margin-top:3px;
	*margin-top:7px;
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


/** COMMON **/
.clear {
	clear:both;
}

.float_l {
	float:left;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


/** LOGIN INFO **/
.bloozLogin {
	border:3px solid #dbdee1;
	padding:4px 0px;
	width:192px;
}