@charset "utf-8";
/* CSS Document */

/* Begin Global Definitions */
* {
	padding:0;
	margin:0;
}

html {
	background:url(../images/bg.gif) top repeat-x;
}

body {
	background:url(../images/footer_bg.gif) bottom repeat-x;
	font:11px Tahoma, Geneva, sans-serif;
	color:#444;
	padding-bottom:20px;
}
/* End Global Definitions */

/* Begin ID Definitions */
#main {
	position:relative;
	width:765px;
	margin:0 auto;
}
/* End ID Definitions */

/* Begin Pre Definitions */
.hidden {
	display:none;
}

h2 {
	font:normal 12px Verdana, Tahoma, sans-serif;
	color:#fff;
}

h2 strong {
	font-size:13px;
}

h3 {
	font:bold 11px Tahoma, Geneva, sans-serif;
}

ul {
	list-style:none;
}

a {
	color:#00f;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.more {
	display:block;
	background:url(../images/more_arrow.gif) left no-repeat;
	padding:0 0 2px 30px;
}

.more a {
	font:bold 11px Tahoma, Geneva, sans-serif;
	text-decoration:underline;
	color:#010101;
}

.more a:hover {
	text-decoration:none;
}

.inputText {
	height:17px;
	background:#f5f5f5;
	border:1px solid #d5d5d5;
}

.inputText:hover {
	background:#ffc;
}

.inputText:focus {
	background:#ffc;
}
/* End Pre Definitions */

/* Begin Header */
#header {
	position:relative;
	height:158px;
}

#header #logo {
	position:absolute;
	background:url(../images/logo.png) no-repeat;
	width:200px;
	height:200px;
	top:15px;
	left:65px;
}

#navbar {
	position:absolute;
	bottom:0;
	right:46px;
}

#navbar li span {
	display:none;
}

#navbar li {
	float:left;
	margin-right:5px;
}

#navbar li a {
	display:block;
	height:22px;
	width:82px;
}

#navbar .home {
	background:url(../images/btnHome_off.gif) no-repeat;
}

#navbar .empresa {
	background:url(../images/btnEmpresa_off.gif) no-repeat;
}

#navbar .servicos {
	background:url(../images/btnServicos_off.gif) no-repeat;
}

#navbar .portfolio {
	background:url(../images/btnPortfolio_off.gif) no-repeat;
}

#navbar .contato {
	background:url(../images/btnContato_off.gif) no-repeat;
}

#home #navbar .home {
	background:url(../images/btnHome_on.gif) no-repeat;
}

#empresa #navbar .empresa {
	background:url(../images/btnEmpresa_on.gif) no-repeat;
}

#servicos #navbar .servicos {
	background:url(../images/btnServicos_on.gif) no-repeat;
}

#portfolio #navbar .portfolio {
	background:url(../images/btnPortfolio_on.gif) no-repeat;
}

#contato #navbar .contato {
	background:url(../images/btnContato_on.gif) no-repeat;
}

#portfolioHeader {
	position:absolute;
	top:-6px;
	left:246px;	
}
/* End Header */

/* Begin Middle */
#middle {
	overflow:hidden;
	padding:6px 7px 2px 7px;
	background:#fff url(../images/middle_corner.gif) top right no-repeat;
}

* html #middle {
	height:1%;
}

#middle #banner {
	height:140px;
	border-bottom:1px solid #e0e0e0;
}

#middle .section {
	margin-bottom:20px;
	line-height:1.4em;
}

#middle .secTitle {
	display:block;
	font-size:12px;
	background:url(../images/servicos_arrow.gif) 0px 4px no-repeat;
	padding-left:13px;
}

.nothome #content #contentInner {
	border-top:5px solid #4b99cc;
}

.nothome #content h2 {
	display:block;
	background:#4b99cc url(../images/sectionBar_right.gif) right no-repeat;
	margin:0 291px 17px 30px;
}

.nothome #content h2 span {
	display:block;
	text-align:right;
	background:url(../images/sectionBar_left.gif) left no-repeat;
	padding:3px 35px 3px 0;
}

.nothome #content .section {
	background:#f2f2f2;
	border:1px solid #ebebeb;
	padding:15px 20px;
}
/* Begin Home Content */
#content {
	float:left;
	padding:13px 10px 0 0;
	width:555px;
}

#home #content #welcome {
	position:relative;
	background:#f2f2f2 url(../images/welcome_image.jpg) bottom left no-repeat;
	border:1px solid #dfdfdf;
	padding:0 27px 25px 195px;
}

* html #home #content #welcome {
	height:1%;
}

