/* 
Copyright TPG Packaging Consultants Ltd
Created by Whiteflame
http://www.whiteflame.eu
*/

body {
	background: #f8f7f5;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Tahoma; 
}

p, li {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333333;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-size: 0.9em;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, Tahoma; 
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #6e2e3b;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

hr { 
	color: #8e8e8e;
	background-color: #2572a6;
	border: 0px solid #2572a6;
	height: 1px;
}

.hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #2572a6;
	background-color: #2572a6;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

#container {
	width: 906px;
	margin: 0 auto;
	background: url(/images/bg-tpg.gif) repeat-y left top;
}

#header, #footer {
	padding: 0 23px;
}

#content {
	position: relative;
	padding: 8px 23px 20px 23px;
}

#logos {
	margin: 0 23px;
	height: 145px;
	background: url(/images/bg-logos.gif) repeat-x left top;
}

#rightpanel {
	padding: 20px 0 0 50px;
	text-align: right;
}

#rightpanel p {
	font-size: 0.70em;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
}

#rightpanel table {
	padding: 20px 0 0 0;
}

.rightpanel-image {
	padding: 0 0 5px 0;
}

.paksis {
	font-family: "Bauhaus 93"; Verdana, Tahoma, Arial, Helvetica; 	
	font-size: 1.4em;
}

#footer {
	margin: 20px 23px 0 23px;
	padding: 20px 0 40px 0;
	font-size: 0.70em;
	line-height: 1.4em;	
	border-top: 1px solid #bfbfbf;
}

#footer a {
	padding: 0 5px 0 0;
}

#footer-extras a {
	padding: 0 0 0 0;
}

/* START navigation */

#navigation {
	height: 32px;
	padding: 2px 0 0 0;
	background: url(/images/bg-navigation.gif) repeat-x left top;
}

#navigation ul {
	height: 34px;
	list-style: none;
	padding: 0 0 0 75px;
	margin: 0;
	text-align: center;
	display: inline;
	overflow: hidden;
}

#navigation li {
	list-style: none;	
	display: inline;
	color: #FFF;
	padding: 0 30px 0 0;
}

#navigation li a {
	color: #FFF;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #FFF;
	text-transform: uppercase;
}

#selected a {
	color: #000 !important;
	text-transform: uppercase;
	font-weight: bold;
}
