/** CSS Reset **/
* {margin:0;padding:0; }
p {padding:3px 0;}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;color:#3F3F3F;}
a:hover{text-decoration:underline;color:#3F3F3F;}
img{border:0;}

/** Personalize **/
body {background-image:url(../images/bg_main.jpg);font-family: Tahoma, Geneva, sans-serif;font-size: 11px;}

/** Main Layout **/
#logo{display:block;position:absolute;background:url(../img/logo.png);height:57px;width:152px;left:48px;top:36px;}
#header{position:relative;background:white url(../img/headbg.png);height:121px;width:940px;}
#footer{position:relative;background:white url(../img/footer_stickpeople.jpg) no-repeat;background-position:600px 30px;padding:0 0px;}
#btm-menu{position:relative;display:block;}
#top-menu li{display:block;float:right;height:22px;top:13px;position:relative;right:0;}
#left-menu{display:block;margin-top:30px;position:relative;float:right;}
#btm-menu li{display:block;float:left;height:22px;position:relative;margin:0 1.4px;text-align:center;font-size:10px;color:#3F3F3F;}
#accreditation{background:white url(../img/footer_accreditations.jpg) no-repeat; width:603px;height:90px;}
#declaration{color:#8E8D8D;font-size:10px;}
#roundcorner{position:relative;display:block;background:transparent url(../img/footer_curved_base.png);width:940;height:24px;}
#breadcrumb{position:relative;display:block;color:#3F3F3F;font-size:10px;width:785px;padding:5px;border:0px solid red;}
#cms{background:white url(../img/bg_contents.jpg); background-repeat:no-repeat; min-height:300px;}
#c1-left {float:left;width:200px;}
#c1-right{float:right;width:710px;padding:6px;}

/** pieces **/
#btn-about_polar{ width:117px;height:22px; background:url(../img/btn-about.png); }
#btn-puffs		{ width:57px;height:22px; background:url(../img/btn-puffs.png); }
#btn-cakes		{ width:57px;height:22px; background:url(../img/btn-cakes.png); }
#btn-catering	{ width:82px;height:22px; background:url(../img/btn-catering.png); }
#btn-promotions	{ width:99px;height:22px; background:url(../img/btn-promotions.png); }
#btn-location	{ width:121px;height:22px; background:url(../img/btn-location.png); }
#btn-franchise	{ width:79px;height:22px; background:url(../img/btn-franchise.png); }
#btn-about_polar:hover{background-position:0 22px;  }
#btn-puffs:hover	  {background-position:0 22px;  }
#btn-cakes:hover	  {background-position:0 22px;  }
#btn-catering:hover	  {background-position:0 22px;  }
#btn-promotions:hover {background-position:0 22px;  }
#btn-location:hover	  {background-position:0 22px;  }
#btn-franchise:hover  {background-position:0 22px;  }
#btn-founder	{ background:url(../img/btn-founder.png); }
#btn-milestones	{ background:url(../img/btn-milestones.png); }
#btn-news		{ background:url(../img/btn-news.png); }
#btn-careers	{ background:url(../img/btn-careers.png); }
#btn-contact	{ background:url(../img/btn-contact.png); }
#btn-founder:hover,#btn-founder:active		{background-position:0 24px; }
#btn-milestones:hover,#btn-milestones:active{background-position:0 24px; }
#btn-news:hover,#btn-news:active			{background-position:0 24px; }
#btn-careers:hover,#btn-careers:active		{background-position:0 24px; }
#btn-contact:hover,#btn-contact:active		{background-position:0 24px; }
.leftbtn{width:133px;height:24px;margin:7px 0;}
.topbtn,.btmbtn,.leftbtn{display:block;cursor:pointer;}
.clear{clear:both;}

