* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	height:100%;
	min-height:100%;
	min-width:900px;
}

body {
	margin:0px;
	height:100%;
	min-height:100%;
	line-height:1.7;
	min-width:900px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;	
	background-color:#4a0d01;	
}

p{
	margin-bottom:8px;
	margin-top:3px;
}

h1{
	font-family:"Palatino linotype";
	font-size:18px;
	color:#5b0000;
	letter-spacing:1px;
	margin-bottom:5px;
}



/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { font-style: normal; font-size:11px; color:#292727; font-weight:bold; text-decoration:none; border-bottom:1px #292727 dotted; padding-bottom:2px; }

a:hover { font-style: normal; color:#f28504; font-size:11px; font-weight:bold; text-decoration:none; border-bottom:#f28504 1px dotted; padding-bottom:2px; }

a.else:link, a.else:visited { font-style: normal; font-size:11px; color:#cb0b0b; text-decoration: none; border:none; font-weight:400; }

a.else:hover { font-style: normal; color:#f93385; font-size:11px; text-decoration: none; border:none; font-weight:400;}

a.lang:link, a.lang:visited { font-style: normal; font-size:11px; color:#ffffff; font-weight:bold; text-decoration:none; border-bottom:1px #ffffff dotted; padding-bottom:2px; }

a.lang:hover { font-style: normal; color:#fdf63f; font-size:11px; font-weight:bold; text-decoration:none; border-bottom:#fdf63f 1px dotted; padding-bottom:2px; }
/* =Top
-----------------------------------------------------------------------------*/
#header{
 height:335px;
 width:900px;
 background:url(../images/Mourtzoukos_02.jpg) no-repeat;
}
 
#languages{
 float:right;
 padding-right:32px;
 padding-top:5px;
 color:#FFFFFF;
 font-size:11px;
}
 
#nav{
 width:900px;
 float:left;
 margin-top:254px;
 margin-left:25px;
}
 

/* =Content
-----------------------------------------------------------------------------*/
#wrapper{
	width:900px;
	min-width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fefece;
}

#container-index {               
	min-width:900px;
	width:900px;
	height:100%;
	min-height:100%;
	padding-bottom:20px;
	background:url(../images/bg-two.gif) no-repeat 0px 335px;
}

#container {               
	min-width:900px;
	width:900px;
	height:100%;
	min-height:100%;
	padding-bottom:20px;
}

#top-two{
 width:895px;
 height:190px;
 margin-left:auto;
 margin-right:auto;
 margin-top:15px;
 background-image:url(../images/bg-two.gif);
 background-repeat:no-repeat;

}

#one{
	width:445px;
	float:left;
	
}

#one img{
	float:left;
	margin-left:10px;
}

#top-two img{
	border:4px solid #4a0d01;
}

#text1{
	float:right;
	width:180px;
	padding-right:5px;
}

#two{
	width:445px;
	float:right;
}

#text2{
	float:left;
	width:180px;
	padding-left:20px;
}

/* =Index only
-----------------------------------------------------------------------------*/
#welcome{
	padding-top:5px;
	padding-left:20px;
	width:600px;
	float:left;
	min-height:100%;
	height:100%;
}

#pelates{
	width:212px;
	height:230px;
	margin-left:33px;
	margin-top:20px;
	float:left;
	font-size:12px;
	background:url(../images/Mourtzoukos_14.jpg) left bottom no-repeat;
	padding-bottom:15px;
	padding-left:20px;
	padding-top:5px;
	background-color:#f2f2af;
}

/* =Profil only
-----------------------------------------------------------------------------*/
#profil{
	padding-left:40px;
	padding-top:20px;
	width:830px;
	float:left;
	min-height:100%;
	height:100%;
}

/* =News only
-----------------------------------------------------------------------------*/
#news-box{
	padding-top:10px;
	padding-left:20px;
	width:850px;
	float:left;
	min-height:100%;
	height:100%;
}

/* =Proionta only
-----------------------------------------------------------------------------*/
.product{
	width:188px;
	float:left;
	text-align:center;
	margin-right:18px;
	margin-top:10px;
	height:290px;
}

.product img, .product-in img{
	border:4px solid #4a0d01;	
	float:left;
	margin-bottom:5px;
}

.product img:hover{
	border:4px solid #fdf63f;	
}

.product-in{
	width:860px;
	float:left;
}

.product-in p{
	width:360px;
	padding-left:20px;
	float:left;
}

/* =Contact only
-----------------------------------------------------------------------------*/
#contact{
	margin-right:20px;
	margin-top:0px;
	width:390px;
	float:left;
	min-height:100%;
	height:100%;
}

#map{
	width:400px;
	height:415px;
	float:left;
	margin-bottom:10px;
	border:#990000 1px dotted;
}

input, textarea{
   font-style:italic;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   color:#990000;
   padding:4px;
   margin-bottom:5px;
   border:dotted 1px #990000;
   background-color:#FFFFFF;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height:32px;
	width:890px;
	line-height:32px;
	text-align:right;
	font-size:11px;
	background-image:url(../images/copyright.jpg);
	background-repeat:no-repeat;
	padding-right:10px;
}