a {outline:none !important;
}
/*body { overflow-x:hidden;*/
}
.font {
	
	font-family: 'Open Sans', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:600; /*Semi-Bold*/
	font-weight:700; /*Bold*/
	font-weight:800; /*Extra-Bold*/	
}
.top_block {
	border-bottom:1px #444 solid;
	background:#1c1c1c;	
	padding:11px 0;
	color:#434242;
	font-size:11px;
}

/* ______________________________follow us_________________________________________ */
.follow_us {
	float:right !important;
	width:250px;
}
.follow_us ul li {
	padding:0;
	margin:0 0 0 10px;
	display:inline-block;
	line-height:18px;
}
.follow_us a {
	background-image:url(../img/top_socials.png);
	background-repeat:no-repeat;
	height:27px;
	display:block;
	text-indent:-9999px;
	text-align:left;	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.follow_us a.facebook {
	background-position:0 0;
	width:27px;	
}
.follow_us a.facebook:hover {background-position:0 -30px;
}
.follow_us a.twitter {
	background-position:-37px 0;
	width:27px;
}
.follow_us a.twitter:hover {background-position:-37px -30px;
}
.follow_us a.flickr {
	background-position:-74px 0;
	width:27px;
}
.follow_us a.flickr:hover {background-position:-74px -30px;
}
.follow_us a.dribbble {
	background-position:-111px 0;
	width:27px;
}
.follow_us a.dribbble:hover {background-position:-111px -30px;
}
.follow_us a.rss {
	background-position:-150px 0;
	width:27px;
}
.follow_us a.rss:hover {background-position:-150px -30px;
}
.follow_us p {
	line-height: 24px;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #DC1E29;
	padding-left: 21px;
}

/* __________________________________________ end follow us __________________________________________________ */

.header {
	border-bottom:1px #404040 solid;
	padding-top: 34px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(/img/header_bg.png);
	background-repeat: repeat;
	background-position: left bottom;
}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.logo img {
	max-width:305%;
	float:left;
}

.slogan {
	float:left;
	padding: 27px 0 0 27px;
	color: #7b7b7b;
	font-family: 'Arial', sans-serif;
	font-size:14px;
	font-style: italic;
}

/*nav*/
.menu {border-bottom: 1px solid #404040;}

.navbar_ .container { position: relative;
}
.nav-collapse_ {
  padding-top: 5px;
  
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  padding: 0 1px 0 0;
  background:url(../img/menu_li.png) no-repeat right center;
}

.brd_lft a{background:url(../img/menu_li.png) no-repeat left center;}
a.brd_rght {background:url(../img/menu_li.png) no-repeat right center;}

.nav-collapse_ .nav > li:last-child {
  padding: 0;
  background:none;
}
.nav-collapse_ .nav li a {
  line-height:22px;
  color: #d2d2d2;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  padding:7px 22px; 
  text-align:left;
}

.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  color: #de1f26;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 6px;
  right: 50%;
  top: 50%;
  margin: 0 -40px 0 0;
}

.collapse ul li {
border-left: ;
}

.nav-collapse_ .nav > li.sfHover > a:before,
.nav-collapse_ .nav > li.sfHover > a:hover:before,
.nav-collapse_ .nav > li > a:hover:before,
.nav-collapse_ .nav > li.active > a:before,
.nav-collapse_ .nav > li.active > a:hover:before { background: url('../img/li-marker_w.png') left top no-repeat;
}

.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 0px;
  top: 42px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background:#292929;
  border-top:2px #de1f26 solid;
  padding: 0;
  margin: 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}

.nav-collapse_ .nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  padding: 5px 10px 6px 20px;
  background: none;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a,
.nav-collapse_ .nav > li > ul li.active > a {
  text-decoration: none;
  
  color:#de1f26;
}
.nav-collapse_ .nav > li > ul li > a:hover:before,
.nav-collapse_ .nav > li > ul li.sfHover > a:before { background: url('../img/li-marker_w.png') left top no-repeat;  
}

.nav-collapse_ .nav ul ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 158px;
  top: 0;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 0;
  margin: 0;
}


