@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #262626;
	margin: 0px;
	color: #555555;
}
#header {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header a #logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#header #mnuTop {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
	padding-top: 30px;
}
#header #mnuTop li {
	display: inline;
}

#header #mnuTop li  a{
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	right: 10px;
	font-size: 12px;
	text-decoration: none;
}
#header #mnuTop li a span{
	color: #FFF;
	font-weight: bold;
	height: 25px;
	float: left;
	padding-top: 5px;
	position: relative;
	right: 10px;
	padding-left: 15px;
	padding-right: 5px;
}
#header #mnuTop li a:hover {
	background-image: url(../images/back-utils.png);
	background-position: right 0px;
}
#header #mnuTop li a:hover span {
	background-position: left 0px;
	background-image: url(../images/back-utils.png);
}
#header #rightTop {
	float: right;
}
#header #rightTop #contactsTop {
	float: right;
	margin-top: 20px;
}





#content {
	background-image: url(../images/back-content.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#content #mainContent {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
}
.twoColLeft  {
	width: 610px;
	float: left;
}
.twoColLeft a  {
	color: #555555;
}
.twoColRight  {
	float: left;
	width: 290px;
	margin-left: 40px;
	color: #FFF;
}
.twoColRight h1   {
	color: #c5e900;
	font-size: 18px;
	font-weight: bold;
}
.twoColRight h2  {
	color: #c5e900;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
.twoColRight ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColRight p  {
	margin-top: 0px;
}
.twoColRight a  {
	color: #FFF;
}




.frameTop {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	height: 10px;
}
.servicos li {
	display: block;
	margin-bottom: 20px;
}
.servicos {
	margin: 0px;
	padding: 0px;
}

.servicos li h2 {
	margin: 0px;
	padding: 0px;
}
.servicos li p {
	margin: 0px;
	padding: 0px;
}


.servicos li img {
	float: left;
}
.servicos li a {
	float: right;
	font-weight: bold;
}


.frameBot {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	height: 10px;
}



.frameCenter {
	background-color: #FFF;
	background-image: url(../images/back-frameCenter.png);
	background-repeat: no-repeat;
	color: #555555;
	padding-right: 20px;
	padding-left: 20px;
}


#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 50px;
	font-size: 11px;
	margin-bottom: 20px;
	color: #FFF;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.twoColLeft h1 {
	color: #356aa0;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColLeft h2 {
	color: #5195db;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}
.txtBold {
	font-weight: bold;
}
br.clearFloat {
	clear: both;
}
.pacotes {
	padding: 0px;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.pacotes li {
	width: 175px;
	display: inline;
	float: left;
	font-size: 12px;
	margin-right: 15px;
}
.pacotes li a {
	text-decoration: none;
}

.pacotes li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.pacotes li ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pacotes div h1 {
	color: #C5E900;
}

#projectos {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	height: 250px;
	width: 290px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#projectos h1 {
	text-align: left;
}

#projectos li  {
	margin-bottom: 25px;
	width: 290px;
}
#projectos li h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0px;
}
.section {
	margin-bottom: 50px;
	overflow: hidden;
}
a.btn {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: right -50px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 10px;
}
a.btn:hover {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: right -70px;
}
a.btn  span{
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: left -50px;
	position: relative;
	right: 10px;
	display: block;
	padding-top: 3px;
	height: 17px;
	padding-left: 10px;
}
a.btn:hover  span{
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: left -70px;
}
a.btn2 {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: right -70px;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 10px;
	color: #262626;
}
a.btn2:hover {
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
a.btn2  span{
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: left -70px;
	position: relative;
	right: 10px;
	display: block;
	padding-top: 3px;
	height: 17px;
	padding-left: 10px;
}
a.btn2:hover  span{
	background-image: url(../images/back-utils.png);
	background-repeat: no-repeat;
	background-position: left -50px;
}
.boxGreen {
	background-image: url(../images/back-boxes.png);
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 50px;
	color: #555555;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxGreen h1 {
	color: #2A4E97;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}
.boxGreen a {
	margin-right: 20px;
}
.boxBlue {
	background-image: url(../images/back-boxes.png);
	background-repeat: no-repeat;
	height: 120px;
	margin-bottom: 50px;
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 0px -160px;
}
.boxBlue h1 {
	color: #C5E900;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}
.boxBlue a {
	margin-right: 20px;
}
h2.green {
	color: #C5E900;
}
.portfolio {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.portfolio li {
	float: left;
	width: 180px;
	font-size: 10px;
	height: 280px;
	margin-right: 10px;
}
.portfolio li p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.portfolio li h2 {
	font-size: 14px;
}
.portfolio li a img {
	padding: 5px;
	border: 1px solid #999;
}

