body {
	background: #FFFFFF;
	color: #282828;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	margin: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
}

.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

.bg_left {
	width: 50%;
	height: 167px;
	background: url('../images/bg.png') repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0 auto;
}

.bg_right {
	width: 50%;
	height: 167px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	margin: 0 auto;
}

#gray {
	background: url('../images/bg_right_gray.png') repeat-x;
}

.main {
	width: 900px;
	text-align: left;
	background: url('../images/bg_right_top.png') top right no-repeat;
}

.header {
	background: url('../images/bar.png') bottom repeat-x;
	width: 100%;
	height: 165px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid red;
}

.banner {
	width: 680px;
	height: 165px;
	padding: 0;
	margin: 0;
}

.navigation {
	width: 680px;
	height: 28px;
	position: relative;
	/* top: 139px;
	z-index: +1; */
	top: -28px;
	padding: 0;
	margin: 0;
}

.logo {
	width: 220px;
	height: 165px;
	padding: 0;
	margin: 0;
}

.logo_home {
	width: 220px;
	height: 165px;
	/* background: url('../images/logo_home.png') top left no-repeat; */
	/* position: absolute;
	top: 0;
	z-index: -1;
	padding: 0;
	margin: 0; */
}

.dropdown {
	width: 220px;
	height: 30px;
	/*position: absolute;
	top: 137px;
	z-index: +1;*/
	position: relative;
	top: -28px;
	padding: 0;
	margin: 0;
}

.content {
	width: 680px;
	height: auto;
	color: #282828;
	line-height: 18px;
}

.right {
	width: 220px;
	min-height: 220px;
	background: url('../images/bg_right_bottom.png') bottom left no-repeat;
}

.bg_right_top {
	width: 220px;
	min-height: 220px;
	/* background: url('../images/bg_right_top.png') top left no-repeat; */
}

.content_full {
	width: 900px;
	height: auto;
	background: #FFFFFF;
	color: #282828;
}

#technology {
	background: url('../images/pics_technology.png') no-repeat bottom right;
}

#contact_info {
	height: 507px;
	background: #FFFFFF url('../images/map_all_bg.png') no-repeat top;
	font-size: 12px;
}

#contact_info h4 {
	padding-bottom: 12px;
	margin: 0;
}

.content .text, .content_full .text {
	padding: 40px 15px 10px 15px;
}

.content ul {
	margin: 0;
	padding-left: 15px;
}

.bottom {
	background: url('../images/lines.png') repeat-x;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	text-align: center;
}

.address {
	width: 680px;
	height: 36px;
}

.contacts {
	width: 220px;
	height: 36px;
}

.empty {
	width: 900px;
	height: 36px;
}

/* TEKSTIMUOTOILUT */

p {
	margin-top: 0;
}

h1 {
	font-size: 20px;
	color: #004A80;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 18px;
	color: #004A80;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {
	font-size: 16px;
	color: #004A80;
	text-transform: uppercase;
	margin-top: 0;
}

h4, h5, h6 {
	font-size: 14px;
	color: #004A80;
	margin-top: 0;
}

a {
	color: #004A80;
}

.small {
	font-size: 12px;
	line-height: 14px;
}

/* JOOMLA */

.componentheading {
	font-size: 16px;
	color: #004A80;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	padding-bottom: 12px;
}

.contentpaneopen {
	text-align: left;
}

.contentheading {
	font-size: 20px;
	color: #004A80;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	padding-bottom: 16px;
}

.blog .contentheading {
	font-size: 13px;
	color: #004A80;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 12px;
	margin: 0;
}

/* DROPDOWN */

.container {
	z-index: -100;
}

ul.dropdown	{
	position: relative;
	list-style: none;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.dropdown li {
	float: left;
}

ul.dropdown li a {
	display: block;
}

/* Level 2 */

ul.dropdown ul {
	width: 218px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #6596DD;
	border-bottom: none;
}

ul.dropdown ul li {
	height: 28px;
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #6596DD;
	float: none;
}
									  
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a	{
	width: 100%;
	display: inline-block;
} 

/* Custom */

ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown ul li {
	background: #214170 url('../images/dropdown_bg.png') repeat-x top left;
	margin: 0;
	padding: 0;
}

ul.dropdown ul li:hover {
	background: #4E7EAC url('../images/dropdown_bg_active.png') repeat-x top left;
}

ul.dropdown ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 28px;
}

ul.dropdown ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