.page_container {
	padding-bottom: 40px;
	background: url(../img/grey_bg.jpg);	
}
.separator {
}
.welcome_block {
	text-align:center;
	padding-bottom:43px;
	padding-top:47px;
	line-height:21px;
	font-size:16px;
	color:#8e8e8e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.welcome_block span {
	color:#98c400;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	display:block;
}
.block {padding-bottom:55px;
}
#main_slider {
	padding-top: 38px;
	padding-bottom: 34px;
	background: #393939;
}

.planning {
	padding-top: 40px;
	padding-bottom:40px;
}
.planning a {
	display:block;
	color:#656464;
	padding: 0px;
}
.planning a span.img_icon {
	display:block;
	width:106px;
	height:106px;
	margin:0 auto 30px auto;
}

.planning a span.icon1 {
	background-image:url(../img/icon1.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon1 {background-position:left top;
}
.planning a span.icon2 {
	background-image:url(../img/icon2.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon2 {background-position:left top;
}
.planning a span.icon3 {
	background-image:url(../img/icon3.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon3 {background-position:left top;
}
.planning a span.icon4 {
	background-image:url(../img/icon4.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.planning a:hover span.icon4 {background-position:left top;
}

.planning a span.link_title {
	display:block;
	line-height:21px;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 30px;
}
.planning a:hover {
	text-decoration:none;
}
h2.title {
	padding:0;
	margin:0 0 19px 0;
	line-height:28px;
	text-transform:uppercase;
	padding-right:55px;
}
h2.title a {
	font-size:23px;
	color:#6a6a6a;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
h2.title a:hover {
	color:#de1f26;
	text-decoration:none;
}

.company b {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #7f7f7f;
}

a.read_more {
	padding-left: 5px;
	color: #de1f26;
}

p.last {
	margin-bottom:14px;
	margin-top: 16px;
	font-size: 14px;
	color: #7f7f7f;
	line-height: 20px;
}
a.alink {
	text-decoration:none;
	color: #C00;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
a.alink:hover {
	text-decoration:underline;
}

.block [class*="span"] {margin-bottom:25px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.black {color:#3a3a3a;
}
.block ul.the-icons {
	margin-left:17px;
	margin-bottom:5px;
}

.upper {text-transform:uppercase;
}
h2.upper {
	font-family: 'Oswald', regular;
	font-weight:400;
	font-size: 26px;
	color: #de1f26;
	margin-bottom:21px;
	margin-top:0;
	margin-right: 0px;
	margin-left: 0px;
}

.hover_img {
	position:relative;
	background-color:#000;
	opacity:0.8;
}
.hover_img:hover {
	background-position:left bottom;
	background-repeat:repeat-x;
}

.recent_text {
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border-top: 2px solid #6a6a6a;
}

.recent_hvr:hover  .recent_text, .recent_hvr:hover .recent_text span{
	border-color: #de1f26;
	color: #de1f26;
}

.recent_text span {
	display: block;
	padding: 10px 0 5px 0;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
}

.recent_text p {
	padding-bottom: 10px;
	font-size: 14px;
	color: #7f7f7f;
	text-align: center;
}

.item_description {
	
	text-align:none;
	color:#3a3a3a;
}
.item_description h4 {
	font-weight:800;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
.portfolio_zoom, .portfolio_link {
	display:none;
	width:27px;
	height:27px;
	position:absolute;
	left:50%;
	bottom:50%;
	margin:0 0 -14px -14px;
	background-image:url(../img/zoom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:0 0 0 1px;
	background-image:url(../img/link.png);
	display: none;
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -27px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:33px;
	height:33px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}

.post_carousel {
	padding-bottom:12px;
	border-bottom:5px #3a3a3a solid;
	color:#3a3a3a;
}
.post_carousel:hover {border-bottom-color:#9fcd00;
}
.post_carousel .title_t {
	line-height:20px;
	padding:14px 0 8px 0;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a {
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a:hover {
	color:#9fcd00;
	text-decoration:none;
}
.post_meta {
	color:#b2b2b2;
	padding-top:5px;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#88af00;
} 
.post_meta a:hover {
	color:#3a3a3a;
	text-decoration:none;
} 

.arrow_link {
	padding-right:15px;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-position:100% 2px;
	background-repeat:no-repeat;
	height:18px;
	display:inline-block;
}
.arrow_link:hover {background-position:100% -16px;
}




h5.small_head {
	width: 90%;
	height: 26px;
	background-image: url(../images/leftcoloumn_head.gif);
	background-repeat: repeat-x;
	float: left;
	color: white;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
}









.rounded {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#333;	
	overflow:hidden;
	position:relative;
}
.rounded img {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-shadow:0 0 5px rgba(0,0,0, 0.5) inset;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.inset_shadow:hover {box-shadow:0 0 30px rgba(0,0,0, 0.5) inset;
}

.recall p {
	font-family: 'Arial', regular;
	background: #292929;
	padding: 14px 20px !important;
	border-radius: 3px 3px 3px 0;
	line-height: 20px;
}

.recall_triangle {
	background: url(../img/recall_triangle_bg.png) no-repeat;
	width: 25px;
	height: 14px;
}

.people_recall {
	margin-top: 22px;
}

.people_recall img {
	float: left;
	margin-right: 16px;
}

.people_recall p {padding:12px 0 5px 0 !important;}


.block ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}

#footer {
	background:#393939;
	padding-top:29px;
}
#footer h2.title {
	font-family: 'Oswald', cursive;
	color:#828282;
	font-size:23px;
}

h2.dionysus_font span{
	font-family: 'Handlee', sans-serif !important;
	color: #de1f26 !important;
	font-size: 27px !important;

}

#footer p {
	font-family: 'Arial', cursive;
	padding:0 0 19px 0;
	margin:0;
	font-size: 14px;
	color: #787878;
	line-height: 20px;
}
#footer .btn_more {margin-top:3px;
}
#footer .span3 { padding-bottom:10px;
}
#footer li {
	background: #292929;
	padding:10px;
	margin-bottom:19px;
	
}

.foot_menu li {
	background: none !important;
	
}

.foot_menu a {
	border-left: 1px solid #4c4c4c;
	padding-left: 18px;
	
	font-family: 'Arial', cursive;
	color: #787878;
	font-size: 14px;
}

a.first_world_menu {border: none;}

#footer li:last-child {	border-bottom:0;
}
#footer li a.italic {
	display:block;
	font-style:italic;
	font-size:13px;
	color:#8b8b8b;
	padding-top:6px;
}
#footer li a.italic:hover {
	color:#80b600;
	text-decoration:none;
}
#footer li img {
	float:left;
	margin-right:29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.author {color:#8b8b8b;
}
.author a {color:#565656;
}
.author a:hover {color:#80b600;
}

.footer_bottom {
	background:#000;
	margin-top:16px;
	
}
.copyright {color:#8e8e8e; font-size: 14px; margin: 20px 0;
}
.copyright a {
	color:#de1f26;
	text-decoration:underline;
}
.copyright a:hover {text-decoration:none;
}
.foot_menu {
	text-align:right;
	margin: 20px 0;
}
.foot_menu li {
	display:inline-block;
	padding:0 14px 0 0 !important;
	border:0 !important;
	margin-bottom: 0 !important;
	background:url(../img/foot_menu_separator.png) no-repeat right center;
}
.foot_menu li:last-child {
	padding:0 !important;
	margin:0 !important;
	background:none;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#676667;
	font-size:14px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#de1f26;
	text-decoration:none;
}

/* categories */
.categories {
	width: 100%;
	float: left;
	border: #cccccc solid 1px;
	background: #fafafa url(../images/leftcolumn_bg.gif) repeat-x 0 100%;
	background-color: #fafafa;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0;
}
  .categories .arrowlistmenu {
    width: 218px;
    float: left; }
  .categories .menuheader {
    width: 198px;
    height: 21px;
    padding: 8px 10px 0px 10px;
    display: inline-block;
    background-image: url(../images/down.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border-bottom: #cccccc solid 1px; }
  .categories .openheader {
    background-image: url(../images/up.gif); }
  .categories ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
  .categories li {
    list-style: none outside none;
    padding-bottom: 2px; }
    .categories li a {
	background: transparent url(../images/foot_arrow.gif) no-repeat 5% 50%;
	width: 80%;
	height: 22px;
	display: inline-block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
	 
	  .categories li a:hover {
	width: 80%;
	height: 22px;
	display: inline-block;
	background-color: #de1f26;
	background-image: url(../images/foot_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #FFF;
}


#product-details {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
  #product-details h1 {
	padding: 15px 0px 8px 0px;
	width: 100%;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #666;
}
  #product-details .thumbgallery {
	float: left;
	width: 325px;
	border: #cccccc solid 1px;
	background-color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}
  #product-details .contentdiv {
    width: 324px !important;
    height: 365px !important;
    overflow: hidden !important;
    float: left;
    border-bottom: #cccccc solid 1px; }
    #product-details .contentdiv img {
      width: 326px !important;
      height: 366px !important;
      overflow: hidden !important;
      float: left;
      margin: 0px 0px 0px 0px;
      z-index: 1; }
  #product-details #slider2 {
    width: 326px;
    overflow: hidden !important;
    float: left;
    height: 367px !important; }
  #product-details #paginate-slider2 {
    overflow: hidden;
    float: left;
    margin: 17px 0px; }
    #product-details #paginate-slider2 ul {
      margin: 0;
      float: left; }
    #product-details #paginate-slider2 li {
      margin-right: 14px;
      list-style: outside none none; }
      #product-details #paginate-slider2 li a {
        border: #e3e3e3 solid 1px;
        float: left;
        height: 51px !important;
        width: 51px !important; }
        #product-details #paginate-slider2 li a.selected {
          border: #999999 solid 1px; }
    #product-details #paginate-slider2 img {
      float: left;
      height: 51px;
      width: 51px;
      z-index: 1; }
  #product-details a.prevbtn {
    float: left;
    margin: 38px 7px 0px 20px; }
  #product-details a.nextbtn {
    float: left;
    margin: 38px 5px 0px 5px; }

