/* BEGIN:  BASE */
body {
	background-color: white;
	color: #333333;
	font-family: Gill, Helvetica, sans-serif;
	font-size: 12px;
}

#all { 
	width: 100%;
	background-image: url(/media/images/all-top-bg.png);
	background-repeat: repeat-x;
}

.imotion-header-logo {
	margin-top: 10px;
	height : 80px;
	background-image: url(/media/images/imotion-logo.png);
}

h1 {
	color: #1E5278;
	font-size: 14px;
	border-bottom: 1px solid #1E5278;
	font-weight: bold;
	height: 27px;
	padding-top: 13px;
}
a {
	color: #1E5278;
}
a:hover {
	color: #5AB5A7;
}


/* BEGIN: HEADER */
.welcome-msg {
	margin: 0;
	padding: 0;
}

.autoCenter {
	width: 960px;
	margin: 0 auto;
}

#pre-header {
	padding-top: 10px;
}
#pre-header-tabs {
	text-align: right;
}
.tabs {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
}
.tabs li{
	display: inline;
}
.tabs-div {
	width: 70px;
	height: 20px;
	background-image: url(/media/images/pre-header-tabs-bg.png);
	margin: 0 5px 0 0;
	float: right;
	text-align: center;
	color: white;
}
.tabs-div a{
	color: white;
	text-decoration: none;
}
#all-content {
	background-color: white;
	margin-top: 10px;
}

#menu {
	width: 960px;
	height: 100px;
	background-image: url(/media/images/header-menu-bg.png);
	background-repeat: repeat-x;
	border: solid 1px #ccc;
}
#menu-list {
	font: normal normal normal 16px Arial, sans-serif;
	text-align: right;
	margin: 0;
	padding: 35px 0 0 0;
	width: 100%;
}
#menu-list li {
	display: inline;
}
#menu-list li a{
	text-decoration: none;
	color: #333333;
}
#menu-list li a:hover{
	color: #000000;
}
.menu-list-div {
	padding: 15px;
	height: 45px;
	display: inline;
	border-right: 1px solid #999999;
}
.menu-list-div-last {
	padding: 15px;
	height: 45px;
	display: inline;
}

#menu-list li img {
	display: inline;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}
/* END : HEADER */

/* BEGIN: FOOTER */
#footer {
	margin-top: 10px;
	width: 100%;
	background-color: #D3D3D4;
	padding: 10px 0 10px 0;
}

.footer-title {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.footer-list li {
	list-style: none;
}
.footer-contact-list li {
	margin-top: 20px;
	
}
.footer-contact-list .phone {
	list-style-image: url(/media/images/phone-icon.png);
}
.footer-contact-list .mail {
	list-style-image: url(/media/images/mail-icon.png);
}
.footer-blog-list {
	margin: 0;
	padding-left: 15px;
}
.footer-blog-list li a{
	color: #333333;
}
#credits {
	width: 100%;
	height: 70px;
	background-color: #4B4D51;
	text-align: center;
}
.credits {
	padding-top: 25px;
	color: #cccccc;
}
/* END FOOTER */
/* END: BASE */




/* INICIAL - HOME */
#banner{
	margin-top: 5px;	
}

#banner a {
	
}
#banner img {
	width: 950px;
	height: 290px;
}

.flash {
	margin-top: 5px;
	height: 200px;
	color: #fff;
}
.flash h1 {
	color: #fff;
	font-size: 24px;
	margin: 10px;
	padding: 0;
	border: none;
	font-weight: normal;
}
.flash p{
	font-size: 14px;
	padding: 10px 5px 5px 5px;
}
#flash1 {
	background-image: url(/media/images/flash1-bg.png);
	background-repeat: repeat-x;
}
#flash2 {
	background-image: url(/media/images/flash2-bg.png);
	background-repeat: repeat-x;
}
#flash3 {
	background-image: url(/media/images/flash3-bg.png);
	background-repeat: repeat-x;
}
.home-h1 {
	color: #333333;
	font-size: 20px;
	width: 100%;
	border-bottom: 2px solid #333;
}
#top-services {
	margin-top: 10px;
}

#top-portfolio {
	margin-top: 10px;
}
#top-services a{
	color: #333333;
}
.top-portfolio-list {
	margin: 0;
	padding-left: 15px;
}
.top-portfolio-list li{
	margin-top: 10px;
}

.top-portfolio-list a{
	color: #00ACE4;
}

.service-div {
	width: 630px;
}
.service-img-div {
	width: 75px;
	float: left;
}
.service-img-div img {
	width: 75px;
	margin: 0;
	padding: 0;
}
.service-describe-div {
	width: 555px;
	float: left;
}
.service-describe-div h2 {
	font-size: 16px;
	color: #00ACE4;
}
/* END: HOME */



