/*
   This is the main css file for first index web application.
*/


div#pageHead
{
	position: relative;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 145px;
	width: 796px;
	top: 0px;
	left: 0px;
}

div#pageRow
{
	position: relative;
	width: 796px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div#pageLeftColumn
{
	position: relative;
    width: 460px;
    top: 0px;
    left: 0px;
    float: left;
}

div#pageCenterColumn
{
	position: relative;
    width: 20px;
    top: 0px;
	height: 430px;
    z-index: 30;
    float: left;
}

div#pageRightColumn
{
	position: relative;
    width: 310px;
    top: 0px;
	float: left;
}

div#pageFooter
{
	position: relative;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 796px;
	height: 20px;
    clear: both;
    padding: 7px;
    background-color: #EFEFEF;
}


body
{
	margin: 0px;
	background-color: white;

	/* default font for the page */	
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}

a img
{
	border: none;
}

H2
{
	font-size: 1.6em; 
	margin: .4em;
}

H3
{ 
	font-size: 1.4em; 
	margin-top: .4em;
	margin-bottom: .4em;
}

H4
{ 
	font-size: 1.2em; 
	margin-top: .4em;
	margin-bottom: .4em;
}

UL
{
	font-size: 1.4em; 
	line-height: 1.6em;
}

UL LI UL
{
	font-size: 0.8em; 
	line-height: 1.6em;
}

.tableText
{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	color: #353070;
}

.bigHeadline
{
	font-size: 14px;
	font-weight: bold;
	height: 22px;
}

.headline
{
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

a.largeHref
{
	color: #DC8806;
	font-size: 14px;
	text-decoration: underline;
}

a.bigHref
{
	color: #DC8806;
	font-size: 12px;
	text-decoration: underline;
}

a.blackHref
{
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.verticalLine
{
	background-image: url(../images/dotted_line_vertical.gif);
	background-repeat: repeat-y;
	position: relative;
	height: 95%;
	z-index: 10;
}

.horizontalLine
{
	background-image: url(../images/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 10px;
	top: 0px;
	height: 1px;
	width: 775px;
	z-index: 3;
}

.button
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#31313d;
	background:#ddd url(../images/button_background.gif);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd; 
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	width: 80px;
}

.searchButton
{
	background:#DDD url(../images/button_search_background.gif);
}

#aboutUsInformationPanel
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 480px;
	font-size: 12px;
	float: left;
}

#aboutUsNordicMap
{
	position: relative;
	top: 50px;
	left: 80px;
	float: left;
}

#businessAnalys
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 600px;
	font-size: 12px;
	float: left;
}

#productsInformationPanel
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 480px;
	font-size: 12px;
	float: left;
}

#productImage
{
	position: relative;
	top: 50px;
	left: 80px;
	float: left;
}


#researchInformationPanel
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 480px;
	font-size: 12px;
	float: left;
}

#researchImage
{
	position: relative;
	top: 50px;
	left: 80px;
	float: left;
}

#contactUsInformationPanel
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 350px;
	font-size: 12px;
	float: left;
}

#contactUsInformation
{
	position: relative;
	top: 0px;
	float: left;
}

#linkToUsPanel
{
	position: relative;
	top: 0px;
	left: 40px;
	width: 100%;
	font-size: 12px;
}


#toolbarInfoPanel
{
	position: absolute;
	top: 90px;
	left: 600px;
	width: 240px;
	height: 60px;
	z-index: 100;
	padding: 5px;
	background-color: #F4E3A8; /*#FFEFBC;*/
	border: solid 1px black;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 11px;
}

.font12
{
	font-size: 12px;
}

