/* CSS Document */

html,body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #898b8e;
	margin: 0;
	padding: 0;
}

a {
	color: #327E71;
	text-decoration: none;
}

input {
	font-size: 10px;
}
/*--------Landing---------*/

#landing {
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dddddd;
	width: 600px;
	background-image: url(images/landing_bg.jpg);
	background-repeat: no-repeat;
}
#landing table{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 200px;
	font-size: 12px;
}

#landing input{
	padding: 4px;
}


#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #787A7C;
	border-left-color: #787A7C;
}
div#top {
	color: #FFFFFF;
	background-color: #333333;
	height: 28px;
	width: 900px;
	font-size: 11px;
	z-index: 1;
}
#top a{color: #FFFFFF;}
#top .return_link {float: left;margin: 6px 10px;}

#top .region {
    float: right;
	margin: 6px 10px;
}

.country {
	font-weight: bold;
	color: #ffc726;    
}

#regionSelector {
   display:none;
   position:absolute;
   _position:absolute; /* hack for internet explorer 6*/ 
   background-color: #666666;
   padding: 10px;
   z-index: 3;
   margin-top: 28px;
   margin-left: 546px;
}

#regionSelector a {
	color: #EEEEEE;
}

#regionSelector td{
   padding: 2px;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 900px;
	z-index: 2;
 }
 
#header .logo{
    float: right;
	padding: 8px 0 0 0;
	margin: 0;
}
 
/*-----top menu---- */
div.tab {
	height: 28px;
	background: #FFFFFF;
	width: 900px;
}

.tab {
    position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
 }
.tab ul {
	padding: 4px;
	white-space: nowrap;
	margin: 3px 5px;
	list-style: none;
}
.tab li {
	display: inline;
	float:left;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	line-height: 1.6em;
	padding: 0px 8px;
}
.tab li a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display:block;
	
}
.tab ul li a#current {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #b31b34;
}
.tab li a:hover {
    color: #b31b34;
}

/*---left menu---*/

ul#menu {float: left;}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	/*width: 15em;*/
	width: 200px;
	font-size: 11px;
	
}

ul#menu a {
  display: block;
  text-decoration: none;
  text-transform:capitalize;
}

ul#menu li {
 /* margin-bottom: 1px;*/
}

ul#menu li a {
  background-color: #b31b34;
  color: #fff;	
  padding: 7px 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D0203F;
  text-transform:capitalize;
}

ul#menu li a:hover {
  background-color: #99172E;
}

ul#menu li ul li a {
  background-color: #fff;
  color: #000;
  padding-left: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  text-transform:capitalize;
}

ul#menu li ul li a:hover {
	padding-left: 8px;
    background-color: #F8F8F8;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #b31b34;
}

ul#menu li .header {
	color: #333333;
    padding: 6px 13px;
	background-color: #ffc726;
}

/*--static--*/
ul#menu-static {float: left;}

ul#menu-static, ul#menu-static ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	/*width: 15em;*/
	width: 200px;
	font-size: 11px;
	
}

ul#menu-static a {
  display: block;
  text-decoration: none;	
}

ul#menu-static li {
  margin-bottom: 1px;
}

ul#menu-static li a {
  background-color: #b31b34;
  color: #fff;	
  padding: 0.5em;
}

ul#menu-static li a:hover {
  background-color: #333333;
}

ul#menu-static li ul li a {
  background-color: #EEEEEE;
  color: #000;
  padding-left: 13px;
}

ul#menu-static li ul li a:hover {
  background: #f5cf02;
  border-left: 5px #ca011f solid;
  padding-left: 8px;
}

ul#menu-static li .header {
	color: #fff;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98C6FE;
	background-color: #8BBFFE;
}


#flash_slide {
	background-color: #333333;
	float: right;
	width: 700px;
	height: 300px;
	margin-bottom: 20px;
}

/*------------main----------------*/

#main {
    /*position: absolute;*/
	float: right;
	background-color: #fff;
	width: 700px;
	margin-bottom: 60px;
}

#content {
	background-color: #fff;
	width: 900px;
	min-height: 600px;
	margin-bottom: 60px;
}

/*----------------content-head-print------------------*/

div#content-head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin: 10px 20px;
	font-size: 12px;
	display:block;
	position:relative;
	padding: 0px;
}

.print{
    float:right;
	margin: 6px;
}
.print a img{
	border: none;
}

div#content-print {
    padding: 20px;
	background-color: #FFFFFF;
}

/*--------------item-----------------*/


#item {
    margin: 15px;
    font-size: 12px;
	padding: 0px 10px;
}

#item ul li {
margin: 0;
	/*list-style-type: square;*/
}

/*latest list*/
#latest-list h2{
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#latest-list ul{
margin: 0;
padding: 0;
list-style: none;
}


#latest-list ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-decoration: none;
color: #333;
line-height: 20px;
}

#latest-list ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #000000;
}

/*#latest-list ul
{
list-style: none;
margin: 0;
}

#latest-list ul li
{
margin: 0;
padding: 0; 
}

#latest-list ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-decoration: none;
color: #333;
}

#latest-list ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #ca011f;
}*/

#footer {
    margin-top: 15px;
	width: 900px;
	padding: 30px 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}

/*tooltop*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #dddddd;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; padding: 0; font-size: 11px;}

#adv{
	clear: both;
	height: 40px;
	padding: 12px 6px 0px 15px;
	background-image: url(images/adv_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
}

.clear {
    clear: both;
}