@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}
p, ul, ol, li, form, h1, h2, h3, h4, h5, h6, font{margin:0px;padding:0px;list-style:none;}
a, a:hover{	outline:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
.mainbg{
	background-image:url(../images/main_body_bg1.png);
	background-repeat:repeat-y;
}
.box_l_t{background:url(../images/l_t_corner.png) no-repeat; width:10px; height:11px;}
.box_l_border{background:url(../images/l_border.png) repeat-y; width:10px;}
.box_l_b{background:url(../images/l_b_corner.png) no-repeat;}
.box_r_t{background:url(../images/r_t_corner.png) no-repeat;}
.box_r_border{background:url(../images/r_border.png) repeat-y; width:10px;}
.box_r_b{background:url(../images/r_b_corner.png) no-repeat;}
.box_top{background:url(../images/top_border.png) repeat-x; height:10px;}
.box_btm{background:url(../images/btm_border.png) repeat-x; height:11px;}
.boxtitle_l{background:url(../images/l_titletag.png) no-repeat; width:10px; height:29px;}
.boxtitle_r{background:url(../images/r_titletag.png) no-repeat; width:10px; height:29px;}
.boxtitle_c{background:url(../images/titletag_c.png) repeat-x; height:29px;}
	
.title_gold {
	font-size:16px;
	vertical-align:bottom;
	margin-top:10px;
	text-align: center;
	color: #ffecc0;
	background: -webkit-linear-gradient(top, #ffecc0, #b97920);
	background: -ms-linear-gradient(top, #ffecc0, #b97920);
	background: -o-linear-gradient(top, #ffecc0, #b97920);
	background: linear-gradient(top, #ffecc0, #b97920);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title_gold_cap {
	font-size:16px;
	vertical-align:bottom;
	margin-top:10px;
	text-align: center;
	text-transform: uppercase;
	color: #ffecc0;
	background: -webkit-linear-gradient(top, #ffecc0, #b97920);
	background: -ms-linear-gradient(top, #ffecc0, #b97920);
	background: -o-linear-gradient(top, #ffecc0, #b97920);
	background: linear-gradient(top, #ffecc0, #b97920);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title_dark {
	font-size:16px;
	vertical-align:bottom;
	margin-top:10px;
	text-align: center;
	padding:0px 5px 0px 5px;
	color: #301f0b;
	background: -webkit-linear-gradient(top, #6d240e, #301f0b);
	background: -ms-linear-gradient(top, #6d240e, #301f0b);
	background: -o-linear-gradient(top, #6d240e, #301f0b);
	background: linear-gradient(top, #6d240e, #301f0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title_dark_cap {
	font-size:16px;
	vertical-align:bottom;
	margin-top:10px;
	text-align: center;
	text-transform: uppercase;
	color: #301f0b;
	background: -webkit-linear-gradient(top, #6d240e, #301f0b);
	background: -ms-linear-gradient(top, #6d240e, #301f0b);
	background: -o-linear-gradient(top, #6d240e, #301f0b);
	background: linear-gradient(top, #6d240e, #301f0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#marqueecontainer{
position: relative;
width: 215px; /*marquee width */
height: 190px; /*marquee height */
overflow: hidden;
padding: 2px;
text-align: left;
}

/*ul li icon*/
#icon ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
#icon li
{
	background-image:url(../images/sulam.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height:20px;
	padding-left: 20px;
	font-size:12px;
}
/*ul li icon end*/

.content {
   font-size:12px;
   line-height:17px;
   font-weight:normal;
   color: #414141;
   text-align:left;
}
.contentbold {
   font-size:12px;
   line-height:17px;
   font-weight:bold;
   color: #414141;
   text-align:left;
}

.contentnavi {
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	color: #4e151d;
	text-align:left;
	text-decoration:none;
	cursor:pointer;
}
.contentnavi:hover {
	font-weight:normal;
	font-size:12px;
	line-height:15px;
	color: #000;
	text-align:left;
	text-decoration:underline;
}
.copyrights{
	font-size:10px;
	color:#000;
}
.counter > a > img {float:left; width:100% !important; padding-left:10px;}