body {
	background: #e6e6e6 url(images/pngs/bg.png) repeat-y center;
	font-family: Arial;
}

h1, h2, h3, h4, h5, h6 {
	color: #043995;
}

h2, h3, h4, h5 {
	margin-top: .2em;
	margin-bottom: .2em;
}

.container {
	width: 1010px;
	margin: auto;
}

.header {
	color: #406ebe;
	padding: 5px;
}

.header p {
	margin: 0;
	padding: 0;
}

.header h1 {
	font-size: 18px;
}

.nav {
	border-top: 1px solid #406ebe;
	background: transparent url(images/pngs/nav.png) repeat-x;
	height: 34px;
	position: relative;
	z-index: 2000;
}

.nav>ul {
	margin: 0;
	padding: 0;
	line-height: 34px;
}

.nav ul {
	padding: 0;
}

.nav li {
	list-style: none;
}

.nav>ul>li {
	float: left;
	display: relative;
	margin: 0px 8px;
}

.nav a {
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.nav div {
	display: none;
	background-color: #aac1e2;
	position: absolute;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	line-height: 20px;
}

.nav div li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px 5px;
	line-height: 20px;
}

.nav div li a:hover {
	background-color: #fff;
}

.intro {
	background: #043995 url(images/pngs/header.png) no-repeat left;
	height: 274px;
	border-bottom: 4px solid #000;
	color: #fff;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.intro .right {
	margin-right: 20px;
}

.intro ul {
	/*list-style-image: url(images/pngs/check.png);*/
	list-style: none;
}

.intro ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 36px;
	background: transparent url(images/pngs/check.png) no-repeat left;
	line-height: 33px;
}

.leftbar {
	width: 186px;
	margin: 0px 5px;
}

.country-list {
	background: #e7e7e7 url(images/pngs/countrybg.png) repeat-x top;
	border: 1px solid #406ebe;
}

.country-list ul {
	margin: 5px 0px;
	width: 184px;
	padding: 0;
}
.country-list ul li {
	list-style: none;
	width: 184px;
}

.country-list ul li a {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	width: 174px;
	padding-left: 10px;
}

.country-list ul li a:hover {
	background-color: #e6e6e6;
}

.fullcont {
	width: 613px;
}

.rightbar {
	width: 191px;
	margin: 0px 5px;
}

.signup-box {
	color: #333;
	border: 1px solid #406ebe;
	font-size: 13px;
}

.signup-box p {
	margin: 2px 5px;
}

.signup-box th {
	color: #333;
	font-weight: normal;
	text-align: right;
}

.signup-box input[type=text] {
	border: 1px solid #406ebe;
}

.footer {
	background: #043995 url(images/pngs/footerbg.png) repeat-x top;
	color: #fff;
	font-size: 12px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer>ul>li, .footer div>ul>li {
	float: left;
	margin: 0px 12px;
}

.footer>ul, .footer div>ul {
	margin-left: 0px;
}

.footer li {
	list-style: none;
}

.twocol {
	width: 270px;
}
.twocol li {
	width: 130px;
	float: left;
}

.galleria{list-style:none;width:500px; margin: auto;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */
#main_image {
	width: 500px;
	margin: auto;
	text-align: center;
}
#main_image img {
	display: inline;
	padding: 2px;
	border: 1px solid #043995;
}

.tbl-bdr {
	font-size: 12px;
	background-color: #ccc;
}

.tbl-bdr td, .tbl-bdr th {
	background-color: #fff;
	padding-left:4px;
}

.tbl-bdr th {
	cursor: pointer;
}

.tbl-bdr .even td {
	background-color: #DCDEE2
}

#gallery {
	position:relative;
	height:229px;
	width: 300px;
	margin: 5px;
	float: right;
	overflow: hidden;
}
	#gallery a {
		float:left;
		position:absolute;
		display: none;
	}

	#gallery a img {
		border:none;
	}

	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600;
		background-color:#000;
		color:#ffffff;
		height:100px;
		width:100%;
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}

	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

