/* GLOBAL (alphabetical) */

*{
border: 0;
margin: 0;
padding: 0;
}


acronym {
	border-width: 0em 0em .10em 0em;
	border-style: dotted;
	border-color: RGB(51, 51, 51);
	}

a {
	color: RGB(255, 255, 255);	
	}

a:visited {
	color: RGB(240, 240, 240);
	}

a:hover {
	color: RGB(255, 255, 225);
	}

blockquote {
	padding: 0em 4px;
	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{
	font-size: 1.66em;
	text-indent: -0.66em;
	color: RGB(251,251,251);
	font-family: 'Century Gothic', "Courier New", Courier, mono;
}

body#livadas {
	font-size: 10px;	
	background-image: none;
	background-color: RGB(0, 0, 0);
	background-image: url(http://www.livadas.com/images/alt/marble/marble_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	color: RGB(255, 255, 255);
	font-family: Tahoma, Verdana, sans-serif;
	}

dd {
	display: block;
	margin: .5em .5em .5em 0em;
	color: RGB(51, 51, 51);
	}

dt {
	display: block;
	margin: .5em 0em;
	}

h3 {
	
	text-transform: uppercase;	
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

hr {
	display: none;
	}

.form input,
.form textarea {
	width: 30.8em; _width: 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;
	/*IE fieldset display hack - also effects fieldset  */
	_margin-top: 1em;
	font-weight: bold;
	padding: 0.2em 0.5em;
	background-color: transparent;
	}

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;
	_padding:0;
	}
	
.form .checkbox {
	width: 1.33em;
	height: 1.33em;
	display: block;
	}

.caption {
	font-size: 80%;
	text-align: center;
	}

.error {
	color: RGB(151,0,0);
	}

.form {
	display:inline;
	float:left;	
	max-width:none;	
	width: 32em;
	margin-left:100px;	
	padding: .5em;
	border: .10em dashed RGB(191, 189, 176);
	background-color: RGB(51,51,51);
}

.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 {
	width: 540px;
	display: block;
	}

.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 {
	padding: 0.55em;
	float: right;
	}

.photo img {
	border: 1px solid RGB(251,251,251);
	}

.title {
	font-style: italic;
	}

ul.bullets {
	display: block;
	padding: 0.33em;
	margin: 1em 2em;
	color: RGB(251, 251, 251);
	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: 0.1em 1.75em;
/*	text-decoration: none;*/
	}

ul.todolist li a:hover {
	padding: 0.1em 1.75em;
	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(181,181,181);
	background: url(http://www.livadas.com/images/icons/todo_done.png) top left no-repeat;
	text-decoration: line-through;
	}


/* LAYOUT */

div#wrapper {
	position: absolute;
	background-color:transparent;
	margin-left: 50%;
	left: -378px;
	width: 757px;
	}

div#container {
	border: 0em;
	background-color: RGB(0 ,0, 0);
	height: auto;
	}

/* HEADER NAVIGATION */
h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active {
	width: 230px;
	height: 65px;
    	display: block;
	font-size: 1px;
	background:url(http://livadas.com/images/alt/marble/Livadas.gif) bottom left no-repeat;
	}

h1#logo {
	line-height:1px;
    width: 230px;
	height: 65px;
    display: block;
	cursor: default;
	text-decoration: none;
	}

#masthead {
	display: none;
	}

/* HEADER NAVIGATION */

div#navcontainer1 {
	overflow:auto;
	width:657px;
	padding-left:100px;
	height: 2.5em;
	border: 0;	
	background: RGB(0, 0, 0) url(http://www.livadas.com/images/alt/marble/nav1_bg.gif) no-repeat;
	text-transform: uppercase;
	}

ul#headnav li{
	float: left;
	}
	
ul#headnav li a {
	color: RGB(255,255,255);
	line-height: 2.5em;
	padding: 0.33em 0.50em; 
	}

ul#headnav li a:hover, ul#headnav li a:focus  {
	color: RGB(0, 0, 0);
	text-decoration: none;
	background-color: RGB(251, 251, 251);
	}

ul#headnav li a.selected1 {
	color: RGB(0,0,0);
	background-color: RGB(247, 245, 253);
	text-decoration: none;
	cursor: default;
}

/* SUB-HEADER NAVIGATION */

div#navcontainer2 {
	overflow:auto;
	width:657px;
	clear: both;
	padding-left:100px;	
	height: 2.5em;
	border: 0;	
	background: RGB(0, 0, 0) url(http://www.livadas.com/images/alt/marble/nav2_bg.gif) repeat-y;
	text-transform: uppercase;
	}

