@charset "utf-8";
/* CSS Document */
/* main elements */ 

body {
	background: #660731 url("/img/generic/red/background.jpg") no-repeat top center;
}
.mainbanner a {
	display: block;
	width: 294px;
	height: 100px;
	background: url("/img/generic/header-generic.png") top left no-repeat;
	float: left;
}
.mainbanner div {
	float: right;
	text-align: right;
	width: 504px;
	padding-top: 25px;
	color: #FFF;
	font-size: 2em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300; 
	text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}
section, nav, header, footer {
	display: block;
}
section {
	font-size:1.1em;
}
.padding {
	padding: 25px;
}
.content {
	background: #FFF url("/img/generic/red/section.jpg") no-repeat top center;
}
.inline_img {
	margin: 5px 5px 10px 10px;
	float: right;
}

blockquote {

padding-left: 10px;
margin-left: 10px;
color: #888;
font-style: italic;
border-left: 2px solid #888;
}

header {
	margin-top: 17px;
}
footer {
	background: #333;
	color: #666;
	text-shadow: #000 0px 1px 1px;
}
nav {
	margin-top: 25px;
}
nav dt {
	font-weight:bold;
	font-size: 1.4em;
}
nav dd {
	width: 180px;
	font-size: 0.8em;
	color: #888;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
nav a {
	text-decoration: none;
}
nav a:hover {
	color: #903;
}
/* links */

footer a {
	color: #666;
}
a {
	color: #660731;
}
/* banerīši */

.small-banners {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.small-banners li {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 80px;
	height: 50px;
	overflow: hidden;
}
.small-banners img {
	width: 230px;
	margin-left: -140px
}
.active-banners {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
.active-banners li {
	margin-bottom: 10px;
	margin-left: 0px;
}
/* tabulas agendai */ 

table {
	width:580px;
	border-collapse:collapse;
}
.tableb td {
	border-collapse:collapse;
	padding:2px 5px;
	border:1px solid #f1f1f1;
	background: #DFDFDF;
	font-size: 1em;
}
.tableb th {
	background:#888;
	padding:2px 5px;
	color:#fff;
	border: 1px solid #f1f1f1;
}
.presenters {
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	padding: 10px;
}

/* exhibitors */

.exhibitor_box {
margin: 10px; float: left; font-size: 0.8em;
}
