/*--------------------
	RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 150%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------
	GLOBAL TYPOGRAPHY
--------------------*/

body {
	font: 14px/20px "Calibri", "Myriad pro", sans-serif;
	color: #333;
}

p {
	clear: left;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	color: #0099CC;
	margin-top: 10px;
	}
	h2 small {
		font-size: 18px;
		font-weight: normal;
		line-height: 36px;
		color: #333;
		display: block;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
}

a {
	color: #0099CC;
	text-decoration:none;
}
a:hover {
	color: #003366;
	text-decoration:underline;
}

#work img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	float: left;
	margin: 0 10px 20px 0;
	vertical-align: bottom;
	border-radius: 4px;
	}
	#work a:hover img {
		border-color: #0099CC;
		border-width: 1px;
		margin-right: 11px;
	}

/*--------------------
	STRUCTURE
--------------------*/

body {
	background: #fafaf7 url("../images/background/rotator.php") no-repeat top center;
}

#pagewrap {
	width: 800px;
	height: 600px;
	margin: 100px auto 0 auto;
}

#left {
	width: 400px;
	height: 480px;
	float: left;
	position:relative;
	}
	#left ul#navigation {
		width: 254px;
		height: 220px;
		margin: 230px 63px 50px 63px;
		text-align: right;
		padding: 0 20px;
	}
#righta {
	width: 400px;
	height: 600px;
	float: right;
	position: relative;
	}
#right {
	width: 400px;
	height: 600px;
	position: relative;
	overflow: hidden;
	}
	#right #container {
		margin: 20px;
		width: 340px;
		height: 480px;
		overflow: hidden;
	}
	#right ul#content {
		
		width: 340px;
		height: 540px;
		position: relative;
		}
		#right ul#content li#about, #right ul#content li#work, #right ul#content li#social, #right ul#content li#contact {
			width: 320px;
			min-height: 520px;
			padding: 20px;
		}


/*--------------------
	NAVIGATION
--------------------*/

ul#navigation li a {
	font: bold 28px sans-serif;
	color: #fff;
	line-height: 54px;
	text-decoration: none;
	text-shadow: 0 2px 0 #000;
	}

.about {
	background: url("../images/icon-about.png") no-repeat right 8px;
	padding-right: 40px;
}

.work {
	background: url("../images/icon-work.png") no-repeat right 8px;
	padding-right: 40px;
}

.social {
	background: url("../images/icon-social.png") no-repeat right 8px;
	padding-right: 40px;
}

.contact {
	background: url("../images/icon-contact.png") no-repeat right 8px;
	padding-right: 40px;
}

/*--------------------
	CONTENT - ABOUT ME
--------------------*/

li#about {
	background: url("../images/iconbg-about.png") no-repeat 154px 325px;
}

#about p ul {
	font-size: 14px;
	list-style: url("../images/bullet.png");
	list-style-position: inside;
	}
	#about p ul li {
		margin: 5px 0;
		text-indent: 8px;
	}

/*--------------------
	CONTENT - WORK
--------------------*/

li#work {
	background: url("../images/iconbg-work.png") no-repeat 154px 325px;
}

/*--------------------
	CONTENT - SOCIAL
--------------------*/

li#social {
	background: url("../images/iconbg-social.png") no-repeat 154px 325px;
}

#tweet {
	font: italic 14px Georgia, serif;
	padding: 8px 8px;
	margin-bottom: 0;
	}
	#tweet p.tweet-text {
		width: 300px;
		min-height: 60px; 
		margin-bottom: 5px;
		margin-top: 15px;
		text-align: center;
	}
	#tweet p.tweet-meta {
		font: 12px "Calibri", "Myriad Pro", sans-serif;
		color: #555;
		display: block;
		text-align: right;
	}

#social li a {
	font-size: 28px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	display: block;
	float: left;
	width: 240px;
	height: 48px;
	padding-left: 58px;
	padding-top: 16px;
	margin-left: 20px;
	margin-bottom: 15px;
	}
	#social ul li a:hover {
		color: #0099CC;
	}

#social ul {
	font-size: 14px;
	list-style: url("../images/bullet.png");
	list-style-position: inside;
	}
	#social ul li {
		margin: 5px 0;
		text-indent: 8px;
	}
	
.facebook a {
	background: url("../images/facebook.png") no-repeat center left;
}

.linkedin a {
	background: url("../images/linkedin.png") no-repeat center left;
}

.flickr a {
	background: url("../images/flickr.png") no-repeat center left;
}

