@charset "utf-8";

/*
AUTHOR: NeoWeb
AUTHOR URI: http://neoweb.gr/
TAGS: InneT CMS, NeoWeb, Inventics S.A.
*/

/* =Media All
-------------------------------------------------------------- */
@media all {
/* ----------------------------------------------------------- */

* { margin: 0; padding: 0; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, cite, var, address { font-style: normal; }
th, b, strong { font-weight: bold; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table {border-spacing: 0; }
caption, th, td, center { vertical-align: top; }
body { line-height: 1;}
q { quotes: "" ""; }
a { color: inherit; }
hr { display: none; } 
font { color: inherit !important; color: inherit !important; }

.clear {clear: both; height: 0px;}
.nomargin {margin: 0 !important;}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {font-size:62.5%;line-height: 1.5em;}
p, ul, ol, dd, pre {margin-bottom:0px;}
pre, code {font:14px Monaco, monospace;line-height:22px;}
blockquote {color:#666;font-style:italic;}
hr {background-color:#ccc;border:0;color:#ccc;height:1px;margin-bottom:22px;}
ul div {display: inline;}
h1 {font-size:18px;line-height: 20px;}
h2 {font-size:16px;line-height: 18px;}
h3 {font-size:14px;line-height: 16px;}
h4 {font-size:12px;line-height: 14px;}
h5 {font-size:10px;line-height: 12px;}

a:link,
a:visited {
    color:#b58421;
	text-decoration: none;
}
a:hover,
a:active {
    color: #FF4B33;
}

.rounded {

position: relative;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;	
}

/* =Layout
-------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	background-color: #ffffff;
	color: #333333;
	background-image: url(../tmp_images/background.jpg);
	background-repeat: repeat;
}

#container {
	
}

.wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background-image: url(../tmp_images/head.png);
	_background-image: url(../tmp_images/head_ie6.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 999999;
}

#header.wrapper {}

.facebook {
	height: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	text-align: right;
	}
	
.facebook a:link,
.facebook a:visited {
    color:#b7d8fb;
}

	
.facebook img {
	position: relative;
	top: 6px;
	left: 3px;
	}

#logo {
	float: left;
	margin-bottom: 21px;
	}
	
.ie7 #logo, .ie6 #logo {
	margin-bottom: 18px;
	}
	
.ie9 #logo {
	margin-bottom: 21px;
	}


.top_banner {
	float: right;
	margin-top: 20px;
	}

#menuwrapper {
	clear: both;
	background-image: url(../tmp_images/divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	padding-left: 1px;
	}
	
.ie6 #menuwrapper {
	margin-bottom: -20px !important;
	}

.ie7 #menuwrapper {
	margin-bottom: 0px !important;
	}

/* =Main 
-------------------------------------------------------------- */

#main {
	background-image: url(../tmp_images/repaet_y.png);
	_background-image: url(../tmp_images/repaet_y_ie6.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	padding: 20px 0;
}

#main.wrapper {overflow: hidden;}

#leftcol {
	width: 650px;
	float: left;
	padding: 0 14px 0 0;
	border-right: solid 1px #cccccc;
	overflow: hidden;
	}

.half_news_list {
	overflow: hidden;
	clear: both;
	padding: 24px 0;
	}

.half_new {
	width: 275px;
	float: left;
	margin: 0 50px 30px 0;
	}

.half_new h2 {
	font-weight: normal;
	padding: 0 0 0px 0;
	font-size: 12px;
font-weight: bold;
	}

.half_new h2 span {
	font-size: 12px;
	}

.hn_photo {}

.hn_text {
	padding: 6px 0 0 0;
	font-size: 12px;
	line-height: 1.5em;
	}

.half_banner_wrapper {
	clear: both;
	overflow: hidden;
	}

.half_banner {
	width: 468px;
	float: left;
	}

.half_read_more {
	width: 175px;
	float: right;
text-align: right;
clear: both;
	}

.half_read_more a {
	
	text-align: center;
	height: 14px;
	line-height: 14px;
	padding: 6px;
	border: solid 1px #bb0500;
	font-size: 12px;
	background-image: url(../tmp_images/red_button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	
	
position: relative;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;	
	}

.half_read_more a:link,
.half_read_more a:visited {color:#ffffff;}
.half_read_more a:hover,
.half_read_more a:active {color: #bb0500;}

.pagetitle, .page_title {
	border-bottom: solid 1px #cccccc;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	}

.pagetitle h1 {font-weight: normal;}

.pagetitle h1 span {
	font-size: 12px;
	float: right;
	}

.pagetext, .page_text {
	font-size: 12px;
	line-height: 1.5em;
	}

.pagetext img, .page_text img {
	margin: 0 12px 12px 0;
	}

.pagetext p, .page_text p {
	padding: 0 0 6px 0;
	}

.pagetext ul, .page_text ul {
	margin-left: 24px;
	}
	
.navigator {font-size: 12px;}

.eventslist .pagephoto
{
float:left;
}

.eventslist .pagephoto img
{
width:150px;
padding:2px 6px 2px 0;
}

.eventslist .pagemoretext
{
padding-bottom:14px;
clear:both;
}

.newslist .pagephoto
{
float:left;
}

.newslist .pagephoto img
{
width:150px;
padding:2px 6px 2px 0;
}

.newslist .pagemoretext
{
padding-bottom:14px;
clear:both;
}

.page_photo 
{
float:left;
}

.page_photo img
{
padding:2px 8px 2px 0;
}


.page_wrapper {
	overflow: hidden;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
	border-bottom: dotted 1px #cccccc;
}


#rightcol {
	width: 300px;
	float: left;
	padding: 0 0 0 14px;
	border-left: solid 1px #cccccc;
	position: relative;
	top: 0px;
	left: -1px;
	}

.control {
	margin: 0 0 20px 0;
	}

.control_title {}

.control_title h2 {
	padding: 0 0 8px 0;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 8px 0;
	}
	
.control_photo {}

.control_text {
	font-size: 12px;
	line-height: 1.5em;
	padding: 6px 0;
	}

.control ul li {
margin-left: 12px;
font-size: 12px;
}

.viewallteaser {
font-size: 12px;
text-align: right;
padding: 3px;
margin-top: 12px;
}

.viewallteaser a {
	/*display: block;*/
	color: #ffffff !important;
	text-align: center;
	height: 14px;
	line-height: 14px;
	padding: 6px;
	border: solid 1px #bb0500;
	font-size: 12px;
	background-image: url(../tmp_images/red_button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	

position: relative;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;	
}

/* =Footer Teasers
-------------------------------------------------------------- */

.footer_teasers {
background-image: url(../tmp_images/trans_repeat.png);
_background-image: url(../tmp_images/trans_repeat_ie6.png);
	background-repeat: repeat-y;
	background-position: center;
}

.footer_teasers .wrapper {
	clear: both;
	overflow: hidden;
	padding: 25px 0;
	color: #ffffff;
	}
	
.ie6 .footer_teasers .wrapper {
	/*background-color: #999999;*/
	padding: 20px;
	}
	
.teaser {
	width: 300px;
	float: left;
	margin: 0 8px;
	text-align: left;
	font-size: 12px;
	border-right: solid 1px #565656;
	padding: 12px 6px;
	height: 200px
	}
	
.teaser.first {
	margin-left: 0px;
	padding-right: 14px;
	padding-left: 0px;
	width: 330px;
	}
	
.teaser.second {
	margin-left: 0px;
	padding-right: 5px;
	}
	
.teaser.third {
	margin-right: 0px;
	border-right: none;
	width: 295px;
	padding-right: 0px;
	padding-left: 0px;
	}

.teaser h3 { 
padding: 0 0 12px 0;
font-size: 13px;
	}
	
	.teaser h3 span { 
font-size: 10px;
padding: 0 0 0 6px;
	}
	
.teaser h3 span a:link,
.teaser h3 span a:visited {color:#ff0000;}
.teaser h3 span a:hover,
.teaser h3 span a:active {color: yellow;}

.newsletter_form {
	padding: 6px 0;
	overflow: hidden;
	}

.newsletter_form .textbox {
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bebebe;
	display: block;
	float: left;
	padding: 0 6px;
	margin: 0 6px 0 0;
	font-size: 12px;
	Font-family: Georgia, "Times New Roman", Times, serif;
	height: 24px;
	line-height: 24px;
	width: 190px;
	}

a.button {
	display: block;
	width: 100px;
	text-align: center;
	height:24px;
	line-height: 24px;
	border: solid 1px #bb0500;
	font-size: 12px;
	background-image: url(../tmp_images/red_button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	float: right;
	}
	


a.button:link,
a.button:visited {color:#ffffff;}
a.button:hover,
a.button:active {color: #bb0500;}

.teaser_text a {
	display: block;
	float:left;
	margin: 0 3px 3px 0;
	}
	
.ie6 .teaser_text a {
	margin-right: 1px;
	}

.teaser_address_wrapper {
	overflow: hidden;
	padding: 12px 0 0 0;
	}
	
.ie6 .teaser_address_wrapper {
	padding-top: 24px;
	}

.teaser_address {
	width: 200px;
	float: left;
	}

.map {float: right;}



/* =Footer
-------------------------------------------------------------- */

#footer {
	background-image: url(../tmp_images/foot.png);
	_background-image: url(../tmp_images/foot_ie6.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 12px 0;
}

#footer .wrapper {
padding: 10px 14px 20px 14px;
overflow: hidden;
clear: both;
}

.copyright {

}

.footer_address {
width: 50%;
float: left;
text-align: left;
}

.inventics {
text-align: right;
width: 50%;
float: left;
}

.inventics img {vertical-align: bottom;}



/* Easy Slider 
-------------------- */

.slideshow_wrapper {
	background-image: url(../tmp_images/slideshow_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 650px;
	height: 290px;
	position: relative;
	float: right;
}

.slideshow_title {
	background-color: #999999;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-radius: 5px 5px 0px 0px;	
position: relative;
	}

.slider { 
	width:650px;
	height:250px;
	overflow:hidden; 
	position: relative;
}

.slider ul.sliderul, .slider li.sliderli {
	margin:0;
	padding:0;
	list-style:none;
}

.slider li.sliderli { 
	width:650px;
	height:250px;
	overflow:hidden; 
}

.theslide {
	width:650px;
	height:250px;
	display:block;
	position: relative;
}

.slide_bigphoto {
	width:650px;
	height:250px;
	}

.slide_text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 370px;
	padding: 15px;
	text-align: left;
	display: block;
	background-image: url(../tmp_images/trans.png);
	_background-image: url(../tmp_images/trans_ie6.png);
	background-repeat: repeat;
	background-position: left top;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;	
color: #ffffff;
font-size: 14px;
line-height: 1.3em;
}

.slide_text a:link,
.slide_text a:visited {
    color: yellow;
}
.slide_text a:hover,
.slide_text a:active {
    color: orange;
}

.slide_desc {
	font-size: 12px;
	padding: 15px;
	display: block;
	color: #fff;
	font-size: 14px;
}

.slide_readmore {
	font-size: 11px;
	text-align: right;
	display: block;
	padding: 0 15px;

}

#prevBtn, #nextBtn {display: none;} 

.prevnext {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
	}

.prevBtn {}

.nextBtn {}
	
.prevnext a:link,
.prevnext a:visited {
    color: yellow;
}
.prevnext a:hover,
.prevnext a:active {
    color: orange;
}	



/* =CONTACT FORM MODULE
-------------------------------------------------------------- */

#contactform {
font-size: 13px;
padding: 12px 0 0 0;
overflow: hidden;
}

.form_row {
overflow: auto;
padding: 0 30px 2px 0;
float: left;
width: 250px;
}

.form_row_send {
overflow: auto;
padding: 0 30px 24px 0;
float: left;
width: 540px;
}

.form_row .label {
display: block;
text-align: left;
padding: 4px 12px 3px 0;
}

.form_row .input {
width: 250px;
float: left;
}

.form_row .input input.textbox {
padding: 3px;
font-size: 12px;
width: 250px;
}

.form_row .input textarea {
padding: 3px;
font-size: 12px;
width: 250px;
height: 95px;
}

.inputbtn {
font-size: 12px;
float: right;
}

span.validator {
color: red;
}

.banner_wrapper
{
margin-top:20px;
margin-bottom:30px;
}

.button_form_row {width: 640px;}
.button_form_row .label {display: none;}

.button_form_row .input {width: 640px;
padding: 12px 0 0 0;}

#ctl04_Moduleloader5_ctl00_RegisterCheckBox {margin-right: 3px;}

.module_validation {
color:#ff0000;
font-weight:bold;
}

#galleria {
margin-bottom:30px;
}





/* =Media Print
-------------------------------------------------------------- */
}
			@media print { 
/* ----------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FFFFFF;
	}

#wrapper {
	width: auto; 
	margin: 0 3%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

#header {display: none;}

#leftcol {
	width: auto; 
    margin: 0;
    text-align: left;
	float: none !important;
	padding: 0;
    border: 0;
	}

#footer {display:none;}

a:link {
	color: #CAA16D;
	text-decoration: none;
}
a:visited {
	color: #CAA16D;
	text-decoration: none;
}


/* ==================================================== */
		} /*NOTHING ELSE DOWN ON */
/* ====================================================	*/
	

