/*
IB means the IB (inline-block) class should also be applied to elements of this class
*/

body{
	margin:0px;
	background-color: #F5F5F5;
	background: url("../images/pagebg.png") repeat-x scroll 0 0 #F5F5F5;
	font-family: Arial;
}

a{
	text-decoration:none;
}
a:hover, .tmpl-footer a:hover{
	text-decoration:none;
}


img{
	border: none;
}


.home-main-txt{
	font-size: 16px;
	line-height: 140%;
}

.tmpl-headerdiv{
	height: 165px;
	width: 100%;
	/*background-image:url(../images/head-bg.jpg);*/
	background-position: center top; 
	background-repeat:no-repeat;
}
.tmpl-header{
	height: 165px;
	width: 990px;
	margin: 0 auto;
}
.tmpl-footerdiv{
	height: 90px;
	width: 100%;
	background-image:url(../images/footer-bg.png);
	background-position: center top; 
	background-repeat:no-repeat;
	margin:60px 0 30px 0;
}
.tmpl-footer{
	height: 60px;
	width: 990px;
	margin: 0 auto;
	padding:10px 0;
	background-image:url(../images/footer-bg.png);
	background-position: center top; 
	background-repeat:no-repeat;
}
.tmpl-footer .tmpl-fleft
{
	float:left; 
	font-size:20px; 
	color:#898989
}
.tmpl-footer .tmpl-fright
{
	float:right; 
	font-size:12px; 
	text-align:right; 
	margin-right:25px;
}
.tmpl-logo {
    float: left;
    margin: 7px 0 0 25px;
	width:250px
}

.tmpl-userinfo{
	float: right;
}
.tmpl-login-area{
	width:  235px;
	height: 112px;
	background-image:url(../images/login.gif);
	margin-top: 15px;
	border: #F5F5F5 1px solid; /* to stop margin collapse */
}
.tmpl-login-area input{
	color: #888;
	margin-left: 19px;
	width: 140px;
	font-size: 11px;
}
.tmpl-login-area a{
	font-size: 10px;
	float:right;
	margin: 7px 12px 0 0;
}

.tmpl-menudiv{
	width: 100%; 
	height: 45px; 
	background-image:url(../images/menu-bar-bg.png); 
	background-position: center top; 
	background-repeat:no-repeat;
}
.tmpl-menudiv div{
	width: 940px;
	height: 45px; 
	/*background-image:url(../images/menuBarBGSlice.png);*/
	background-image:url(../images/menu-bar-bg.png); 
	background-position: center top; 
	margin: auto;
	padding: 1px 0 0 0;
}

#tmpl-menu-ul{
	list-style:none;
	margin:0;
}
#tmpl-menu-ul li{
	display:block;
	float:left;
	position:relative;
    z-index:500; 
	zoom:1;
	*display:inline;
	margin: 0 100px 0 50px;
	border-top: 4px #FFFFFF solid;
}
#tmpl-menu-ul li.selected{
	border-top: 4px #9EC403 solid;
}
#tmpl-menu-ul li a,
#tmpl-menu-ul li span
{
	padding:0 18px;
	line-height:23px;
	height:27px;
	display:inline-block;
	color: #666;
	font-size:14px;
	border:  none;
}
#tmpl-menu-ul li.selected a{
	color: #000;
}
#tmpl-menu-ul li a:hover{
	text-decoration:none;
	color: #000;
	/*border-top: 3px solid #2D2D2D; */
}


 /* submenu, it's hidden by default */
#tmpl-menu-ul ul {
	background:#FFF;
	display: none;
	position:absolute;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	border:#e1e1e1 1px solid;
	border-top:none;
	*margin-top:25px;
}

#tmpl-menu-ul ul li {
	display:block !important;
	border-bottom: none !important;
	border-top: 1px solid #F5F5F5;
	margin: 0px;
	overflow:visible;
	white-space: nowrap;
	background:#FFF;
}
 
 
/* display block will make the link fill the whole area of LI */
#tmpl-menu-ul ul li a {
	display:block; 
	font-size: 12px;
	line-height:28px;
	height:28px;
	color: #555 !important;
}
 
#tmpl-menu-ul ul li.selected {
	background-image:url(../images/dropdownbgsel.png);
	border-top: 1px solid #F5F5F5; 
}
#tmpl-menu-ul ul li a:hover {
	text-decoration:none; 
}

.tmpl-body{
	width:990px;
	margin:0 auto;
	*margin-top:35px
}
.tmpl-body a{
	color: purple;
}

.tmpl-main-txt{
	color:#505050;
}

.tmpl-main-txt h2{
	font-size:1.4em;
	color:#28A7DE;
	font-style:italic;
	font-weight:normal;
	margin:20px 0 10px;
}
.tmpl-main-txt p{
	margin:10px 0px 20px 10px;
}

.tmpl-banner-title{
	width: 1090px;
	height: 146px;
	background-color:#E9E9E9;
	background-image:url(../images/titleHalfEye.png); 
	background-position: right; 
	background-repeat:no-repeat;
	
	margin:30px 0 0 -50px;
	
	border-radius: 0px;
	box-shadow: 0px 0px 10px #888;
	behavior: url(/pie/PIE.htc);
}
.tmpl-banner-title div{
	font-size: 35px;
	vertical-align: top;
	margin: 50px 0 0 10px;
	font-family: verdana;
}

.tmpl-breadcrumbs{
	font-size: 14px;
	width: 100%;
	text-align:right;
	font-weight: bold;
	color:#446644;
	margin-top: 7px;
	margin-bottom: -23px;
}
.tmpl-breadcrumbs a{
	color:#446644;
	text-decoration:underline;
}

.IB{
	display: inline-block;
	*display: inline;
	zoom: 1;
}