/*
Theme Name: CEA TechHome Mediterraneo
Theme URI: http: //www.cea-thm.com/
Description: The default WordPress theme for CEA TechHome Mediterraneo.
Version: 1.0
Author: Todor Iliev
Author URI: http: //www.todoriliev.com/
Tags: cea, mediterranean, light, simple, custom
*/


/* CSS RESET ------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* CLEARFIX CLASS ------------------------ */

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%}
.clearfix{display: block}

body {
	font: 13px Arial, Helvetica, sans-serif normal;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* GLOBAL ------------------------ */

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

a:hover {
	color: #c3864f;
	}

h1,h2,h3 {
	font-weight: 400;
	}

strong {
	font-weight: 600;
	}

em {
	font-style: italic;
	}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}

/* HEADER ------------------------ */

#header {
	margin: 20px 0;
	}

#header h1 a {
	float: left;
	width: 291px;
	height: 70px;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat 0 0;
	margin: 0 0 20px;
	}

	
/* SEARCH ------------------------ */

.search {
	width: 300px;
	float: right;
	}

.search form {
	clear: both;
	margin: 30px 0 0 0;
	}

.search .field {
	width: 260px;
	}

.search .button {
	background: url(images/search-btn.gif) no-repeat;
	width: 26px;
	height: 26px;
	border: none;
	}
	
	
/* TRANSLATIONS ------------------------ */

.translations {
	float: right;
	height: 12px;
	width: 17px;
	margin: 0 135px 0 5px;
	}

#translations li {
	float: right;
	height: 12px;
	width: 17px;
	margin: 0 0 0 5px;
	}
#translations li a {
	display: block;
	text-indent: -9999px;
	}
#translations .fr a {
	background: url(images/fr.gif) no-repeat 0 0;
	}
#translations .it a {
	background: url(images/it.gif) no-repeat 0 0;
	}
#translations .es a {
	background: url(images/es.gif) no-repeat 0 0;
	}

	
/* MENU ------------------------ */

ul.menu-list {
	clear: both;
	background: url(images/menu-bg.gif) repeat-x 0 0;
	}

ul.menu-list li {
	float: left;
	list-style: none;
	}

ul.menu-list li a:link,
ul.menu-list li a:visited {
	font-size: 110%;
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0 31px;
	line-height: 45px;
	border-left: 1px solid #3a739c;
	}

ul.menu-list li a:hover {
	color: #81a3bc;
	}

ul.menu-list li ul {
	z-index: 1000;
	width: 200px;
	position: absolute;
	visibility: hidden;
	}

ul.menu-list li ul li {
	float: none;
	display: inline;
	}

ul.menu-list li ul li a:link,
ul.menu-list li ul li a:visited {
	display: block;
	font-size: 90%;
	padding: 10px 0 10px 30px;
	line-height: normal;
	border-left: none;
	border-top: 1px solid #fff;
	background: #adadad;
	}

ul.menu-list li ul li a:hover {
	color: #fff;
	background: #9e9e9e;
	}

/* SLIDESHOW ------------------------ */

#slideshow {
	clear: both;
	width: 100%;
	height: 250px;
	background: #f2f2f2;
	margin: 20px 0;
	}
	
#slideshow {
    position:relative;
	width:960px;
	}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow img.last-active {
    z-index:9;
	}

/* COLUMNS ------------------------ */

.column-wrapper {
	border-top: 1px solid #dedede;
	}

.column {
	width: 280px;
	float: left;
	padding-top: 25px;
	}

.two {
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	margin: 0 25px;
	padding: 25px;
	}
	
/* CONTENT ------------------------ */
	
#container #content {
	float: left;
	width: 650px;
	padding: 25px;
	border-left: 1px solid #dedede;
	}

#content h1 {
	color: #5e7e96;
	font-size: 170%;
	margin: 0 0 20px;
	}

#content h2 {
	color: #c1aa76;
	font-size: 170%;
	margin: 0 0 10px;
	}
	
#content h3 {
	color: #5e7e96;
	font-size: 140%;
	margin: 0 0 10px;
	}
	
#container #content h2 {
	color: #c1aa76;
	}

#content p {
	line-height: 17px;
	margin: 0 0 20px;
	}

#content ul {
	margin: 0 0 20px;
	}

#content li {
	list-style-type: disc !important;
	margin: 0 0 5px 40px;
	}
	
/* SUB BRAND ------------------------ */
 
#sub-brand {
	clear: both;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	}
#sub-brand .logo {
	float: left;
	width: 250px;
	padding: 25px 0 0 0;
	text-align: center;
	}
#sub-brand .details {
	float: right;
	width: 709px;
	height: 118px;
	border-left: 1px solid #dedede;
	}

/* LEFT COLUMN ------------------------ */

#container #left-column {
	float: left;
	width: 225px;
	color: #999999;
	padding: 25px 25px 25px 0;
	}

#left-column h2 {
	color: #5e7e96;
	font-size: 170%;
	margin: 0 0 20px;
	}

#left-column p {
	line-height: 17px;
	margin: 0 0 20px;
	}
	
#left-column ul {
	margin: 0 0 20px;
	}

#left-column li {
	list-style-type: disc !important;
	margin: 0 0 5px 40px;
	}
	
/* INQUIRY FORM ------------------------ */

.mmf {
	display: block;
	margin: 20px 0 0;
	}

.mmf-checkbox {
	display: block;
	margin: 10px 0 0;
	}
	
.mmf-list-item {
	display: block;
	}

/* FOOTER ------------------------ */

#footer .column-wrapper {
	border-bottom: 1px solid #dedede;
	margin: 30px 0 0;
	}

#footer .column-wrapper span {
	float: left;
	color: #999;
	margin: 27px 0 0;
	}

#footer .column-wrapper img {
	float: right;
	}

#footer .column-wrapper .one span {
	width: 75px;
	display: block;
	margin: 20px 0 0;
	}

#footer .column-wrapper .two {
	border-left: none;
	}

#footer .copyright {
	clear: both;
	width: 100%;
	font-size: 90%;
	color: #999;
	padding: 20px 0;
	}