@charset "utf-8";
body  {
	background:#69F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-image:url(../images/background_container.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:left bottom;
	background-repeat:no-repeat;
} 

.twoColFixLtHdr #containerContact { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/background_contact.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:left bottom;
	background-repeat:no-repeat;
} 

.twoColFixLtHdr #ribbon { 
margin-bottom:5px;
margin-top:0px;
padding:0px;
}

.twoColFixLtHdr #header {
	background:#5613C6;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height:180px;
	text-align:center;
} 


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	height:580px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	text-align:right;
	font-size:70%;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}#mainContent #textarea{
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-size: 12px;
}
.twoColFixLtHdr #container_amorgos #mainContent #myPhotoGallery h1 {
	font-size: 1.5em;
}


dt{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
}

dd{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	
	
}
.pinakas td {
	padding: 3px;
	position: relative;
}

.pinakas td img   {
	padding: 0px;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	left: 10px;
	top: 10px;
}

#flashmovie{
	width:100%;
	margin-top:20px;
	font-size:80%;
	line-height:2em;
}
.twoColFixLtHdr #container_amorgos {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:left bottom;
	background-repeat:no-repeat;
	min-height:1000px;
}
#breadcrumb ul,#breadcrumb li {
	display:inline;
	padding:0;
	margin:0;
}
#breadcrumb ul li, #breadcrumb li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 95%;
}

#breadcrumb ul li ul li{
	padding-left:14px;
	background-image: url(../images/imagesLightbox/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;

}
#breadcrumb ul li {
	padding-left: 0px;
}
.twoColFixLtHdr #containerMenuCatalog {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:left bottom;
	background-repeat:no-repeat;
}
#flags{
margin-bottom:2px;
}
#flags img{
	position:relative;
	left:88%;
}
#flags a{
background:none;
}
.twoColFixLtHdr #container #mainContent #textarea h1 {
	font-size: 14px;
}
.twoColFixLtHdr #container_amorgos #mainContent #myPhotoGallery h1 {
	font-size: 16px;
}
.twoColFixLtHdr #container_amorgos #mainContent #special_keimeno h2 {
	font-size: 14px;
	min-height:1000px;
}

