/* 
 * Copyright (C) 2008 ASAP TECNOLOGIA. All Rights Reserved. 
 */
html, body {
	margin: 0;
	padding: 0;
}

body {
	/*	font-family: "Lucida Grande", Calibri, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background: white;
	color: #6c6c6c;
}
/* JOEL
form {
    margin: 0; padding: 0;
}
*/
img {
    border: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.bullets {
    list-style-type: disc;
    padding-left: 1em;
    margin-left: 1em;
}

ul.bullets li {
    margin-bottom: 1em;
}


/*   T y p o g r a p h y   */

p {
	margin: 0 0 17px 0;
	padding: 0;
	color: #666;
}

p.small,
.box p {
	font-size: 11px;
	line-height: 16px;
}

.right {
    text-align: right;
}

a {
	color: #1667da;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p a {
	font-size: 12px;
	padding-right: 17px;
/*	background-color: url; */
	background-image: url(link_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;		
}

a i {
	font-size: 12px;
	padding-right: 17px;
/*	background-color: url; */
	background-image: url(link_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;		
}

.small a,
#col_2 .box a {
	font-size: 11px;
	background: none;
}

#col_1 p a {
    font-size: 14px;
    padding: 0;
    background: none;
}

h1 {
	font-size: 20px;
	color: #000;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #d0d0d0;
}
h2 {
	font-size: 17px;
	line-height: 22px; /* 1.29em; */
	color: #ea9826;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 .blog {
	color: #1667da;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	line-height: 17px;
	color: #555;
	font-weight: bold;
	margin: 0 5px 10px 5px;
}

#col_1 h4 {
    margin-left: 0;


}


/*   L a y o u t   */

/* Header */
#header {
    height: 50px;
    position: relative;
	background-color:#ba1616
/*    background-color: #000;*/
}

#logo {
	position: absolute;
	height: 50px;
	top: 0px;
	left: 0px;
	visibility: visible;
}
/*
#fld_q:focus {
    outline: none;
}
*/
/* Tab Nav */

#tabs {
    height: 27px;
/*	background-color: url; */
	background-image: url(bg-tab.png);
    border-bottom: 1px solid #9b9b9b;
}

ul#main_nav {
    margin: 0 0 0 20px;
    padding: 0;
    height: 100%;
    list-style: none;
    border-left: 1px solid #A7A7A7;
}

#main_nav li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 10px;
    height: 100%;
/*	background-color: url; */
	background-image: url(bg-tab-bar2.png);
	background-repeat: no-repeat;
	background-position: right top;		
}

#main_nav li a {
    float: left;
    color: #555;
    height: 100%;
    padding: 0 10px;
    line-height: 27px;
    
}
#main_nav li a:hover {
    text-decoration: none;
    color: #1667DA;
}

/* Sub Nav */

.sub_nav {
    height: 27px;
/*	background-color: url; */
	background-image: url(bg-subnav.png);
	background-repeat: repeat-x;
	background-position: bottom left;		
}

.sub_nav ul {
    margin: 0 0 0 30px;
    padding: 0;
}

.sub_nav ul li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 27px;
    vertical-align: middle;
    height: 100%;
/*	background-color: url; */
	background-image: url(subnav_divider.png);
	background-repeat: no-repeat;
	background-position: right center;		
}

.sub_nav ul li.last {
    background: none;
}

.sub_nav ul li a {
    color: #646464;
    padding: 0 10px;
}

.sub_nav ul li a.active {
    color: #010101;
    font-weight: bold;
    cursor: default;
}

.sub_nav ul li a.active:hover {
    text-decoration: none;
}

/* Where Are You */

#home #nav_home,
#parceiros #nav_parceiros,
#contato #nav_contato,
#cases #nav_cases,
#prod_serv #nav_prod_serv,
#empresa #nav_empresa  {
/*	background-color: url; */
	background-image: url(bg-tab-open.png);
	background-repeat: no-repeat;
	background-position: right top;	
    height: 28px;
}

#home #nav_home a,
#parceiros #nav_parceiros a,
#contato #nav_contato a,
#cases #nav_cases a,
#prod_serv #nav_prod_serv a ,
#empresa #nav_empresa a {
    color: #3c3c3c;
    cursor: default;
}

#rodape #nav_rodape,
#copyrights #nav_copyrights {
    color: #fff;
    cursor: default;
}

#rodape #nav_rodape:hover,
#copyrights #nav_copyrights:hover {
    text-decoration: none;
}

/* body */

