/* basic elements */

html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% Verdana, georgia, sans-serif;
	line-height: 1.4em;/*1.88889;*/
	color: #555753; 
	background: #817c5a url(../images/css/home.jpg) repeat-x top left; 
	margin: 0; 
	padding: 0;
	text-align:center;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.2em georgia, sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0; 
	color: #FF5700;
	}
a:link { 
	text-decoration: none; 
	color: #046330;
	}
a:visited { 
	text-decoration: none; 
	color: #046330;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF5700;
	}
	
/*==============================================================================
	BASIC STURCTURE
===============================================================================*/
#wraper {
	width: 960px;
	margin:0 auto;
	text-align:left;
	/*background-color:red;*/
	}
#head{
	margin:0;
	width:929px;
	height:98px;
	background: transparent  url(../images/css/head_logo2.gif) top left no-repeat;
	}
	
#maintitle{
	position:relative;
	margin-top:-44px;/*-28px;*/
	#margin-top:-28px;/*-22px;*/
	width:929px;
	height:226px;
	min-height:226px;
	background: transparent  url(../images/css/jewel_2.jpg)  100% 6px no-repeat;
	z-index:500;
}

#maintitle h1.sifr {
	font-family: "Times New Roman", Times, serif;
	padding-top:50px;
	margin-left:20px;
	font-size:24px;
	letter-spacing: 0px;
	text-align:left;
}
.right{
	float:right;
}
#leftbar {
	position:relative;
	width: 209px;
	float: left;
	margin: 0px;
	margin-top: -57px;
	z-index:1000;
	}

/*==============================================================================
	NAVIGATION
===============================================================================*/
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #A2BEAF;
	width: 200px;
	}
#navlist li {
	font-family: Arial;
	font-size: 14px;
	color:#034c25;
	list-style: none;
	margin: 0;
	/*padding: 0.05em;*/
	padding: 0px;
	padding-left: 20px;
	border-top: 1px solid #A2BEAF;
	}
#navlist li a {
	color:#034c25;
	text-decoration: none;
	}

#navlist li a:hover {
	color:red;
	text-decoration: none;
	background-color:#edf4f0;
	}
#navlist ul{
		margin-left:-20px;
		padding-left: 10px;
	}

#navlist .sub1 li a{
	color:#EB6D00;/*#FB9600*/
	}
#navlist .sub2 li a{
	color:#707070;
}
#navlist li a.active{
	padding-left: 7px;
	background: transparent  url(../images/css/arrow_next.gif) 0px 50% no-repeat;
	color:red;
}
	
#skiathos{
	width: 209px;
	height: 140px;
	bakground-color:transparent;
	/*background: transparent  url(../images/css/side_bar_prd.png) bottom left no-repeat;*/
	}
#skiathos img{
	border:0px;
}

/*==============================================================================
	STUCTURE
===============================================================================*/
#content-wraper{
	margin-top:-57px;
	width: 720px;
	float: left;
	background: transparent  url(../images/css/tab1.png) top left no-repeat;
	/*margin-left: 209px;*/
	min-height: 500px;
	}
#content{
	width: 649px;
	float:left;
	background: #ffffff  url(../images/css/tab1cont.png) top left no-repeat;
	margin-top: 0px;
	margin-left: 31px;
	min-height: 421px;
	padding:20px;
	font-family:verdana;
	font-size:12px;
	line-height: 1.4em;
	}
#content p{
	margin:0px;
	margin-top: 0.5em;
	text-align: left;
}
.center{
	text-align:center;
}
#content ul{
	text-align:left;
}
#content ul li{
	margin-bottom:1.4em;
}
#content td{
	font-family:verdana;
	font-size:12px;
	line-height: 1.4em;
	}
#content td.center{
	text-align:center;
}
#content h1{
	font-family: "Times New Roman", Times, serif;
	padding-top:30px;
	/*margin-left:5px;*/
	font-size:14px;
	letter-spacing: 2px;
	line-height:14px;
	text-align:left;
	font-weight:normal;
	color:#FF7900;
}
#path{
	clear:both;
	position:relative;
	z-index:1000;
}


	
/* footer ----------------------------------------------------------------------------------*/
#footer {
	width: 649px;
	float: left;
	background: transparent url(../images/css/footer_bg.png) top left no-repeat;
	margin-top: 0px;
	margin-left: 31px;
	min-height: 168px;
	color:#fff;
	padding:20px;
	
}
#footer p{
	font-family:Arial;
	text-align:center;
	margin:0px;
	padding:0px;
}
#footer p.small{
	font-size: 10px;
	line-height: 1em;
	font-family:Arial;
	text-align:center;
	margin:0px;
	padding:0px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:red;
}
/*==============================================================================
	MENUS
===============================================================================*/
#menu {
	width:565px;
	margin: 0;
	margin-top:57px;
	float:right;
	height:12px;
	font-family:Arial;
	font-size:13px;
	}
#menu img{
	border:0px;
	margin-top:0px;
}
#menu li img{
	margin-top:5px;
}
#menu li.lag a:link, #menu li.lag a:visited, #menu li.lag a:hover{
	border-bottom: 0px;
}
#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	
	}

#menu a:link,
#menu a:visited {
	float: left;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
	color: #999;
	}

#menu a:link#current,
#menu a:visited#current,
#menu a:hover {
	border-bottom: 2px solid #046330;
	background: transparent;
	color: #000;
	}

#menu a:hover {
	color: #000;
	}
	
/*==============================================================================
	PAGING
===============================================================================*/
#paging {
	clear: both;
	margin: 0px auto;
	margin-bottom: 0px;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	}
#paging ul { width:100%; list-style-type:none; padding:0; margin:0;}
#paging ul li { display:inline; padding:0px 2px; color:red; font-weight:bold;}
#paging ul li a {font-weight:normal;} /*text-decoration:none; */
#paging ul li a:hover { color:red; }

/*==============================================================================
	CONFIRM DIVS
===============================================================================*/
.conf {
	float: left;
	width: 540px;
	text-align: center;
	padding: 40px;
	padding-top:0px;
	}
.conf p {
	text-align: center;
	margin: 0.5em;
	}
.path{
	float:left;
	width:100%;
}	
.pline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1C7449;
}

.user {
	float:left;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	
	width: 575px;
	height: auto;
	
	margin: 20px 0px 10px 45px;
	padding-bottom: 0px;
	
	border:solid 1px #c4c0b4;
	}
.userdata{
	width:260px;
	float:left;
	margin: 5px 5px 5px 5px;
	
}
.paymentmethod{
	width:260px;
	float:left;
	margin: 5px 5px 5px 5px;
	
}
.visamaster {
	float:left;
	font-family: Arial;
	width: 620px;
	height: auto;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 0px;
	border-top:1px solid #ccc;
	}