@charset "utf-8";
/* CSS Document */

body {
	background: url('images/design/mainBg.png') #eeeeee;
	background-repeat: repeat-x;
	margin: 0px; padding: 0px;
}

/************ texts ***************/

body, td, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888888;
	line-height: 1.6em;
	font-size: 13px;
}

a, a:link, a:visited {
	color: #888888;
}
.content {
	padding: 25px; padding-top: 5px; padding-bottom: 0px;
	}
.leftContent {
	width: 355px;
	/* background: url('images/design/Bg.gif') no-repeat; */
	}
.leftContentBox {
	padding: 10px;
	width: 300px;
	}
	
.rightContent {
	width: 570px;
	background: url('images/design/rightBg.png') no-repeat;
	}

div.flashBox {
	width: 550px;
	margin: 2px;
	padding-left:16px;
	background: white;
}
div.frontText {
	width: 500px;
	padding-right: 20px;
	float: right;
}
div.infoBox {
	color: #6699FF;
	padding: 0px 10px;
	font-style: italic;
	border: solid 1px #eeeeee;
	margin: 20px 0px;
	}
div.exampleBox {

	/* position: relative; */
	float: right;
	width: 260px;
	background: white;
	/* margin-left: -370px; */
	margin-top: 70px;
	/* margin-bottom: 380px; */
	padding: 0px 10px;
	font-style: italic;
	border: solid 1px #eeeeee;
	}
div.loginBox {
	position: absolute;
	background: url('/images/design/logIn.gif');
	top: 30px; left: 50%;
	margin-left: 300px;
	width: 150px;
	height: 26px;
	text-align: center;
	padding-top: 6px;
}
div.loginBox a {
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	color: white;
}
/************* container blocks **************/

td.frameWork {
	width: 2px;
	height: auto;
	background: url('images/design/ekvistFrame.png') no-repeat;
	}
td.headerMenuLeft, td.headerMenuRight {
	width: 418px;
	vertical-align: top;
	line-height: 1em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
td.headerMenuLeft a {
	display: block; float: left;
	padding: 5px 12px;
	font-weight: bold;
	color: #ff8c08;
	text-decoration: none;
}
td.headerMenuRight a {
	display: block; float: right;
	padding: 5px 20px;
	font-weight: bold;
	color: #ff8c08;
	text-decoration: none;
	}
td.headerMenuLeft a:hover {
	background: url('images/design/ekvistHeaderMenuBg.gif') #75a2f0;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: white;
}

/**************** floaters ********************/
div.foot {
	font-family: Verdana;
	background: #aaaaaa;
	color: white;
	padding:5px;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	}
hr {
	border: 0px; border-top: solid 1px	#aaaaaa;
	}
/************* text ****************************/
h1 {
	font-size: 18px;
	}
img.borderImg {
	border: solid 2px #aaaaaa;
	}
p {
	margin: normal;
	}


