html,body {
	padding: 0px;
	margin: 0px;
	background: #e8e8e8 url(../images/back.png) repeat-x;
}

img {
	border:0;
}

table,td,div {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


a, a:active, a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #033266;
}

a.footer, a.footer:active, a.footer:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
}

a.pass, a.pass:active, a.pass:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #ffffff;
}

div.spacer {
	width:100%;
	height:15px;
}

div.main {
	width:980px;
	height:auto;
	margin:0px auto;
}

div.header {
	width:980px;
	height:105px;
	background:#89A52E url(../images/header.jpg) no-repeat;
}

div.loginbox {
	float:right;
	width:215px;
	height:105px;
}

div.menu {
	width:980px;
	height:35px;
	background:#c6c6c6 url(../images/back_menu.png) repeat-x;
}

div.logo {
	width:314px;
	height:81px;
	margin:15px 0px 0px 15px;
	float:left;
}

div.main-content {
	float:left;
	background-color:#ffffff;
}

div.home {
	width:940px;
	margin:20px;
}

/* background-color:#89a52e;*/
div.footer {
	float:left;
	background-color:#89a52e;
	width:940px;
	height:auto;
	padding:20px;
	color:#ffffff;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

.error {
	padding:50px 0px 50px 20px;
}

div.content-full {
	float:left;
	width:940px;
	height:auto;
	padding:20px;
}

div.content-left {
	float:left;
	width:640px;
	height:auto;
	padding:20px;
}

div.content-right {
	float:left;
	width:260px;
	height:auto;
	padding:20px;
}

div.main-text {
	float:left;
	font-size:16px;
	margin:20px 0px;
	color:#353535;
	width:650px;
}

div.add-this {
	float:left;
	width:150px;
	height:auto;
}

h1.title {
	float:left;
	width:470px;
	height:auto;
	margin:0px 20px 0px 0px;
}

div.read-also {
	float:left;
	width:100%;
	border-top:5px dashed #dddddd;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#353535;
	margin-top:20px;
}

a.read-also {
	padding:0px 0px 0px 24px;
	margin:10px 0px;
	font-size:14px;
	clear:both;
	background:transparent url(../images/li.png) no-repeat center left;
	line-height:24px;
}

a.download {
	padding:0px 0px 0px 24px;
	margin:10px 0px;
	font-size:14px;
	clear:both;
	line-height:24px;
	float:left;
	clear:both;
}

a.dl-pdf {
	background:transparent url(../images/dl-pdf.png) no-repeat center left;
}

a.dl-doc {
	background:transparent url(../images/dl-doc.png) no-repeat center left;
}

a.dl-xls {
	background:transparent url(../images/dl-xls.png) no-repeat center left;
}

div.rightbox {
	width:240px;
	height:auto;
	padding:10px;
	background:#f2f2f2 url(../images/bg-rightbox.png) no-repeat top left;
	border-bottom:3px solid #cccccc;
	margin-bottom:20px;
}

div.rightbox-title {
	height:24px;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	color:#353535;
}

.rb-login {
	background:transparent url(../images/rb-login.png) no-repeat center left;
	padding-left:32px;
}

.rb-newsletter {
	background:transparent url(../images/rb-newsletter.png) no-repeat center left;
	padding-left:32px;
}

.rb-links {
	/*background:transparent url(../images/rb-links.png) no-repeat center left;*/
	padding-left:32px;
}

.rb-brochure {
	/*background:transparent url(../images/rb-brochure.png) no-repeat center left;*/
	padding-left:32px;
}

input.standard {
	border:0;
	width:190px;
	height:29px;
	line-height:29px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#353535;
	padding-left:5px;
	margin:2px 0px 10px 0px;
	background:transparent url(../images/bg-input.png) no-repeat top left;
}

input.big {
	border:0;
	width:450px;
	height:29px;
	line-height:29px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#353535;
	padding-left:5px;
	margin:2px 0px 10px 0px;
	background:transparent url(../images/bg-input-big.png) no-repeat top left;
}

input.standard-small {
	border:0;
	width:160px;
	height:24px;
	line-height:24px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#353535;
	padding-left:5px;
	margin:2px 0px 0px 0px;
	background:transparent url(../images/bg-input-small.png) no-repeat top left;
}

textarea.big {
	border:0;
	width:450px;
	height:250px;
	line-height:14px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#353535;
	padding:5px;
	margin:2px 0px 10px 0px;
	background:transparent url(../images/bg-textarea-big.png) no-repeat top left;
}

input.button-m {
	border:0;
	width:107px;
	height:27px;
	line-height:25px;
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	margin:2px 0px 10px 0px;
	background:transparent url(../images/bg-button-m.png) no-repeat top left;
}

input.button-go {
	border: 0 none;
	height: 32px;
	margin: -15px 0 -11px;
	top: 53px;
	width: 32px;
}

div.editor {
	width:100%;
	height:auto;
	margin-top:15px;
	float:left;
}

div.contact {
	background:transparent url(../images/bg-contact.jpg) no-repeat bottom right ;
}

div.alma-box {
	float:right;
}

div.hometab {
	width:556px;
	height:275px;
}

div.alma-pro {
	background:transparent url(../images/intro-pro.jpg) no-repeat;
}

div.alma-es-ex {
	background:transparent url(../images/intro-esoexo.jpg) no-repeat;
}

div.alma-tim {
	background:transparent url(../images/intro-timologisi.jpg) no-repeat;
}

div.alma-library {
	background:transparent url(../images/intro-library.jpg) no-repeat;
}

div.padMe {
	padding:20px;
}

div.hometabwhite {
	width:350px;
	height:60px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	margin:150px 0px 0px 50px;
	background-color:#ffffff;
}

img.arimage {
	float:left;
	margin:0 10px 10px 0;
}

div.offer {
	background:transparent url(../images/bg-offers.png) no-repeat top right;
	display:block;
	float:left;
	height:auto;
	left:-540px;
	padding:0;
	position:fixed;
	top:190px;
	width:580px;
	z-index:1000;
	background-color:#ededed;
}

img.offer {
	margin:10px;
}

span.alma-promo {
	display: inline-block;
	background: url("../images/alma-promo.jpg") no-repeat scroll 0 0 #232323;
	height: 150px;
	width: 980px;
}

div.alma-promo-close {
	background: url("../images/alma-promo-close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 14px;
	margin: -140px 0 0 950px;
	position: absolute;
	width: 16px;
	z-index: 99;
}

h2.offer {
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	margin-left:10px;
}

div.home-page-promo {
	background: url("../images/home-page-promo.png") no-repeat scroll 0 0 transparent;
	height: 115px;
	margin: -45px 0 -65px 420px;
	position: relative;
	width: 116px;
}
