@import url("menu.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#43496E;
	color: white;
}

a:link, a:visited {
	color: #7de3ef;
}

div.main {
	width: 700px;
	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: red;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	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: #113b65;
	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;
}

img.news_image_wrap, img.news_image_nowrap {
	border-color: #113b65;
	border-width: 4px;
	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;
}

div.product_thumbs {
	margin-top: 10px;
}

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

/* NAVIGATION BUTTONS */

div.toolbar {
	height: 35px;
	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:0px;
}

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}

div.hasbut a:hover img{visibility:hidden;}

#tbar_company {
	margin-left:34px;
	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_product {
	background-image: url(../images/product-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 */