#subnav li{
	float: left;
	}

#subnav a {
	color: RGB(255,255,255);
	line-height: 2.33em;
	padding: 0.60em; 
	}

#subnav a:hover {
	color: RGB(0, 0, 0);
	text-decoration: none;
	background-color: RGB(251, 251, 251);
	}

ul#subnav li a.selected2 {
	background-color: RGB(212, 212, 212);
	color: RGB(0, 0, 0);
	text-decoration: none;
	cursor: default ;
}

div#feed {
	padding: .5em;
	margin: 3px 64px 0px 0px;
	float:right;
}

/* THIRD TIER NAVIGATION */

div#navcontainer3 {
	overflow:auto;
	width:657px;
	height: 2.33em;
	border: 0;	
	padding-left:100px;
	background: RGB(0, 0, 0) url(http://www.livadas.com/images/alt/marble/nav3_bg.gif) repeat-y;
	text-transform: uppercase;
	}

ul#thirdnav li{
	float: left;
	}

ul#thirdnav li a {
	color: RGB(251,251,251);
	line-height: 2em;
	padding: 0.60em; 
	}

ul#thirdnav li a:hover, ul.thirdnav li a:focus {
	color: RGB(255, 255, 255);
	background-color: RGB(124, 123, 126);
	text-decoration: none;
	}

ul#thirdnav li a.selected3 {
	background-color: RGB(124, 123, 126);
	color: RGB(0,0,0);
	text-decoration: none;
	cursor:default ;
}

/* MAIN BODY */
div#main {
	clear:both;
	max-width:none;
	width: 757px;
	background:transparent url(http://www.livadas.com/images/alt/marble/main_bg.gif) repeat-y;
	}

div#copy1 {
	display:inline;
	float:left;	
	margin-left:100px;	
	background-color: transparent;
	max-width:none;	
	width: 240px;
	clear: none;
	}

div#copy1.videotour {
	margin-top: 0;
	overflow: hidden;
	height: 320px;
	}

div#flashcontent {
	position: absolute;
	display: inline;
	left: 360px;
	width: 386;
	height: 320px;
	z-index: 1;
	visibility: visible;
	}

div#take {
	display: inline;
	font-weight: bold;
	color: RGB(197,197,197);
	float:left;
	clear: none;	
	background:none;
	max-width:none;	
	margin-left: 20px;
	width: 290px;
	}

div#take H3 {
	text-transform: none;
	}

div#testimonial1 {
	display: inline;
	color: RGB(197,197,197);
	float:left;
	background:none;
	max-width:none;	
	margin-left: 10px;
	width: 200px;
}

div#nikcontact {
	height: 169px;
	background-image: url(http://www.livadas.com/images/alt/default/contact1.jpg);
	background-repeat: no-repeat;
	}

#moretype {
	padding: .5em;
	font-weight: normal;
	line-height: 1em;
	background-color: RGB(251, 251, 251);
	border: 0em;
	text-align: center;
	font-style:normal;
	font-family: "Courier New", Courier, mono;
	}	

div#gallery {
	width: 164px;
	height: 169px;
	background: RGB(58, 60, 52) url(http://www.livadas.com/images/alt/default/nik.jpg) no-repeat;
	}

div#gallerybg {
	display:none;
	overflow: hidden;
	height: 169px;
	background-image: url(http://www.livadas.com/images/alt/default/nik_bg.jpg);
	background-repeat: repeat;
	}


/* 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;
	height: 19px;
	top: 10px;
	right: -4px;
	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;
	}


/* GMAP */

div#maperror {
	padding: .60em;
	}

div#map{
	border: 0em;
	width: 100%;
	height: 400px;
	}

/* FOOTER */

div#footer {
	padding: 34px 0px 0px 100px;
	overflow: hidden;	
	background: RGB(0, 0, 0) url(http://www.livadas.com/images/alt/marble/foot_bg.gif) no-repeat;	
	border: 0em;
	}

div#languages{
	background-color: RGB(132, 125, 114);
	padding: .33em;
	}

ul#translations li {
	margin: .33em;
	display: inline;
	}

ul#translations li img {
	border: 1px solid RGB(58, 60, 52);	
	}

div#copyright {
	color: RGB(170, 170, 170);
	display: inline;
	}

ul#footnav {
	display: inline;
	}

ul#footnav li {
	display: inline;
	color: RGB(70, 70, 70);
	margin-right: .33em;
	}

ul#footnav li a {
	color: RGB(251, 251, 251);
	line-height: 2.33em;
}