/* GLOBAL (alphabetical) */
acronym {
	border-width: 0em 0em .10em 0em;
	border-style: dotted;
	border-color: RGB(51, 51, 51);
	}

a {
	background-color: transparent;
	color: RGB(0, 0, 175);	
	}

a:visited {
	background-color: transparent;
	color: RGB(00,00,125);
	}

a:hover {
	background-color: transparent;
	color: RGB(0, 0, 225);
	}

blockquote {
	background-color: transparent;
	padding: 0em 1em;
	font-style: italic;
}

blockquote p {
	text-indent: -0.33em;
}

blockquote.pullquote {
	margin: -170px 0em 0em 145px;
	display: inline;
	float: left;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

blockquote.pullquote p{
	color: RGB(0, 0, 0);
	font-size: 2em;
	text-indent: -0.66em;
	font-family: 'Fixedsys', "Courier New", Courier, monospace;		

}

body#livadas {
	font-size: .66em;	
	background-image: url(http://www.livadas.com/images/alt/mint/body_bg.jpg);
	background-position: top left;
	background-color: RGB(212, 252, 216);
	background-repeat: repeat-x;
	color: RGB(59, 91, 62);
	font-family: Verdana, sans-serif;
	}

dd {
	display: block;
	margin: .5em .5em .5em 0em;
	color: RGB(51, 51, 51);
	}

dt {
	display: block;
	margin: .5em 0em;
	}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

hr {
	display: none;
	}

.form input,
.form textarea {
	width: 30.8em;
	/*IE hack */
	w\idth: 30.4em;
	background-color: RGB(251, 251, 251);	
	color: RGB(51, 51, 51);
	padding: .3em;
	border: .05em solid RGB(51,51,51);
	}

legend {
	font-size: 1em;
	top: 0; 
	left: 0;
	font-weight: bold;
	padding: 0.2em 0.5em;
	background-color: transparent;
	margin: 1em 0em 0em 0em;
	}

p {
	margin: 0.55em 0em;
	}

select, option, input {
	font-size: 1em;
	font-family: Verdana, sans-serif;
	}
	
form textarea {
	overflow: auto;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	}

ul {
	list-style-type: none;
	}

/* CLASSES */

.form .btn {
	width: auto;
	margin: 1.33em 0em 0em 0em;	
	padding: 0.1em 0.7em;
	}
	
.form .checkbox {
	width: 1.33em;
	height: 1.33em;
	display: block;
	}

.caption {
	position: relative;
	display: block;
	top: -9px;
	right: 0px;
	background-color: RGB(209, 242, 2);
	padding: .1em;
	border-width: 0px 8px 8px 8px;
	border-style: solid;
	border-color: RGB(188, 223, 23);
	font-size: .90em;
	line-height: 1.66em;
	text-align: right;
	}

.error {
	color: RGB(151,0,0);
	}

.form {
	margin: 0px;
	border-width: 1px;
	border-style: dashed;
	border-color: RGB(255, 55, 173);
	background-color: transparent;
	float: left;
	display: inline;
	width: 386px;
	height: 246px;
	overflow: auto; 
	top: 0px;
	z-index: 100;
	}

.hidden {
	display: none;
	}

.horiznav li {
	display: inline;
	}

.important {
	font-weight: bold;
	}

.large {
	font-size: 1.41em
	}


div.loading {
	display: inline;
	margin-left: 0em;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	padding: 5px 6px 6px 6px;
	background: url(http://www.livadas.com/images/icons/loading.gif) top no-repeat;
	}
	
.medium {
	font-size: 1em
	}

.mega {
	font-size: 1.82em
	}

.newsitem {
	position: absolute;
	display: block;
	z-index: 100;
	width: 600px;
	height: 200px;
	overflow: auto; 
	top: 0px;
	}

.newsrule {
	display: block;
	height: .10em;
	color: RGB(251,251,251);
	margin: 1em .10em;
}

.numlist {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	list-style-type: decimal;
	}

.photo {
	display: none;
	}

.photo img {
	border: 0;
	}

.title {
	font-style: normal;
	}

ul.bullets {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	color: RGB(132, 125, 114);
	list-style-type: square;
	}

ul.todolist {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	color: RGB(132, 125, 114);
	list-style-type: none;
	}
	
ul.todolist li{
	margin: 1em 0em;
	}	
	
ul.todolist li a:link {
	background: url(http://www.livadas.com/images/icons/todo.png) top left no-repeat ;
	padding: 2px 0px 4px 20px;
/*	text-decoration: none;*/
	}

ul.todolist li a:hover {
	padding: 2px 0px 4px 20px;
	background: url(http://www.livadas.com/images/icons/todo_hover.png) top left no-repeat;
/*	text-decoration: underline;*/
	}

ul.todolist li a:visited {
	padding: 0.1em 1.75em;
	color: RGB(55,55,55);
	background: url(http://www.livadas.com/images/icons/todo_done.png) top left no-repeat;
	text-decoration: line-through;
	}

/* LAYOUT */

div#wrapper {
	width: 1024px;
	background-color: transparent;
	background-image: none;
	margin: 0;
	left: 0px;
	}

div#container {

	display: block;
	top: 0px;
	left: 0px;
	background-image: none;
	border: 0em solid RGB(55,55,55);
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 1024px;
	}

/* HEADER NAVIGATION */
h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active {

	left: 75px;
	margin: 0;
	width: 216px;
	height: 82px;
    display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/alt/mint/Livadas.gif) bottom left no-repeat;
	}

h1#logo {
	line-height:1px;
    width: 216px;
	height: 82px;
    display: block;
	cursor: default;
	text-decoration: none;
	}

#masthead {
	display: none;
	}


