@charset "utf-8";
/*
************************************
HTML ELEMENTS
************************************
*/
html,body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	
}
body {
	background-color:#606C77;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:left top;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}
h1,h2,h3,p,ul,ol {
	margin:0 auto 1em auto;	
	line-height:1.5em;
}
h1 {
	font-size:26px;
	margin-bottom:0.461538em;
}
h2 {
	font-size:20px;
	margin-bottom:0.6em;
	font-weight:normal;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}

a {
	color:#0066FF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;	
}
img {
	border:0;	
}

/*
************************************
STRUCTURAL, SITE-WIDE ID's
************************************
*/
#wrapper {
	min-height:100%;
	position:relative;
}

#header {
	margin:0 auto;
	width:980px;
	height:107px;
	position:relative;
	
}
	#header h1,
	#header h1 a {
		display:block;
		width:411px;
		height:67px;
	}
	#header h1 {
		position:absolute;
		top:22px;
		left:0;
		margin:0;
	}	
	#header h1 a {
		text-indent:-9999em;
		background:url(../images/mourikis_development_logo_v2.png);
		outline:none;
	}
	#header h1.en a {
		background:url(../images/mourikis_development_logo_v2.png);
	}
	#header p {
		position:absolute;
		width:440px;
		right:0px;
		top:30px;
		text-align:right;
		color:#999;
		font-style:italic;
		font-size:12px;
		margin:0px;
	}

#canvas_wrapper {
	width:100%;
	height:100%;
	padding-bottom:32px;
}
#canvas_background {
	width:994px;
	margin:0 auto;
	background:url(../images/canvas_back.png) repeat-y center top;
}

#canvas_top {
	width:100%;
	background:url(../images/canvas_top.png) no-repeat center top;
}
#canvas_main {
	width:980px;
	min-height:494px;
	background-color:#222;
	margin:0 auto;
}

#canvas_bottom {
	background:#606C77 url(../images/canvas_bottom.png) no-repeat center center;
	height:12px;
}

#footer {
	position:absolute;
	height:32px;
	background-color:black;
	color:#808080;
	bottom:0px;
	width:100%;
	font-size:14px;
	line-height:16px;
	min-width:980px;
}
	#footer p {
		margin:0px;
		display:block;
		line-height:16px;
		padding:8px;
	}
	#footer_address {
		float:left;	
	}
	#footer_address a {
		color:#808080;
	}
	#footer_copyright {
		float:right;
		font-size:12px;
	}
	
#nav {
	width:980px;
	height:38px;
	background-color:#000;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
	#nav li {
		float:left;
		border-right:1px dotted #383F45;
	}
	#nav li.last {
		float:right;
		border-right:none;
		border-left:1px dotted #383F45;
	}	
	#nav li a {
		display:block;
		text-decoration:none;
		color:#CCC;
		font-size:14px;
		line-height:14px;
		padding:12px;
	}
	#nav li a:hover {
		background-color:#1B1D1F;
		color:white;
	}
	#nav li ul {
		position:absolute;
		z-index:500;
		background-color:#000;
		list-style-type:none;
		margin:0px;
		padding:0px;
		display:none;
		width:280px;
		box-shadow: 			0px 4px 8px rgba(0,0,0,0.25);
		-webkit-box-shadow:  	0px 4px 8px rgba(0,0,0,0.5);
		-moz-box-shadow: 		0px 4px 8px rgba(0,0,0,0.5);
	}
	
	#nav li.lang {
		float:right;
		border-right:none;
		border-left:1px dotted #383F45;
	}
	#nav li.lang a {
		line-height:20px;
		padding:9px 12px;
	}

	#nav li.fb a {
		line-height:20px;
		padding: 9px 12px;
	}
	
	#nav li ul li:first-child {
		border-top:1px dotted #383F45;	
	}
	#nav li ul li {
		border-right:0px;	
	}
	#nav li ul li a {
		width:238px;
		padding-left:30px;
		border-bottom:1px dotted #383F45;
	}
	#nav li ul li:last-child a {
		border-bottom:none;	
	}
	#nav li ul li a:hover {
		background:url(../images/menu_hover.png) no-repeat 10px center;
		background-color:#1B1D1F;
	}
	
	#nav li ul.wide {
		width:320px;	
	}
	#nav li ul.wide li a {
		width:278px;	
	}
	
	
