body{
    padding:0;
    margin:0;
    font:12px arial,trebouchet,serif;
}
a img{
   border:0;
}
#container{
    margin:0 auto;
    width:930px;
}
#header{
}
#header-top{
    margin: 28px 15px 10px;
    height:90px;
}
#logo{}
#search{float: right;}
#links{
margin:17px 50px;
}
#links a{
  background-image:url(assets/images/links.jpg);
  background-repeat:no-repeat;
  width:33px;
  height:33px;
  display:block;
  float:left;
  margin-left:3px;
   opacity:0.6;
   filter: alpha(opacity=60);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#links a:hover{
   opacity:1.0;
   filter: alpha(opacity=99);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}
#links a.rss{
   background-position:0 0; 
}
#links a.fbk{
   background-position:-40px 0; 
}
#links a.lki{
   background-position:-80px 0; 
}
#links a.twt{
   background-position:-120px 0; 
}
#links a img{
   width:33px;
   height:33px;
}
#menu{
    height:2.5em;
    background: transparent url(assets/images/menu_back.gif) repeat-x;
    padding:0px;
    color: #D4CBCC;    
    font:12px "Arial Black",arial,trebouchet,serif;
    font-variant:normal;
    font-weight:bold;
    line-height:1.4em;
}
#menu ul{
    list-style-type: none;
    /*border-right: 1px solid #D4CBCC;*/
    /*margin-top:5px;*/
}
#menu ul li{
    float: left;
    /*padding:0 10px;*/
    border-right: 1px solid #D4CBCC;
    position:relative;
}
#menu ul li ul{
   position:absolute;
   left:0;
}
#menu ul li ul li{
    border:none;
}
#menu ul li.first{
    border-left: none;
}
#menu ul li a{
    color: #D4CBCC;
    text-decoration: none;
    display: block;
    padding:8px 1em 10px;
    font-weight: bolder;
}
#menu ul li ul li a{
    color: #564F56;
    padding: 10px 10px 7px;
    font-weight: normal;
    text-transform:uppercase;
    font-size:11px;
}
#menu ul li ul li a:hover{
    color:black;
    /*text-decoration: underline;*/
    background-image: none;
    background-color:transparent;
}
#sub-menu{
    height:32px;
    background: #CDBFC1;
}
#content{
    margin: 5px 0;
}
#right-col{
    float: right;
    width: 135px;
}
#middle-col{
    float: right;
    width: 180px;
    margin-right:12px;
    position: relative;
}
.middle-box{
    position: relative;
    margin-bottom: 4px;
}
.middle-box .title{
    position: absolute;
    top:0;
    left: 0;
    width: 162px;
    height: 23px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 15px;
    z-index: 1;
    background-image: url(assets/images/box-back.png);
    background-repeat: repeat-y;
}
.middle-box .header{
    position: absolute;
    top:0;
    left: 0;
    height: 9px;
    width: 180px;
    background: transparent url(assets/images/boxes.png) no-repeat top left;
    z-index: 2;
}
.middle-box .body{
    background-image: url(assets/images/box-back.png);
    background-repeat: repeat-y;
    padding: 47px 8px 5px;
}
.middle-box .footer{
    height: 11px;
    width: 180px;
    background: transparent url(assets/images/boxes.png) no-repeat 0 -10px;
}
.small-box{
    position: relative;
    margin-bottom: 10px;
    overflow:hidden;

}
.small-box .title{
    position: absolute;
    top:0;
    left: 0;
    width: 115px;
    height: 23px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 15px;
    z-index: 1;
    background-image: url(assets/images/box-back.png);
    background-repeat: repeat-y;
}
.small-box .header{
    position: absolute;
    top:0;
    left: 0;
    height: 9px;
    width: 135px;
    background: transparent url(assets/images/boxes.png) no-repeat 0 -21px;
    z-index: 2;
}
.small-box .body{
    background-image: url(assets/images/box-back-small.png);
    background-repeat: repeat-y;
    padding: 47px 8px 5px;
}
.small-box .footer{
    height: 11px;
    width: 135px;
    background: transparent url(assets/images/boxes.png) no-repeat 0 -31px;
}
.sponsor img{
    width: 168px;
    height: 140px;
}
.purple{
    background-color: #9b1945;
}
.orange{
    background-color: #ff9d06;
}
.green{
    background-color: #A6D757;
}
#main-col{
    width: 590px;
}

