/* CSS Document */
* {
	/*border: 1px solid #F00;*/
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../../images/body_bg.jpg) repeat-x #52a3cc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #3481b9;
	text-decoration: none;
}
a:hover {
	color: #5cb8e5;
	text-decoration: underline;
}
h1, p {
	margin-top: 0;
}
p {
	margin-bottom: 1em;
}
blockquote {
	margin-left: 15px;
}
.tblul td {
	padding: 3px;
	border-bottom: 1px solid #BAE3F7;
}
#container {
	margin: 0 auto;
	width: 785px;
	height: 100%;
	position: relative;
}
#home-container {
	margin: 0 auto;
	width: 880px;
	height: 100%;
	position: relative;
}
#header {
	display: block;
	width: 785px;
	height: 125px;
	margin: 0;
	background: url(../../images/header.jpg) no-repeat;
}
#home-header {
	display: block;
	width: 880px;
	height: 280px;
	margin: 0;
	overflow: hidden;
}
#header a#headerlink {
	display: block;
	width: 770px;
	height: 90px;
	text-indent: -9999px;
}
#banner li {
	list-style: none;
}

#main {
	width: 785px;
	background: url(../../images/main_bg.gif) repeat-y;
}
#home-main {
	width: 880px;
	background: url(../../images/home_bg.gif) repeat-y;
}
#main_img {
	min-height: 400px;
	background-image: url(../../images/main_img_02.jpg);
	background-repeat: no-repeat;

}
#img-fade-front {
	min-height: 280px;
	background-repeat: no-repeat;
	opacity:0;
}
#img-fade-back {
	min-height: 400px;
	background-repeat: no-repeat;
}
#home-img-fade-front {
	min-height: 280px;
	background-repeat: no-repeat;
	opacity:0;
}
#home-img-fade-back {
	min-height: 400px;
	background-repeat: no-repeat;
}

/*#region #main_img {
	background: url(../../images/main_img_01.jpg) no-repeat;
}
#country #main_img {
	background: url(../../images/main_img_03.jpg) no-repeat;
}*/
#slideshow {
	position: absolute;
	/*float: left;*/
	top: 0;
	left: 0;
	z-index: 1;
}
#cols-wrapper {
	/*position: absolute;*/
	z-index: 1;
}
#home-main #cols {
	width: 880px;
}
#cols {
	width: 785px;
	position: relative;
}

#left_col {
	width: 160px !important;
	padding: 20px 10px 10px 10px;
}

#home-main #left_col {
	width: 150px !important;
	padding: 20px 5px 10px 5px;
}
#left_col a {
	font-size: 110%;
}
#left_col p {
	margin-bottom: 10px;
}

#left_col h3 {
	font-size: 14px;
}
#home-main #left_col p {
	padding-left: 0; 
	font-weight: bold;
	margin-bottom: 10px;
}
#left_col p {padding-left: 10px; font-weight: bold;}

#home-main #middle_col {
	vertical-align: top;
	width: 500px !important;
	padding: 10px 10px 10px 10px;
}
#middle_col {
	width: 410px !important;
	padding: 300px 10px 10px 10px;
}
#middle_col h1 {
	font-size: 18px;
	color: #3481b9;
	margin-bottom: 10px;
}
#middle_col ol, #middle_col ul {
	margin-left: 20px;
}
#middle_col #news h1 {
	font-size: 18px;
	color: #3481b9;
	margin-bottom: 3px;
}
#middle_col h2 {
	font-size: 14px;
	color: #3481b9;
	margin-bottom: 0;
	z-index: 100;
}
#middle_col #news .date {
	font-size: 10px;
	color: #999;
	margin-bottom: 10px;
}
#middle_col #news .news_content {
	font-size: 12px;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CDE9F7;
}

#middle_col ol, #middle_col ol li {
	list-style: decimal;
}

