@import url("menu.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url("../images/toolbar_sidebar.jpg");
	background-repeat:no-repeat;
}
div.splash {
	float:left;
	position:absolute;
	left:212px;
	top:79px;
} 
a:link, a:visited {
	color: gray;
}

div.main {
	width: 750px;
	margin: 0 0 25px 0;
	padding-right: 10px;
	text-align: justify;
}

img.logo {
	border:0;
	padding: 0;
	margin-left:50px;
	margin-top:5px;
}

div.heading_address {
	position:absolute;
	top:20px;
	left: 300px;
	width:600px;
	font-size:12pt;
}

.breadcrumbs {
	white-space: nowrap;
	font-size: 8pt;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .5em;
	display: block;
}

.breadcrumbs a {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	color:#999999; */
	text-decoration:none;
}

.breadcrumbs a:hover {
	color: white;
	background-color: #cedbc7;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: .25em;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 1em 0 .5em 0;
}

div.image_box {
	background-color: #819478;
	color: white;
	display: table;
	_position: relative;
	overflow: hidden;
	float: left;
	margin-bottom:25px;
	clear:right;
}
div.image_box2 {
	color: white;
	display: table;
	_position: relative;
	overflow: hidden;
	float: left;
	margin-bottom:25px;
}
div.description250 {
	text-align: justify;
	line-height: 1.4em;
	margin-left: 270px;
}

div.description300 {
	text-align: justify;
	line-height: 1.4em;
	margin-left: 320px;
}

div.news_text {
	float:left;
	clear:both;
}

img.news_image_wrap, img.news_image_nowrap {
	border-color: #819478;
	border-width: 0px;
	border-style: solid;
	float: left;
	margin-right:1em;
	margin-bottom:1em;
}

img.news_image_nowrap {
	float: none;
}

div.error {
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding: .5em;
}

div.heading_address {
	font-size: 11pt;
}

div.mininav {
	margin-bottom:1em;
	margin-top:0;
	text-align:right;
	clear:both;
}

div.mininav a {
	font-size:x-small;
	text-decoration:none;
}

td {
	vertical-align:top;
}

td p {
	margin-top: 0;
	margin-bottom: 0;
}

div.gallery_thumbs {
	text-align:center;
	margin-top: 10px;
}

div.gallery_thumbs img {
	margin:3px;
	border:none;
}

/* NAVIGATION BUTTONS */

div.toolbar {
	height: 38px;
	background-color: #02023c;
	background-image:url(../images/menu-back.gif);
	background-repeat:repeat-x;
	display:inline;
}

div.toolbar_button	{
	position:relative;
	background-repeat: no-repeat;
	display: inline;
	margin: 0; 
	padding: 0;
	float: left; 
	height: 35px;
	margin-top:3px;
}

div.toolbar_button a {
	display: block;
	float: left;
}


/* div.toolbar_button img {height: 30px; border: 0; } */

* html a:hover {visibility:visible}

div.toolbar_button a:hover img{visibility:hidden}

#tbar_company {
	margin-left:164px;
	background-image: url(../images/company-glow.gif);
}
#tbar_conference {
	background-image: url(../images/conference-glow.gif);
}
#tbar_packages {
	background-image: url(../images/packages-glow.gif);
}
#tbar_gallery {
	background-image: url(../images/gallery-glow.gif);
}
#tbar_links {
	background-image: url(../images/links-glow.gif);
}
#tbar_faq {
	background-image: url(../images/faq-glow.gif);
}
#tbar_contact {
	background-image: url(../images/contact-glow.gif);
}

/* END OF NAVIGATION */

div.sidebar {
	width: 212px;
	text-align:left;
	xbackground-image:url("../images/sidebar.jpg");
	background-repeat:no-repeat;
	margin:8px 0px 0px 10px;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}


div.sidebar div a {
	color: gray !important;
	text-decoration:none;
}

div.sidebar div a:hover {
	color: black !important;
	text-decoration:underline;
}

td.prodcell {
	text-align:center;
	margin: 3px; 
}

td.prodcell a {
	text-decoration:none;
}

td.prodcell a:hover {
	text-decoration:underline;
	color:black;
}
