/* Noumenia (C) 2005-2007 - Software Development - www.noumenia.gr */

html {
	margin: 0;
	padding: 0;
	overflow: scroll;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background-color: #ffffff;
	color: #000000;
	line-height: 1.2em;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

a, a:visited, a:active {
	color: #6a6a6a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img {
	border: 0;
	}

.menuWrapper, .spotTopWrapper, .spotBottomWrapper, .spotMenuSeparatorWrapper, .contentWrapper, .footerWrapper {
	width: 100%;
	text-align: center;
	}

.menuBlock, .spotTopBlock, .spotBottomBlock, .spotMenuSeparatorBlock, .contentBlock, .footerBlock {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	}

.contentArea {
	margin-left: 26px;
	}





.menuWrapper {
	background: #ffffff url(images/bg_menu_tile_h.gif) repeat-x top left;
	}

.menuWrapperInside {
	background: #ffffff url(images/bg_menu_tile_g.gif) repeat-x top left;
	}

.menuBlock {
	overflow: hidden;
	height: 100px;
	background: url(images/bg_menu.png) no-repeat top;
	}

.menuBlockInside {
	background: url(images/bg_menu_g.png) no-repeat top;
	}

.menuItems {
	margin-right: 26px;
	font-size: 11px
	}

.menuItemsLast {
	margin-right: 25px;
	}

.menuWrapper a {
	padding-top: 19px;
	color: #3c3c3c;
	float: right;
	text-align: center;
	display: block;
	width: 67px;
	height: 100px;
	}

.menuWrapper a:hover {
	text-decoration: none;
	background: url(images/menu_selected_1.gif) no-repeat;
	}

.menuWrapper #selectedMenu {
	background: url(images/menu_selected_1.gif) no-repeat;
	}





.spotMenuSeparatorWrapper {
	clear: both;
	background: #ffffff url(images/bg_s_c_tile_h.gif) repeat-x top left;
	}

.spotMenuSeparatorBlock {
	height: 21px;
	background: #ffffff url(images/bg_s_c.gif) no-repeat top;
	}

.spotTopWrapper {
	background-color: #ff0037;
	}

.spotTopWrapperInside {
	background-color: #e5e5e5;
	}

.spotTopBlock {
	height: 219px;
	overflow: hidden;
	background: #ff0037 url(images/bg_spot_top.gif) repeat-y top;
	}

.spotTopBlockInside {
	background: #e5e5e5 url(images/bg_spot_top_g.gif) repeat-y top;
	}





.spotBottomWrapper {
	background: #6b6b6b url(images/bg_spot_bottom_tile_h.gif) repeat-x top;
	}

.spotBottomBlock {
	height: 194px;
	overflow: hidden;
	background: #272727 url(images/bg_spot_bottom.gif) no-repeat top;
	}

.spotBottomLeftColumn {
	color: #d6d6d6;
	float: left;
	}

.spotBottomRightColumn {
	float: right;
	}

.noumeniaStatement {
	width: 450px;
	margin-top: 15px;
	margin-left: 60px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
	}

#noumenia_greece {
	margin-top: 1px;
	margin-right: 80px;
	}





.contentWrapper {
	background-color: #ffffff;
	}

.contentBlock {
	background: #ffffff url(images/bg_content.gif) repeat-y top;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.mainContentPadding {
	margin-left: 40px;
	margin-right: 40px;
	}

.contentBlock .title {
	margin-bottom: 1.1em;
	font-size: 1.1em;
	color: #d00000;
	}

.contentBlock ul {
	margin-left: 50px;
	margin-right: 250px;
	}

.contentBlock ul li {
	margin-bottom: 15px;
	}





.footerWrapper {
	background-color: #f2f2f2;
	}

.footerBlock {
	height: 55px;
	color: #6a6a6a;
	font-size: 10px;
	background: #ffffff url(images/bg_footer.gif) repeat-y top;
	text-align: center;
	}

.footerBlock a, .footerBlock a:visited, .footerBlock a:active {
	color: #6a6a6a;
	text-decoration: none;
	}

.footerContent {
	line-height: 55px;
	padding-left: 55px;
	padding-right: 45px;
	}

.footerCopyright {
	float: left;
	text-align: left;
	}

.footerLanguage {
	float: right;
	text-align: right;
	}

.footerNotice {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

