/*
--------------------------------------------------------------------------------
altera - FrontEnd

Author:   	altera e-business solutions
Version:	1.0
Date:  		May 29th, 2009
----------------------------------------------------------------------------- */

/* @group General selectors */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75% ;
	color: #333;
	background-color: #f4f4f4;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
 
html>body {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #bb0000;
	font-weight: normal;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.333em; }
h3 { font-size: 1.166em; }
h4 { font-size: 1.083em; }
h5 { font-size: 1em; }


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

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
	/*border: 1px solid red;*/
}

.right {
	float: right;
	/*border: 1px solid blue;*/
}

/* Page structure
----------------------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	position: relative;
}

#header,
#content,
#footer  {
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 50px;
}

#header h1 {
	width: 152px;
	height: 80px;
	background: url('../img/logo-altera.gif') no-repeat top left;
}

#header h1 a {
	display: block;
	width: 152px;
	height: 80px;
	text-indent: -999em;
}

#footer  {
	text-align: center;
	font-size: .8em;
	color: #aaa;
	margin-bottom: 2em;
}

/* Menu
----------------------------------------------------------------------------- */

#menu-container {
	position: absolute;
	top: 25px;
	right: 20px;
	margin: 0;
	padding: 0;
}

#menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;;
	text-transform: uppercase;
}

#menu-list li {
	margin: 0;
	padding: 0;
	float: left;
}


#menu-list li a {
	color: #444;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
}

#menu-list li a:hover {
	color: #bb0000;
}


/* Content page
----------------------------------------------------------------------------- */

#content {
	position: relative;
	width: 930px;
	margin: 0 auto;
	background: url('../img/content-page-bg.gif');
	background-color: #fafafa;
}

#content-top {
	height: 15px;
	background-color: #fafafa;
	background: url('../img/content-page-top.gif');
}

#content-bottom {
	height: 15px;
	background-color: #fafafa;
	background: url('../img/content-page-bottom.gif');
	margin-bottom: .5em;
}

#column-left {
	width: 665px;
}

#column-right {
	position: absolute;
	top: 20px;
	left: 665px;
}

#content-page {
	width: 649px;
	margin-left: 16px;
}

#content-page div.with-bg {
	padding-bottom: 30px;
	background: url('../img/content-block-bg.gif') no-repeat bottom;
}

#contentlist,
#newspage {
	line-height: 1.5em;
	overflow: hidden;
}

#content-page div.with-bg,
#content-page div.no-bg,
#content-page .page-title,
#content-page .paragraph-title {
	padding-left: 50px;
	padding-right: 50px;
}


/* Page titles */

.page-title {
	height: 4em;
	background: url('../img/page-title-bg.gif') repeat-x bottom left #fafafa;
}

.paragraph-title {
	padding-top: 1.5em;
	padding-bottom: .5em;
}

.paragraph-title h2 {
	padding-top: .5em;
	padding-bottom: .2em;
}

.page-title h1 {
	color: #616161;
	font-weight: normal;
	padding-top: 14px;
	text-transform: uppercase;
}

/* Home
----------------------------------------------------------------------------- */
#home {
	margin: 0;
	padding: 0;
	height: 230px;
}

#home div {
	float: left;
	width: 33%;
}

#home div h2 {
	padding: 30px 10px 0 10px;
}

#home div p {
	padding: 15px 10px;
}

/*
#dike {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

#dike h2 {
	color: #115c7f;
	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 1em;
	letter-spacing: 2px;
	font-weight: normal;
}

#dike ul {
	list-style-type: none;
	background: url('../img/widget-bg.gif') no-repeat top left;
	padding: 20px;
}

#dike li {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 7px;
	padding-left: 40px;
	padding-bottom: 5px;
}

#dike li.download {
	background-image: url('../img/icon-download.gif');
	padding-bottom: 15px;
}
#dike li.support {
	background-image: url('../img/icon-support.gif');
	padding-bottom: 10px;
}
*/


