/*
# ------------------------------------------------------------------------
# Templates for Joomla 1.5 / Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2011 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: JTemplate.ru
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/ 

#body{ background-color:#FFFFFF;}
#wrap{ width:1002px; padding:0px; margin:0px auto; background-color:#FFFFFF;}
#jt-header .main {	
	background: #FFF; padding: 0;
	}  
#jt-header, #jt-container, #jt-bot, #jt-tops, #jt-nav, #jt-user, #jt-user-tops, #jt-user-bottoms { position:relative; margin:0; padding:0;}
 
#jt-header .main-inner {
    margin: 0;
    padding: 15px 0;
	
	}
#jt-header .main-inner {
    margin: 0;
    padding: 15px 0; 
	}
h1.logo { margin-left: 15px; float: left;
    position: relative; width:410px; height:86px; }
h1.logo a span {
    position: absolute;
    top: -1000px;
}
#jt-nav .main {padding: 0;}
#jt-header .main-inner {
    margin: 0;
    padding: 15px 0;
	
	}
div.jt-nav-l { background: url("../images/header-l.jpg") no-repeat scroll 0 0 transparent; width:17px; height:71px; }
div.jt-nav-r  {background: url("../images/header-r.jpg") no-repeat scroll 0 0 transparent; width:17px; height:71px; }
div.jt-nav-m {width: 100%;height: 50px; background:#000;}
div.jt-nav-l {float:left; position:relative; /*left:-20px;*/margin-left: -17px;}
div.jt-nav-r { float:right; position:relative; /*right:-20px;*/margin-right: -17px;}
div.jt-nav-m { position:relative; float:left;}
#jt-menu {
    float: left;
    margin: 0;
    padding: 5px;
    position: relative;
}


.menujt, .menujt * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menujt img { margin:2px 2px -2px 2px;}
.menujt ul li:last-child {
	border-bottom: medium none;
   }
.menujt {
	line-height:	1.0;
	font: 12px/20px "Î¢ÈíÑÅºÚ",Arial,Helvetica;
	text-transform: uppercase;
}
.menujt ul {
	line-height:	1.0;
	font: 12px;
	text-transform: none;
}
.menujt ul {
	border: 1px solid #ddd;
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	-moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
}
.menujt ul li {
	width:			100%;
}
.menujt li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menujt li {
	float:			left;
	position:		relative;
	-moz-border-radius:5px;
	border-radius:5px;
}
.menujt ul li {
	-moz-border-radius:0px;
	border-radius:0px;
}
.menujt a {
	display:		block;
	position:		relative;
}
.menujt li:hover ul,
.menujt li.sfHover ul {
	left:			0;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
}
ul.menujt li:hover li ul,
ul.menujt li.sfHover li ul {
	top:			-999em;
}
ul.menujt li li:hover ul,
ul.menujt li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.menujt li li:hover li ul,
ul.menujt li li.sfHover li ul {
	top:			-999em;
}
ul.menujt li li li:hover ul,
ul.menujt li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menujt {
	float:			left;
	/*margin-bottom:	1em;*/
}
.menujt a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding:10px 20px;
	text-decoration:none;
}
.menujt a, .menujt a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.menujt li {
	background:#000;
	color:#000;
}
.menujt li li {
	border-bottom:1px dashed #ddd;
	background:#FFF;
	color:#000;
}
.menujt li li a {
	color:#000;
}
.menujt li li a:visited {
	color:#000;
}

.menujt li li li { border-bottom:1px dashed #ddd;}
/*.menujt li:hover, .menujt li.sfHover,
.menujt a:focus, .menujt a:hover, .menujt a:active {
	background:		#CFDEFF;
	outline:		0;
}*/
.menujt li:hover {outline:0; background:#9E352F;}
.menujt li.sfHover {outline:0;}
.menujt a:focus {outline:0;}
.menujt a:hover {outline:0;}
.menujt a:active {outline:0;}

.menujt ul li:hover {outline:0; background:#FFF;}
.menujt ul a:focus {outline:0;color:#981a1a}
.menujt ul a:hover {outline:0; color:#981a1a;}
.menujt ul a:active {outline:0;color:#981a1a}
/*** arrows **/
.menujt a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menujt ul span.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrow.png') no-repeat;
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* point right for anchors in subs */
.menujt ul .sf-sub-indicator { background-position:  -10px 0; }
.menujt ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menujt ul a:focus > .sf-sub-indicator,
.menujt ul a:hover > .sf-sub-indicator,
.menujt ul a:active > .sf-sub-indicator,
.menujt ul li:hover > a > .sf-sub-indicator,
.menujt ul li.sfHover > a > .sf-sub-indicator {
	/*background-position: -10px 0;*/ /* arrow hovers for modern browsers*/
	
}
.contentdescription{ display:none;}


/****login****/
#login{ width:500px; height:80px; padding-top:6px; float:right; overflow:hidden; text-align:right}
#login p{ padding:0px; margin:0px; clear:both;}
#login .form-login-username{ widows:170px;}
#login .moduletable{  background:none; border:none;}
#login .moduletable h3{ display:none;}
#login .input{ width:500px; height:30px; float:left; background:none; padding:0px; margin:0px; display:block; overflow:hidden; }
#login ul{ width:180px; height:30px; float:left; padding-left:290px; }
#login ul li{ width:90px; height:30px; float:left; padding:0px; margin:0px; overflow:hidden; display:block; text-align:right;}
 
#login ul a{ text-decoration:none; font-size:12px; text-align:left; float:left; margin-left:30px; }
#login .inputbox{ width:110px; height:14px; line-height:14px; margin-right:3px;} 
#login .button{ width:66px; height:26px; line-height:22px; margin-left:3px;  cursor:pointer; border:none; background:none; background:url(../images/login.png) left 1px no-repeat; color:#FFFFFF; font-weight:bold; font-size:12px; font-family:"ËÎÌå"}
#login .button:hover{ color:#CCCCCC; font-weight:bold; font-size:12px; font-family:"ËÎÌå"}


 