/*
 * 	Evoiki.gr
 *	Project started @ June 24, 2011
 *
 *	Designed by Zaharenia Atzitzikaki
 *  http://sugarenia.com
*/

@import url("reset.css");

/* Generic
----------------------------------------*/
html, body	{ height: 100%; }
body	{ 
	font: 13px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: #f7f7f6 url("img/bg.png");
	color: #4d574f;
}
table, button, input, textarea, select, option                                  { font: 12px "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; }
input[type=submit], input[type=checkbox], input[type=radio], label, select		{ cursor: pointer; }
a	{ 
	color: #4a1327;  
	text-decoration: none;
}
a:hover		{ text-decoration: underline; }
a:active	{ outline: none; }
p	{
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: justify;
}

/* Headers
----------------------------------------*/
h1, h2, h3, h4, h5, h6	{ 
	font-weight: bold; 
	margin-bottom: 20px;
}
h1	{ font-size: 24px; }
h2	{ 
	font-size: 18px; 
	margin-top: 30px;
	padding-bottom: 15px;
	color: #323833;
	background: url("img/header.gif") repeat-x bottom left;
}
h2.top	{ margin-top: 0; }
h3	{ font-size: 16px; }
h4	{ font-size: 14px; }
h5	{ font-size: 13px; }
h6	{ font-size: 13px; }

/* Layout
----------------------------------------*/
#outer	{
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .1));
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgba(0, 0, 0, .15)), color-stop(1, rgba(255, 255, 255, .1)));
	background-image: linear-gradient(top, rgba(0, 0, 0, .15), rgba(255, 255, 255, .1));
	width: 100%;
	min-height: 100%;
	padding: 40px 0;
}
#wrapper	{
	width: 920px;
	margin: 0 auto 20px;
	background: #f4f4f3;
	padding: 0 20px 20px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
#main	{
	width: 600px;
	float: left;
}
#side	{
	width: 300px;
	float: right;
}

/* Language select
----------------------------------------*/
#language	{
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	margin-bottom: 20px;
}
#language li	{
	display: inline-block;
	margin-left: 15px;
}
#language li a	{
	color: #4D574F;
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 25px;
	background-image: url("img/flags.png");
	background-repeat: no-repeat;
}
#language li.active a,
#language li a:hover	{ background-color: rgba(0, 0, 0, .1); }
#language li.gr a		{ background-position: 5px 2px; }
#language li.en a		{ background-position: 5px -28px; }
#language li.de a		{ background-position: 5px -58px; }
#language li.fr a		{ background-position: 5px -88px; }
#language li.it a		{ background-position: 5px -118px; }

/* Header
----------------------------------------*/
#header	{
	position: relative; 
	z-index: 2;
}
#logo	{
	position: absolute;
	top: 25px;
	left: -10px;
}
#menu	{
	float: right;
	margin-top: -11px;
	padding-left: 20px;
	font-size: 0;
	background: url("img/banner.png") no-repeat;
}
#menu li	{
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
#menu li a	{
	display: block;
	color: #4d574f;
	text-decoration: none;
	width: 85px;
	height: 80px;
	padding-top: 60px;
}
#menu li a:hover	{ text-decoration: underline; }
#menu li.active a	{
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
	text-decoration: none;
}
#page-home #menu		{ background-position: 8px 0; }
#page-company #menu		{ background-position: 92px 0; }
#page-products #menu	{ background-position: 176px 0; }
#page-quality #menu		{ background-position: 262px 0; }
#page-logistics #menu	{ background-position: 346px 0; }
#page-contact #menu		{ background-position: 430px 0; }

#submenu 	{
	margin: -15px 0 40px;
	padding-top: 7px;
	border: 3px double #ddd;
	border-width: 3px 0;
}
#submenu ul	{ 
	padding-bottom: 7px; 
	overflow: hidden;
	width: 100%;
}
#submenu li		{ 
	float: left; 
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
#submenu li a	{
	display: block;
	padding: 10px 15px;
	color: #4D574F;
}
#submenu li a:hover	{ 
	background: #e7e7e6;
	text-decoration: none;
}
#submenu li.active a	{
	background: #729171;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
	text-decoration: none;
}

/* Masthead
----------------------------------------*/
#masthead	{
	position: relative;
	margin: -35px 0 30px;
	z-index: 1;
}
#masthead img	{ display: block; }
#masthead .text	{
	padding: 20px;
	background: #4a1327;
	color: #ad959e;
	width: 500px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 2px solid #f4f4f3;
	border-width: 2px 2px 0 0;
}
#masthead .text p	{ text-align: left; }
#masthead h1		{ color: #fff; }

#page-company #masthead .text	{ 
	background: #632f05; 
	color: #c1ac9b;
}
#page-logistics #masthead .text	{
	background: #3d4454;
	color: #afb8ce;
}
#page-products #masthead .text	{
	background: #71778b; 
	color: #c6c9cf;
}
#page-quality #masthead .text	{
	background: #90000a;
	color: #d8b3b6;
}