.zoom {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 326px;
  height: 366px;
  margin: -366px 0px 0px 0px;
  z-index: 9;
  font-size: 1000px;
  overflow: hidden;
  display: block;
  float: left; }
  .zoom:hover {
    background-image: url(../images/zoom.png); }

#product-details .desc {
}
  #product-details .desc .prodlinks {
    float: left;
    width: 290px; }
    #product-details .desc .prodlinks a.emailfriend {
      background-image: url(../images/email.gif);
      background-repeat: no-repeat;
      background-position: left;
      padding-left: 25px;
      margin: 7px 0px 5px 0px;
      float: left; }
    #product-details .desc .prodlinks a.writereview {
      background-image: url(../images/writereview.gif);
      background-repeat: no-repeat;
      background-position: left;
      padding-left: 25px;
      height: 17px;
      padding-top: 3px;
      display: inline-block; }
  #product-details .desc .stock {
    float: right; }
  #product-details .desc .quickreview {
	width: 100%;
	border: #cccccc solid 1px;
	border-left: none;
	border-right: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
    #product-details .desc .quickreview h6 {
      padding-bottom: 5px; }
  #product-details .desc .prod_options {
    float: left;
    width: 348px;
    border: #cccccc solid 1px;
    background-color: white; }
    #product-details .desc .prod_options .colorsmodel {
      padding: 15px 10px 0px 10px;
      border-bottom: #cccccc solid 1px; }