#bdy {
    padding: 20px 30px 30px 30px;
    margin-bottom: 50px;
    width: 955px;
    overflow: auto;
}

#col_1, .col_1 {
	width: 600px;
	float: left;


}

#col_2, .col_2 {
    margin: 30px 0 0 635px;
    width: 320px;
}

/* rodape */

#rodape {
    height: 37px;
/*    background-color: #000; */
	background-color:#ba1616;
    padding: 0;
    line-height: 37px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#bottom_nav {
    margin: 0;
    padding: 0 20px;
    font-size: 10px;
    color: #afafaf;
    float: left;
	background-color:#ba1616;
}

#bottom_nav a {
    padding: 0;
    background: none;
	color:#FFFFFF;		
    font-weight: normal;
    padding: 0 5px;
}

#copyright {
    text-align: right;
	color:#FFFFFF;
    font-size: 10px;
    margin: 0;
    padding: 0 20px;
	background-color:#ba1616
}

/* box */

.box {
    width: 320px;
    margin: 0;
    padding: 0;
/*	background-color: url; */
	background-image: url(box_wrapper.png);
	background-repeat: repeat-y;
	background-position: left top;		
    position: relative;
}

.box .box_top {
    height: 10px;
    position: relative;
    top: 0;
    left: 0;
/*	background-color: url; */
	background-image: url(box_top.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.box .box_bottom {
/*	background-color: url; */
	background-image: url(box_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box .box_content {
    padding: 0 16px 30px 16px;
}

.box img {
    margin-bottom: 15px;
}

.box p {
    margin-left: 5px;
    margin-right: 5px;
}

/* box_Servicos */

.box_S {
    width: 200px;
    margin: 0;
    padding: 0;
/*	background-color: url; */
	background-image: url(box_wrapper_S.png);
	background-repeat: repeat-y;
	background-position: left top;		
    position: relative;
}

.box_S .box_top {
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
/*	background-color: url; */
	background-image: url(box_top_S.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.box_S .box_bottom {
/*	background-color: url; */
	background-image: url(box_bottom_S.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_S .box_content {
    padding: 0 10px 16px 10px;
}

.box_S img {
    margin-bottom: 5px;
}

.box_S p {
    margin-left: 5px;
    margin-right: 5px;
}

/* home */
#home_img {
	width: 377px;
	height: 0;
	padding-top: 260px;
	overflow: hidden;
	float: left;
	display: inline;
/*	background-color: url; */
	background-image: url(GMPT_A.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* home */

#GMPT_HOME_img {
    width: 214px;
    height: 0;
    padding-top: 75px;
    overflow: hidden;
/*	background-color: url; */
	background-image: url(GMPT_HOME.png);
	background-repeat: no-repeat;
	background-position: 0 0;	
    float: left; 
    display: inline;	
}

#home_texto {
	width: 440px;
	height: 240px;
	/*    padding: 30px 30px 10px 20px;*/
    padding: 20px 30px 5px 20px;
	margin-left: 470px;
/*	background-color: url; */
	background-image: url(Fundo_Home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#home_texto p {
    font-size: 11px;
}
#home #bdy {
    width: 960px;
/*    margin-left: auto;
    margin-right: auto;*/
}

#home_boxes {
    width: 960px;
/*    margin: 15px auto; */
}

#home_boxes .box {
    float: left;
}

#home .box p {
    margin-bottom: 0;
}

#home_boxes_S {
    width: 960px;
/*    margin: 15px auto; */
}

#home_boxes_S .box {
    float: left;
}

#home_S .box p {
    margin-bottom: 0;
}
.parceiros {
    padding-bottom: 33px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #d0d0d0;
}

.parceiros.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.parceiros img {
    float: left;
    margin: 0 10px 10px 10px;
}

.parceiros h2 {
    margin-bottom: 5px;
}


/* box_Parceiros */

.box_P {
    width: 250px;
    margin: 0;
    padding: 0;
/*	background-color: url; */
	background-image: url(box_wrapper_P.png);
	background-repeat: repeat-y;
	background-position: left top;		
    position: relative;
}

.box_P .box_top {
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
/*	background-color: url; */
	background-image: url(box_top_P.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.box_P .box_bottom {
/*	background-color: url; */
	background-image: url(box_bottom_P.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.box_P .box_content {
    padding: 0 10px 16px 10px;
}

.box_P img {
    margin-bottom: 5px;
}

.box_P p {
    margin-left: 5px;
    margin-right: 5px;
}