/* Products
----------------------------------------*/
.products a	{
	display: block;
	padding: 10px 15px 10px 25px;
	border: 1px solid #ccc;
	margin-bottom: 1px;
	font-weight: bold;
	background: url("img/arrow-right.png") no-repeat 10px 50%;
}
.products a:hover{
	text-decoration: none;
	background-color: #E7E7E6;
}

/* Footer
----------------------------------------*/
#footer	{
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	color: #98988f;
	font-size: 11px;
}
#footer a	{
	color: #98988f;
	text-decoration: underline;
}

/* Frontpage
----------------------------------------*/
#product-cats .industry		{ margin-left: 10px; }

/* Sidebar
----------------------------------------*/
#location div	{
	padding-right: 120px;
	min-height: 100px;
	background: url("img/grape.jpg") no-repeat bottom right;
}
#location p		{ margin-bottom: 3px; }
#location a		{ text-decoration: underline; }
#location .org	{ font-size: 14px; }
#location .email	{ 
	margin: 15px 0 10px; 
	padding-left: 20px; 
	background: url("img/at.png") no-repeat 0 5px; 
}
#location .map	{ 
	padding-left: 20px;
	background: url("img/map.png") no-repeat 2px 2px;
}

#trust		{ margin-top: 40px; }
#trust div	{
	padding-top: 100px;
	background: url("img/certificates.png") no-repeat top center;
}	

#other-products h4	{ margin: 15px 0 10px; }
#other-products li	{ margin: 5px 0; }

/* People
----------------------------------------*/
.people li	{
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	.people img	{
	float: left;
	margin-right: 15px;
}
.people div	{ margin-left: 115px; }
.people h3	{ margin-bottom: 5px; }
.people h4	{ color: #839487; }
.people p	{ margin-bottom: 0; }

/* Lists
----------------------------------------*/
.list		{ margin: 20px 0 20px 20px; }
.list li	{
	line-height: 1.5em;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url("img/arrow-list.png") no-repeat 0 7px;
}
.list ul		{ margin: 10px 0; }
.list li li		{ font-weight: normal; }
.list li li li	{ color: #839487; }

#side .list		{ margin-left: 0; }
#side .list li	{ font-weight: normal; }

/* Photo gallery
----------------------------------------*/
.gallery li	{
	float: left;
	margin: 0 20px 20px 0;
}
.gallery li a,
.gallery li img		{ display: block; }
.gallery li a:hover	{ outline: 5px solid #729171; }
.gallery li.last	{ margin-right: 0; }

/* Forms
----------------------------------------*/
.field 	{
	border: 1px solid #bbb;
	border-color: #6f6f6f #ccc #ccc #ccc;
	padding: 3px;
	background-color: #FAFAFA;
	outline: none;
	vertical-align: middle;
	font-size: 12px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
textarea.field 	{ overflow: auto; }
select.field 	{ padding: 2px; }
.field-focus,
.field:focus 	{ background-color: white; }

.button	{
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	text-decoration: none;
	color: #fff;
	background: #7d9c50;
	background-image: -moz-linear-gradient(top, #AED96F, #7d9c50);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #AED96F), color-stop(1, #7d9c50));
	background-image: linear-gradient(top, #AED96F, #7d9c50);
	border: 1px solid #647d40;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ccff83; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ccff83; box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ccff83;
}
.button:hover	{
	text-decoration: none;
	background: #ac903d;
	background-image: -moz-linear-gradient(top, #eac253, #ac903d);
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #eac253), color-stop(1, #ac903d));
	background-image: linear-gradient(top, #eac253, #ac903d);
	border-color: #8e7632;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ffd55a; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ffd55a; box-shadow: 0 1px 2px rgba(0, 0, 0, .2), inset 0 1px 0 #ffd55a;
}
.button:active	{ position: relative; top: 1px; }

/* Contact
----------------------------------------*/
#contact-form li	{ margin-bottom: 30px; }
#contact-form label	{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
#contact-form .field	{ width: 350px; }
#contact-form textarea	{ height: 100px; }

#contact-address p,
#contact-phone p	{ margin-bottom: 0; }
#contact-address	{
	padding-left: 60px;
	background: url("img/address.png") no-repeat top left;
}
#contact-phone	{
	padding-left: 60px;
	background: url("img/telephone.png") no-repeat 0 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
#contact-email	{
	padding-left: 60px;
	background: url("img/email.png") no-repeat 0 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
#contact-phone dt,
#contact-email dt	{
	display: block;	
	font-style: italic;
	color: #839487;
}
#contact-phone dd,
#contact-email dd	{ margin: 3px 0 10px; }

/* messages */
.message	{
	padding: 15px;
	background: #D1EED1;
	border: 1px solid #BFE7BF;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

/* Misc
----------------------------------------*/
.left		{ float: left !important; }
.right		{ float: right !important; }
.clr		{ 
	min-height: 0px; 
	zoom: 1;
}
.clr:after 	{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
}
.foo		{
	color: #4a1327;  
	text-decoration: underline;
}
.img.top	{
	margin-bottom: 20px;
}