/* HEADER NAVIGATION */

div#navcontainer1 {

	float: none;
	display: block;
	margin: 13px 0px 0px 47px;
	padding: .5em 0em;
	background-image: none;
	background-color: transparent;
	border-width: 0;
	height: 40px;
	width: 902px;
	}

ul#headnav li{
	float: left;
	}
	
ul#headnav li a {
	font-size: 3em;
	font-family: 'Tahoma', arial, sans-serif;
	text-transform: lowercase;
	color: RGB(86,89,77);
	height: 30px;
	line-height: 1.5em;
	padding: .15em;
	text-decoration: none;
	background-image: none;
	}

ul#headnav li a:hover, ul#headnav li a:focus  {
	color: RGB(0,0,0);
	text-decoration: none;
	background-color: transparent;
	}

ul#headnav li a.selected1 {
	color: RGB(244,55,168);
	background-color: transparent;
	text-decoration: none;
	cursor: default;
}

/* SUB-HEADER NAVIGATION */

div#navcontainer2 {
	position: relative;
	top: 30px;
	left: 110px;
	width: 150px;
	height: 100px;
	display: block;
	padding: 0;
	background-image: none;
	background-color: transparent;
	border-width: 0;
	}

#subnav {
	display: block;
	list-style-type: square;
	}

#subnav li{
	display: block;
	list-style-type: square;
	float: none;
	}

#subnav a {
	text-decoration: none;	
	line-height: 1em;
	font-weight: bold;
	color: RGB(100,140,91);
	padding: 6px;
	background-image: none;
	background-color: transparent;	
	}

#subnav a:hover {
	text-decoration: none;
	color: RGB(0,0,0);
	background-image: none;
	background-color: transparent;
	}

ul#subnav li a.selected2 {
	background-image: none;
	background-color: transparent;
	color: RGB(244,55,168);
	text-decoration: none;
	cursor: default ;
}

div#feed {
	display:inline;
	clear: both;
	padding: 0px 930px 0px 0px;
	float:right;
	}

/* THIRD TIER NAVIGATION */

div#navcontainer3 {
	position: relative;
	top: 50px;
	left: 110px;
	display: block;
	width: 150px;
	height: 100px;
	padding: 0;
	background-image: none;
	background-color: transparent;
	border-width: 0;
	}

ul#thirdnav {
	display: block;
	list-style-type: square;
	}
 
ul#thirdnav li{
	float: none;
	display: block;
	list-style-type: square;
	}

ul#thirdnav li a {
	background-color: transparent;
	background-image: none;
	text-decoration: none;	
	line-height: 1em;
	font-weight: bold;
	color: RGB(100,140,91);
	padding: 6px;
	}

ul#thirdnav li a:hover, ul.thirdnav li a:focus {
	text-decoration: none;
	color: RGB(0,0,0);
	background-image: none;
	background-color: transparent;
	}

ul#thirdnav li a.selected3 {
	background-color: transparent;
	background-image: none;
	color: RGB(244,55,168);
	text-decoration: none;
	cursor:default ;
}
	
/* MAIN BODY */

div#main {
	position: absolute;
	top: 167px;
	left: 300px;
	margin: 0;
	padding: 0;
	font-size: .95em;
	background-color: transparent;
	background-image: none;
/*	height: 300px;*/
	max-width: none;
	width: 720px;
	z-index: 700px;
	}

div#main  h3{
	font-size: 1.33em;
	}

div#copy1 {
	float: left;
	clear: none;
	margin-top: 28px;
	padding: 0;
	border-width: 0;
	background-color: transparent;
	padding: 0;
	width: 255px;
	height: 245px;
	overflow: auto;
	}

div#copy1.videotour {
	margin-top: 0;
	overflow: hidden;
	width: 386px;
	height: 320px;
	}

div#flashcontent {
	position: absolute;
	display: inline;
	left: 0px;
	width: 386px;
	height: 320px;
	border-width: 1px;
	border-style: dashed;
	border-color: RGB(255, 55, 173);
	z-index: 1;
	visibility: visible;
	}

div#take {
	float: left;
	display: inline;
	clear: none;
	margin-top: 0px;
	margin-left: 60px;
	padding: 0;
	border-width: 0;
	background-image: none;
	background-color: transparent;
	padding: 0;
	height: 200px;
	overflow: auto;
	width: 275px;
	}

