/* MAIN CSS Document */
/* TIS*/
/* DEBORAH DA SILVA - www.amicidesign.com*/

#banner {
width:1000px;
height:50px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
}


/* MID CONTENT */

#leftwrap {
float:left;
width:680px;
margin-left:40px
}


#midinternal {
float:left;
width:515px;
margin-top:10px

}

#midinternal ul {list-style-image:url(../images/bullet_green.gif); margin-left: 10px; padding-left:5px}



/* LEFT*/


#leftcolumn {
width:135px;
float:left;
margin-right:15px;
margin-top:10px
}


/* LEFT NAVIGATION*/

#leftnavigation {
width:120px;
color:#000000;
font-size:11px;
text-align:left;
}

#leftnavigation .title{
color:#333333;
font-size:12px;
font-weight:bold
}

#leftnavigation ul{
padding:0;
margin:0;
list-style:none
}

#leftnavigation li{
border-bottom:dotted 1px #999999;
list-style:none
}

#leftnavigation a {
color:#666666;
text-decoration:none;
font-weight:bold;
display:block;
min-height:15px;
padding:5px

}
#leftnavigation a:hover {
color:#ffffff;
text-decoration:none;
font-weight:bold;
display:block;
background-color:#669900;

}

#leftnavigation .current {
color:#669900;
text-decoration:none;
font-weight:bold;
display:block;
background-color:#ffffff;
}





/* RIGHT */


#rightinternal{
margin-top:10px;
width:219px;
margin-right:40px;
margin-left:10px;
float:right;
}


#bookingbox {
width:208px;
}

.bookingboxtopdoor{
width:208px;
height:200px;
background-image:url(../images/door-righttop.jpg);
background-repeat:no-repeat;

}

.bookingboxtopcctv{
width:208px;
height:200px;
background-image:url(../images/cctv-righttop.jpg);
background-repeat:no-repeat;

}

.bookingboxcontent{
background-image:url(../images/booking-back-right.jpg);
background-repeat:repeat-y;
}

.bookingboxcontentcopy{
padding-left:10px;
padding-top:5px;
padding-right:10px;
padding-bottom:10px;
color:#000000;
text-align:left;

}

.bookingboxbottom{
width:208px;
height:15px;
background-image:url(../images/booking-right-bottom.jpg);
background-repeat:no-repeat;

}