.left_column,
.right_column {
	width:490px;
	float:left;
	min-height:550px;
	position:relative;
}
.right_column {
	float:right;
}
	
	.padding {
		padding:20px 30px;
	}
	.padding_light_blue {
		background-color:#E5EFFA;
		padding:20px 30px;
	}

	ul.bottom_links {
		margin:0px;
		padding:0px;
		position:absolute;
		bottom:0px;
		border-top:1px dotted #999;
		padding:20px;
		width:450px;
		height:20px;
		line-height:20px;
		list-style-type:none;
	}
	ul.bottom_links li {
		position:absolute;	
	}
	ul.bottom_links li.left {
		left:20px;
		top:20px;
	}
	ul.bottom_links li.center {
		text-align:center;
		display:block;
		width:450px;
	}
	ul.bottom_links li.right {
		right:20px;
		top:20px;
	}
	
	
.clear {
	clear:both;	
}

.mb0 {
	margin-bottom:0px;	
}

.todo {
	font-style:italic;
	color:red;
}

/*
************************************
	PAGE-SPECIFIC CLASSES & ID's
************************************
*/

	#column_history_right {
		background-color:white;	
	}

	#column_history p.lightblue {
		background-color:#E5EFFA;
		padding:20px 30px;
	}
	
	#column_quality_left,
	#column_development_right,
	#column_contact_left,
	#column_contact_right {
		background-color:#FFF;	
	}
	#column_renovations_right {
		background-color:#FFF;
		font-size:12px;
		line-height:1.3em;
	}
	
	ul.company_logos {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	ul.company_logos li {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}
	ul.company_logos li a {
		display:block;	
	}
	
/*
************************************
	PAGE: INDEX
************************************
*/
#crossfade {
	width:980px;
	height:550px;
	overflow:hidden;
	position:relative;
}
#crossfade a {
	outline:none;
}
#crossfade a img {
	border:0;	
}
#crossfade_nav {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:50;
}
	#crossfade_nav a {
		display:inline-block;
		padding:2px 6px;
		line-height:1em;
		text-decoration:none;
		color:white;
		margin-left:6px;
		opacity:0.5;
		filter:alpha(opacity=50);
		font-weight:bold;
	}
	#crossfade_nav a:hover,
	#crossfade_nav a.activeSlide {
		opacity:1;
		filter:alpha(opacity=100);
		background-color:black;
		-moz-border-radius:4px;
		border-radius:4px;
	}
		
/*
************************************
	PAGE: PHILOSOPHY
************************************
*/
#column_philosophy_left p {
	position:absolute;
	display:block;
	width:410px;
	bottom:20px;
	left:20px;
	margin:0px;
	padding:20px;
	background-color:black;
	color:white;
	text-align:center;
	font-style:italic;
}
#column_philosophy_right {
	background-color:white;
	height:800px;
	
}

/*
************************************
	PAGE: PEOPLE
************************************
*/
#column_people_left,
#column_people_right {
	background-color:white;	
}

.person {
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:10px;
	height:116px;
	font-size:12px;
}
	.person img {
		float:left;
		margin-right:10px;
	}

/*
************************************
	PAGE: COMPLETED_PROJECTS
************************************
*/
#column_projects_left {
	width:252px; /* Total width 292px; */
	height:473px;
	min-height:473px;
	background-color:white;
	padding:20px;
	overflow:hidden;
	position:relative;
}

#column_projects_left h2 {
	line-height:1.2em;	
}

#column_projects_right {
	width:688px;
	height:513px;
	min-height:513px;
	background-color:#222;	
	overflow:hidden;
}

#cycle_previous,
#cycle_next {
	display:block;
	position:absolute;
	width:36px;
	height:36px;
	background:url(../images/arrow_next.png) no-repeat;
	position:absolute;
	bottom:10px;
	right:10px;
	text-decoration:none;
	text-indent:-9999em;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index:100;
}
#cycle_previous {
	background:url(../images/arrow_previous.png) no-repeat;
	left:10px;
}
#cycle_previous:hover,
#cycle_next:hover {
	opacity:0.7;	
	filter:alpha(opacity=70);	
}

#cycle {
	width:688px;
	height:516px;
	background-color:#222;
	overflow:hidden;
}