#view{    
    height: 250px;
    position: relative;
    margin-bottom: 10px;
}
#view-main{
    position: absolute;
    top:0;
    left:0;
    width: 490px;
    overflow:hidden;
    height:250px;
}
#view-main img{
   width: 490px;
   border:0px;
   position: absolute;
}
#view-title{
   color:black;
   font-size:15px;
   font-weight:bold;
   background-color:white;
   position:absolute;
   bottom:0;
   left:0;
   width:345px;
   height:41px;
   opacity:0.8;
   filter: alpha(opacity=80);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   padding-left:20px;
   padding-top:13px;
   
}
#view-slides{
    position: absolute;
    margin: 0;
    padding: 0;
    right:-5px;
    top: 0;
    width: 85px;
}
#viewport{
    position: relative;
    right:0;
    height: 250px;
    width: 85px;
    overflow:hidden; 
}
#viewport ul{
    position: absolute;
    padding: 0;
    margin: 0;
}
#viewport li{
    width: 80px;
    height: 59px;
    list-style: none;
    margin: 0 0 5px;
}
#view-slides a#previous{
    top:-2px;
    z-index: 5;
    background:url("assets/images/fleche1.png") no-repeat scroll left center transparent;
}
#view-slides a#next{
    bottom:-2px;
    background:url("assets/images/fleche2.png") no-repeat scroll left center transparent;
}
#view-slides a#previous,#view-slides a#next{
    position: absolute;
    opacity:0.6;
    z-index: 5;
    left: 27px;
    width: 25px;
    height: 20px;
    display: block;
}
#view-slides a#previous:hover,#view-slides a#next:hover{
    opacity:0.9;
    cursor: pointer;
}
.vertical-slide{
   height:254px;
   overflow:hidden;
}
.vertical-slide a{
    text-decoration:none;
    border:1px solid white;
}
.vertical-slide a:hover{
    opacity:0.7;
    border:1px solid #dedede;
}
.vertical-slide a img{
    width:165px;
}
#login{
    color: #5F575E;
    padding-left: 2px;
}
#login input[type=text],#login input[type=password]{
    border: 1px solid #dcdcdc;
    background: #efefef;
    width:114px;
}
#login .buttons{
    padding: 2px;
    text-align: right;
}
.grey-box{
    background-color: #efefef;
    color: #5F575E;
    margin:5px 2px;
    padding:12px 8px 4px 12px;
    text-transform: uppercase;
    font:0.9em/1.4em arial,trebouchet,serif;
    font-weight: bold;
}
.grey-box .footer{
    text-align: right;
    margin-top: 4px;
    text-transform: none;
}
.grey-box .footer a{
    color: #9B1945;
}
#main-content{

}
#tabs{
    margin-top: 40px;
}
#tabs ul{
    left:-1px;
    margin-left:0;
    padding-left:0;
    top:-38px;
}
#tabs{
    padding-left: 0;
    -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px;
}
#tabs .ui-widget-header{
    border: none;
    background: none;
}
#tabs.ui-widget-content{
    background: none;
}
#tabs div{
    margin-top:-25px;
    padding-top:12px;
}
#tabs div.preview-img{
   margin:0;
   padding:0;
}
#tabs .ui-tabs-nav .ui-state-default a{
   font-weight: bold;
   color: #9B1945;
}
.shadowLink  {
background:url("/assets/images/shadow.png") repeat-x scroll left bottom transparent;
bottom:0;
height:13px;
left:0;
position:absolute;
width:210px;
}
img.preview {
border:8px none;
float:left;
margin-bottom:10px;
margin-right:10px;
width:150px;
}
img.slides {
border:12px none;
}
#tabs div.singleNews {
   clear:left;
   padding-top: 0px;
   margin-top:0;
}
.singleNews .title a{
   color: #9B1945;
   text-decoration:none;
}
.singleNews .preview-img{
   float: left;
}
.singleNews img.preview {
width:100px;
padding:0;
margin-bottom:0;
}
.singleNews hr{
   clear:left;
   margin-top:5px;
}

.search{
   background:url(assets/images/search.jpg) no-repeat;
   padding:0px 0 7px 62px;
   width:145px;
   position:relative;
}
.search input.stx{
   border:none;
   background-color:transparent;
   font-size:10px;
   width:115px;
   color:#909090;
   margin-top:8px;
}
.search input.sbt{
   background-color:transparent;
   font-size:10px;
   width:20px;
   height:20px;
   position:absolute;
   right:8px;
   top:5px;
}