/* Elements
----------------------------------------------------------------------------- */

#alteramap {
	width: 650px;
	height: 345px;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.full-image,
.full-image-list {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}

.full-image img {
	width: 628px;
	height: 200px;
}

.box-leftimage {
	width: 160px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #ddd;
}
	
.box-leftimage img {
	margin: 10px 0 10px 0;
	width: 160px;
}

.box-leftimage p {
	font-size: .8em;
	line-height: 1.2em;
	padding: 8px 12px 0 12px;
}


#address {
	width: 250px;
}

#flickr {
	width: 300px;
	margin-left: 270px;
}

#phone {
	background: url("../img/icon-phone.gif") no-repeat top left;
	width: 250px;
	height: 70px;
}
#phone p {
	padding-left: 40px;
}

#mail {
	background: url("../img/icon-mail.gif") no-repeat top left;
	width: 300px;
	margin-left: 270px;
	height: 70px;
}
#mail p {
	padding-left: 60px;
}


/* NewsPage
----------------------------------------------------------------------------- */

#newspage {
	margin-top: 1.5em;
}

#newspage ul {
	list-style-type: none;
}

#newspage ul li {
	border-top: 1px solid #fff;
	position: relative;
	padding-bottom: 20px;
}

#newspage li a {
	color: #dd7777;
}

#newspage li p.title {
	color: #bb0000;
}

#newspage .news {
	margin-top: 0;
	margin-left: 45px;
}

#newspage .pagination {
	margin-top: 2em;
	text-align: center;
}

#newspage .pagination a {
	border: 1px solid #ccc;
	padding: .3em;
	background-color: #eee;
	color: #797979;
}

#newspage .pagination a:hover {
	background-color: #ddd;
	text-decoration: none;
}

#newspage .pagination a.currentbatch {
	background-color: #ddd;
}


/* Calendar icon */

.calendar {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url("../img/icon-news.gif") no-repeat top left;
	text-align: center;
	overflow: hidden;
	line-height: 1em;
	margin-bottom: 5px;
}
.calendar .month {
	text-transform: uppercase;
	font-size: xx-small;
	color: #fff;
	font-family: Arial;
	font-weight: bolder;
}
.calendar .day {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 2px;
}


/* Widgets
----------------------------------------------------------------------------- */

.widget {
	margin: 0 35px 40px 20px;
	color: #a0a0a0;
	font-size: .9em;
	line-height: 1.5em;
}

.widget h2 {
	color: #ffde00;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .6em;
	font-size: 1.5em;
}

.widget a {
	color: #fff;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	padding-bottom: 4px;
}

.widget ul li .title {
	color: #fff;
	font-weight: bold;
}

#feeds ul {
}

#feeds ul li {
	background: url("../img/icon-rss.gif") no-repeat top left;
}
#feeds ul li a {
	margin-left: 20px;
	padding: 0;
}
#news ul {
	margin-left: 0;
}

#news ul li {
	position: relative;
	margin-bottom: 2em;
}

#news .title {
	margin-left: 40px;
}

#news .calendar {
	position: relative;
	background: url("../img/icon-news-widget.gif") no-repeat top left;
}
#news .calendar .month {
	font-size: xx-small;
}
#news .calendar .day {
	color: #333;
	font-size: 1.5em;
	line-height: 1.2em;
}

#languages {
	margin-bottom: 1.5em;
	text-align: right;
}

#languages img {
	border: 1px solid #ccc;
}

#login {
	font-family: Geneva;
}	

#login div input {
	border: 1px solid #333;
	background-color: #494949;
	color: #ccc;
}

#login div div {
	text-align: right;
}


#login .label {
	font-family: Geneva;
}

#login .button {
	color: #a0a0a0;
        font-size: .9em;
	padding: 1px;
	margin-left: 5px;

}

#login .message {
	padding-top: 5px;
	color: #ff9000;
}