.prod_options .colorsmodel ul {
  margin: 0 0 10px;
  float: left;
  width: 328px; }
  .prod_options .colorsmodel ul li {
    float: left;
    list-style: none; }
    .prod_options .colorsmodel ul li.txt {
      float: left;
      width: 50px;
      padding-top: 2px; }
    .prod_options .colorsmodel ul li.options {
      float: left; }
      .prod_options .colorsmodel ul li.options select {
        float: left;
        width: 238px;
        height: 19px;
        background-color: white;
        border: #dddddd solid 1px; }

#product-details .desc .prod_options .moreoption {
  float: left;
  width: 328px;
  padding: 10px; }

.prod_options .moreoption p.price {
  padding: 0; }
.prod_options .moreoption ul {
  margin: 0;
  padding: 10px 0px 15px 0px;
  float: left;
  width: 328px; }
  .prod_options .moreoption ul li {
    margin: 0 10px 0 0;
    display: inline;
    list-style: none outside none; }
    .prod_options .moreoption ul li.txt {
      padding: 4px 0 0; }
    .prod_options .moreoption ul li input {
      width: 30px;
      height: 20px;
      line-height: 22px;
      background-color: white;
      border: #d0d0d0 solid 1px; }
    .prod_options .moreoption ul li.cartbtn input {
      width: 109px;
      height: 22px;
      line-height: 22px;
      padding: 0 8px 0 30px;
      background: transparent url(../images/addtocart.gif) no-repeat 0 0;
      color: white;
      border: #151515 solid 1px; }
.prod_options a.addtowishlist {
  background-image: url(../images/addtowish.gif);
  width: 86px;
  height: 19px;
  padding: 5px 0px 0px 25px;
  color: white;
  display: inline-block; }

.productList {
  margin: 0;
  padding: 0; }
  .productList li {
	list-style: none outside none;
}

.productSmall,
.productfeaturelist {
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
  .productSmall li,
  .productfeaturelist li {
    padding: 0 20px 20px 0;
    width: 220px;
    float: left;
    list-style: none outside none; }
  .productSmall .productItemLast,
  .productfeaturelist .productItemLast {
    padding-right: 0px; }

/* Product listing */
.hproduct {
  border: #cccccc solid 1px;
  height: 236px;
  background-color: white; }
  .hproduct .photo {
    border-bottom: #cccccc solid 1px;
    display: block;
    height: 163px;
    text-align: center;
    vertical-align: middle; }
  .hproduct h3 {
    padding: 9px 12px 7px;
    font-size: 12px; }
    .hproduct h3 a {
      color: #333333; }
  .hproduct p {
    margin: 0 12px 12px;
    float: left; }
    .hproduct p .price {
      color: black; }
  .hproduct .productSubmitInput {
    border: 0;
    padding: 0;
    float: right;
    width: 14px;
    height: 14px;
    margin: 3px 12px 0px 0px;
    background-image: url(../images/add_big.gif);
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -1000em;
    overflow: hidden;
    cursor: pointer; }
  .hproduct .bubble {
    width: 67px;
    height: 24px;
    padding-top: 3px;
    margin: -42px 0px 0px -26px;
    background-image: url(../images/addtocart_bubble.png);
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    position: absolute;
    display: none; }
  .hproduct:hover .bubble {
    display: inline-block; }

/* Featured Products */
.featuredslider {
	width: 100%;
	margin-bottom: 20px;
}
  .featuredslider .innerslider {
	width: 100%;
	height: 143px;
	position: relative;
	background: transparent url(../images/leftcolumn_bg.gif) repeat-x 0 0;
	border: #cccccc solid 1px;
	padding-top: 20px;
	padding-right: 74px;
	padding-bottom: 20px;
	padding-left: 74px;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
}
  .featuredslider .prevbtn,
  .featuredslider .nextbtn {
	width: 26px;
	height: 143px;
	display: block;
	position: absolute;
	z-index: 1000;
	top: 20px;
	background: transparent no-repeat 0 0;
}
  .featuredslider .prevbtn {
    left: 20px;
    background-image: url(../images/prev_slider.gif); }
  .featuredslider .nextbtn {
    right: 20px;
    background-image: url(../images/next_slider.gif); }
  .featuredslider .scroll {
}
    .featuredslider .scroll ul {
      margin: 0;
      padding: 0;
      float: left;
      font-size: 12px; }
    .featuredslider .scroll li {
      margin: 0 28px 0 0;
      padding: 3px;
      width: 110px;
      height: 137px;
      float: left;
      list-style: outside none none;
      background-color: #cccccc;
      text-align: center; }
      .featuredslider .scroll li:hover {
        background-color: #333333;
        color: white; }
    .featuredslider .scroll .photo {
      margin: 0 0 7px;
      width: 110px;
      height: 110px;
      text-align: center;
      vertical-align: middle;
      background: white; }
      .featuredslider .scroll .photo img {
        width: 110px;
        line-height: 110px; }

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background-image:url(../img/back_top.png);
  background-repeat:no-repeat;
  background-position:0 0;
  position: fixed;
  margin-right: -640px !important;
  right: 50%;
  bottom: 60px;
  z-index: 999;
}
#toTop:hover {background-position:0 -37px;
}

#footer input[type="text"] {
	margin:6px 0 25px 0 !important;
	padding: 10px 6px !important;
	font-size: 13px;
	color: #676667;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;	
	background-color: #323232;
	border: 1px solid #151515;
	border-bottom-color:#323232;
	border-right-color:#323232;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	  box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;		  
}

.vertical .carousel-inner {height: 100%;
}
.carousel.vertical .item {
    -webkit-transition: 0.6s linear top;
     -moz-transition: 0.6s linear top;
       -o-transition: 0.6s linear top;
          transition: 0.6s linear top;
}
.carousel.vertical .active { top: 0;
}
.carousel.vertical .next { top: 100%;
}
.carousel.vertical .prev { top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {top: 0;
}
.carousel.vertical .active.left {top: -100%;
}
.carousel.vertical .active.right { top: 100%;
}



.breadcrumb {
  padding: 19px 0;
  margin: 0 0 20px 0;
  list-style: none;
  background:#393939;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:19px;
}
.breadcrumb span {
  color:#de1f26;
  padding:0 5px;
}
.breadcrumb a {
  color:#de1f26;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  font-size:19px;
}

.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    font-style: italic;
	margin-bottom:5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align: left !important;
}

.item_description {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
    padding: 5px 20px 20px;
}

.profile .rounded {
	margin:10px auto 15px auto;
	width:169px;
}

legend {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

/* Portfolio */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #393939;
	background:#de1f26;
	text-decoration:none;
}
.preloader {
	background:url(../img/preload_img.gif) center center no-repeat;
	display:block;
}



#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 41px;
  height: 40px;
  margin-top: -20px;
  background-image:url(../img/horizontal_arrows.png);
  background-position:0 0;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-47px 0; 
	left:auto;
	right:15px; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-47px -41px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -41px;
}
.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}
.post_info {
	padding:5px 0;
	border-bottom:1px #a6a6a6 dotted;
	border-top:1px #a6a6a6 dotted;
	margin-bottom:12px;
	color:#747474;
}
.post_info span {color:#646464;
}


