.content_holder{
	overflow:hidden;
	width:978px;
	padding-top:8px;
}


/*menu and search*/
div.menu_search{
	overflow:hidden;
	width:978px;
}
div.menu_search div.menu{
	float:left;
}
div.menu_search div.menu ul{
	overflow:hidden;
	padding:0 0 0 7px;
}
div.menu_search div.menu ul li{
	float:left;
	width:125px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	padding:0 1px 0 1px;
	margin:1px 0 0 0;
}
div.menu_search div.menu ul li a{
	float:left;
	display:block;
	width:125px;
	background:url(../img/tab.png) no-repeat 0 0;
	padding:7px 0 5px 0;
	position:relative;
	cursor:pointer;
	color:#0a7285;
}
div.menu_search div.menu ul li a{
	text-decoration:none;
	text-transform:uppercase;
}
div.menu_search div.menu ul li.active{
	width:128px;
	height:18px;
	margin:0;
}
div.menu_search div.menu ul li.active a{
	background:url(../img/tab_act.gif) no-repeat 0 0;
	width:128px;
	height:18px;
	color:#0a7285;
	padding-top:8px;
}
div.menu_search div.menu ul li.active a:hover{
	background:url(../img/tab_act.gif) no-repeat 0 0 !important;
	width:128px;
}
div.menu_search div.menu ul li a:hover{
	background:url(../img/tab_act_hover.gif) no-repeat 0 0;
	width:125px;
}

/*
div.menu_search div.search{
	float:left;
	padding:2px 0 0 17px;
}
div.menu_search div.search div.form{
	background:url(../img/search.png) no-repeat 0 0;
	float:left;
	width:170px;
	height:20px;
}
div.menu_search div.search input.field{
	float:left;
	background:none;
	border:none;
	width:135px;
	padding:2px 0 0 10px;
	font:12px Arial,Tahoma,sans-serif;
	color:#0a7285;
	position:relative;
}
div.menu_search div.search input.submit{
	float:left;
	background:url(../img/magnifer.gif) no-repeat 0 0;
	border:none;
	display:inline;
	width:16px;
	height:13px;
	padding:0;
	margin:3px 0 0 3px;
	cursor:pointer;
}
*/



/*content*/
.content{
	overflow:hidden;
	width:976px;
	border:1px #42aec2 solid;
	background-color:#fff;
	margin:-1px 0 0 0;
	padding:0 0 15px 0;
}


/*footer*/
.footer{
	overflow:hidden;
	clear:both;
}
.footer p{
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	color:#404040;
	padding:8px 0 40px 0;
}
.footer p em{
	float:left;
	font-style:normal;
	padding:0 0 0 22px;
}
.footer p span{
	float:right;
	padding:0 35px 0 0;
}
.footer p a{
	color:#42aec2;
}
div.footer p span a img {
	height:16px;
}

.pages {
	margin:2px 0 2px 8px;
}
.pages li{
    float: left;
}

/* case */
.casetl{background:url(../img/case_tl.gif);width:6px;height:6px;}
.casett{background:url(../img/case_t.gif);height:6px;}
.casetr{background:url(../img/case_tr.gif);width:6px;height:6px;}
.casell{background:url(../img/case_l.gif);width:6px;}
.caserr{background:url(../img/case_r.gif);width:6px;}
.casebl{background:url(../img/case_bl.gif);width:6px;height:6px;}
.casebb{background:url(../img/case_b.gif);height:6px;}
.casebr{background:url(../img/case_br.gif);width:6px;height:6px;}

/* case 2 */
.case2l{background:url(../img/case2_l.png);width:6px;}
.case2m{background:url(../img/case2_m.png);width:80px;}
.case2r{background:url(../img/case2_r.png);width:6px;}

.contents_container{
	width:100%;
	height:458px;
	margin:4px 0;
}
td.contents_innercontainer { width:50%;}
.thumbernail{
	width:105px;
}
.thumbernail div{
	width:105px;
	height:124px;
	margin:2px;
}

.case2_table{
	margin:32px 0;
	height:24px;
}


img.button_style{
    display: block;
    text-decoration: none;
    text-align: center;
    margin:2px;
    padding:8px;
    border-radius: 8px;
    border-style: solid;
    border-color: #707070;
    border-width: 1px;
    /*border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;*/
    box-shadow: 2px 2px 2px #A0B0C0
}

img:hover.button_style{
    background-color: #000;
}


a.sg_button_style{
    display: block;
    text-align: center;
    margin:10px 20px;
    padding:12px;
    border-radius: 8px;
    border-style: solid;
    border-color: #707070;
    border-width: 1px;
    /*border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;*/
    box-shadow: 14px 14px 14px #B0C0D0;
    font-size: 32px;
}

a:hover.sg_button_style{
    background-color: #301050;
    text-decoration: none;
}

a:hover.sg_button_style::before{
    content:"View ";
}