body {
	background: #000000;
	color: #000;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
}
body.fs3 {font-size: 12px;}

/* Normal link */
a {
	color: #FF7E28;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #F60;
	font-weight: bold;
}

a img {
	border: none;
}

#bd #ja-mainnavwrap #ja-mainnav #ja-cssmenu ul li {
	background-color: #000;
}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainnav,
#ja-header,
#ja-container,
#ja-container-top,
#ja-container-bot,
#ja-footer {
	width: 950px;
	margin: 0 auto;
}

#ja-wrapper {
	background: url(../images/mainwrap-bg.jpg) repeat-x center bottom;
}

#ja-container {
	background: url(../images/content-center.png) repeat-y center top;
}

#ja-mainbodywrap {
	width: 70%;
	float: left;
}

#ja-mainbody {}




/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	margin-bottom: 30px;
}

#ja-header {
	line-height: normal;
	position: relative;
	padding-top: 20px;
	z-index: 999;
}



/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #181818;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-right: 0px;
}
#txt2 {
	float: left;
}


#ja-mainnav {
	padding: 0;
	position: relative;
	z-index: 9999;
	width: 830px;
	margin-right: 0px;

}

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


#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../images/arrow.png) no-repeat 5px 13px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #F90;
	text-decoration: none;
	background: url(../images/arrow2.gif) no-repeat 5px 13px;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #F90;
	background: url(../images/arrow2.gif) no-repeat 5px 13px;
}



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

ul.menu li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.grande {
	font-size: 19.7px;
	font-weight: bold;
}
.grande2 {
	font-size: 14px;
}



ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 0 5px 15px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	background: url(../images/arrow.png) no-repeat 5px 10px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #F90;
	text-decoration: none;
	background: url(../images/arrow2.gif) no-repeat 5px 10px;
}

ul.menu li.active a {
	font-weight: bold;
	color: #F90;
	background: url(../images/arrow2.gif) no-repeat 5px 10px;
}

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

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

ul.menu li li a {
	color: #CCC !important;
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #6E6845;
	text-decoration: underline;
}

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

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}



/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.laranjoi {
	color: #FF7E28;
}
.nada {
	height: 100px;
}
.border {
	border: thick solid #666;
}