.sidebar { padding-top:9px;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}

ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #a6a6a6 dotted;
	color:#646464;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {
	font-weight:bold;
	color:#747474;
}

ul.tweets li {
	padding:10px 12px;
	
	margin-bottom:17px;
	background:#292929;
	color:#787878;
	font-size: 14px;
	font-style: italic;
}
.tweet_time {
	padding-top:8px;
	display:block;
}
.tweet_time a {
	font-style:italic;
	color:#646464;
}

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:33px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #e3e3e3 solid;
	color:#646464;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #de1f26 solid;
	color:#5e5e5e;
	text-decoration:none;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#646464;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#646464;
}
ul.links li a:hover {color:#de1f26;
} 

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	opacity:0.8;
	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
.sidebar  input.search-query {
  padding:5px 6px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

#search {
	background-color: #393939;
	margin: 0 !important;
	border-radius: 20px 20px 20px 
	outline: none;
    -webkit-appearance: none;
	-webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;	  
    vertical-align: middle;
	padding-right: 40px;
	padding: 4px 12px;
	height: 35px;
	width: 221px;
	border: none;
}

.search_footer1 {
	float: right;
	margin-top: 14px;
	margin-bottom: 14px;
	position: relative;
	
}

.search_footer1 input[type="submit"] {
	position: absolute;
	right: -15px;
	top: 15px;
	width: 17px;
	height: 17px;
	border: none;
	background: url(../img/search_bg.png) no-repeat left top;
	background-position:0 0;
}

