/*------------------------------------------------------------------------
# JA Edentite 1.0 - Mar, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* Heading */
h4 {font-size: 100%;text-transform: uppercase;}


/*
div ul#ja-cssmenu li ul li a span.menu-title {
	text-align:left;
	background-color:red;
	}

*/

/* usando --------------------------- */

	/* MAIN LAYOUT DIVS
	--------------------------------------------------------- */
	#ja-wrapper {
		/*padding: 0 0 40px;*/
		width: 797px;
		margin: 0 auto;
	}

.narrow #ja-wrapper {
	width: 750px;
}

#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-pathway,
#ja-container,
#ja-topsl,
#ja-botsl,
#ja-footer {
	clear: both;
}

#ja-container {
	border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	background: url(main-bg1.gif) repeat-y left;
}

.narrow #ja-container {
	background: url(main-bg1-n.gif) repeat-y left;
}

#ja-container2 {
	border-bottom: 1px solid #E7E8E6;
	background: url(main-bg2.gif) repeat-y right;
}

.narrow #ja-container2 {
	background: url(main-bg2-n.gif) repeat-y right;
}

#ja-mainbody {
	width: 80%;
	float: right;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 75%;
}

#ja-current-content {
	padding: 10px 15px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 20%;
	color: #333333;
	background: #E8FAFF
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 25%;
	width: 22.4% !important;
	color: #333333;
	background: #F5F5F5
}

/*common style for column*/
#ja-colwrap a {
}

#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-fr,
#ja-containerwrap-fl {
	padding: 0;
	margin: 25px 0;
	background: url(grad1.gif) repeat-x bottom #FFFFFF;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

#ja-containerwrap-f #ja-container {
	border: 1px solid #E7E8E6;
}

/*content + left*/
#ja-containerwrap-fr #ja-content {
	width: 100%;
}

#ja-containerwrap-fr #ja-container2 {
	background: none;
}

#ja-containerwrap-fr #ja-container2 {
	border-right: 1px solid #E7E8E6;
}

/*content + right*/
#ja-containerwrap-fl #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fl #ja-content {
	width: 79.9%;
}

#ja-containerwrap-fl #ja-col2 {
	width: 20%;
}

#ja-containerwrap-fl #ja-container {
	background: none;
	border-left: 1px solid #E7E8E6;
}

/* MODULE
--------------------------------------------------------- */
#ja-botsl div.moduletable,
#ja-botsl div.moduletable_menu,
#ja-botsl div.moduletable_text {
	border-bottom: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: url(shadow.gif) repeat-x bottom;
	height: 37px;
	position: relative;
	z-index: 999;
}

#ja-mainnav {
	background: url(grad2.gif) repeat-x top #fff;
	height: 32px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnav {
	display: block;
	font-size: 92%;
	border-bottom: 1px solid #E7E8E6;
	height: 28px;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-subnav li a {
	display: block;
	float: left;
	padding: 0 15px;
	line-height: 28px;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	font-weight: bold;
	color: #01AD4A;
}

#ja-subnav li a.first-item {
	background: none;
}

/* breadcrumbs */
#ja-pathway {
	border: 1px solid #E8E8E8;
	border-top: none;
	padding: 5px 15px;
	color: #4A5150;
	font-weight: bold;
	background: #F5F5F5;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #C0C0C0;
	font-weight: normal;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 4px;
	color: #4A5150;
	border-bottom: 1px solid #B4F5CE;
	background: url(arrow.png) no-repeat 97% center;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #535353;
	background: url(arrow2.png) no-repeat 97% center;
}

ul.menu li.active a {
	color: #4D4D4D;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: url(bullet.gif) no-repeat 10px 13px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6 transparent*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
}

ul.menu li li li{
padding-left: 15px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
	background: url(../images/vline2.gif) repeat-y top right;
}

/* Top spotlight */
#ja-topsl {
	height: 120px;
	margin: 0 0 10px;
	overflow:hidden;
	width:98%;
}

* html #ja-topsl { /*IE 6*/
	margin: 0 1px 10px !important;
}

*+html #ja-topsl { /*IE 6*/
	margin: 0 1px 10px !important;
}

/* Bot spotlight */
#ja-botsl {
	border: 1px solid #E7E8E6;
	background: url(grad1.gif) repeat-x top #F8F8F7;
	color: #626A69;
	padding: 10px 0;
}

#ja-botsl h3 {
	color: #01AD4A;
	font-size: 100%;
	background: none;
	border: none;
	margin-bottom: 0;
}

#ja-botsl div.moduletable {
	padding: 0 15px;
}

#ja-botsl ul, #ja-botsl ol {
	margin: 0;
	padding: 0;
}

#ja-botsl ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#ja-botsl ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(bullet.gif) no-repeat 5px 7px;
}



/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}







