/* A simple Browser Reset */

*{ margin: 0; padding: 0; }

/* General Layout */
body {
	background: #ebebeb none repeat scroll 0%;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	text-align: center;
}

#Content { margin: 15px; text-align: justify; }

/* ------------ responses for main page --------------- */
#Content #Responses { margin-top: 30px; padding: 0; }

#Content #Responses ul { list-style: none; margin: 0; padding: 0; }

/*#Content a { text-decoration: underline; }
#Content a:hover { color: #E85623; }*/

#Content ol { margin-left: 15px; }

#Content ul { margin-left: 15px; }

#ExhibitionContent { padding-top: 10px; clear: left; }

#ExhibitionLogo { float: left; width: 140px; }

#ExhibitionTitle { float: left; margin-left: 20px; text-align: left; }

#Footer {
	clear: both;
	color: black;
	float: left;
	width: 100%;
	height: 33px;
	text-align: center;
	background: #f27713 url(../media/footer.jpg) no-repeat scroll left top;
	line-height: 33px;
	font-weight: bold;
	font-size: 0.9em;
}

#Footer div.WidgetHolder {
	float: left;
	width: 30%;
	color: #eae7e7;
	margin-bottom: 10px;
	margin-right: 10px;
}

#Footer div.WidgetHolder h3{
	font-size: 1.5em;
	color: #fbf6f6;
	padding: 3px 0pt;
	margin-bottom: 8px;
}

/* ---------- gallery styles start here ----------------------- */
#Gallery { list-style: none; margin: 0; padding: 0; }

#Gallery a { text-decoration: none; }

#Gallery em {
	background: #fff url(../media/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}

#Gallery img { background: #fff; border: solid 1px #888; padding: 5px; }

#Gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}

#Gallery li:hover em {
	background: #ffdb01 url(../media/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}

#Gallery li:hover img { border-color: #000; }

/* Header Styles */
#Header { position: relative; }

#Layout { font-size: 100%; }

#Layout td { vertical-align: top; }

#Languages {
	position: absolute;
	margin-top: 3px;
	margin-left: 890px;
	/*text-decoration: underline; */
	font-size: 1em;
	font-weight: bold;
	color: black;
}

#Logo {
	position: relative; /* kadangi meniu viduj */
	height: 273px;
	background: url(../media/header.jpg) no-repeat scroll left top;
}

#Main { float: left; width: 100%; }

/* Sidebar styles */
#Main #Sidebar { margin: 30px; }

/* Layout table */
#Main .Content{ background: #fbfafa; width: 675px; }

#Main .even{ background: #e2e2e2; }

#Main .odd{ background: #efefef; }

#Main .Sidebar{ background: #e4e4e4; width: 285px; }

#Main .Sidebar li{
	text-align: right;
	list-style: none;
	font-weight: bold;
	line-height: 1.4em;
	background: url(../media/menu_sp.png) no-repeat bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Main .Sidebar a {
	color:black;
	text-decoration: none;
}
#Main .Sidebar li a.current { color: #dc580f; }
#Main .Sidebar li a:hover { color: #a3a2a2; text-decoration: none; }

#Main .Sidebar ul{ list-style-position: outside; margin-bottom: 20px; }

#Main .Sidebar ul.sub{ margin: 0px 5px 0px 0px;}

#Main .Sidebar ul.sub li{ 
background: transparent url(../media/bullet_orange.png) no-repeat right;
padding-right:20px;
font-size: 0.9em;
line-height: 20px;
}

#Main .Sidebar ul.sub li a { color: #A89166; }
#Main .Sidebar ul.sub li a.current { color: #dc580f; }
#Main .Sidebar ul.sub li a:hover { color: #927B51; text-decoration: none; }

#Validators { text-align: center; }
#Validators img {
	border: none; 
}

#GeoCounter { text-align: center; }
#GeoCounter img {
	border: none; 
}


#Nav {
	position: absolute;
	/* bottom: 0px; 
   right: 0px;*/
	left: 285px;
	top: 243px;
	width: 675px;
	border: none;
	height: 30px;
	margin: 0;
	padding: 0;
	background: black;
}

#Nav li {
	background: black;
	float: left;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 30px;
	display: inline;
	list-style: none;
	text-decoration: none;
}

#Nav li a {
	float: left;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: white;
	border: none;
}

#Nav li a.current { background: #E85623; text-decoration: none; }

#Nav li a.link:hover{ background: #F78417; text-decoration: none; }

/* Navigation Bar Styles */
#Nav ul { padding: 0; margin: 0; }

.Page {
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
}

.Page a { color: black; }
.Page a:hover { color:#E85623; text-decoration: underline; }
.Page em { font-style: italic; }

.Page h1, h2, h3, h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.Page hr {
	margin-bottom: 20px;
	border: none;
	width: 99%;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
	clear: both;
}

/*#Page img{ border: none; }*/
.Page img.left{ float: left; margin: 0.1em 1em; }

.Page img.right{ float: right; margin: 1em; }

.Page ol { list-style: decimal inside; padding-left: 2em; }

.Page p { margin-bottom: 10px; }

.Page strong { font-weight: bold; }

#Responses .respondent { margin-top: 15px; text-align: right; }

#Responses .response { font-style: italic; }

#Responses li { padding: 10px; margin: 0; }

#SiteTitle {
	position: absolute;
	margin-top: 70px;
	margin-left: 370px;
	color: white;
	font-size: 40px;
}

