

/* COMMON STYLE

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

body {

	background: #fff;

	color: #000;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 1.5;

}



body#bd { 

	color: #5c5c5c;

}



body.fs1 { font-size: 10px; }

body.fs2 { font-size: 11px; }

body.fs3 { font-size: 12px; }

body.fs4 { font-size: 13px; }

body.fs5 { font-size: 14px; }

body.fs6 { font-size: 15px; }



/* Normal links ---*/

a { 

	color: #7a99b5; 

	text-decoration: none;	

}



a:hover, 

a:active, 

a:focus { 

	text-decoration: underline 

}



/* Readon links ---*/

a.readon, 

a.more {

	background: url(../../../images/arrow.png) no-repeat right center;

	padding-right: 10px;

	margin-right: 10px;

}



a.readon:hover, 

a.readon:active, 

a.readon:focus,

a.more:hover, 

a.more:active, 

a.more:focus{ }



/* Download link ---*/

a.download-link { 

	background: url(../../../images/arrow-down.png) no-repeat right center;

	padding-right: 10px;

	margin-right: 10px;

}



/* Content spacing ---*/

.column p, .column pre, .column blockquote,

.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,

.column ol, .column ul { 

	margin: 15px 0; 

	padding: 0; 

}



ul.itemRatingList {

	margin: 0;

}



.column p  { margin: 10px 0; padding: 0; }



/* Headings & Titles ---*/

h1 { font-size: 100%; }

h2 { font-size: 100%; }

h3 { font-size: 100%; }

h4 { font-size: 100%; }

h5 { font-size: 100%; }



.contentheading, .componentheading, h1, h2, h3, h4, h5, h6 {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	line-height: 1.2;

	color: #393939;

	text-transform: uppercase;

}

h1 a, 

h2 a, 

h3 a, 

h4 a, 

h5 a, 

h6 a {

	color: #393939;

}

h1 a:hover, 

h2 a:hover, 

h3 a:hover, 

h4 a:hover, 

h5 a:hover, 

h6 a:hover {

	color: #393939;

	text-decoration: none;

}



h1.componentheading, 

.componentheading { 

	margin: 0; 

	padding: 0 0 7px; 

}



.componentheading {

	font-size: 100%;

}



h2.contentheading, 

.contentheading { 

	margin: 0; 

	padding: 0 0 7px;

}



.contentheading { 

	font-size: 150%; 

}



.blog .contentheading { 

	font-size: 145%; 

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus { 

	font-weight: bold; 

}



.category { 

	font-size: 110%; 

	font-weight: bold; 

}



/* Small text ---*/

small, .small, 

.smalldark, 

.createby, 

.createdate, 

.modifydate, 

.img_caption, 

.contenttoc,

p.site-slogan, 

.ja-navhelper, 

#ja-footer, 

p.counter,

div.counter, 

ul.pagination { 

	font-size: 92%; 

}



small, .small { }



.smalldark { text-align: left; }



/* List ---*/

.column ul li {


	line-height: 160%;

	margin-bottom: 5px;

	overflow: hidden;

	padding-left: 20px;

}



ul.itemRatingList li {

	background:none;

}

.column ol li { 

	line-height: 180%; 

	margin-left: 30px; 

}



/* Others ---*/

th { 

	font-weight: bold; 

	padding: 5px; 

	text-align: left; 

}



td { 

	font-size: 100%; 

	padding: 5px; 

}



fieldset { 

	border: none; 

	padding: 10px 5px; 

}



fieldset a { 

	font-weight: bold; 

}



fieldset.input { 

	padding: 0;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #ddd;

	height: 1px;

}



/* FORM

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

form label { cursor: pointer; }



input, select, textarea, .inputbox {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 100%;

	padding: 4px 5px;

}

textarea {}



.inputbox { 

	background: #fff; 

	border: 1px solid #dfdfdf; 

	color:#969696; 

}



.inputbox:hover, .inputbox:focus { }



.button {

	background: url(../../../images/button-repeat.jpg) repeat-x bottom #ebebeb;

	border: solid 1px #d5d4d4;

	color: #5c5c5c;

	font-size: 92%;

	padding: 3px 9px 4px 9px;

	-moz-border-radius: 5px 5px 5px 5px;

	cursor: pointer;

	text-transform: uppercase;

}



.button:hover, 

.button:focus {

	color: #969696;

}



.checkbox { }



.radio { margin: 0 5px; }



/* Login ---*/

.login_form fieldset { padding: 15px 0 0; }

.login_form fieldset p { margin: 0 0 5px; }



.login_form label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.login_form .inputbox { margin-left: 10px; width: 150px; }



.login_form .remember .inputbox {

	width: 20px;

}



.login_form .button { margin-left: 140px; }



/* Register ---*/

.form-register fieldset { padding: 0 0 10px; }



.form-register p { margin: 0 0 5px; }



.form-register p.form-des { margin: 15px 0; }



.form-register label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.form-register .inputbox { margin-left: 10px; width: 200px; }



.form-register .button { margin-left: 140px; }



/* User ---*/

.user-details { padding: 10px 0; }



.user-details p { margin: 0 0 5px; }



.user-details label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.user-details .inputbox { margin-left: 10px; width: 200px; }



.user-details .button { margin-left: 140px; }



.user-details .paramlist .paramlist_key {

	width: 130px !important;

	padding: 0 0 5px !important;

}



.user-details .paramlist .paramlist_value {

	padding: 0 0 5px !important;

}



.user-details .user_name span {

	padding-left: 10px;

	font-weight: bold;

}



/* Search ---*/

form#searchForm {

	padding: 0; 

}



.searchintro {

}



.results h4 {

	text-transform: none;

	font-size: 110%;

	margin: 15px 0 0;

}



.results p { margin: 0 0 10px; }



/* Contact ---*/

#component-contact address { font-style: normal; }



#component-contact #emailForm {}



.contact_email { margin: 0 0 10px; }



.contact_email label { font-weight: bold; display: block; }



