/*css for the slider*/
#slider {
    position: relative;
}

.scroll {
    height: 300px;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 300px;
    width: 940px;
}


ul.navigation {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
}

/*nav swprites for categories*/

ul.navigation a {
  background-image:url(../images/category_sprites.png);
  display:block;
  text-indent:-9999em;
  height:38px;
  }

ul.navigation a:hover {}

ul.navigation a.selected {}

ul.navigation a:focus {
  outline: none;
}

#brand_nav{background-position:0 0;}
#brand_nav:hover, #brand_nav.selected{background-position:0 -38px;}
#design_nav{background-position:-310px 0;}
#design_nav:hover, #design_nav.selected{background-position:-310px -38px;}
#web_nav{background-position:-620px 0;}
#web_nav:hover, #web_nav.selected{background-position:-620px -38px;}


#malarky .imgbox-close{
  background:url(../images/close_button.png) left top no-repeat;
  width:31px;
  height:56px;
  top:20px;
  right:-31px;  
}
#malarky .imgbox-close:hover{
  background:url(../images/close_button.png) right top no-repeat;
}


body{
  color:#555;
}

a{
  color:#e33000;
  text-decoration:underline;
}


#malarky_logo_container{}

#malarky_logo_container #malarky_logo{
  position:fixed;
  margin-left:-120px;
}

.table{
  text-align:center;
}

#page_heading{
  text-indent:-9999em;
  background:url(../images/homepage_heading.png) no-repeat;
  height:73px;
  line-height:73px;
  color:#e33000;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-weight:normal;
  font-size:5em;
  margin:20px 10px;
}

#spiel{/*the text under the heading*/
  font-weight:normal;
  font-size:18px;
}

/*gallery layouts*/
.cms_imgbox_icon_container{
  float:left;
  height:100px;
  width:100px;
  background:url(../images/pf_image_bottom.png) bottom no-repeat;
  padding:5px;
  margin:0 10px 10px 0;
}

.cms_imgbox_icon{
  display:table-cell;
  vertical-align:middle;  
  text-align:center;
  height:100px;
  width:100px;  
}

/*contact bit*/
#contact_heading{
  text-indent:-9999em;
  background:url(../images/hello.png) no-repeat;
  height:44px;
  line-height:62px;
  color:#e33000;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-weight:normal;
  font-size:4em;
  margin:20px 10px;
}