.previous_projects_list {
	position:absolute;
	left:20px;
	bottom:20px;
}
	.previous_projects_list h3 {
		margin-bottom:10px;	
	}
	.previous_projects_list ul {
		margin-bottom:0px;
		list-style-type:square;
		margin-left:1em;
		padding-left:1em;
	}
	
a.project {
	float:left;
	display:block;
	width:228px;
	height:171px;
	position:relative;
	text-decoration:none;
	color:#FFF;
	overflow:hidden;
	background:url('../images/completed_projects_sprite_4.jpg') no-repeat 0 0;
}
	.english a.project {
		background:url('../images/completed_projects_sprite_4.jpg') no-repeat 0 0;
	}
	a#project_dragoumi {
		background-position:0 0;	
	}
	a#project_bouboulinas {
		background-position:-228px 0;	
	}
	a#project_penteli_palio {
		background-position:-456px 0;	
	}
	a#project_komninwn {
		background-position:0 -171px;	
	}
	a#project_penteli_neo {
		background-position:-228px -171px;	
	}
	a#project_lamias {
		background-position:-456px -171px;	
	}
	a#project_mavromixali_1 {
		background-position:0 -342px;	
	}
	a#project_frantzi {
		background-position:-228px -342px;	
	}
	a#project_paros {
		background-position:-456px -342px;	
	}
	
a.project span {	
	display:block;
	width:228px;
	height:171px;
	background:url('../images/completed_projects_sprite_4.jpg') no-repeat 0 0;
	cursor:pointer;
}
	.english a.project span {
		background:url('../images/completed_projects_sprite_4.jpg') no-repeat 0 0;
	}
	a#project_dragoumi span {
		background-position:-684px 0;
	}
	a#project_bouboulinas span {
		background-position:-912px 0;
	}
	a#project_penteli_palio span {
		background-position:-1140px 0;
	}
	a#project_komninwn span {
		background-position:-684px -171px;
	}
	a#project_penteli_neo span {
		background-position:-912px -171px;
	}
	a#project_lamias span {
		background-position:-1140px -171px;
	}
	a#project_mavromixali_1 span {
		background-position:-684px -342px;
	}
	a#project_frantzi span {
		background-position:-912px -342px;
	}
	a#project_paros span {
		background-position:-1140px -342px;
	}
	
a.project span span,
.english a.project span span {
	display:block;
	background-image:none;
	background-color:black;
	text-align:left;
	position:absolute;
	bottom:0px;
	font-size:12px;
	line-height:18px;
	padding:6px;
	width:228px;
	height:36px;
	cursor:pointer;
}
/*
a.project:hover span {
	display:block;	
}
*/

.pager {
	margin:0;
	padding:5px;
	list-style-type:none;
	position:absolute;
	width:292px;
	left:0;
	bottom:0;
}
	.pager li {
		float:left;	
	}
	.pager li a {
		float:left;
		display:block;
		margin:4px;
	}
	.pager li a img {
		border:1px solid #FFF;
		opacity:0.5;
		filter:alpha(opacity=50);
		-moz-transition: opacity 0.4s ease;
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;		
	}
	.pager li a:hover img {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.pager li.activeSlide a img {
		border:1px solid #222;	
		opacity:1;
		filter:alpha(opacity=100);
	}


/*
************************************
	PAGE: CONTACT US
************************************
*/
#map {
	width:490px;
	height:640px;
}

#column_contact_left {
	height:640px;	
}

	#contact label {
		display:block;
		margin-bottom:4px;
	}
	#contact input[type=text],
	#contact textarea {
		width:320px;
		padding:4px;
		border:1px solid #999;
		margin:0 0 10px 0;
		font-size:14px;
		color:#06F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	#contact input[type=text]:focus,
	#contact textarea:focus {
		border:1px solid #06F;
		outline:none;
	}
	#contact textarea {
		width:420px;
		max-width:420px;
	}
	
	span.obligatory {
		font-weight:bold;
		color:red;
	}
	#antispam_label {
		margin:0;
		line-height:1em;
	}
	#antispam_info {
		font-size:12px;
		color:#999;
		margin-bottom:4px;
	}
	
	span.error {
		color:red;
		font-weight:bold;
	}
	input.error,
	textarea.error {
		background-color:#FFEAEB;	
	}
	
	p.success {
		color:#090;
		font-weight:bold;
	}
	p.error {
		color:#F00;
		font-weight:bold;
	}