@charset "utf-8";
/* CSS Document */

body{margin:0px;
	 padding:0px;
	 background-image:url(images/bgimg.jpg);
	 background-repeat:repeat;
	 }
#wrapper{position:relative;
width:1000px;
margin:0px auto;
}

a{text-decoration:none;}


#left{ width:200px;
       float:left;
	   vertical-align:top;
	  }
	  
.home a {display:block; width:164px; height:39px; background:url(images/menu_home.jpg) no-repeat;}
.home a:hover{display:block;width:164px; height:39px;background: url(images/menu_home_rollover.jpg) no-repeat;}

.aboutus a {display:block; width:164px; height:39px; background:url(images/menu_aboutus.jpg) no-repeat;}
.aboutus a:hover{display:block;width:164px; height:39px;background: url(images/menu_aboutus_rollover.jpg) no-repeat;}

.franchise a {display:block; width:164px; height:39px; background:url(images/menu_franchise.jpg) no-repeat;}
.franchise a:hover{display:block;width:164px; height:39px; background:url(images/menu_franchise_rollover.jpg) no-repeat;}

.media a {display:block; width:164px; height:39px; background:url(images/menu_media.jpg) no-repeat;}
.media a:hover{display:block;width:164px; height:39px; background:url(images/menu_media_rollover.jpg) no-repeat;}

.contactus a {display:block; width:164px; height:39px; background:url(images/menu_contactus.jpg) no-repeat;}
.contactus a:hover{display:block;width:164px; height:39px; background:url(images/menu_contactus_rollover.jpg) no-repeat;}

#quicklink{ width:200px; height:200px; margin:0px 0px 0px 0px; background-image:url(images/rounded%20rectangle.gif); background-repeat:no-repeat;}

#quicklink ul{margin:10px 0px 0px 50px; padding:30px 0px 0px 0px;}
#quicklink li{ list-style-image:url(images/bulletin.png); padding:2px;}
#quicklink a{text-decoration:none;color:#f5ff04;}


.clientarea{margin:0px 0px 0px 0px;}

#centre{width:500px;
        float:left;
		padding:0px 0px 0px 0px;
}
#header{width:500px; height:100px;}
#header .logo{margin:5px 0px 0px 5px; padding:0px;}
#header .title{margin:2px 0px 0px 5px; padding:0px;}
.welcome{padding:5px; margin:10px 5px 0px 0px;}
#content{margin:0px; padding:0px;}
#content p{font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:12px; color:#f5ff04;
	   padding:0px; line-height:250%;text-align:justify; margin:0px 0px 0px 20px;}
	   
#scrollcontent{width:500px; height:300px;}

li{ list-style-image:url(images/sweet.gif);list-style-position:outside;}

.list{font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:12px;color:#f5ff04;
	   padding:0px;}
.readmore a{ display:block;background-image:url(images/readmore.PNG);background-repeat:no-repeat;width:100px;height:20px; margin:0px 0px 0px 400px;text-decoration:none;}
.readmore a:hover{background-image:url(../images/readmore.PNG);background-repeat:no-repeat;width:100px;height:20px; margin:0px 0px 0px 400px;text-decoration:none;}
 
#right{float:right;
       width:259px;
	   margin:0px; padding:0px;
	   vertical-align:top;
	   }

#footer{ clear:both; width:1000px;}
#footer p{font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:10px; color:#f5ff04;
	   padding:0px; line-height:250%;text-align:center;}
#footer a{color:#f5ff04; text-decoration:none;}

     