div.monial {
	position: absolute;
	border: 0px;
	display: inline;
	z-index: 100;
	width: 203px;
	height: 320px;
	overflow: auto; 
	top: 0px;
	}

div#nikcontact {
	width: 100%;
	height: 169px;
	background-image: url(http://www.livadas.com/images/alt/default/contact1.jpg);
	background-color: RGB(123,113,103);
	background-repeat: no-repeat;
	}

#moretype {
	padding: .5em;
	font-weight: normal;
	font-size: 12px;
	line-height: 1em;
	color: RGB(55,55,55);
	background-color: RGB(251, 251, 251);
	border: .1em solid RGB(226, 219, 213);
	text-align: center;
	font-style:normal;
	font-family: "Courier New", Courier, monospace;
	}	

div#gallery {
	width: 164px;
	margin: 0;
	height: 169px;
	background-color: RGB(214, 242, 255);
	background: RGB(244, 250, 222) url(http://www.livadas.com/images/alt/default/nik.jpg) no-repeat;
	display: none;
	}

div#gallerybg {
	margin: 0px 0px 0px 0px;
	border-color: RGB(214, 242, 255);
	border-width: 0px 13px 13px 13px;
	background-color: RGB(214, 242, 255);
	overflow: hidden;
	border-style: solid;
	height: 169px;
	background-image: none;
	display: none;
	}

/* GMAP */

div#maperror {
	padding: .60em;
	}

div#map{
	border-width: 1px;
	border-style: dashed;
	border-color: RGB(255, 55, 173);
	margin: -1px 0px 0px 40px;
	overflow: hidden;
	width: 400px;
	height: 400px;
	}

/* SITEMAP */

ul#maplist li {
	margin: .66em 0em .66em 0em;
	}

li.headitem span {
	font-weight: bold;
	font-size: 1.25em;
	}

li.headitem ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	right: 0;
	top: 0;
}

li.subitem span {
	font-weight: bold;
	font-size: 1em;
	position: relative;
	}

ul.sublist {
	display: block;
	margin: .66em 0em .66em .33em;
	}

ul.thirdsub li {
	display:inline;
	}

/* UI CONTROLS */

div#uicontrols {
	position: absolute;
	display:inline;
	height: 19px;
	width: 230px;
	top: 25px;
	left: 675px;
	font-size: 11px;
	}

div.ui {
	float: right;
	margin: 0px 2px;
	display: inline;
	}

div.ui dt {
	float: left;
	}

div.ui span {
	display: none;
	}

div.ui dd {
	float: left;
	}

div#theme {
	float: right;
	clear: both;
	}

div#uicontrols select {
	margin: 0px 2px 0px 0px;
	border: 1px solid RGB(51,51,51);
	}

dt#master a:link, dt#master a:visited, dt#master a:hover, dt#master a:active {
	width: 17px;
	height: 17px;
   	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/master.png) bottom left no-repeat;
	}

dt#master {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}
	
dt#micro a:link, dt#micro a:visited, dt#micro a:hover, dt#micro a:active {
	width: 17px;
	height: 17px;
    	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/micro.png) bottom left no-repeat;
	}

dt#micro {
	line-height:1px;
   	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}
	
dt#mega a:link, dt#mega a:visited, dt#mega a:hover, dt#mega a:active {
	width: 17px;
	height: 17px;
    	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/mega.png) bottom left no-repeat;
	}

dt#mega {
	line-height:1px;
    	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

dt#fixed a:link, dt#fixed a:visited, dt#fixed a:hover, dt#fixed a:active {
	width: 17px;
	height: 17px;
	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/fixed.png) bottom left no-repeat;
	}

dt#fixed {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

dt#fluid a:link, dt#fluid a:visited, dt#fluid a:hover, dt#fluid a:active {
	width: 17px;
	height: 17px;
	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/icons/fluid.png) bottom left no-repeat;
	}

dt#fluid {
	line-height:1px;
	width: 17px;
	height: 17px;
	display: block;
	cursor: default;
	text-decoration: none;
	}

.menutitle {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

/* FOOTER */

div#footer {
	position: absolute;
	float: none;
	left: 40px;
	top: 508px;
	padding: 0;
	overflow: hidden;	
	background: none;
	background-color: transparent;
	background-image: none;
	border-width: 0;
	width: 100%;
	text-decoration: none;	
	font-size: .9em;
	line-height: 1em;
	font-weight: bold;
	padding: 6px;
	}

div#languages{
	background-color: transparent;
	padding: .33em;
	}

ul#translations li {
	margin: .33em;
	display: inline;
	}

ul#translations li img {
	border: 1px solid RGB(58, 60, 52);	
	}

div#copyright {
	position:relative;
	color: RGB(100,140,91);
	display: inline;
	}

ul#footnav {
	position:relative;
	margin: 0;
	display: inline;
	}

ul#footnav li {
	display: inline;
	color: RGB(255, 255, 255);
	margin-right: 1px;
	}

ul#footnav li a {
	color: RGB(100,140,91);
	padding: 0px 6px;
}