.contact_email_checkbox { margin: 15px 0; }



/* JOOMLA STYLE

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

/* Layout Deco ---*/

.blog { }



.article_separator,

.leading_separator,

.row_separator,

.column_separator { display: none; }



.leading {

	padding-bottom: 10px;

	padding-top: 10px;

}



.article_row { padding-bottom: 20px; padding-top: 20px; }



.article_column { }



.column_separator { padding: 0 25px; }



/* Meta ---*/

.article-tools {

	clear: both;

	display: block;

	line-height: normal;

	margin: 10px 0 15px 0;

	position: relative;

}



.article-meta { float: left; padding: 0; width: 70%; }



.article-section, .article-category {}



.createby {

	background: url(../../../images/author.png) no-repeat 0 2px;

	padding: 3px 3px 3px 20px;

}



.createdate {

	background: url(../../../images/callender.png) no-repeat 0 2px;

	padding: 3px 3px 3px 20px;

}



.modifydate {display: block; margin: 10px 0; }



.contentdescription {

	display: block;

	margin: 0 -15px;

	padding: 10px 15px;

}



.contentdescription p { margin: 0; }



.buttonheading { float: right; }



.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }






/* Tables ---*/

.sectiontableheader {

	background: #464646;

	border: 1px solid #2f2f2f;

	color: #fff;

	padding: 5px;

}



.sectiontableheader a,

.sectiontableheader a:hover,

.sectiontableheader a:focus,

.sectiontableheader a:active { color: #fff; }



.sectiontableentry,

.sectiontableentry0,

.sectiontableentry1,

.sectiontableentry2 {

	border-bottom: solid 1px #ddd;

	padding: 5px 5px 6px;

}



.sectiontableentry:hover,

.sectiontableentry0:hover,

.sectiontableentry1:hover,

.sectiontableentry2:hover { background-color: #fffff0; }



.sectiontableentry2 { background-color: #f6f6f6; }



table.contentpane, table.tablelist { width: 100%; }



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}



/* Content Toc */

table.contenttoc {

	border: 1px solid #ddd;

	float: right;

	margin: 0 0 10px 12px;

	padding: 0;

	width: 30%;

}



table.contenttoc a { }



table.contenttoc td { border-bottom: 1px solid #ddd; padding: 5px 10px; }



table.contenttoc th {

	border-bottom: 1px solid #ddd;

	padding: 5px 10px;

}



/* Poll */

div.poll { padding: 15px 0; }



form#poll {

	font-weight: bold;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



dl.poll {

	font-size: 92%;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



dl.poll dt, dl.poll dd { float: left; }



dl.poll dt { clear: left; width: 100px; }



dl.poll dd { clear: right; }



table.pollstableborder {

	border: none;

	padding: 0;

	text-align: left;

	width: 100%;

}



table.pollstableborder img { vertical-align: baseline; }



table.pollstableborder td {

	background: #f6f6f6;

	border-bottom: 1px solid #ddd;

	font-weight: bold;

	padding: 5px !important;

}



table.pollstableborder tr.sectiontableentry0 td,

table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }



/* Search */

table.searchintro { padding: 10px 0; width: 100%; }



table.searchintro td { padding: 5px !important; }



/* Misc. */

table.contentpaneopen, table.contentpane, table.blog { width: 100%; }



/* Pagination ---*/

ul.pagination { float: left; margin: 10px 0; width: 75%; }



ul.pagination li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

	overflow: hidden;

}



ul.pagination li span { 

	padding: 0 5px; 

	line-height: 20px;

}



ul.pagination a {

	background: #ebebeb;

	border: solid 1px #d5d4d4;

	-moz-border-radius: 3px 3px 3px 3px;

	color: #5c5c5c;

	line-height: 20px;

	padding: 3px 8px;

	text-decoration: none;

	font-weight: normal;

}



ul.pagination a:hover, 

ul.pagination a:active, 

ul.pagination a:focus {

	color: #969696;

}



.sortby { font-size: 92%; margin: 10px 0 5px; }



.sortby .filter, .sortby .display { float: left; width: 40%; }



.sortby .display { float: right; text-align: right; }



.pagenavbar { font-weight: bold; }



.pagenavcounter { margin: 15px 0 !important; text-align: center; }



.counter {

	float: right;

	line-height: 1;

	margin: 15px 0 !important;

	text-align: right;

	width: 24%;

}



.counter span {

	background: #ebebeb;

	border: solid 1px #d5d4d4;

	-moz-border-radius: 3px 3px 3px 3px;

	color: #5c5c5c;

	line-height: 20px;

	padding: 3px 8px;

}



.blog_more {

	padding: 15px 0 5px;

}



.blog_more h2 {

	font-size: 145%;

	margin: 0 0 5px;

}



.blog_more ul li {

	background: url(../../../images/arrow.png) no-repeat 5px 6px;

	padding-left: 15px;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active { display: block; margin: 10px 0; }



/* Messages ---*/

#system-message { margin: 0 -15px 10px; }



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul { margin: 0; padding: 0; }



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #fff;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul { background: #069; border: 0; }



/* System Error Messages */

#system-message dd.error ul { background: #bf0000; border: 0; }



/* System Notice Messages */

#system-message dd.notice ul { background: #333; border: 0; }



/* Tooltips --- */

.tool-tip {

	background: #ffffcc;

	border: 1px solid #D4D5AA;

	float: left;

	max-width: 300px;

	padding: 5px;

	z-index: 1000;

}



.tool-title {

	background: url(../../../images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text { font-size: 100%; margin: 0; }



.hasTip img { border: none; margin: 0 5px 0 0; }



.contentpaneopen_edit img { vertical-align: middle; }



/* MODULE STYLES

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

div.ja-moduletable > h3, div.moduletable > h3 {

	font-size: 74%;

	margin: -1px -1px 0 -1px;

	padding: 7px 15px;

	overflow: hidden;

	border-bottom: solid 1px #fff;

	background: url(../../../images/module-color-heading-repeat.png) repeat-x bottom #274969;

	color: #fff;
	

}



div.ja-moduletable, div.moduletable {

	margin-top: 8px;

	margin-bottom: 15px;

	padding: 0 0 10px;

	position: relative;

	background: url(../../../images/module-bg.png) repeat-x bottom #f8f8f8;

	border: solid 1px #eaeaea;

}

div.ja-moduletable .mod-padding, div.moduletable .mod-padding {

	padding: 15px 15px 0 15px;

}



/* Light style modules ---*/

div.ja-moduletable_light > h3, div.moduletable_light > h3 {

	font-size: 145%;

	margin: 0;

	padding: 7px 15px;

	overflow: hidden;

	border-bottom: solid 1px #ebebeb;

	background: url(../../../images/module-bg.png) repeat-x bottom;

	color: #393939;

}



div.ja-moduletable_light, div.moduletable_light {

	margin-top: 8px;

	margin-bottom: 15px;

	padding: 0 0 10px;

	position: relative;

	background: url(../../../images/module-bg.png) repeat-x bottom #f8f8f8;

	border: solid 1px #eaeaea;

}





/* Clean style modules ---*/

div.ja-moduletable_clean > h3, div.moduletable_clean > h3 {

	padding: 7px 0;

	overflow: hidden;

	border-bottom: none;

	background: none;

	color: #393939;

}



div.ja-moduletable_clean, 

div.moduletable_clean {

	background: none;

	border: none;

}

div.ja-moduletable_clean .mod-padding, 

div.moduletable_clean .mod-padding {

	padding: 0;

}





/* Badge Module ---*/

.badge {

	height: 46px;

	position: absolute;

	right: -1px;

	top: -1px;

	width: 45px;

	background-image: url(../../../images/icon-badge.png);

	background-repeat: no-repeat;

}



.badge-hot .badge { 

	background-position: 0 0; 

}

.badge-new .badge { 

	background-position: 0 -46px; 

}

.badge-pick .badge { 

	background-position: 0 -92px; 

}

.badge-top .badge { 

	background-position: 0 -138px; 

}





/* Search Module ---*/

#ja-search {

	padding-left: 27px;

	background: url(../../../images/search.png) no-repeat center left;

	position: absolute;

	bottom: 38px;

	right: 10px;

}



#ja-search label { display: none; }



#ja-search .inputbox {

	width: 200px;

	padding: 5px;

	color: #555;

	font-size: 100%;

	font-weight: normal;

}



#ja-search .inputbox:hover, 

#ja-search .inputbox:focus { }



#ja-search .button {

	margin-left: 5px;

	text-transform: none;

}



/* Login Module ---*/

#form-login-username .inputbox,

#form-login-password .inputbox {

	background-position: 5px center;

	background-repeat: no-repeat;

}



#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }



#form-login ul { margin: 0 !important; padding: 0; }



#form-login p { margin: 0 0 5px; }



#form-login .button { margin: 10px 0; }



/* Poll Module ---*/

h4.poll-title { margin: 0; padding: 0; }



a.poll-result { font-size: 92%; text-transform: uppercase; }



form.poll .button { margin-right: 5px; }



/* Advertisement ---*/

div.bannergroup_text div.banneritem_text { padding: 5px 0; }



div.bannergroup_text div.banneritem_text a { font-weight: bold; }



div.bannergroup_text div.bannerheader,

div.bannergroup_text div.bannerfooter_text a {font-size: 92%; }



div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }



