body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px; padding:0px; border:0px;
}
ul li {list-style:none;}

body{
	margin:0;
	background:#E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
}

form{
	margin:0;
	padding:0;
}

/* -------------------- */

.main{
	margin:0 auto;
	padding:0;
	width:1000px;
}

/* -------------------- */

.tool{
	background:#6A6C6F url("../images/backs/mainBG0.gif") no-repeat center top;
	height:60px;
	padding-top:10px;
	padding-left:570px;
	padding-right:10px;
}

/* -------------------- 

.top{
	background:#FFFFFF url("../images/tools/logo.jpg") no-repeat left top;
	padding-top:20px;
	padding-left:350px;
	padding-right:20px;
	width:450px;
	height:80px;


-------------------- */

.top {
	height: 125px;
	width: 1000px;
	clear: both;
	float: left;
	background-image: url(/images/headbg.jpg);
	background-repeat: repeat-x;
}

.top .logos {
	height: 125px;
	width: 291px;
}

.banner {
	z-index: 5;
	float: right;
	margin-top: -80px;
	margin-right: 20px;
}

.lang{
	z-index: 10;
	float: right;
	margin-top: -80px;
	margin-right: 510px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	
}

.lang a{
	text-decoration:none;
	color:white;
}

.lang a:hover{
	text-decoration:underline;
	color:white;
}


.menu{
	width:100%;
	line-height:normal;
	text-align:left;
	background:transparent url("../images/backs/menusBG.gif") repeat-x center top;
	height:30px;
	clear:both;
}
.menu ul{
	margin:0px auto;
	width:100%;
	list-style:none;
	padding:0;
}
.menu li{
	background:transparent url("../images/backs/menuBG.gif") no-repeat center top;
	float:left;
	margin:0;
	padding:0;
	width:100px;
	height:29px;
}
.menu li a{
	font:0.75em Arial;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	line-height:2.7em;
	font-weight:bold;
	text-align:center;
}
.menu li a:hover{
	background:transparent url("../images/backs/menuBGO.gif") no-repeat center top;
}

.adv {
	float:right;
	margin-top:-20;
	background-color:ff0000;
}

/* -------------------- */
/*
.cats{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top:0;
	border-bottom:0;
}
.cats li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #EEEEEE;
}
.cats li a{
	font:0.70em Arial;
	line-height:1.90em;
	display: block;
	color:#000000;
	text-decoration: none;
	padding-left:5px;
}
.cats li a:hover{
	color:#333;
	background-color:#EFECE7;
}

.cats li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border:0;
}
.cats li ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	border:0;
	border-top:1px dashed #F0F0F0;
}
.cats li ul li a, 
.cats li ul li a:hover{
	font-family: Arial;
	font-size:0.70em;
	line-height:1.70em;
	display: block;
	color: #444;
	text-decoration: none;
	padding-left:10px;
	cursor:pointer;
}
*/

/*NESTED CSS MENU*/

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font:0.75em Arial;
width: 230px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #fff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #0dadc8; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #0f3a41;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
font:0.80em Arial;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../images/icons/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/*NESTED CSS MENU END*/



.ablock{
	float:left; 
	border:1px solid #EEEEEE; 
	width:100px; 
	padding:5px;
}

.bblock{
	float:left;
	width:410px;
	margin-left:10px;
}



/* -------------------- */
.cont{
	background:#FFFFFF url("../images/backs/topBG.gif") repeat-x center bottom;
	padding:5px;
	clear:both;
}
.cont td{
	vertical-align:top;
	padding:5px;
}
.footer{
	width:1000px;
	margin:0px auto;
	background:#650000 url("../images/backs/footer.gif") repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
}

/* -------------------- */

.publisher{
	width:30.2%;
	float:left;
	padding:5px;
	border:1px solid #E3E5E7;
	margin:2px;
	background-color:#F9F9F9
}

.publisher:hover{
	border:1px solid #C3C5C7;
}

.container{
	margin-bottom:10px !important;

}

.title{
	font:0.75em Arial;
	color:#ffffff;
	font-weight:bold;
	background:transparent url("../images/backs/titleBG.gif") no-repeat center top;
	margin:0;
	padding:8px;
	padding-left:10px;
	text-align:center;

	
}
.title a{
	text-decoration:none;
	color:#ffffff;
}

.a{
	padding-right:11px;
	background:transparent url(../images/icons/anchor.gif) no-repeat right 1px;
	margin-right:5px;
}

.title span{
	font-weight:normal !important;
	padding:10;
	
}

.inset{
	padding:10px;
	background:#FCFCFC url("../images/backs/insetBG.gif") repeat-x center bottom;
	border:1px solid #E3E5E7;
	border-top:0;
}
.subhd{
	font:0.71em Arial,sans-serif;
	color:#000000;
	text-decoration:none;
	line-height:1.4em;
	font-weight:bold !important;
	padding:10px 0 3px 0 !important;
	border-top:1px solid #E9E9E9;
	margin-bottom:3px !important;
}
.contn{
	margin:0;
	padding:0;
}
.contn a{
	color:#222222;
	text-decoration:none;
}
.contn a:hover{
	text-decoration:underline;
}

/* -------------------- */

.contbg{
	background:transparent url("../images/tools/small.gif") no-repeat top center !important;
	vertical-align:bottom;
	padding:0;
	padding-left:10px;
}

.font{
	font:0.71em Arial,sans-serif;
	color:#000000;
	text-decoration:none;
	line-height:1.4em;
}

.font a{
	color:#000000;
	text-decoration:none;
}