.search_footer1 input[type="submit"]:hover {background-position:0 -17px;
}

#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #80b600; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #80b600; }
.tipsy-arrow-s { border-top-color: #80b600; }
.tipsy-arrow-e { border-left-color: #80b600; }
.tipsy-arrow-w { border-right-color: #80b600; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.contact_form { padding-top:6px;
}
.contact_form textarea { min-height:260px !important;
}

/* ____________________ camera_pag ____________________________ */

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #de1f26;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 11px;
	margin: 18px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 11px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 11px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 11px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}

/* _________________ end camera pag ___________________________ */

/* ____________________ client logo ___________________________ */

.clients_logo {
	
}

ul.client_logo2 {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.client_logo ul {margin:0 !important;}

.clients_logo a {
	color:#dedede;
	display: inline-block;
	line-height: 100px !important;
	height: 100px !important;
	padding: 0 15px 0 21px;
	overflow: hidden;
}
.clients_logo a:hover {
	color:#6a6a6a;	
	text-decoration:none;
}
.clients_logo a.lobster {
	font-family: 'Lobster', cursive;	
	font-size:37px;
}

.clients_logo a.allura {
	font-family: 'Allura', cursive;	
	font-size:49px;
}
.clients_logo a.oswald {
	font-family: 'Oswald', sans-serif;
	font-size:34px;
}
.clients_logo a.cookie {
	font-family: 'Cookie', cursive;
	font-size:51px;
}
.clients_logo a.yanonekaffeesatz {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:40px;
}
.clients_logo a.anton {
	font-family: 'Anton', sans-serif;
	font-size:36px;
	padding-right: 18px;
}
.clients_logo li {
	display:inline-block;
	margin-right: -4px;
	padding: 0 ;
	border-right: 1px solid #dedede;
	text-align: center;
}

.clients_logo li:hover {background: #de1f26;}

/* ____________________ end client logo _______________________ */

/* ____________________________ flickr _____________________________________ */
.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;
	background:#393939;
}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}

a.ligula_link{ text-decoration: none !important; color: #189799;}
a.ligula_link:hover { color: #1e1e1e;}

.nav-list a { color: #189799; text-decoration:none;}
.nav-list a:hover {color:#1e1e1e;}

/* ____________________________ end flickr _____________________________________ */

/* ___________________________ contact form ____________________________________ */

.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}

/* _________________________ end contact form __________________________________ */
.page_container .wrap.planning .container .row .span7 #products-featured .innerslider .anyClass.scroll {
	height: 100%;
	width: 80%;
	overflow: hidden;
	float: left;
}
.header .wrap .navbar.navbar_.clearfix {
	background-image: url(../img/header_graphics.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.form_wrap {
	background-color: #e2e2e2;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.page_container .wrap.planning .container .row .span9 .span5 #product-details .quickreview {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	padding-top: 0px;
	margin: 0px;
}
.tellafriend a{
	float: left;
	width: 325px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #e2e2e2;
	display: block;
	border: 1px solid #CDCDCD;
	height: 30px;
	padding-top: 10px;
	position: relative;
}
.tellafriend a:hover {
	float: left;
	width: 325px;
	background-color: #de1f26;
	height: 30px;
	padding-top: 10px;
	cursor: pointer;
	color: #FFF;
}
.page_container .wrap.planning .container .row .span9 .span3 #product-details .form_wrap form .webform tbody tr td label .req {
	color: #de1f26;
}
.page_container .wrap.planning .container .row .span9 .span3 #product-details .form_wrap form .webform tbody tr td .req {
	color: #de1f26;
}
.page_container .wrap.planning .container .row .span9 .span3 #product-details .form_wrap form .webform tbody tr td #required {
	color: #333;
	font-size: 11px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #access {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/access_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #access:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/access_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #attachments {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/attachments_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #attachments:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/attachments_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #breakers {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/breakers_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #breakers:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/breakers_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #compactors {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/compactors_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #compactors:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/compactors_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #concrete {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/concrete_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #concrete:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/concrete_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #decorating {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/decorating_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #decorating:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/decorating_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #drilling {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/drills_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #drilling:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/drills_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #excavators {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/digger_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #excavators:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/digger_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #garden {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/garden_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #garden:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/garden_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #generator {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/generator_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #generator:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/generator_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #blaster {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/blaster_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #blaster:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/blaster_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #other {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/other_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #other:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/other_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #power {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/power_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #power:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/power_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #pumps {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/pumps_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #pumps:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/pumps_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #tracked {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/tracked_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #tracked:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/tracked_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #traffic {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/traffic_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #traffic:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/traffic_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #trailers {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/trailers_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #trailers:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/trailers_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #trucks {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/trucks_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #trucks:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/trucks_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #loader {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/loader_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #loader:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/loader_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #fence {
	height: 160px;
	background-color: #E8E8E8;
	padding-top: 20px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DE1F26;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	background-image: url(../images/fence_off.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 .categories .catalogueitemdump li .span3 #fence:hover {
	height: 160px;
	background-color: #DE1F26;
	padding-top: 20px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9B141A;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/fence_on.png);
	background-position: center 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_container .wrap.planning .container .row .span12 #categories {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.category_menu_item a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: left;
	height: 20px;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #999;
}

.category_menu_item a:hover {
	border: 1px solid #de1f26;
	color: #ffffff;
	background-color: #de1f26;
}
.page_container .wrap.planning .container .row #deals {
	background-color: #e2e2e2;
	padding: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.page_container .wrap.planning .container .row .span3 #deals h5 {
	color: #666;
}
.padDescription {
	margin-top: 20px;
}