div.bannergroup { margin-bottom: 10px; }





/* MAIN LAYOUT DIVS

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

.wrap { }

.main { }

.ja-box { 

	padding-bottom: 10px; 

	padding-top: 10px; 

}



#ja-wrapper { }



#ja-container {

	position: relative;

	z-index: 5;

	background: url(../../../images/content-repeat.png) repeat-x top;

	padding: 20px 0; 

}



#ja-container .main { 

	padding: 10px 0 0 0;

}



/* 3 Columns - Classic Layout ---*/

#ja-container.ja-l1r1  {}



/* Full */

#ja-container {}



/* Full left */

#ja-container.ja-r1 {}



/* Full right */

#ja-container.ja-l1 {}



/* Mass ---*/

.ja-mass-top {}

.ja-mass-top .ja-moduletable, 

.ja-mass-top .ja-module { 

	margin-left: 0; 

	margin-right: 0; 

}



.ja-mass-bottom {}

.ja-mass-bottom .ja-moduletable, 

.ja-mass-bottom .ja-module { 

	margin-left: 0; 

	margin-right: 0; 

}



/* MAIN COLUMN

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

#ja-mainbody {}



#ja-main .inner {  }



#ja-contentwrap { }



/* Content Top ---*/

.ja-content-top { }

.ja-content-top .ja-moduletable, 

.ja-content-top .ja-module { 

	margin-left: 0; 

	margin-right: 0;  

}



/* Content Main ---*/

.ja-content-main { }



/* Content Bottom ---*/

.ja-content-bottom { }

.ja-content-bottom .ja-moduletable, 

.ja-content-bottom .ja-module { 

	margin-left: 0; 

	margin-right: 0;  

}



/* @end */



/* SIDE COLUMNS

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

.ja-colswrap { }



.ja-col { }



/* Left Columns ---*/

#ja-left .ja-l2 { }



/* Right Columns ---*/

#ja-right .ja-r2 { }



/* HEADER

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

#ja-header {


	z-index: 10;  

	background: url(../../../images/header-repeat.png) repeat-x bottom;

}



#ja-header .main {

}



h1.logo, 

div.logo-text h1 { 

	font-size: 250%; 

	line-height: 1;

}



h1.logo, 

div.logo-text { 

	float: left; 

	z-index: 1; 

	position: relative; 

}



/* Logo Image ---*/

h1.logo {}



h1.logo a {

	background: url(../../../images/logo.png) no-repeat left;

	display: block;

}



h1.logo a span { 

	position: absolute; 

	top: -100px; 

}



