.header-first {
	height: 70px;
	background: #373737;
	width: 100%;	
}
.header-first-logo {
	background:  url(../img/toolbox-logo.png) no-repeat 0 12px;
	height: 60px;
	position: relative;
}
.toplinks {
	background: #f68320;
	height: 20px;
	width: 60px;
	top: 50px;
	right: 0;
	position: absolute;
	font-size: 8px;
	padding: 0 10px;
}
.slideshow {
	background: gray;
	height: 260px;
}
.welcome {
	background: #f68320 url(../img/welcome-background.png) no-repeat 100% 100%;
	height: 260px;
	
}
.welcome-text {
	color: #fff;
	padding: 0 10px;
	line-height: 18px;
}
.welcome-text h3 {
	font-weight: normal;
}
/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
    }

    .carousel .container {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .carousel-control {
      background-color: transparent;
      border: 0;
      font-size: 120px;
      margin-top: 0;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }

    .carousel .item {
      height: 260px;
    }
    .carousel img {
      min-width: 100%;
      height: 260px;
    }

    .carousel-caption {
	height: 25px;
	padding-top: 5px;	
     
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 20px;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 5px;
    }

.footer {
	font-size: 11px;
	text-align: center;
}
.footer-first {
	height: 20px;
	background: #373737;
	color: #fff;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}
.precomm {
	background: #edefef;
	min-height: 250px;	
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.precomm:hover {
	background: #e1e1e1;
}
#precomm-text, #precomm-calculations, #design-text, #design-calculations{
	padding: 10px 20px;	
}
.lead-calculation {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #fff;
	height: 50px;
	padding: 10px 0 0 50px;
}
.precom-icon {
		background: #333434 url(../img/icon-gear.png) no-repeat 15px 50%;
}
.design-icon {
		background: #333434 url(../img/icon-gear-2.png) no-repeat 15px 50%;
}
.pop-icon {
		background: url(../img/icon-heart.png) no-repeat 15px 50%;
}
.pop-list {
	padding: 10px 0 0 0px;
}
.design {
	background: #edefef;
	min-height: 250px;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.design:hover {
		background: #e1e1e1;
}
.arrow {
	background: url(../img/arrow-red.gif) no-repeat 0 50%;
	padding-left: 10px;
}
.pops {
	background: #771417;
	min-height: 250px;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.pops:hover {
	background: #1a97a9;
}
.pops:hover a, .viewed:hover a {
	color: #fff;	
}
.pops ul, .viewed ul {
	list-style: none;	
}
.pops a, .viewed a, .tags a {
	color: #b2aaa4;
	-moz-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;	
}
.viewed {
	background: #e6e2df url(../img/icon-eye.png) no-repeat 150% 50%;
	min-height: 200px;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.tags {
	background: #e6e2df url(../img/icon-tags.png) no-repeat 150% 50%;
	font-size: 12px;
	line-height: 18px;
	min-height: 200px;
	padding: 0 45px 0 5px;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
}
.tags:hover {
	background: #f68320 url(../img/icon-tags.png) no-repeat 95% 50%;
}
.viewed:hover {
	background: #771417 url(../img/icon-eye.png) no-repeat 95% 50%;
}
.lead-title {
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	font-size: 25px;
	padding-left: 10px;
	line-height: 35px;
	text-shadow:0 0 4px rgba(0,0,0,0.4);
}
.vspace {
	padding: 10px 0 10px 0;	
}
.vspace2 {
	padding: 30px 0 10px 0;
}
.header1 {
	height:40px;
	background: #333;	
}
.logo-ipec {
	width: 178px;
	height: 96px;
	background: url(../img/ipec-logo.png) no-repeat;
	padding-right: 20px;
	float: right;
}
.header {
	height: 100px;
	background: url(../img/irongrip.png);
	padding: 10px 0 0 0px;
	margin-bottom:40px;
	color: #fff;
}
.logo {
	width: 434px;
	height: 132px;
	background: url(../img/logo.png) no-repeat;
	z-index: 100;
		
}
.line-box {
	border-bottom: 1px solid #CCC;
	height: 3px;	
}
.footer1 {
	font-size: 13px;
	color: white;
	padding: 10px 0 5px 0;
	background: url(../img/footer_bg.png);
}
.footer2 {
	font-size: 12px;
	color: white;
	text-align: center;
	background: #1B1B1B;
	height: 30px;	
}
a.white {
	text-decoration: underline;
	color: #fff;	
}
.guide {
	font-style:italic;
	line-height: 15px;
}	
.box {
	font-size: 12px;
}
.line-dotted {
 	background: url(../img/line_dotted.png) 0 30px repeat-x;
}
.bg-title {
	background: #fff;
	padding-right: 5px;
}
#img_big {
	position: relative;	
}
#img_small {
	position:absolute;
	right:0;
	bottom:0;
	z-index:3;
	width: 100px;
	height: 60px;
	border: 1px solid #ccc;
}
.bgg {
	background: #ccc;
	height: 100px;	
}
.tags-bg {
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d8d8d8;
	padding: 0 3px;
	white-space:nowrap;
}
.tags-bg a {
	text-decoration: none;
	color: #b2aaa4;	
}
.tags:hover a {
	color: #000;	
}
.radio-guide {
	color: gray;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 0;
}