/****************************/
/* ie6-fixes.css
 * Copyright Theme.
 * Unauthorised use of this css file or any part of this css file is strictly prohibited/
/****************************/


* html img.pngfix {
  position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "http://themesmania.com/demo/clean_design/sites/all/themes/clean_design/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}
#block-search-0 .form-item, #block-search-0 .form-submit, .head-shadow, .top-shadow, .shadow-top-right, .bottom-shadow, .shadow-bottom-right, .left-shadow, .right-shadow, .node h2.title span.title-arrow, .view-jcarousel-slider .jcarousellite-next, .view-jcarousel-slider .jcarousellite-prev, .header-top-shadow {
 /* Cropped background images */
 behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}
/* Search Block */
#block-search-0 {
  margin-right:-10px;
}
#block-search-0 .form-item {
  margin-right:45px !important;
}
#block-search-0 .form-item .form-text {
  width:auto;
}
/* Views Jcarousel */
.view-jcarousel-slider .views-field-field-jcarousel-title-value, .view-jcarousel-slider .views-field-field-jcarousel-description-value {
  background:#000000;
}
/*** Navigation Quick Fix ***/
#navigation-right, #navigation-right div {
  display:inline;
  float:right;
}
#navigation-right {
  width:100px;
}
#primary-menu, #primary-menu div {
  width:830px;
  display:inline;
}
#block-search-0 .form-item {
  margin-right:35px;
}
#block-search-0 {
  position:relative;
  left:-10px;
}
#header-blocks {
  width:500px;
}
#primary-menu, #navigation-right {
  height:1%;
}
#navigation {
  overflow:visible !important;
}
#header-group-wrapper {
  position:relative;
  z-index:999;
}
/* Block Shadow */
.left-shadow {
  padding-left:2px;
}
.right-shadow {
  padding-right:2px;
}
/* Node Quick Fix */
.node h2.title {
  margin-left:-28px;
}
.node .field-field-image {
  margin-top:13px;
}
body.front .node h2.title span.title-arrow, body.not-front .node h2.title span.title-arrow {
  left:0px;
  width:20px;
  background-position:right top;
}
/* Block Title */
.title-bg h2.block-title, .white-bg h2.block-title span {
  line-height:1em;
  margin-top:0px;
}
/* Bottom Logo Quick PNG Fix Class */
.pngfix span {
  display:inline !important;
}