/* Logo Text ---*/

div.logo-text {}



div.logo-text h1 a {

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1px;

	text-decoration: none;

}



p.site-slogan {

	display: block;

	font-size: 10px;

	letter-spacing: 1px;

	margin: 0;

	padding: 5px 0;

	text-transform: uppercase;

}



/* Top navigation ---*/



#ja-topnav {

	position: absolute;

	right: 35px; 

	top: 30px;

	font-size: 92%;

}

#texto{
margin-left: auto;
			margin-right: auto;
			width: 940px;
}


#ja-topnav ul {

	text-align: right;

	margin: 0;

}

#ja-topnav ul li{

	display: inline;

	margin: 0 0 0 10px;

}

#ja-topnav ul li a {

	color: #5c5c5c;

}



#ja-topnav ul li a:hover {

	text-decoration: underline;

}





/* NAVIGATION

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

/* Main Nav ---*/

#ja-mainnav {

	line-height: 1;

	position: relative;

	z-index: 1001;

	border-top: solid 1px #fff;

	border-bottom: solid 5px #274969;

	background: url(../../../images/navigation-repeat.jpg) repeat-x bottom #f5f5f5;

}



#ja-mainnav .main { 

	font-size: 12px; 

	background: none;

	margin-top: -1px;

}



span.has-image {

	padding-left: 25px;

	display: block;

	overflow: hidden;

	background-repeat: no-repeat;

	background-position: left 2px;

}



span.menu-title { 

	display: block; 

	cursor: pointer;

}

span.menu-title1 { 

	margin-top:5px;
	margin-left:730px;

	

}

span.menu-desc {

	display: block;

	font-weight: normal;

	font-size: 92%;

	text-transform: none;

}



/* Sub Nav ---*/

#ja-subnav {

	position: relative; 

	z-index: 9; 

	background: #274969;

	margin-top: -5px;

}



#ja-subnav .main {

	line-height: 1;

	z-index: 10;

	font-size: 10px;

	text-transform: uppercase;

	font-weight: bold;

}



#ja-subnav ul {

	overflow: hidden;

	padding: 10px 0;

}



#ja-subnav ul.active { }



#ja-subnav li {

	background: none;

	display: block;

	float: left;

	padding: 0 10px 0 11px;

}



#ja-subnav li.first-item { 

	border-left: 0; 

}



#ja-subnav ul li a { 

	color: #fff; 

	display: block; 

	text-decoration: none;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 10px;

}



#ja-subnav ul li a:hover { 

	color: #fff; 

}



#ja-subnav ul li.active a,

#ja-subnav ul li.active a:hover,

#ja-subnav ul li.active a:active,

#ja-subnav ul li.active a:focus {

	color: #fff;

}



#ja-subnav ul.active li a { 

	color: #fff; 

}



#ja-subnav ul.active li a:hover { 

	color: #fff; 

}



#ja-subnav ul li.empty { 

	visibility: hidden 

}



/* Sub Nav (lv2) ---*/

#ja-subnav ul li ul {

	background: url(../../../images/subnav-repeat.png) repeat-x bottom #274969;

	display: block;

	height: auto;

	left: -999em;

	padding: 0;

	position: absolute;

	top: 24px;

}



#ja-subnav ul li.hover ul {

	display: block;

	height: auto;

	left: auto;

	position: absolute;

	margin-top: 3px;

	margin-left: 5px;

}



#ja-subnav ul li.haschild a {

	background: url(../../../images/arrow.png) no-repeat right center;

	padding-right: 12px;

}



#ja-subnav ul li.haschild a:hover {

	background: url(../../../images/arrow-down.png) no-repeat right center;

}



#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { 

	background: none; 

	padding-right: 0; 

}



#ja-subnav ul li ul li {

	border-left: 0;

	display: block;

	float: none;

	overflow: hidden;

	padding: 5px;

	text-align: left;

}



#ja-subnav ul li ul li a {

	background-image: none !important;

	border: 0 !important;

	color: #fff !important;

	font-weight: normal !important;

	text-decoration: none !important;

}



#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }



#ja-subnav ul li ul li a:hover {

	background-image: none !important;

	color: #fff !important;

	text-decoration: underline !important;

}



#ja-subnav ul li ul li a.active {

	color: #fff !important;

}



/* Breadcrumbs ---*/



.ja-breadcrums {

	float: left;

	margin: 2px 0 20px 0;

	width: 100%;

	padding-bottom: 5px;

	font-style: italic;

	font-size: 10px;

	text-transform: uppercase;

}



.ja-breadcrums strong { margin-right: 5px; }



.ja-breadcrums img { margin: 1px 5px; }



/* Default Joomla! Menu ---*/

#ja-container ul.menu { margin: 0; padding: 0; }



#ja-container ul.menu li {

	background: none;

	margin: 0;

	overflow: hidden;

	padding: 0;

}



#ja-container ul.menu li a {

	color: #5c5c5c;

	display: block;

	outline: none;

	padding: 5px 0;

	text-decoration: none;

	text-indent: 5px;

}



#ja-container ul.menu li a:hover,

#ja-container ul.menu li a:active,

#ja-container ul.menu li a:focus { 

	color: #5c5c5c;

	background: #efefef;

	-moz-border-radius: 4px 4px 4px;

}



#ja-container ul.menu li.active a { font-weight: bold; }



#ja-container ul.menu li ul { margin: 0 0 0 10px; }



#ja-container ul.menu li li {

	border-bottom: 0;

}



#ja-container ul.menu li li a {

	color: #5c5c5c !important;

	font-weight: normal !important;

	text-indent: 10px;

}



#ja-container ul.menu li li a:hover,

#ja-container ul.menu li li a:active,

#ja-container ul.menu li li a:focus { 

	color: #5c5c5c; 

}



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



#ja-container ul.menu span.separator { display: none; }





