@charset "utf-8";
/* CSS Document */

body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 400px 10px;
}

* html li {height:1em; } /* fix damn whitespace bug */



/* For top navigation bar */

ul#mainNav{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
ul {
	list-style-type: none;
}

.center {
	background-position: center;
}
.cycladespadding {
	margin-left: 90px;
	margin-top: 20px;
}


	
#mainNav a{
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 5px;
	display: block;
	color: #6666CC;
	}
	
#mainNav li{
	float: left;
	width: auto;
	padding-right: 20px;
	}
#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 450px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.headerphoto {
	border: thin solid #666699;
}

/* end top navigation bar */

/* for side navigation bar */

ul#sideNav{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sideNav a{
	text-decoration: none;
	display: block;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6666CC;
	border-bottom-width: thin;
	border-bottom-color: #6666CC;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	vertical-align: bottom;
	}
	
#sideNav li{
	width: auto;
	margin:0;
	padding:0;
	padding-right: 20px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #666699;
	font-weight: bold;
	}
#sideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 325px;
	margin-bottom: 0px;
	padding-right: 5px;
	margin-right: 10px;
}
#footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 280px;
	margin-bottom: 20px;
}

ul#footerNav{
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}

#footerNav a {
	color: #6666CC;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #6666CC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#footerNav li{
	float: left;
	width: auto;
	padding-right: 20px;
	border: thin none #6699CC;
	}
/* end side navigation bar */

#sideNav a:hover {
	color: #FF9900;
}

#mainNav a:hover {
	color: #FF9900;
}

#footerNav a:hover {
	color: #FF9900;
}

.twoColFixLtHdr #container {
	width: 925px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: none;
	border: 1px none #6666CC;
	background-repeat: no-repeat;
	background-position: 440px -15px;
	padding: 0px;
} 
h2, h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6666CC;
	letter-spacing: .1em;
	margin: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 8px;
}
.aboutgreece {
	margin-left: 0px;
	width: 400px;
	display: block;
	font-size: 14px;
}

.twoColFixLtHdr #footer {
	padding-left: 250px;
	margin-bottom: 20px;
	padding-bottom: 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 */
	color: #FFFFFF;
}
.twoColFixLtHdr #logo {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
.twoColFixLtHdr #affiliations {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.affiliations {
	padding-right: 10px;
	margin-left: 150px;
}
.featuread {
	padding-left: 80px;
}
#sideNav  .active {
	color: #FF6600;
}
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}
.twoColFixLtHdr #plainpagefooter {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 500px;
	height: 45px;
}
a {
	color: #6666CC;
}
.rightalignedparagraph {
	text-align: right;
}
.twoColFixLtHdr #mainContentGreece {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #666699;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666699;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
td {
	font-size: 11px;
}
#menu {
	margin-left: 125px;
	font-size: 12px;
	margin-top: 60px;
	padding-top: 0px;
}
.ngaPADDING {
	padding-bottom: 10px;
}
.toppadding {
	padding-top: 25px;
}
#logoheader img {
}

ul {
	font-size: 12px;
	list-style-type: none;
}
.tradeheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}
.points {
	width: 300px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}
#sideNav a {
	padding-bottom: 8px;
}
.setapartfromsidebar {
	padding-top: 20px;
}
#sidebar1 img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#logoheader {
	margin-left: 25px;
	height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#centerfooter {
	margin-left: 400px;
}

#gallery {
	width:700px;
	height: 200px;
	margin-left: -50px;
}
.intro {
	letter-spacing: 0px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:180px;
	position:relative;
	float:left;
}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; left:185px; top:0; width:auto; height:auto; border:1px solid #000;}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Greece pages menu bar*/

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:100px;
	height:25px;
	float: left;
	background:#fff;
	margin-top:2px;
	margin-right: 0px;
	text-align:center;
	text-decoration:underline;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#000;
	line-height:10px;
	overflow:hidden;
	margin-bottom: 20px;
}

a.nav:hover {
	color:#fff;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#FF6600;
}


/* Top menu bar*/

a.navtop, a.navtop:link, a.navtop:visited {
	display:block;
	width:100px;
	height:25px;
	float: left;
	background:#fff;
	margin-top:2px;
	margin-right: 0px;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FF6600;
	line-height:25px;
	overflow:hidden;
	letter-spacing: 0.2em;
	text-decoration: none;
}

a.navtop:hover {
	color:#fff;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#6666CC;
}
.bottompadding {
	padding-bottom: 10px;
}
.topmenubar {
	margin-left: 0px;
}
.faqpadding {
	margin-bottom: 60px;
}
.contactusspacing {
	margin-right: 200px;
}
.topmenupadding {
	padding-right: 7px;
}
.address {
	font-size: 12px
}

.logopadding {
	margin-bottom: 7px;
}
.twoColFixLtHdr #trademainContent {
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #666699;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #666699;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
.contactformpadding {
	padding-left: 300px;
}
.photogallery {
	color: #6666CC;
	font-size: 24px;
}
.mainContent {
	width: 550px;
	margin-left: 250px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bluetext {color: #6666CC}
.bikepadding {
	margin-left: 200px;
}


.featuredpadding {
	margin-left: 100px;
}
.featuredheading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .3em;
}

#sideNavGreece {
	color: #FF6600;
}
.scheduledtours {
	color: #6666CC;
	font-weight: normal;
	text-align: justify;
	width: 380px;
	float: left;
}
.setitineraries {
	width: 200px;
	font-size: 13px;
	float: left;
}
.underline {
	text-decoration: underline;
}
.leftpadding {
	margin-left: 20px;
}
.indentopening {
	width: 500px;
	margin-left: 300px;
}
.printiconpadding {
	padding-left: 170px;
}
.rightpaddingtopmenu {
	padding-right: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6666CC;
	letter-spacing: 0.1em;
	margin: 0px;
}
h4 {
	color: #6666CC;
}
.greecealovestory {
	margin-right: 300px;
	margin-left: 50px;
}

.leisuretours {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
}
.indent {
	margin-left: 50px;
	margin-right: 100px;
}
