/* CSS Document */

a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#5A6E29;
text-decoration:none;
cursor:pointer;
}

.promo_box{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
float:left;
width:520px;
margin:20px;
}
.promo_header{
background-color:#5b595a;
height:25px;
}

.promo_imgbox{
background-color:#5b595a;
position:relative;
padding:7px;
left:0px;
float:left;
}

.promo_box .t1{
margin-left:10px;
position:relative;
float:left;
font-weight:normal;
font-size:19px;
}
.promo_box .t2{
float:right;
margin-right:5px;
font-weight:normal;
font-size:16px;
}
.book_now{
background-image:url(../images/promo_bot.png);
background-repeat:no-repeat;
padding-top:12px;
color:#FFFFFF;
font-size:12px;
height:30px;
width:130px;
margin-left:10px;
cursor:pointer;
}
.book_now a{
color:#FFFFFF;
text-decoration:none;
}

.promo_content{
position:relative;
margin-top:0px;
margin-left:155px;
text-align:left;
font-size:12px;
}
.promo_data{
position:relative;
margin-top:0px;
margin-left:150px;
text-align:right;
font-size:14px;
font-weight:bold;
}
.promo_box table{
font-size:9px;
text-align:center;
font-weight:normal;
width:100%;
}
.promo_info{
margin-top:10px;
text-align:center;
width:150px;
}
.promo_info_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
font-weight:normal;

}