/* SLIDER

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



#ja-slider { 

	padding: 0;

}

#ja-slider .main { 

	padding-bottom: 0;

}



#ja-slider  .bg { 

	background: url(../../../images/slider-bg.jpg) no-repeat bottom center; 

	padding: 0;

}

#ja-slider  .bg1 { 


	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;

	font-size:16px;
	
	text-align:justify;

}

div.cs-buttons-coin-slider {}

a.cs-button-coin-slider { 

	margin: 35px 15px 0 15px; 

	margin-left: 0; 

	display: block; 

	width: 9px; 

	height: 9px; 

	background: url(../../../images/slider-nav.png) no-repeat left 50%; 

	border: none;

}



a.cs-active { 

	background: url(../../../images/slider-nav.png) no-repeat right 50%; 

	border: none; 

}



#cs-prev-coin-slider, 

#cs-next-coin-slider {

	position: absolute; 

	top:-50px; 

	display: block; 

	height:30px; 

	width:36px; 

	text-indent: -2000px; 

	overflow: hidden; 

	background: url(../../../images/slider_next_prev.png) no-repeat; 

}



#cs-prev-coin-slider { 

	background-position: left top;

}

#cs-next-coin-slider { 

	background-position: right top;

}



#cs-title-coin-slider h1,

#cs-title-coin-slider h2,

#cs-title-coin-slider h3,

#cs-title-coin-slider h4,

#cs-title-coin-slider h5,

#cs-title-coin-slider h6 {

	color: #fff;

	margin-bottom: 10px;

}



/* SPOTLIGHT

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

#ja-topsl .ja-box, 

#ja-botsl .ja-box { 

	padding: 0;

	background: none;

}

#ja-botsl .ja-box { 

	padding: 0;

	background: none;

}



#ja-topsl .ja-box-right, 

#ja-botsl .ja-box-right,

#ja-topsl .ja-box-full, 

#ja-botsl .ja-box-full { }



#ja-botsl .ja-moduletable  {

	border-bottom: 0;

	margin-bottom: 8px;

	padding-bottom: 0;

}



#ja-topsl li {

}

#ja-botsl ul li {

	background: none;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#ja-botsl ul li a {

	display: block;

	outline: none;

	padding: 6px 0;

	text-decoration: none;

}

#ja-botsl ul li img {

	margin: 0 3px -3px 0;

}



#ja-botsl ul li a:hover,

#ja-botsl ul li a:active,

#ja-botsl ul li a:focus { 

	text-decoration: underline;

}



#ja-botsl ul. li.active a { 

	font-weight: bold; 

}



#ja-topsl ol li, #ja-botsl ol li { 

	margin-left: 10px; 

	padding: 0 !important; 

}



#ja-topsl ul, #ja-topsl p, #ja-topsl ol,

#ja-botsl ul, #ja-botsl p, #ja-botsl ol { 

	padding: 0; 

	margin: 0 0 15px 0 !important; 

}





/* Bot spotlight ---*/

#ja-botsl {

	background: url(../../../images/footer-no-repeat.png) no-repeat center top #274969;

}

#ja-botsl .main { 

	padding: 15px 0 30px 0; 

	background: none; 

	color: #fff;

}

#ja-botsl .main h1,

#ja-botsl .main h2,

#ja-botsl .main h3,

#ja-botsl .main h4,

#ja-botsl .main h5,

#ja-botsl .main h6 { 

	color: #fff;

}



#ja-botsl .ja-moduletable, #ja-botsl .moduletable {

	border-bottom: 0;

	margin-bottom: 0;

}



#ja-botsl h3 {

	margin: 0 0 8px;

	padding: 0;

	background: none;

}



#ja-botsl div.ja-moduletable .mod-padding, #ja-botsl div.moduletable .mod-padding {

	padding: 0;

}

#ja-botsl div.ja-moduletable, #ja-botsl div.moduletable {

	background: 0;

	border: 0;

}

#ja-botsl div.ja-moduletable h3, #ja-botsl div.moduletable h3 {

	background: 0;

	border: 0;

	padding: 0;

}



#ja-botsl a {

}



#ja-botsl a:hover, 

#ja-botsl a:active, 

#ja-botsl a:focus {

}



.ja-box-right .ja-moduletable, .ja-box-right .moduletable,

.ja-box-full .ja-moduletable, .ja-box-full .moduletable { }



/* FOOTER

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

#ja-footer {

	clear: both;

	padding: 20px 0;

	background: url(../../../images/footer-no-repeat.png) repeat-x top;

	border-top: solid 1px #fff;
	
	color: #fff;
	
	font-weight:bold;
	
	height:70px;

}



#ja-footer .main {

	padding: 0;

	position: relative;

}


#header {
	clear: both;
	width: 920px;
	height: 100px;
	margin: 0px auto;
	margin-top: 28px;
	border-top: solid 1px #fff;
	
	color: #fff;
	font-size:12px;
	font-weight:bold;
}

#header_esq{
	width:450px;
	float:left;
	margin-left:-20px;
}

#header_dir{
	width:340px;
	float:left;
	margin-left:500px;
	margin-top:-50px;

}

#noticias{
	width:400px;
	float:right;
	margin-right:-500px;
	margin-top:-240px;
	font-family: Arial, Helvetica, sans-serif;
}


#rodape_dentro {
	clear: both;
	width: 920px;
	margin-top:10px;
	margin: 0px auto;
}

#rodape {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0px auto;
	background: url(../../../images/footer-no-repeat.png) repeat-x top;
	border-top: solid 1px #fff;
	
	color: #fff;
	font-size:12px;
	font-weight:bold;
}

#rodapeEmpresa {
	float: left;
	margin-left:10px;
	width: 440px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 20px;
}



#rodapeTxt {
	width:520px;
	clear: both;
	float:right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	margin-top: -50px;
}

#logo_robson{
	width:50px;
	float:left;
	margin-left:820px;
}

#mensagem{
	width:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;

}

#texto_pequeno{
	width:200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:24px;

}

#ja-footer .inner { 

	float: right; 

	padding: 0; 

	width: 100%; 

	text-align: center; 

}



#ja-footer small { 

	font-size: 100%; 

}

#ja-footer small a { }

#ja-footer small a:hover,

#ja-footer small a:active,

#ja-footer small a:focus { }



/* Foot Links ---*/

