/* ************************** LAYOUT ************************* */
#index {
	background: #3c3c3c;
}

#index .left-column {
	float: left;
	width: 299px;
}
#index .right-column {
	margin-left: 355px;
}

#index .default-listing {
	list-style-type:  disc;
	list-style-position: inside;
}
#index .default-listing li {
	margin-bottom: 10px;
}

#index #header {
	background: #4e66ab url(/img/home.header.bg.gif) repeat-x;
	height: 53px;
	padding: 0;
	border: none;
}
#index #header #menu {
	list-style: none
}
#index #header #menu li {
	float: left;
	height: 48px;
}
#index #header #menu li.separator {
	padding-top: 17px;
	height: auto;
	color: #3e4c8b;
}
#index #header #menu li a {
	padding: 17px 16px 18px 16px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#index #header #menu li a:hover, #index #header #menu li.selected a {
	background: #6177b4 url(/img/home.header.menu.hover.gif) repeat-x;
}

#index #main {
	padding: 10px 0 0 0;
	background: #fff;
}
#index #main h1 {
	margin-bottom: 15px;
}
#index #main #main-title {
	margin: 0 auto;
	font-size: 15px;
	color: #6e6e6e;
}
#index #main #main-title .screens h2 {
	font-size: 17px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 5px;
}
#index #main #main-title .screens img {
	border: 1px solid #d6d6d6;
}
#index #main #main-title .description, #index #main #main-title .description h1 {
	line-height: 120%;
}
#index #main #main-title .description h1 {
	font-size: 18px;
	color: #324180;
}
#index #main #main-title .description .login-link {
	font-size: 14px;
	color: #a4a4a4;
	margin-top: 4px;
}
#index #main #main-title .description .login-link a {
	color: #f19221;
}
#index #main #main-content {
	margin: 13px 0 0 0;
	background: #f3f3f3;
	border-top: 1px solid #d6d6d6;
	color: #6e6e6e;
	clear: left;
}
#index #main #main-content h1 {
	font-size: 18px;
	color: #4558a1;
	text-transform: uppercase;
}
#index #main #main-content .last-news {
	font-size: 12px;
	line-height: 120%;
}
#index #main #main-content .last-news h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#index #main #main-content .last-news h3 a {
	color: #de7e22;
}

#index #main #main-content .clientes {
	margin-bottom: 23px;
}
#index #main #main-content .clientes td {
	vertical-align: middle;
	padding-right: 17px;
}

#index #footer {
	border-top: 1px solid #3c3c3c;
	background: #5c5c5c url(/img/home.footer.bg.gif) repeat-x;
	font-size: 11px;
	padding: 17px 0 10px 0;
	text-align: left;
	line-height: 130%;
}

#index #footer #footer-content {
	color: #c1c1c1;
}
#index #footer #footer-content h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
#index #footer #footer-content .left-column a {
	color: #fff;
	text-decoration: none;
}
#index #footer #footer-content .left-column a:hover {
	text-decoration: underline;
}
#index #footer #footer-content .right-column .contato a {
	color: #c1c1c1;
	text-decoration: none;
}
#index #footer #footer-content .right-column .contato a:hover {
	text-decoration: underline;
}

#index #footer-bottom {
	background: #3c3c3c;
	color: #6e6e6e;
	text-align: center;
	font-size: 10px;
	padding: 13px 0;
}
/* *************************** ABOUT ************************* */
#main.main-sobre #main-content, #main.main-dicas #main-content {
	margin: 0!important;
}

#about-menu {
	list-style: none;
}
#about-menu li {
	height: 42px;
}
#about-menu li.first {
	height: 43px;
}
#about-menu li.selected {
	border-left: 1px solid #b8b8b8;
	background: url(/img/home.about.menu.left.gif) repeat-x;
	padding-left: 14px;
	height: 43px;
}
#about-menu li.selected .arrow {
	float: right;
	position: relative;
	left: 10px;
}
#about-menu li a, #about-menu li.selected a {
	display: block;
	font-size: 18px;
	text-decoration: none;
}
#about-menu li a {
	border-bottom: 1px solid #d6d6d6;
	background: url(/img/home.about.menu.off.bg.gif) repeat-x center left;
	padding: 12px 0 11px 25px;
	color: #506bae;
}
#about-menu li.first a {
	border-top: 1px solid #d6d6d6;
}
#about-menu li.selected a {
	border: 1px solid #3c4d94;
	background: url(/img/home.about.menu.bg.gif) repeat-x center left;
	padding: 12px 0 11px 11px;
	color: #fff;
}
#about-menu li a:hover, #about-menu li.selected a:hover {
	text-decoration: underline;
}

#about {
	font-size: 15px;
	margin-top: 12px;
	line-height: 120%;
}
#about .item {
	margin: 30px 0;
	background: url() no-repeat center left;
}
#about ul {
	list-style-type: disc;
	list-style-position: inside;
}
#about ul li {
	margin: 5px 0;
	font-weight: bold;
}

#about-main {
	background: url(/img/home.about.details.bg.jpg) no-repeat bottom right;
	height: 143px;
}
#dicas-main {
	background: url(/img/home.tips.bg.jpg) no-repeat bottom right;
	height: 140px;
}
#about-main h1, #dicas-main h1 {
	font-size: 48px;
	color: #ee8d22;
}
#about hr {
	border: none;
	border-top: 1px solid #d6d6d6;
}
