/* CSS Document */


/*bottom tab begin*/

a{ color: #fff; text-decoration: none;}
a:hover{color: #000000;}
p{margin: 0; padding: 5px; line-height: 1.5em; text-align: justify; border: 0px solid #ffffff;}
#wrapper{
width: 1000px;
margin: 0 auto;
}
.box{
background: #000;
}
.boxholder{
clear: both;
padding:1px;
background: #d60500;
}
.tab{
float: left;
height:28px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #d60500 url(../images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

/*bottom tab close*/