#home #content #welcomeCorner{
	position:absolute;
	bottom:-1px;
	right:-1px;
	_right:-2px;
	width:20px;
	height:20px;
	background:url(../images/welcome_corner.gif) bottom right no-repeat;
}

#home #welcome h2 {
	background:#95d347 url(../images/greenBar_right.gif) right no-repeat;
	width:286px;
}

#home #welcome h2 span {
	display:block;
	padding:24px 0 3px 111px;
	background:url(../images/greenBar_left.gif) left no-repeat;
}

#home #welcome h3 {
	margin-top:21px;
}

#home #welcome p {
	margin-top:10px;
}

#home #welcome .more {
	margin-left:230px;
}

#home #video {
	position:relative;
}

#home #video #videobox {
	position:absolute;
	background:#f2f2f2;
	border:1px solid #ebebeb;
	border-top:5px solid #4b99cc;
	left:345px;
	top:0;
	padding:0 10px;
	width:188px;
}

#home #video .more {
	margin-left:80px;
}

#home #video h3 {
	margin-top:15px;
}

#home #video h3, #video p {
	margin-bottom:10px;
}

#home #video h2 {
	background:#4b99cc url(../images/grayBlueBar_right.gif) right no-repeat;
}

#home #video h2 span {
	background:url(../images/grayBlueBar_left.gif) left no-repeat;
	display:block;
	padding:0 0 2px 50px;
}

#home #clientes {
	float:left;
	width:342px;
	border-top:5px solid #4b99cc;
	padding:0 10px 0 25px;
}

#home #clientes h2 {
	background:#4b99cc url(../images/blueBar_right.gif) right no-repeat;
	width:60%;
	margin-left:-10px;
}

#home #clientes h2 span {
	background:url(../images/blueBar_left.gif) left no-repeat;
	display:block;
	padding:0 0 2px 65px;
}

#home #clientes p {
	margin-top:10px;
}

#home #clientes .whois {
	float:right;
}

#home #newslog {
	float:right;
	width:167px;
	border-top:5px solid #4b99cc;
}

#home #newslog li {
	background:url(../images/log_icon.gif) 0 4px no-repeat;
	margin-top:15px;
	padding-left:15px;
}

#home #newslog h2 {
	background:#4b99cc url(../images/blueBar_right.gif) right no-repeat;
	margin-left:5%;
	width:92%;
}

#home #newslog h2 span {
	background:url(../images/blueBar_left.gif) left no-repeat;
	display:block;
	text-align:center;
	padding-bottom:2px;
}

#home #newslog ul {
	padding:0 10px 0 10px;
}
/* End Home Content */

/* Begin Empresa Content */
#empresa #content p, #empresa #content ul {
	margin-top:10px;
}

#empresa #content ul {
	margin-left:25px;
}
/* End Empresa Content */

/* Begin Servicos Content */
#servicos #content #serviceImg, #servicos #content .description, #servicos #content .greenTitle {
	margin:0 20px;
}

#servicos #content p {
	margin-top:10px;
}

#servicos #content .description {
	color:#7f7f7f;
	margin-bottom:15px;
}

#servicos #content a {
	text-decoration:none;
}

#servicos #content #serviceImg {
	background:#aaa url(../images/info_image.jpg) top right no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#servicos #content #serviceImgCorner {
	background:url(../images/info_corner.gif) bottom left no-repeat;
	padding:10px 140px 10px 40px;
}

#servicos #serviceImg p {
	margin:0;
}

#servicos #serviceImg p span {
	margin-left:100px;
	font-size:11px;
	font-weight:normal;
}

#servicos #serviceImg strong {
	text-decoration:underline;
}

#servicos #content .greenTitle {
	margin:15px 20px;
	font-size:18px;
	font-weight:bold;
	color:#9bd652;
}

#servicos #content .goPortfolio {
	display:block;
	float:right;
	text-decoration:underline;
	font-size:12px;
	color:#357dc7;
}
/* End Servicos Content */

/* Begin Portolio Content */
#portfolio #content .section {
	overflow:hidden;
}

#portfolio #content .imgList {
	width:455px;
	margin:10px auto;
}

#portfolio #content .imgList div{
	float:left;
	margin:4px 5px;
}

#portfolio #content .imgList div a {
	display:block;
	padding:4px;
	background:#f3f9ff;
	border:1px solid #c8cfd6;
}

#portfolio #content .imgList div a:hover {
	background:#dbe8f6;
}

#portfolio #content .imgList div a:visited {
	background:#eaf2fa;
}
/* End Portfolio Content */

/* Begin Contato Content */
#contato #content address {
	font-style:normal;
}

#contato #content .tel, #contato #content .mailto {
	margin-top:10px;
}