#ja-footer .ja-footnav {

	font-size: 100%;

	margin: 0 0 10px;

	overflow: hidden;

	position: relative;

	width: 100%;

	padding: 15px 0;
	
	
}



.ja-footnav ul { 

	line-height: normal; 

	text-align: center;

}



.ja-footnav li {

	border-left: 1px solid #929292;

	padding: 0 10px;

	display: inline;

	line-height: 0.4;
	

}



.ja-footnav li a {

	line-height: 0.4;

	text-decoration: none;

	color: #5c5c5c;

}



.ja-footnav li a:hover, 

.ja-footnav li a:active, 

.ja-footnav li a:focus { 

	text-decoration: underline;

 }



.ja-footnav .ja-firstitem { 

	border-left: 0; 

	padding-left: 0; 

}



/* Copyright Info. ---*/

.ja-copyright small { 

	display: block; 

}



/* MISCELLANOUS

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

/* User Tools ---*/

ul.ja-usertools-font {

	font-size: 11px;

	position: absolute;

	top: 15px;

	right: 20px;

}



ul.ja-usertools-font li, ul.ja-usertools-screen li {

	padding: 0;

	margin: 0;

	display: inline;

	background: none;

}



ul.ja-usertools-screen  {

	font-size: 11px;

	position: absolute;

	top: 15px;

	right: 90px;

}





/* Others ---*/

#ja-banner {

	margin: 0;

	overflow: hidden;

	padding-top: 15px;

	text-align: center;

	width: 100%;

}



div.ja-innerdiv {

	clear: both;

	margin-bottom: 10px;

	padding-bottom: 12px;

}



div.ja-innerdiv h4 {

	font-family: Arial, sans-serif;

	font-size: 92%;

	font-weight: normal;

	margin: 5px 0;

	padding: 0;

	text-transform: uppercase;

}



.cufon-canvas { padding: 1px 0 3px; }


.linkbranco {
	color:#FFFFFF;
	text-decoration: none;
}

















/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table 
	{
	width: 870px; /* --- width sum of div.caption_column, div.column_1, div.column_2, div.column_3, div.column_4 --- */
	height: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #303030;
	line-height: normal !important;
	}

/* --- main border --- */
div.p_table .frame_border
	{
	background-color: #ffffff;
	padding: 10px !important;
	float: left;
	}
	
/* --- hyperlinks --- */
div.p_table a
	{
	color: #303030;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px --- */	
div.p_table .radius5
	{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}	
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* --- border radius 5px bottom right --- */	
div.p_table .radius5_bottomright
	{
	border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}
	
/* --- border radius 5px bottom left --- */	
div.p_table .radius5_bottomleft
	{
	border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 3px;
	padding: 3px !important;
	font-weight: normal !important;
	border: 0 !important;
	color: #ffffff;
	}
	
div.p_table h1
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 48px;
	}

div.p_table h2
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 28px;
	}
	
div.p_table h3
	{
	margin-top: 3px;
	font-size: 13px;
	}

/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.caption_column li.header_row_2
	{
	background-color: #ffffff;
	}

/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1
	{
	height: 39px;
	width: 100%;
	padding: 1px 0px 0px 0px !important;
	}
	
