﻿/* ---- KYNETIX WEBSITE ----------------------------- */
/* Author: Instituto Atlantico [www.atlantico.com.br] */

/* ---- GLOBAL CSS ---------------------------------- */

/* ---- Components ---------------------------------- */

@import url('menu.css');

@media screen {

/* ---- Tag definitions ----------------------------- */

ul,li,ol,p,h1,h2,h3,h4 { margin:0; padding:0}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#076875;
}

a:hover {
	text-decoration:underline;
	color:#013036;
}

/* ---- Structure ----------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin:0 0 20px 0;
	padding:0;
	background: url(../_images/layout-body-bg.jpg) repeat-x;
}

address {
	font-style:normal;
}

#main {
	text-align:left;
	margin: 20px auto 20px auto;
	width:750px;
	background: url(../_images/layout-main-bg.jpg) repeat-y;
}

#header {
	width:750px;
	height:143px;
	background: url(../_images/layout-header-bg.jpg) no-repeat;
}

#logo {
	position:relative;
	top: 35px;
	left: 200px;
	width: 162px;
	height: 62px;
}

#logo img {
	width:162px;
	height:62px;
}

#nav {
	position:relative;
	top: 43px;	
	left: 190px;
	width:556px;
	z-index:1000;
}

#footer {
	position:relative;
	clear:both;
	height:124px;
	background: url(../_images/layout-footer-bg.jpg) no-repeat;
}

#address {
	position: relative;
	left: 435px;
	top: 30px;
	padding: 0;
	width: 190px;
	text-align: right;
	color: #666666;
	border:2px;
}

#contact-details {
	position:relative;
	width:730px;
	text-align:right;
	padding-top:53px;
}

#section-menu {
	width:165px;
	float:left;
	background: url(../_images/layout-section-menu-bg.jpg) no-repeat;
	padding-bottom:40px;
	height:495px;
}

#section-menu ul{
	list-style-type:none;
	padding-top:90px;
	margin-left:14px;
}

#section-menu li{
	padding:10px 0 5px 0;
	border-bottom: 1px solid #80B5BB;
}

#section-menu li a {
	color:#036B78;
}

#section-menu li a:hover {
	color:#000;
	text-decoration:none;
}

.column-banner img {
	margin:20px 0 20px 14px;
	border:none;
}

#content-body {
	position:relative;
	float:right;
	width:525px;
	padding-right:28px;
	font-size:11px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:30px;
	/*z-index:0; /*solucao*/
}

#content-body h1 {
	font-size:16px;
	padding-top:20px;
	margin-bottom:25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom: 1px solid #80B5BB;
}

#content-body h1 span{
	color:#327f8a;
	padding-right:10px;
	margin-right:5px;
	background: url(../_images/ico-arrow-01.gif) center right no-repeat;
}

#home #HOME,
#services #SERVICES,
#sectors #SECTORS,
#products #PRODUCTS,
#clients #CLIENTS,
#technology #TECHNOLOGY,
#corporate #CORPORATE,
#recruitment #RECRUITMENT,
#surestep #SURESTEP {
	color:#00CC99;
}

#content-body h2 {
	font-size:14px;
	padding-top:20px;
	margin-bottom:15px;
	color:#80B5BB;
	text-transform:uppercase;
}

#content-body h3 {
	font-size:12px;
	padding-top:15px;
	margin-bottom:10px;
	color:#333333;
}

#content-body p {
	margin:5px 0 20px 0;
}

#content-body ul {
	margin:5px 0 20px 20px;
	list-style-image:url(../_images/ico-arrow-01.gif);
}

#content-body li {
	margin:0px 0 10px 0;
	list-style-image:url(../_images/ico-marker-02.gif);
	padding:0px 0 0 5px;
}

#content-body blockquote {
	margin:5px 20px 20px 50px;
	font-style:italic;
}

/* ---- acessories ----------------------------------- */

#contact-link {
	position:relative;
	top: 17px;
	left: 635px;
	width:92px;
	text-transform:uppercase;
	font-size:9px;
	background:url(../_images/ico-contactus.gif) no-repeat 68px center;
}

#print-link {
	position:relative;
	top: 37px;
	left: 483px;
	width:60px;
	background:url(../_images/ico-print.gif) no-repeat 28px center;
	font-family:Arial, Helvetica, sans-serif;
}

.content-img {
	float:right;
	margin:20px;
	background-color:#80B5BB;
}

.content-img-type01 {
	position:relative;
	top: -5px;
	left: -5px;
	border: 5px solid #fff;
}

.top-link {
	background:url(../_images/ico-arrow-03.gif) no-repeat 5px center;
	font-weight:bold;
	padding:0.3em 20px 0.3em 25px;
	border: 1px solid #B9DDDD;
}

.top-link:hover {
	border-color: #076875;
	text-decoration:none;
}

}

@media print {

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

#nav, #contact-link, #section-menu, #print-link, .top-link {
	display:none;
}

h1 span {
	padding-right:20px;
}

h1 span:after {
	content:":";
}

#logo img {
	border:none;
}

}

