body{
	margin:0px;
	background-image:url(../images/bg/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


p{
	line-height:150%;
	margin:0px;
}

a{
	color:#03F;
	text-decoration:none;
}

a:hover{
	color:#F90;
}

a.underline{
	text-decoration:underline;
}

.clear{
	clear:both;	
}

.gap{
	clear:both;	
	height:10px;
}

img{
	border:0;
	behavior: url(images/bg/iepngfix.htc)!important;	
}

input{
	border:1px solid #bebebe;
	width:150px;
}
ul {
margin-top:0px;
margin-bottom:15px;
}
li {
margin-top:0px;
margin-bottom:5px;
}
/*font*/

h1{
	font-size:18px;
	color:#ba4200;
	margin:0px;
	padding:10px 0px;
	font-family:Verdana,Arial,Tahoma;
	font-style:italic;
	font-weight:bold;
}

h1 span.red{
	font-size:14px;
	color:#d01300;
}
h2{
	font-size:14px;
	color:#3366cc;
	margin:0px;
	padding:10px 0px;
	font-family:Verdana,Arial,Tahoma;
	font-weight:bold;
	margin-bottom:10px;
}

/*div*/
#container{
	width:1000px;
	margin:0 auto;
}
#container .logoPrint{
	width:235px;
	height:50px;
	float:left;
	clear:both;
	display:none;
}


#container .leftbox{
	width:420px;
	height:450px;
	float:left;
	background-image:url(../images/bg/flashbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#container .rightbox{
	width:580px;
	height:450px;
	float:left;
	background-image:url(../images/bg/left-top.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	vertical-align:top;
}
#container .pageleftbox{
	width:420px;
	height:95px;
	float:left;
	background-image:url(../images/bg/pagetopleftbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#container .pagerightbox{
	width:580px;
	height:95px;
	float:left;
	background-image:url(../images/bg/pagetoprightbg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	vertical-align:top;
}

#logo{
	width:235px;
	height:50px;
	float:right;
}

#nav{
	width:580px;
	text-align:right;
}

#nav ul{
	padding:0px;
	padding-left:160px;	
	margin:0px;
}

#nav ul li{
	list-style:none;
	float:left;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:15px 8px;
}

#nav ul li a{
	color:#888888;	
}

#nav ul li a:hover, #nav ul li a.selected{
	color:#e60047;	
}

#maintext{
	width:1000px;
	min-height:300px;
	background-color:#ffffff;
	background-image:url(../images/bg/maintextbg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}


#maintext #welcome{
	width:600px;
	float:left;
}

#maintext #welcome .indiv{
	padding:15px 15px 0px 15px;
}

#maintext #news{
	width:350px;
	float:right;
	
}

#maintext #news .indiv{
	margin-top:15px;
	padding:35px 10px 0px 10px;
	background-image:url(../images/bg/newsbg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:280px;
}

#maintext #news .indiv #videoarea{
	width:325px;
	height:170px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg/dencorub_videobg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


#maintext #news #ask{
	width:345px;
	height:65px;
	background:url(../images/bg/ask.jpg);
	background-repeat:no-repeat;
	padding-bottom:50px;
}

#maintext #news #ask #btnask{
	padding:2px 0px 0px 95px;
}

#pagetext  .indiv{
	padding:20px 15px 0px 15px;
	background-color:#ffffff;
}
#footer{
	width:1000px;
	height:50px;
	background-image:url(../images/bg/footerbg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#ffffff !important;
	text-align:center;

}

#footer .indiv{
	padding:20px 10px;;
}


#footer .indiv .footmenu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
}

#footer .indiv .footmenu ul{
	margin:0px 0px 0px -40px;
}

#footer .indiv .footmenu ul li{
	/*float:left;*/
	list-style:none;
	padding:0px 8px 2px 8px;
	border-right:0px solid #ffffff;
	display:inline;
}

#footer .indiv .footmenu ul li.last{
	border:none;
}

#footer .indiv .footmenu ul li a, #footer .indiv .copyright a{
	color:#ffffff;	
}

#footer .indiv .footmenu ul li a:hover, #footer .indiv .copyright a:hover{
	color:#ae1515;	
}

#footer .indiv .copyright{
	float:right;
	line-height:150%;
}
#footer .indiv .coconet{
	padding-right:20px;
	padding-top:20px;
	line-height:120%;
	font-size:11px;
	font-family: verdana, arial;
	text-align:center;
	clear:both;
	
}
#footer .indiv .coconet a {
	font-size:10px;
	color:#ffffff;
}
.top{
	padding:20px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	text-align:right;
}

.top a{
	color:#9999cc;
}

.top a:hover{
	color:#e48694;	
}

.red
{
color:#ff0000;	
}
.blue
{
	color:#3366ff;
	
}