/* ------ decor light line ------  */
div.p_table div.caption_column li.decor_line,
div.p_table div.column_1 li.decor_line,
div.p_table div.column_2 li.decor_line,
div.p_table div.column_3 li.decor_line,
div.p_table div.column_4 li.decor_line
	{
	height: 1px;
	width: 100%;
	float: left;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2
	{
	height: 88px;
	width: 100%;
	padding: 5px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
	{	
	height: 88px;
	width: 100%;
	padding: 5px 0px 8px 10px !important;
	line-height: 40px !important;
	/* IE box model hack */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE8 */
	}	
	 
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column
	{
	width: 170px;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1
	{
	width: 170px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2
	{
	width: 170px;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3
	{
	width: 170px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4
	{
	width: 170px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* ------ common styles ------  */
div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2
	{
	/* removed border radiuses */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row
	{
	/* added border radiuses */
	border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	}
	
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_3
	{
	color: #ffffff;
	}
	
div.p_table div.column_1:hover li.row_style_1 a,
div.p_table div.column_2:hover li.row_style_1 a,
div.p_table div.column_3:hover li.row_style_1 a,
div.p_table div.column_4:hover li.row_style_1 a,
div.p_table div.column_1:hover li.row_style_2 a,
div.p_table div.column_2:hover li.row_style_3 a,
div.p_table div.column_3:hover li.row_style_2 a,
div.p_table div.column_4:hover li.row_style_3 a
	{
	color: #ffffff;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3
	{
	width: 100%;
	height: 100%;
	min-height: 28px;
	padding-top: 12px !important;
	float: left;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;	
	}

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span
	{
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- lighter gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- darker gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* ==================== FOOTER ==================== */
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100%;
	height: 40px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	background-color: #ffffff;
	/* transitions */
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}
	
/* ==================== BUTTONS ==================== */
/* ------ common styles ------  */
div.p_table a.button_1,
div.p_table a.button_2,
div.p_table a.button_3,
div.p_table a.button_4
	{
	width: 130px;
	height: 30px;
	padding: 6px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	outline: none;
	/* shadow */
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	/* font */
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	color: #ffffff;
	font-size: 24px;
	/* poz correction */
	position: relative;
	top: 1px;
	/* transitions */
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	}
	
/* ------ hover common styles ------  */	
div.p_table div.column_1:hover a.button_1,
div.p_table div.column_2:hover a.button_2,
div.p_table div.column_3:hover a.button_3,
div.p_table div.column_4:hover a.button_4
	{
	background: 0;
	filter: 0; /* IE5.5 - 7 */
	-ms-filter: 0; /* IE8 */
	border: 0;
	color: #ffffff;
	position: relative;
	top: -5px;
	/* shadow */
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../../../images/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../../../images/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../../../images/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../../../images/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../../../images/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../../../images/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../../../images/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../../../images/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../../../images/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../../../images/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../../../images/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../../../images/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../../../images/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../../../images/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../../../images/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../../../images/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../../../images/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../../../images/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../../../images/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../../../images/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../../../images/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../../../images/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../../../images/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../../../images/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../../../images/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../../../images/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../../../images/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../../../images/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../../../images/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(../../../images/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(../../../images/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../../../images/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../../../images/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../../../images/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../../../images/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../../../images/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../../../images/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../../../images/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../../../images/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../../../images/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../../../images/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../../../images/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../../../images/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../../../images/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../../../images/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../../../images/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../../../images/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../../../images/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../../../images/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../../../images/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../../../images/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../../../images/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../../../images/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../../../images/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../../../images/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../../../images/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../../../images/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../../../images/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../../../images/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../../../images/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
div.p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.p_table a.tooltip:hover:after, div.p_table a.tooltip:hover:before
	{
    display: block;
	}


/* ==================== STYLE 3 - BLUE ==================== */
/* ==================== HEADINGS ==================== */
div.p_table h1.caption
	{
	color: #3171b5;
	}
	
div.p_table h1.caption span
	{
	color: #70b7d2;
	}

/* ==================== COLUMN STYLE 1 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-bottom: 1px solid #4283b2;
	background-color: #569dc2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #70bbd4, #5399c0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70bbd4', endColorstr='#5399c0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70bbd4', endColorstr='#5399c0'); /* IE8 */
	background: -ms-linear-gradient(top, #70bbd4, #5399c0); /* IE9 */
	background: -moz-linear-gradient(top, #70bbd4, #5399c0); /* Firefox */ 
	background: -o-linear-gradient(top, #70bbd4, #5399c0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #70bbd4, #5399c0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70bbd4), color-stop(1, #5399c0)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_1 li.decor_line
	{
	background-color: #98d1e2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2); /* W3C */
	background: -ms-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2); /* IE9 */
	background: -moz-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2); /* Firefox */ 
	background: -o-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2); /* Opera 11  */
	background: -webkit-linear-gradient(left, #98d1e2, #c7e6ef 50%, #98d1e2); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #98d1e2), color-stop(0.5, #c7e6ef), color-stop(1, #98d1e2)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	background-color: #569dc2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #72b9d3, #569dc2); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2'); /* IE8 */
	background: -ms-linear-gradient(top, #72b9d3, #569dc2); /* IE9 */
	background: -moz-linear-gradient(top, #72b9d3, #569dc2); /* Firefox */ 
	background: -o-linear-gradient(top, #72b9d3, #569dc2); /* Opera 11  */
	background: -webkit-linear-gradient(top, #72b9d3, #569dc2); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72b9d3), color-stop(1, #569dc2)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 2 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-bottom: 1px solid #2e639f;
	background-color: #3c82b3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4ea8ca, #397db0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea8ca', endColorstr='#397db0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ea8ca', endColorstr='#397db0'); /* IE8 */
	background: -ms-linear-gradient(top, #4ea8ca, #397db0); /* IE9 */
	background: -moz-linear-gradient(top, #4ea8ca, #397db0); /* Firefox */ 
	background: -o-linear-gradient(top, #4ea8ca, #397db0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #4ea8ca, #397db0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4ea8ca), color-stop(1, #397db0)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_2 li.decor_line
	{
	background-color: #6cc5db; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db); /* W3C */
	background: -ms-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db); /* IE9 */
	background: -moz-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db); /* Firefox */ 
	background: -o-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db); /* Opera 11  */
	background: -webkit-linear-gradient(left, #6cc5db, #9ce0ec 50%, #6cc5db); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #6cc5db), color-stop(0.5, #9ce0ec), color-stop(1, #6cc5db)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	background-color: #3c82b3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4fa5c8, #3c82b3); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3'); /* IE8 */
	background: -ms-linear-gradient(top, #4fa5c8, #3c82b3); /* IE9 */
	background: -moz-linear-gradient(top, #4fa5c8, #3c82b3); /* Firefox */ 
	background: -o-linear-gradient(top, #4fa5c8, #3c82b3); /* Opera 11  */
	background: -webkit-linear-gradient(top, #4fa5c8, #3c82b3); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4fa5c8), color-stop(1, #3c82b3)); /* Chrome 10, Safari */
	}
	
/* ==================== COLUMN STYLE 3 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-bottom: 1px solid #244f8b;
	background-color: #2f68a3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3d87bf, #2d649f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d87bf', endColorstr='#2d649f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d87bf', endColorstr='#2d649f'); /* IE8 */
	background: -ms-linear-gradient(top, #3d87bf, #2d649f); /* IE9 */
	background: -moz-linear-gradient(top, #3d87bf, #2d649f); /* Firefox */ 
	background: -o-linear-gradient(top, #3d87bf, #2d649f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3d87bf, #2d649f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d87bf), color-stop(1, #2d649f)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_3 li.decor_line
	{
	background-color: #55b3d4; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4); /* W3C */
	background: -ms-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4); /* IE9 */
	background: -moz-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4); /* Firefox */ 
	background: -o-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4); /* Opera 11  */
	background: -webkit-linear-gradient(left, #55b3d4, #7bd5e8 50%, #55b3d4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #55b3d4), color-stop(0.5, #7bd5e8), color-stop(1, #55b3d4)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	background-color: #2f68a3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3e8abd, #2f68a3); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3'); /* IE8 */
	background: -ms-linear-gradient(top, #3e8abd, #2f68a3); /* IE9 */
	background: -moz-linear-gradient(top, #3e8abd, #2f68a3); /* Firefox */ 
	background: -o-linear-gradient(top, #3e8abd, #2f68a3); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3e8abd, #2f68a3); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e8abd), color-stop(1, #2f68a3)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN STYLE 4 ==================== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-bottom: 1px solid #1d4280;
	background-color: #26579a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3171b8, #245496); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3171b8', endColorstr='#245496'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3171b8', endColorstr='#245496'); /* IE8 */
	background: -ms-linear-gradient(top, #3171b8, #245496); /* IE9 */
	background: -moz-linear-gradient(top, #3171b8, #245496); /* Firefox */ 
	background: -o-linear-gradient(top, #3171b8, #245496); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3171b8, #245496); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3171b8), color-stop(1, #245496)); /* Chrome 10, Safari */	
	}
	
/* --- decor light  line ---  */	
div.p_table div.column_4 li.decor_line
	{
	background-color: #4599cf; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf); /* W3C */
	background: -ms-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf); /* IE9 */
	background: -moz-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf); /* Firefox */ 
	background: -o-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf); /* Opera 11  */
	background: -webkit-linear-gradient(left, #4599cf, #63c7e5 50%, #4599cf); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4599cf), color-stop(0.5, #63c7e5), color-stop(1, #4599cf)); /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	background-color: #26579a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #3373b6, #26579a); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a'); /* IE8 */
	background: -ms-linear-gradient(top, #3373b6, #26579a); /* IE9 */
	background: -moz-linear-gradient(top, #3373b6, #26579a); /* Firefox */ 
	background: -o-linear-gradient(top, #3373b6, #26579a); /* Opera 11  */
	background: -webkit-linear-gradient(top, #3373b6, #26579a); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3373b6), color-stop(1, #26579a)); /* Chrome 10, Safari */	
	}
	
/* ==================== COLUMN HOVERS ==================== */
/* --- column 1 ---  */
div.p_table div.column_1:hover li.row_style_1
	{
	background-color: #66adcc;
	}
	
div.p_table div.column_1:hover li.row_style_2
	{
	background-color: #569dc2;
	}
	
div.p_table div.column_1:hover li.footer_row
	{
	background-color: #66adcc;
	}
	
/* --- column 2 ---  */	
div.p_table div.column_2:hover li.row_style_1
	{
	background-color: #4797c0;
	}
	
div.p_table div.column_2:hover li.row_style_3
	{
	background-color: #3c82b3;
	}
	
div.p_table div.column_2:hover li.footer_row
	{
	background-color: #4797c0;
	}
	
/* --- column 3 ---  */	
div.p_table div.column_3:hover li.row_style_1
	{
	background-color: #377bb2;
	}
	
div.p_table div.column_3:hover li.row_style_2
	{
	background-color: #2f68a3;
	}
	
div.p_table div.column_3:hover li.footer_row
	{
	background-color: #377bb2;
	}

/* --- column 4 ---  */	
div.p_table div.column_4:hover li.row_style_1
	{
	background-color: #2c67aa;
	}
	
div.p_table div.column_4:hover li.row_style_3
	{
	background-color: #26579a;
	}
	
div.p_table div.column_4:hover li.footer_row
	{
	background-color: #2c67aa;
	}
	
/* ==================== BUTTONS ==================== */
div.p_table a.button_1
	{
	border-bottom: 1px solid #3f85b0;
	background-color: #569dc2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #78c4da, #579ec3); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c4da', endColorstr='#579ec3'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c4da', endColorstr='#579ec3'); /* IE8 */
	background: -ms-linear-gradient(top, #78c4da, #579ec3); /* IE9 */
	background: -moz-linear-gradient(top, #78c4da, #579ec3); /* Firefox */ 
	background: -o-linear-gradient(top, #78c4da, #579ec3); /* Opera 11  */
	background: -webkit-linear-gradient(top, #78c4da, #579ec3); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78c4da), color-stop(1, #579ec3)); /* Chrome 10, Safari */
	}
	
div.p_table a.button_2
	{
	border-bottom: 1px solid #2a689e;
	background-color: #3c82b3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #54b4d1, #3d83b4); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b4d1', endColorstr='#3d83b4'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b4d1', endColorstr='#3d83b4'); /* IE8 */
	background: -ms-linear-gradient(top, #54b4d1, #3d83b4); /* IE9 */
	background: -moz-linear-gradient(top, #54b4d1, #3d83b4); /* Firefox */ 
	background: -o-linear-gradient(top, #54b4d1, #3d83b4); /* Opera 11  */
	background: -webkit-linear-gradient(top, #54b4d1, #3d83b4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54b4d1), color-stop(1, #3d83b4)); /* Chrome 10, Safari */
	}	
	
div.p_table a.button_3
	{
	border-bottom: 1px solid #204f8b;
	background-color: #2f68a3; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #4292c8, #3069a4); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4292c8', endColorstr='#3069a4'); /* IE8 */
	background: -ms-linear-gradient(top, #4292c8, #3069a4); /* IE9 */
	background: -moz-linear-gradient(top, #4292c8, #3069a4); /* Firefox */ 
	background: -o-linear-gradient(top, #4292c8, #3069a4); /* Opera 11  */
	background: -webkit-linear-gradient(top, #4292c8, #3069a4); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4292c8), color-stop(1, #3069a4)); /* Chrome 10, Safari */
	}
	
div.p_table a.button_4
	{
	border-bottom: 1px solid #194082;
	background-color: #26579a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #357ac2, #26589b); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357ac2', endColorstr='#26589b'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#357ac2', endColorstr='#26589b'); /* IE8 */
	background: -ms-linear-gradient(top, #357ac2, #26589b); /* IE9 */
	background: -moz-linear-gradient(top, #357ac2, #26589b); /* Firefox */ 
	background: -o-linear-gradient(top, #357ac2, #26589b); /* Opera 11  */
	background: -webkit-linear-gradient(top, #357ac2, #26589b); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #357ac2), color-stop(1, #26589b)); /* Chrome 10, Safari */
	}
	
	#paginas3{
	margin-left:10px;
	width:880px;
	height:500px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#links_uteis1{
  text-align: center;
   font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}