#contato #content address a {
	color:#444;
}

#contato #content label {
	display:block;
}

#contato #content #contactSection {
	padding:0 20px;
}

#contato #content .inputText {
	width:230px;
	height:19px;
}

#contato #content label {
	margin-top:7px;
}

#contato #content legend {
	margin-left:35px;
}

#contato #content fieldset {
	padding:15px;
}

#contato #content .clear {
	margin:0 50px 15px 50px;
	padding-top:5px;
}

#contato #content textarea {
	width:100%;
	height:150px;
	background:#f5f5f5;
	border:1px solid #d5d5d5;
}

#contato #content textarea:hover, #contato #content textarea:focus {
	background:#ffc;
}

#contato #content #buttons {
	text-align:center;
	margin:0 100px;
}
/* End Contato Content */

/* Begin Sidebar */
#sidebar {
	float:right;
	width:180px;
}

#servicosNav h2 {
	background:url(../images/servicos_title.gif) center left no-repeat;
	display:block;
	height:35px;
	width:178px;
}

#servicosNav ul li {
	background:url(../images/dotted_separator.gif) bottom repeat-x;
	padding:2px 10px;
}

#servicosNav ul li a {
	display:block;
	background:url(../images/servicos_arrow.gif) 0 no-repeat;
	padding:4px 0 6px 15px;
	color:#444;
	text-decoration:none;
}

#servicosNav ul li a:hover {
	background:url(../images/servicos_arrow.gif) 3px no-repeat;
	color:#000;
}

.midias #servicosNav ul li a.linkMidias {
	background:url(../images/servicos_arrow.gif) 3px no-repeat;
	font-weight:bold;
	color:#000;
}

.mobile #servicosNav ul li a.linkMobile {
	background:url(../images/servicos_arrow.gif) 3px no-repeat;
	font-weight:bold;
	color:#000;
}

.interactive #servicosNav ul li a.linkInteractive {
	background:url(../images/servicos_arrow.gif) 3px no-repeat;
	font-weight:bold;
	color:#000;
}

#newsletter h2 {
	background:url(../images/news_title.gif) center no-repeat;
	display:block;
	height:35px;
	width:178px;
}

#newsletter form {
	overflow:hidden;
	padding:5px 10px 10px 10px;
	background:url(../images/dotted_separator.gif) bottom repeat-x;
}

#newsletter label {
	display:block;
}

#newsletter input[type=text] {
	margin-bottom:5px;
}

#newsletter input[type=submit] {
	float:right;
	margin:6px 10px 2px 0;
}

#pub #webMarketing a {
	background:url(../images/pub_webMarketing.gif) no-repeat;
	display:block;
	height:253px;
	width:100%;
}

#pub #webLight a {
	background:url(../images/pub_webLight.jpg) no-repeat;
	display:block;
	height:152px;
	width:100%;
}

#pub #lojaVirtual a {
	background:url(../images/pub_lojaVirtual.gif) no-repeat;
	display:block;
	height:155px;
	width:100%;
}

#pub .pubSection {
	padding:8px 0;
	background:url(../images/dotted_separator.gif) bottom repeat-x;
}

#pub .lastSection {
	padding:8px 0;
}
/* End Sidebar */
/* End Middle */

/* Begin Footer */
#footer {
	overflow:hidden;
	padding:0 10px;
}

#footer #footernav {
	margin:17px 0 5px 0;
	overflow:hidden;
}

#footer #footernav ul {
	float:right;
}

#footer #footernav li {
	display:inline;
}

#footer #footernav li a {
	display:inline-block;
	color:#5a6266;
	text-decoration:none;
	border-bottom:1px dotted #85969f;
}

#footer #footernav li a:hover {
	color:#000;
	border-bottom:1px dotted #000;
}

#footer #info {
	margin-top:21px;
	float:left;
}

#footer #info img {
	margin:0 0 7px 15px;
}

#footer #info .tex {
	font-size:20px;
	color:#6f9fba;
	padding-left:50px;
	margin:5px 0 5px 0;
}

#footer #info .tel {
	font-size:20px;
	color:#6f9fba;
	background:url(../images/tel.jpg) left no-repeat;
	padding-left:50px;
	margin:5px 0 2px 0;
}

#footer #info p a, #footer #info address {
	font-style:normal;
	padding-left:50px;
	color:#6f9fba;
}

#footer #copyright {
	display:inline-block;
	margin-top:74px;
	float:right;
	text-align:right;
	color:#6f9fba;
}

#footer #copyright h2 {
	color:#6f9fba;
	font-size:13px;
	font-weight:bold;
}
/* End Footer */

