

* {
    padding: 0;
    margin: 0;
  }


body {
    background: #fff;
    font: .74em Arial, "Trebuchet MS" Verdana, sans-serif;
    line-height: 1.5em;
  }


a {
    color: #3B6EBF;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }


#wrap {
    margin: 20px auto;
    width: 944px;
    background: #fff url('../images/midbg2.jpg');
    background-repeat: repeat-y;
  }


#top {
    background: #fff url('../images/topbg2.jpg');
    height: 30px;
  }


#content {
    padding: 0 40px 0 40px;
  }


#bottom {
    background: #fff url('../images/botbg2.jpg');
    height: 30px;
  }


.lang {
    cursor: pointer;
  }


.lang_sel {
    font-weight : bold;
    cursor: pointer;
  }


.header {
    height: 298px;
    /* background: #85ACF7 url('../images/hidr.jpg');
    */background: #FFFFFF url('../images/header_1.jpg');
  }


.header h1 {
    padding-left: 17px;
    padding-top: 22px;
    font-size: 22px;
    color: #FFF;
  }


.header h1 a {
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
  }


.header h2 {
    padding-left: 17px;
    padding-top: 0px;
    font-size: 17px;
    color: #FFF;
  }


.breadcrumbs {
    font-size : 11pt;
    font-weight : bold;
    margin-right : 100px;
    padding : 5px;
  }


div.breadcrumbs ul li ul li a {
    font-size : 10pt;
  }


.langs {
    font-style : italic;
    margin-right : 100px;
    padding : 5px;
  }

/*.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}*/
	


.corner-box {
    background: url(../images/left-top-corner-box.jpg) top left no-repeat;
    margin: 0 0 10px 0;
    padding: 12px 0 12px 15px;
}




.middle {
    float: left;
    width: 69%;
    margin: 0 10px;
    padding: 1% 1%;
    text-align: justify;
  }


.right {
    float: left;
    width: 20%;
    margin: 0 10px;
    padding: 1% 1%;
  }

/*
.right ul {
	padding: 00px 0 15px 00px;
	margin:0;
}

.right li {
	margin-bottom:5px;
}*/







li a {
    color: #AE7172;
  }


ol.player li {
    list-style-type : circle;
    width : 300px;
  }


ol.player li a {
    cursor: pointer;
  }


.middle h2 {
    color: #831414;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }


.right h2 {
    color: #BF7C7D;
    font-size: 14px;
    margin-top: 15px;
  }


#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
  }


#footer {
    text-align: center;
    color: #666;
  }

/* menu styles
============================== */



/*
.breadcrumbs {
    margin-top: 10px;
    position: relative;
    height: 28px;
  }


.breadcrumbs ul {
    position: relative;
    top: 3px;
    padding: 0;
  }


.breadcrumbs li {
    display: inline;
    padding: 0 12px;
  }


.breadcrumbs li a {
    display: inline;
    color: black;
    text-decoration: none;
    color: #BF7C7D; font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }


.breadcrumbs li a:hover,.breadcrumbs li a:focus {
    font-weight: bolder;
    text-decoration: underline;
  }
*/

/* float menu styles
============================== */







ul.nav_vert {
    background: #FFFFFF;
    border: 1px solid #ccc;
  }


ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    /* Width of Menu Items */ background: #FFFFFF;
    /* border-bottom: 1px solid #ccc;*/
  }


ul li {
    position: relative;
  }


li ul {
    position: absolute;
    margin-top: 28px;
    left: 49px;
    /* Set 1px less than menu width */top: 0;
    display: none;
    border: 1px solid #ccc;
  }


li ul.rig {
    position: absolute;
    /* margin-top: 28px;
    */right: 149px;
    /* Set 1px less than menu width */top: 0;
    display: none;
    border: 1px solid #ccc;
    z-index: 1000;
  }

/* Styles for Menu Items */






ul li a {
    display: block;
    text-decoration: none;
    color: #AE7172;
    /*background: #ECECEC;
    */ /* IE6 Bug */padding: 5px;
    border-bottom: 0;
  }

/* Fix IE. Hide from IE Mac \*/




#form {
    margin-top: 40px;
    width : 400px;
  }


.form_label {
    float : left;
    font-size : 10pt;
  }


.form {
    background-color : #f6f8fb;
    border-color : #698ed1;
    border-style : solid;
    border-width : 1px;
    margin-bottom : 5px;
    margin-left : 3px;
    margin-right : 3px;
    margin-top : 3px;
    float : right;
  }


.form:hover {
    background: #fff;
  }



* html ul li {
    float: left;
    height: 1%;
  }


* html ul li a {
    height: 1%;
  }

/* End */







ul li a:hover {
    color: #E2144A;
    background: #f9f9f9;
  }

/* Hover Styles */
		






li ul li a {
    padding: 2px 5px;
    z-index: 3000;
  }

/* Sub Menu Styles */
		






li:hover ul, li.over ul {
    display: block;
    z-index: 2000;
  }

/* The magic */




li.selected {
    background-color: #F0F0F0;
  }


