/* CSS Document */

@import url("menu.css"); /* menu */
@import url("footer.css"); /* footer */

/*------------ CONTENT ALL PAGES------------*/
@import url("pages.css"); /*edit: content/scroll, title pages, print/send button*/

/*========= GENERAL CSS =========*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #f8f8f8 url(../images/background/bg.jpg) top center no-repeat;
	text-align: center; /* align for IE */
	font: 11px Arial;
	color: #555555;
}

p {
	font: 11px Arial;
	color: #555555;
	line-height: 16px;
	margin-bottom: 10px;
}

h1{
	width: 230px;
	height: 73px;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	background: url(../images/logo/up-tech.jpg) no-repeat;
}

h1 a{
	width: 230px;
	height: 73px;
	display: block;
}

h2{
	font: 13px Arial;
	color: #51cbe2;
	font-weight: bold;
}

h3{
	font: 13px Arial;
	color: #42acc0;
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	font: 11px Arial;
	color: #8a0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smalltxt{
	font: 9px Arial;
	color: #a3a2a2;
}

.subtitle{
	font: 13px Arial;
	color: #75b9e8;
	font-weight: bold;
	display: block;
}

.smalltxt{
	font-family: Arial;
	font-size:9px;
	color:#a3a2a2;
}


/*------------ form ------------*/
.text_box{
	font-family: Arial;
	font-size:11px;
	color:#575757;
	border: 1px solid #bfbfbf;
}

select{
	font-family: Arial;
	font-size:11px;
	color:#575757;
	background-color:#fef4fa;
	border: 1px solid #cb417a;
}

.input_radio{
	vertical-align: middle;
	margin: 0px 30px 0px 5px;
}

.error{
	color: red;
}


/*========= DIVS =========*/
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#container_padding{
	width: 930px;
	padding: 30px 35px 0 35px;
	float: left;
}

#header {
	width: 920px;
	float: left;
	margin-bottom: 20px;
}

#logo{
	width: 230px;
	height: 73px;
	float: left;
	background: url(../images/logo/up-tech.jpg) no-repeat;
}

#area_restrita {
	width: 210px;
	float: right;
	text-align: right;
}

#nav {
	width: 920px;
	float: left;
	margin-bottom: 15px;
}

#menu {
	width: 700px;
	float: left;
}

#busca {
	width: 193px;
	float: right;
	text-align: right;
	margin-top: 3px;
}

#middle {
	width: 700px;
	float: left;
}

#content_home {
	width: 915px;
	float: left;
	text-align: left;
	padding: 40px 50px 0 35px;
	background: url(../images/background/content.jpg) center top repeat-y;
}

#content {
	width: 1000px;
	float: left;
	background: url(../images/background/content.jpg) center top repeat-y;
}

#content_bg{
	width: 920px;
	float: left;
	text-align: left;
	padding: 40px 45px 0 35px;
	background: url(../images/background/bg_content.jpg) center top no-repeat;
}

#content p.subtitle {
	color: #42acc0;
	font-weight: bold;
}

#solucoes{
	width: 410px;
	float: left;
}

#solucoes dl dt {
	height: 109px;
	display: inline;
	float: left;	
	position: relative;
	overflow: hidden;
}
#solucoes dl dt.pmo, #solucoes dl dt.outsourcing, #solucoes dl dt.mkt_int{
	width: 116px;
	margin-right: 20px;
} 

#solucoes dl dt.pmo a:hover, 
#solucoes dl dt.outsourcing a:hover, 
#solucoes dl dt.mkt_int a:hover{
	bottom: 109px;
	position: relative;
}

#content p {
	font: 11px Arial;
	color: #555555;
	line-height: 16px;
	margin-bottom: 8px;
}

#base{
	width: 1000px;
	height: 65px;
	float: left;
	background:url(../images/background/base.jpg) center top no-repeat;
}


/* 
===========================================================
HIDE AND SHOW
===========================================================
*/
.hideContent{
		display: none;
	}
	
.showContent{
		display: block;
	}
	
.selected{
	
	display: block;
	
}

.deselected{

	display: block;
	
}