.lastfm a {
	background: url("../images/lastfm.png") no-repeat center left;
}

.delicious a {
	background: url("../images/delicious.png") no-repeat center left;
}

/*--------------------
	CONTENT - CONTACT
--------------------*/

li#contact {
	background: url("../images/iconbg-contact.png") no-repeat 154px 325px;
}

#contact ul li.msgname {
	float: left;
	margin-right: 10px;
}

#contact h3 {
	margin-top: 32px;
}

label {
	display: block;
}

input {
	margin-bottom: 10px;
	width: 142px;
	}
	input.send {
		display: block;
		width: 80px;
		float: left;
		margin: 10px 0 40px 0;
	}

textarea {
	overflow: auto;
	width: 300px;
}

#contactinfo {
	padding-left: 48px;
	background: url("../images/icon-contactinfo.png") no-repeat 10px 73px;
	}
	#contactinfo p {
		margin: 10px 0;
	}
	#contactinfo .phone, #contactinfo .email {
		font-size: 18px;
	}
	
	
#box-wrap {
	text-align: left;
	margin: 50px auto;
	width: 310px;
}
.border {
	padding: 5px;
	background:transparent url(../images/bg.png) repeat scroll 0 0;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #414141;
	border-bottom: solid 1px #414141;
}
.spacer {
	clear: both;
}
.small {
	font-style: italic;
	font-size: 12px;
	padding: 4px 0px 14px 0px;
}	
.featuredbox-wrapper{
	display: none;
	padding:5px;
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
}
.featuredbox-wrapper,
.featuredbox{
	width: 300px;
    height: 130px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
	bottom: 5px;
	left: 0px;
	font-size: 12px;
	color: #FFF;
	background-image:url(../images/description_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	height: 20px;
	padding-left:10px;
	padding-right:10px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
}
.featuredbox-wrapper .navigation{
	bottom:2px;
	right:0px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 20px;
	width: 80px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(../images/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{
	cursor:pointer;
}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(../images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 130px;
    width: 300px;
    z-index: -1;
	background: #FFF;
	color: #000;	
}
#webasis {
	width:100px;
	height:33px;
	display:block;
	position:absolute;
	bottom:10px;
	right:0px;
}
#webasis a{
	width:100px;
	height:33px;
	background-image:url(../images/Webasis.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}
#webasis a:hover{
	background-image:url(../images/Webasis.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
	display:block;
}
#greek {
	width:99px;
	height:29px;
	display:block;
	position:absolute;
	top:40px;
	right:-78px;
}
#greek a{
	width:99px;
	height:29px;
	background-image:url(../images/greek.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}
#greek a:hover{
	background-image:url(../images/greek.png);
	background-position:0 -29px;
	background-repeat:no-repeat;
	display:block;
}
#english{
	width:99px;
	height:29px;
	display:block;
	position:absolute;
	top:70px;
	right:-78px;
}
#english a{
	width:99px;
	height:29px;
	background-image:url(../images/english.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}
#english a:hover{
	background-image:url(../images/english.png);
	background-position:0 -29px;
	background-repeat:no-repeat;
	display:block;
}
#italiano {
	width:99px;
	height:29px;
	display:block;
	position:absolute;
	top:100px;
	right:-78px;
}
#italiano a{
	width:99px;
	height:29px;
	background-image:url(../images/italiano.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
}
#italiano a:hover{
	background-image:url(../images/italiano.png);
	background-position:0 -29px;
	background-repeat:no-repeat;
	display:block;
}
.offers {
	width:110px;
	height:40px;
	position:absolute;
	top:-38px;
	right:-140px;
}
.offers a {
	width:110px;
	height:40px;
	display:block;
	background-image:url(../images/offers.png);
	background-repeat:no-repeat;
}
.offers a:hover {
	background-position:0 -40px;

}

.booking {
	width:110px;
	height:40px;
	position:absolute;
	top:-44px;
	right:-255px;
}
.booking a {
	width:110px;
	height:40px;
	display:block;
	background-image:url(../images/booking.png);
	background-repeat:no-repeat;
}
.booking a:hover {
	background-position:0 -40px;

}

.vtour {
	width:110px;
	height:40px;
	position:absolute;
	top:-50px;
	right:-370px;
}
.vtour a {
	width:110px;
	height:40px;
	display:block;
	background-image:url(../images/360.png);
	background-repeat:no-repeat;
}
.vtour a:hover {
	background-position:0 -40px;

}