.blue {
	color: #3481b9;
}
#home-main #right_col {
	width: 150px;
	padding: 10px 7px 15px 10px;
}
#right_col {
	width: 150px;
	padding: 30px 7px 15px 10px;
}
#left_col a p.title, #right_col a p.title, #right_col p {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	color: #3481b9;
	padding: 0;
	
}
div#qTip {
  padding: 5px 8px;
  border: 1px solid #9bcae1;
  display: none;
  background-color: #e5f1f7;
  color: #52a3cc;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

ul#region_list, ul#region_list ul {
	list-style: none;
}
ul#region_list li {
	font-size: 18px;
	font-weight: bold;
	color: #3481b9;
	margin-bottom: 10px;
}
ul#region_list .country {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3481b9;
	border-bottom: 1px solid #CDE9F7;
}
ul#region_list li a {
	display: block;
	padding: 5px;
	border: 1px solid #BAE3F7;
}
ul#region_list li a:hover {
	text-decoration: none;
	background-color: #e5f1f7;
}
ul#region_list ul li {
	margin: 10px 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	background: url(../../images/box_bg.gif) repeat-x #F2FBFF;
	border-top: 1px solid #BAE3F7;
	border-bottom: 1px solid #BAE3F7;
}
ul#region_list ul li img {
	margin-right: 10px;
	border: 0;
}
ul#region_list ul li .description {
	clear: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #3481b9;
	border-bottom: 1px solid #CDE9F7;
	line-height: 14px;
}
ul#region_list ul li .description strong {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	width: 100px;
}
ul#region_list ul li .description .block {
	clear: left;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #000;
	line-height: 14px;
}
ul#region_list ul li a, ul#region_list ul li a:hover {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
}
ul#region_list table {
	width: 100%;
}
.close {
	display: block;
	padding-left: 20px;
	background: url(../../images/arrow_right.gif) 5px center no-repeat;
}
.open {
	padding-left: 20px;
	background: url(../../images/arrow_down.gif) 5px center no-repeat;
}
#search ul {
	list-style: none;
}
#search ul li.results {
	margin-bottom: 5px;
	
}
#search ul li.results a {
	font-weight: bold;
}

.orderbox {
	border: 1px solid #BAE3F7;
	padding: 10px;
	margin: 10px 0;
}
.orderbox table {
	width: 100%;
}
.orderbox th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #d2ebf7;
}
.orderbox td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #d2ebf7;
}

.orderbox h2, h3 {
	margin: 0;
	padding: 0 0 10px 0;
}
.orderbox h3 {
	font-size: 14px;
}

.orderbox p.uline {
	clear: both;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #d2ebf7;
}
.orderbox p.uline2 {
	clear: both;
	margin-bottom: 0;
	padding: 5px 0;
	border-bottom: 1px solid #d2ebf7;
}
.orderbox p.uline2 label {
	float: none;
	margin-left: 10px;
}
.orderbox p span {
	width: 330px;
}
.orderbox input[type=text] {
	width: 200px;
}
.orderbox label {
	float: left;
	width: 120px;
}
.orderbox dt {
	clear: left;
	float: left;
	padding: 3px;
	width: 150px;
	font-weight: bold;
	border-top: 1px solid #d2ebf7;
}
.orderbox dd {
	float: left;
	padding: 3px;
	width: 220px;
	border-top: 1px solid #d2ebf7;
}

.offer_box {
	margin: 0 0 3px 15px;
	padding: 5px;
	border: 1px solid #BAE3F7;
}

#federation_wrapper {
	margin-top: -260px;
	width: 400px;
	padding-left: 10px;
}





.test {
	color: #E5F1F7;
}
#cjfooter, #cjfooter a {
	color: #e5f1f7;
	padding: 5px 0;
	text-align: right;
	font-weight: bold;
}
#footer-nav {
	padding-top: 5px;
	margin-top: 50px;
	border-top: 1px solid #BAE3F7;
}