/* BEGIN: PAGE*/
#site-map {
	height: 35px;
	background-color: #EEEEEE;
	margin-top: 5px;
}
#site-map p{
	padding: 8px 0 0 5px;
	font-size: 14px;
}
#site-map p img {
	margin-left: 5px;
	margin-right: 5px;
}
.page-sidebar-title {
	width: 230px;
	height: 40px;
	background-image: url(/media/images/page-sidebar-title-bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
}
.sidebar-list {
	margin: 0;
	padding: 0;
}
.sidebar-list li {
	list-style: none;
	margin: 10px 0 0 5px;
}
.sidebar-list-a {
	color: #1E5278;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-list-a:hover {
	color: #5AB5A7;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-list-a-active {
	color: #5AB5A7;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-list-a-active:hover {
	color: #5AB5A7;
}
.page-content {
	margin-top: 10px;
}
/* END: PAGE */




/*SERVICOS*/
.services-highlights {
	width: 345px;
	margin: 0 0 0 10px;
	float: left;
	overflow: auto;
}
.services-highlights h2 {
	color: #1E5278;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.services-highlights-box {
	width: 710px;
	overflow: auto;
}

/*EMPRESA*/
.team-div{
	width: 230px;
	overflow: hidden;
	margin-top: 10px;
	
}
.team-img-div {
	width: 75px;
	height: 100px;
	float: left;
	margin:0;
	padding: 0;
}
.team-img-div img{
/*	width: 75px;*/
/*	height: 100px;*/
	margin: 0;
	padding: 0;

}
.team-describe-div {
	width: 145px;
	margin-left: 5px;
	padding: 0;
	float: left;
}
.team-describe-div p{
	padding: 0;
	margin: 0;
}

/*EXPERIENCIA*/
.experience-highlights {
	width: 330px;
	margin: 0 0 0 25px;
	float: left;
}
.experience-highlights-img-div {
	width: 330px;
	text-align: center;
}
.experience-highlights h2 {
	color: #1E5278;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.experience-highlights-box {
	width: 710px;
	overflow: auto;
}
.experience-highlights-img {
	width: 300px;
	border: 3px solid #ccc;
	text-align: center;
}
.paginator {
	margin-top: 20px;
	text-align: center;
}
.paginator-page {
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	margin-left: 15px;
}
.paginator-page-active {
	font-size: 18px;
	text-decoration: none;
	color: #1E5278;
	font-weight: bold;
	margin-left: 15px;
}
.clients-div {
	text-align: center;
	overflow: auto;
}
.clients-div img {
	margin: 10px 0 0 10px;
	float: left;
	width: 100px;
}

/*EXPERIENCIA - DETAIL*/
.experience-photos {
	width: 430px;
	float: left;
	background-color: #EEEEEE;
	text-align: center;
}
#experience-photos-big {
	width: 410px;
	margin: 10px;
}
.thumbs-div {
	width: 410px;
	margin: 10px;
	text-align: center;
	overflow: auto;
}
.experience-photos-small {
	width: 95px;
	margin-left: 5px;
	display: inline;
}
.experience-decribe {
	width: 270px;
	margin-left: 10px;
	float: left;
}
.other-projects {
	background-color: #D3D3D4;
	text-align: center;
	padding: 10px 0 10px 0;
}
.other-title {
	font-size: 16px;
	margin: 20px 0 0 0;
	font-weight: bold;
}

.other-projects a{
	margin: 5px;
}


/*contact*/
#id_name, #id_phone, #id_email, #id_subject, #id_message
{
    display : block;
    width : 300px;
    border: 1px solid #ccc;
}
#id_message{
    width : 290px;
    height : 150px;
}
.errorlist {
    background: #FAFABB url(/media/images/down.gif) no-repeat right;
    border: 2px solid #f88;
    margin: 0px 0 2px 0;
    text-align: center;
	list-style: none;
	width: 265px;
    font: normal normal bold 0.8em/1.5em Arial, sans-serif;
    color: #a58b32;   
}
#msg-success {
    background: #FAFABB url(/media/images/success.gif) no-repeat right;
    border: 2px solid #f88;
    margin: 0px 0 2px 0;
    text-align: center;
	list-style: none;
	width: 300px;
    font: normal normal bold 0.8em/1.5em Arial, sans-serif;
    color: #a58b32;   
}
button:hover {
    background:#333333 none repeat scroll 0 0;
}
button {
    -moz-border-radius: 10px;
    background:#666666 none repeat scroll 0 0;
    border:none;
    color:#FFFFFF;
    cursor:pointer;
    margin:0.7em 4em;
    padding:0.2em 0em;
    width:200px;
}
.contact-img{
    margin-top : 10px;
}
/*contact*/
#container-servico{
    min-height : 300px;
}
