﻿* {
    margin: 0;
    padding: 0;    
}

body {
    background: url(../images/bg.jpg) no-repeat;
    font-family: Verdana;
    font-size: 62.5%;
}

h1 {
    font-size: 1.3em;    
}

h2 {
    font-size: 1.1em;
    font-weight: normal;  
}

a {
	color: #007F61;
	text-decoration: none;
}

a:hover {
	color: #EF791F;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#TKlogo {
	position: absolute;
	top: 30px;
	left: 30px;
	background: url(../images/TKlogo.png) no-repeat;
	width: 219px;
	height: 104px;
}

#CCClogo {
    position: absolute;
    top: 30px;
    right: 5%;
    background: url(../images/CCClogo.png) no-repeat;
    width: 168px;
    height: 104px;
}

.content {
	position: relative;
	padding: 200px 0px 0px 80px;
	font-size: 1.3em;
    color: #956645;
	width: 70%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	line-height: 2em;
	z-index: 1;
}

#nav {
	position: relative;
	margin-top: 20px;
	float: right;
	background-color: #EF791F;
	padding: 11px 20px;
	font-size: 1.2em;
	z-index: 2;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	border-left: 1px solid #FFF;
	padding-left: 10px;
	margin-left: 10px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav li.list-item-1 {
	margin: 0px;
	padding: 0px;
	border: none;
}

#nav a:hover {
	color: #007F61;
}

#bottomPadding {
	position: relative;
	height: 80px;
	width: 20px;
}

#under-maintenance, #home {
	padding: 400px 0px 30px 140px;
}

#homeImg {
	position: relative;
	float: right;
	margin: -50px -15% 0px 0px;
}

#aboutImg {
	position: relative;
	margin: 100px -15% 0px 0px;
	float: right;
}

#aboutTelefonikaImg, #exportImg {
	position: relative;
	float: right;
	margin: -20px -220px 0px 20px;
}

#productsImg {
	position: absolute;
	bottom: 0px;
	right: -20%;
}

#leftCol {
	position: relative;
	float: left;
	width: 40%;
	padding-right: 20%;
}

#rightCol {
	position: relative;
	float: left;
	width: 40%;
}

#partnersBg {
	position: absolute;
	top: 240px;
	left: 90px;
	background: url(../images/partnersBg.png) no-repeat;
	width: 564px;
	height: 589px;
}

#exportBg {
	position: absolute;
	top: 240px;
	left: 200px;
	background: url(../images/exportBg.png) no-repeat;
	width: 450px;
	height: 484px;
}

#contact-usBg {
	position: absolute;
	top: 180px;
	left: 160px;
	background: url(../images/contactBg.png) no-repeat;
	width: 549px;
	height: 586px;
}

ul#categories {
	position: relative;
	list-style: none;
	z-index: 2;
}

ul#categories li {
	position: relative;
	display: block;
	color: #FFF;
	background-color: #f5a163;
	padding: 5px 10px;
	width: 170px;
	margin-top: 20px;
	cursor: pointer;
}

ul#categories li:hover {
	background-color: #fab17b;	
}

ul#categories li ul {
	position: absolute;
	left: 190px;
	top: 0px;
	display: none;
	width: 700px;
}

ul#categories li:hover ul {
	display: block;	
}

ul#categories li ul li {
	float: left;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
	background-color: #BBB;
	width: 260px;
	line-height:1.3em;
}

ul#categories li ul li:hover {
	background-color: #CCC;
}

#productHeader {
	background-color: #ef791f;
	padding-left: 10px;
	color: #FFF;
	font-size: 0.9em;
	width: 125%;
	height: 95px;
}

#productHeader img {
	float: left;
	margin-right: 10px;
}

#productHeader h1 {
	padding-top: 5px;	
}

#productTable {
	width: 125%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1em;
}

#productTable table {
	width: 100%;
	text-align: left;
	font-size: 1em;
}

#productTable th, #productTable td {
	padding: 5px 0px;	
}

#productTable table th, #productTable table td {
	padding: 4px 0px;	
}

#productTable tr.even td {
	background: #FCDEC4;
}

#productTable tr.odd td {
	background: #FFF3E8;
}

#productTable .seperator {
	line-height: 10px;
}

.searchbox {
	height: 20px;
	width: 300px;
	border: 1px solid #CCC;	
	border-right: none;
}

.searchbut {
	border: 1px solid #CCC;
	border-left: none;
	cursor: pointer;
	background: url(../images/searchbut.gif) no-repeat top left;
	width: 53px;
	height: 22px;
	color: #FFF;
}

.searchbut:hover {
	background-position: bottom left;	
}

#search form {
	margin: 10px 0px;	
}

#search ul {
	list-style: none;
	margin-top: 20px;
}

.pdfDownload {
	display: block;
	height: 34px;
	line-height: 34px;
	width: auto;
	float: left;
	clear: both;	
}

.pdfDownload img {
	margin: 0 10px -10px 0;	
}