.white{
	font:0.71em Arial,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

/* -------------------- */

.r1{/* Round border */
	padding:0 1px;
	border:none;
	position: relative;
	
}
.r2 {
	border-width:1px 0;
	border-style:solid;
	border-color:#FFFFFF;
}
.r3 {
	border-width:0 1px;
	border-style:solid;
	border-color:#FFFFFF;
	margin:0 -1px;
}


.tabimg{
	overflow:hidden;
	height:170px;
	vertical-align:middle !important;
}
.tabtxt{
	margin-top:5px;
	border-top:1px solid #E3E5E7;
}

.books{
	padding:0; 
	margin:0;
	list-style:none;
	margin-bottom:0 !important;
}
.books li{
	background:#EFECE7;
	padding:5px 19px 5px 17px;
	margin:0;
	list-style:none;
	float:left;
	border-bottom:1px solid #999999;
	cursor:pointer;
}
.selected{
	background:transparent url("../images/backs/selected.gif") no-repeat center top !important;
	border-bottom:0 !important;
	border-right:1px solid #EEEEEE;
	padding:6px 17px 4px 18px !important;
	cursor:default !important;
}
.books li img{
	border:1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.bookset{
	padding:5px;
	height:75px;
}

/* -------------------- */
.shade{
	
	border:2px solid #999999;
	padding:5px;
	
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	
	
}


.clear{
	clear:both;
}

.table{
	background-color:#E3E5E7;
}

.table td{
	background-color:#FFFFFF;
}

.pagin{
	padding:10px;
	border:1px solid #E3E5E7;
	background-color:#FFFFFF;
	margin:0 0 5px 0;
	text-align:center;
}
.pagin b{
	padding:3px;
}
.FormStyle{
	font:0.70em sans-serif !important; 
	color:#333333; 
	background-color:#FFFFFF;
	font-weight:normal;
	/*border:1px solid #E3E5E7;*/
	border:0;
	padding:2px;
}
.ButtonStyle{
	font:0.70em sans-serif; 
	color:#333333; 
	background:#FFFFFF url("../images/backs/titleBG.gif") repeat-x center;
	font-weight:normal; 
	border:none;
	padding:3px;
	border:1px solid #E3E5E7;
}




div#hold { 
	position:relative;
	width:208px;
	height:198px;
	z-index:1000; 
}

div#wn { 
	position:absolute;
	left:0;
	top:0;
	width:228px;
	height:218px;
	overflow:hidden;
	z-index:1;
	margin:0 auto;
}
div#cnt {
	position:absolute;
	z-index:1;
}

table#imgTbl td {
	border-left:0;
	border-right:0;
	height:100%;
	text-align:center;
}

.simage{
	padding:5px;
	height:160px;
	overflow:hidden;
}
.stitle{
	font:0.7em Verdana;
	color:#333333;
	margin:0;
	height:35px;
	overflow:hidden;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
.stitle a{ 
	text-decoration:none;
	color:#333333;
}
.stitle a:hover{ 
	text-decoration:none;
	color:#000000;
}

iframe{
	border:0;
	overflow:hidden;
}

iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}
.float_right {float:right;}
.float_left {float:left;}

/*FOOTER*/

#footer {
	background:transparent url('../images/backs/footer_bg.gif') repeat-x bottom;
	width:1000px;
	height:212px;
	margin:0 auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
#footer h2 {font-size:16px; font-weight:bold; color:#0CB0CC; line-height:30px; background:url(../images/backs/footer-title-bg.jpg) repeat-x bottom; margin-bottom:3px; margin-top:3px;}
#resources-listing ul {list-style:none;}
#resources-listing ul li {line-height:24px; height:23px; font-size:11px; color:#A8A8A8; background:url(../images/backs/footer-list-style.jpg) no-repeat; text-indent:29px; margin-right:6px;}
#resources-listing ul li a {text-decoration:none; color:#fff;}
#resources-listing ul li a:hover {color:#FEFEFE;}
#inner_div {width:800px; margin:auto; height:100%; position:relative;}
.footer_box {width:210px; padding:6px 0px 24px 0px;}

/*#social-media { padding:0px; margin:0px; clear:both}*/
#social-media ul {list-style:none;}
#social-media {width:210px; padding:6px 0px 24px 0px; float:right;}
#social-media ul li {float:left;}
#social-media li { width:33px; margin-right:12px;}

#contact_info {color:#fff; width:220px; padding:6px 0px 24px 0px; float:left;  margin-left:85px; letter-spacing:1px;}
#contact_info a {text-decoration:none; color:#ffffff; border-bottom:1px dotted #A8A8A8;}
#contact_info a:hover {color:#CCCCCC;}
#contact_info p {font-size:11px; padding:4px 0px 4px 0px;}
#contact_info p span {color:#0CB0CC;}
#contact_info a.follow_icon {margin:0px 7px 0px 0px; border-bottom:none;}

/*FOOTER END*/

.titleMiddle{
	font:0.75em Arial;
	color:#ffffff;
	font-weight:bold;
	background:transparent url("../images/backs/_titleBG.gif") repeat-x right top;
	margin:0;
	padding:5px;
	padding-left:10px;
	text-align:center;

	
}
.titleMiddle a{
	text-decoration:none;
	color:#222222;
}

.a{
	padding-right:11px;
	background:transparent url(../images/icons/anchor.gif) no-repeat right 1px;
	margin-right:5px;
}

.titleMiddle span{
	font-weight:normal !important;
	
}

.langMenuCon{
	background: #292929;
}

.langMenuNav ul{

}

.langMenuBut ul li a{
	border-right: 1px solid #4a4a4a;
	border-left: 1px solid black;
	float:left;
}
