@charset "utf-8";
/* CSS Document */

/**** Font Face ***/
@font-face {
    font-family: 'helveticanw';
    src: url('/fonts/helveticanw.eot');
    src: url('/fonts/helveticanw.eot') format('embedded-opentype'),
         url('/fonts/helveticanw.woff') format('woff'),
         url('/fonts/helveticanw.ttf') format('truetype'),
         url('/fonts/helveticanw.svg#HelveticaNarrowRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'helvetica_heavy';
    src: url('/fonts/helveticaneue-heavy-webfont.eot');
    src: url('/fonts/helveticaneue-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneue-heavy-webfont.woff') format('woff'),
         url('/fonts/helveticaneue-heavy-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneue-heavy-webfont.svg#helvetica_neue85_heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_medium';
    src: url('/fonts/helveticaneue-medium-webfont.eot');
    src: url('/fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneue-medium-webfont.woff') format('woff'),
         url('/fonts/helveticaneue-medium-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneue-medium-webfont.svg#helvetica_neue65_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_light';
    src: url('/fonts/helveticaneue-ultralight-webfont.eot');
    src: url('/fonts/helveticaneue-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneue-ultralight-webfont.woff') format('woff'),
         url('/fonts/helveticaneue-ultralight-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneue-ultralight-webfont.svg#helvetica_neue25_ultra_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, *{

}
body{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-style: normal;
	background: #3E3E3E;
}
#body {
	background: #3E3E3E;	
	z-index: 10000 !important;

}
#body-wrap{
	width: 980px;
	background: #fff;	
	min-height: 1100px;
}
#body-wrapper{
	padding: 15px;
	padding-top: 70px;	
}
.main-content{
	height-min: 600px;	
	padding-bottom: 140px;
}
.content{
	overflow: hidden;
}
/**** common styles ***/

ul{
		
}
li{
	list-style:none;
}
a{
	color: #252a30;	
}
a:hover{
	color: #ff4000;
}
form{
	margin: 0;
	padding: 0;	
}

/****** clearfix *******/
.clearfix:after, .clearfix:before{
	content: "";
	display: table;	
}
.clearfix:after{
	clear: both;
}
.clearfix{
	zoom: 1;	
}
/**** navigation styles ***/
.navigation {
	background:#252a30;
	height: 110px;
    z-index: 1000 !important;	
}
.navbar-brand {
	padding: 0;
	height: 110px;
}
.navbar-brand a{
	width: 150px;
	height: 300px;	
}
.navbar{
	left:130px;
}
.navbar ul {
	top: 75px;
	position: relative;	
    z-index: 1000 !important;
    list-style:none; 
    margin:0; 
    padding:0; 
	left: -120px;

}
.navbar ul li{
	float: left;
	padding: 5px 10px 5px 10px;
	border-left: #fff 1px solid ;	
	text-transform:uppercase;
	font-size: 12px;
}
.navbar ul li.topfirst {
	border-left: none;	
}
.navbar ul li > ul {
	position: absolute;
	float: left;
	opacity: 0;
	display: block;
	top: 22px;
	left: -3px;	
	visibility: hidden;
	padding: 5px 10px 5px 15px;	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.navbar ul li:hover > ul {
	float: left;
	visibility: visible;
	position: absolute;
	opacity: 1;

	background: #252a30;
	margin: 0;
	height: auto;

	visibility: visible;
}
.navbar ul li > ul:hover li {
	display: block;	
}
.navbar > ul > li {
    position: relative;
    float: left;

}
.navbar > ul > li > a {
     display:block;
     text-decoration:none;

}
.navbar ul li > ul li {
	float: none;
	border: none;	
	padding: 5px;
	margin: 0;
	
}
.navbar > ul > li > a:hover{
    color:#eeeeee; /* light grey */
}
.navbar ul li a {
	color: #fff;	
}
.navbar ul li a:hover {
	color: #ff4000;
	text-decoration:none;	
}
.navbar ul ul{
    width: 250px;
    position:absolute;
    z-index:100;
    height: 0;
    overflow: hidden;
}
.navbar > ul > li:hover ul ul, .navbar > ul > li > a:hover ul ul{
    height:0;
}
/* tertiary drop-down box */
.navbar ul ul ul{
     left:170px;
     width: 250px;
}
.navbar > ul > li:hover ul, .navbar > ul > li > a:hover ul,
.navbar ul ul li:hover > ul, .navbar ul ul li a:hover > ul{
     height: auto;
}
.navbar ul ul li{
	width: auto;

}
.navbar ul ul li:hover {
    background-color:#32373d; /* grey */
}   
.navbar ul ul li a {
    display: block;
    text-decoration: none;
    margin: 0 12px;
    padding: 5px 0;
    color: #fff; /* grey */
	text-transform: none;
	padding:0;	
}
.navbar ul ul li a:hover, .navbar ul ul li:hover > a {
    color:#ffffff; /* white */
}
.icon-menu{
	color: #fff;
	font-size: 11px;
	top: 50px;
	position: relative;
	left: -80px;
}
.icon-menu span{
	text-align: center;	
	float: left;
	margin: 10px;

}
.icon-menu span a{
	color: #fff;	
}
.icon-menu span a:hover{
	color:	#ff4000;
}
/******************************************/
/********** Breadcrumb ********************/
/*****************************************/
.breadcrumb{
	background: none;	
	color: #999;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}
.breadcrumb a{
	color: #999;	
}
/*******************************************/
/****** Carousel ***************************/
/*******************************************/
.carousel{	
	padding: 15px;
}

.carousel .left{
	
}
.carousel .right{
	
}
.carousel-indicators{	
  bottom: -35px;
}
.carousel-indicators li {
  border: none;
  background-color: #d6d6d6 ;

}
.carousel-indicators .active {
  background-color: #9ea7b3;
}

.carousel-control{
	background: none;	
}

.carousel-control:hover{
	  	color: #ffffff;
	  	text-decoration: none;
	  	opacity: 0.5;
	  	filter: alpha(opacity=50);
}	
.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;

}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;

}
/******* Product Image Carousel *****/
#product-slider {
	padding: 0;
	margin: 0 auto;
	background: none;
	max-height:624px;
	max-width: 823px;
}

#product-slider .carousel-inner > .item > img{
	margin: 0 auto;	
}	
#product-slider .carousel-control{
		background: #252a30;
		position: absolute;
		top: 375px;	
		height: 30px;
		width: 30px;
		padding-bottom: 15px !important;
	 	opacity: 1;
	  	filter: alpha(opacity=100);
	  	color: #ffffff;
	  	text-align: center;
	 	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);	
		border-radius: 50%;					
}	
#product-slider .carousel-control:hover{
	  	color: #ffffff;
	  	text-decoration: none;
	  	opacity: 0.5;
	  	filter: alpha(opacity=50);
}	
#product-slider .carousel-control{
		top: 50%;	
}	
/******** side background carousel (featured Client)****/	
#bgCarousel {
	width: 100%;
	height: 100%;
	float: right;
	z-index: 0;
	clear: both;
	position: fixed;
	left: 980px;
	padding: 0;
	margin: 0;
}

#bgCarousel .carousel-inner .item {
	min-height: 10000px;
	top: 110px;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	overflow: hidden;
	background-position: left 980px top;
	background-position-x: 980px;
	background-position-y: 0;

	
}
#bgCarousel .carousel-caption{
	background:#252a30;
	top: 100px;	
	height: 100px;
	left: 0;
	width: 370px;
	padding: 15px;
	text-align: left;
}
#bgCarousel .carousel-caption h4{
	text-transform: uppercase;	
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;	
	left: 0px;
}
#bgCarousel .carousel-caption span{
	text-transform: uppercase;	
	background: #ff4000;
	left: 0;
	float: left;
	top: -30px;
	padding: 5px 15px;
	position: absolute;
	text-shadow: none;
}	
#bgCarousel .carousel-control{
	background: #252a30;
	position: absolute;
	top: 315px;	
	height: 30px;
	width: 30px;
	padding-bottom: 15px !important;
 	opacity: 1;
  	filter: alpha(opacity=100);
  	color: #ffffff;
  	text-align: center;
 	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);						
}	
#bgCarousel .carousel-control:hover{
  	color: #ffffff;
  	text-decoration: none;
  	opacity: 0.5;
  	filter: alpha(opacity=50);
}	

/********** feature carousel popup *********/
.modal-dialog{
 width: 80%;
 height: 80%;

}
#featCarousel {
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 0 !important;
	margin: 0 !important;
	top: -2px;
	left: -2px;
}

#featCarousel .carousel-inner .item {
	width: 100%;
	height: 100%;
}
#featCarousel .carousel-caption{
	background:#252a30;
	top: 50px;	
	height: 100px;
	left: 0;
	width: 370px;
	padding: 15px;
	text-align: left;
}
#featCarousel .carousel-caption h4{
	text-transform: uppercase;	
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;	
	left: 0px;
}
#featCarousel .carousel-caption span{
	text-transform: uppercase;	
	background: #ff4000;
	left: 0;
	float: left;
	top: -30px;
	padding: 5px 15px;
	position: absolute;
	text-shadow: none;
}	
#featCarousel .carousel-control{
	background: #252a30;
	position: absolute;
	top: 155px;	
	height: 30px;
	width: 30px;
	padding-bottom: 15px !important;
 	opacity: 1;
  	filter: alpha(opacity=100);
  	color: #ffffff;
  	text-align: center;
 	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);						
}	
#featCarousel .carousel-control:hover{
  	color: #ffffff;
  	text-decoration: none;
  	opacity: 0.5;
  	filter: alpha(opacity=50);
}	

/*******************************************/
/***** Footer ******************************/
/*******************************************/
.footer{
	background: #252a30;	
	margin-top: 40px;
	width: 980px;
	height: 80px;
}
.footer li{
	float: left;
	vertical-align:central;
	margin-top: 20px;
	height: 50px;
}
.footer a{
	color: #fff;	
}
.phone-number{
	font-size: 24px;
	text-align: left;
	background: url(../images/icon-phone.png) no-repeat 10px ;
	padding: 8px 10px 5px 40px;
	margin-top: 15px;
	color: #fff;	
	width: 25%;
}
.address{
	font-size: 14px;
	text-align:center;
	background: url(../images/icon-location.png) no-repeat 10px ;
	padding: 15px 10px 5px 30px;
	margin-top: 25px;
	color: #fff;	
	width: 35%;
}
.copyright{
	font-size: 12px;
	text-align: right;
	color: #fff;
	padding: 18px;
}
/*******************************************/
/******* PAGE STYLES *******************/
/*******************************************/
.page-title{
	font-family: 'helvetical_medium', Helvetical, Arial, sans-serif;
	font-size: 	35px;
	line-height: 20px;
	margin-bottom: 25px;
}

/*******************************************/
/******* CATEGORY STYLES *******************/
/*******************************************/
.category-header{
	font-family: 'helvetical_medium', Helvetical, Arial, sans-serif;
	font-size: 	35px;
	line-height: 20px;
}
.type{
	font-family: 'helvetical_medium', Helvetical, Arial, sans-serif;
	font-size: 18px;
}
.category-item{
	float: left;	
	font-family: 'helvetical_heavy', Helvetical, Arial, sans-serif;
	width: 31%;
	margin: 7px;
	min-height: 330px;
}
.category-item img{
	margin: auto 0;
	text-align:right;
}
.category-item h2{
	position: relative;	
	font-size: 20px;
	text-align:center;
	font-weight: bold;	

}
.category-item h2:before{
	content: "";
	display: block;
	border-top: solid 2px #CCC;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;	
}
.category-item h2 span{
	background: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 5;
}
.category-item p{
	text-align:center;	
}
.category-subname{
	line-height: 5px;
	font-size: 17px;

}
.category-item p.price{
	font-size: 20px;
	text-align: center;	
}

/*******************************************/
/***** PRODUCT STYLES **********************/
/*******************************************/
.starting-at-price{
font-family: 'helvetica_medium', Helvetica, Arial, sans-serif;	
font-size: 16px;
letter-spacing: 1px;
}
.product-price{
	color: #ff4000;	
	font-size: 30px;
	font-weight: bold;
}
.product-title{
	font-size: 50px;
	font-family: 'helvetica_light', Helvetica, Arial, sans-serif;
}
.product-description{
	margin: 20px 0 25px 0;
}

.product-info{
	float: left;
	width: 100%;
}
.product-info div{
	width: 25%;
	float: left;
	min-height: 50px;

}
.product-info ul li{
	list-style: disc outside  !important;	
}
.product-info h4{
	text-decoration: underline;
	font-size: 24px;
	margin-bottom: 26px;
}

.product-includes{padding-right: 20px;}
.product-size{padding-right: 20px;}
.product-features{padding-right: 20px;}
.product-optional{padding-left: 20px;}
.product-resource-button div{
	float: left;	

}
.product-resource-button{
	clear: both;	
	margin-top: 15px;

}
.product-resource-button div a{
	padding: 7px 10px 7px 60px;
	font-size:16px; 
	display: block;
	width: 210px;
	color: #fff;
}

.graphic-template{
	background: url(../images/icon-graphic-template.png) #252a30 no-repeat 10px ;	
	margin-right: 3px;
}
.graphic-template a:hover{
	background: url(../images/icon-graphic-template.png) #ff4000 no-repeat 10px ;	
	color: #fff;
	text-decoration: none;
}
.additional-info{
	background:  url(../images/icon-additional-info.png) #252a30 no-repeat 10px;
	margin-right: 3px;
}
.additional-info a:hover{
	background: url(../images/icon-additional-info.png) #ff4000 no-repeat 10px ;	
	color: #fff;
	text-decoration: none;
}
.resource-images{
	background:  url(../images/icon-resource-images.png) #252a30 no-repeat 10px;
	margin-right: 3px;
}
.resource-images a:hover{
	background: url(../images/icon-resource-images.png) #ff4000 no-repeat 10px ;	
	color: #fff;
	text-decoration: none;
}
/********************************************/
/***** SHOPPING CART ************************/
/********************************************/
.cart_box{
	margin: 15px;	
}
.shopping_cart_text{
	font-size: 40px;
	font-family: 'helvetica_light', Helvetica, Arial, sans-serif;	
	margin-top: 15px;
}
.prod_starting {
	color:#4c463a;
	font-size: 14px;
	font-weight:bold;
	float: left;
	padding: 15px;
}
.prod_price {
	color:#000000;
	font-size: 28px;
	float: right;
	padding-right: 30px;
}
.prod_price A:link { text-decoration: none; color: #ffffff; }
.prod_price A:visited { text-decoration: none; color: #ffffff; }
.prod_price A:active { text-decoration: none; color: #ffffff; }
.prod_price A:hover { text-decoration: underline; color: #ffffff; }
.add_to_cart {
	color:#4c463a;
}
.add_to_cart_wrapper{
	background:  url(../images/icon-add-to-cart.png) #ff4000 no-repeat 10px;
	padding: 5px 10px 5px 60px;
	margin: 5px 1px;
	display: block;
	width: 210px;
	color: #fff;	


}
.add_to_cart_wrapper > input{
	margin: 0;
	padding: 0;	
}
.add_to_cart A:link { text-decoration: none; color: #4c463a; }
.add_to_cart A:visited { text-decoration: none; color: #4c463a; }
.add_to_cart A:active { text-decoration: none; color: #4c463a; }
.add_to_cart A:hover { text-decoration: underline; color: #4c463a; }
.add_to_cart_btn {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}
.or_add_options {
	font-size:15px;
}
.cart_subtotal{
	width: 90%;	
}
.checkout_btn{
	position:relative;
	float: right;
	right: 20px;	
}
/* cart component */
.cart_container {
	border: 13px solid #dfdfdf;
	background-color:#ebf7ff;
}
.cart_left_box {
	border: 7px solid #dfdfdf;
}
.cart_text {
	font-size: 11px;
	color:#000000;
}
.cart_text A:link { text-decoration: none; color: #000000; }
.cart_text A:visited { text-decoration: none; color: #000000; }
.cart_text A:active { text-decoration: none; color: #000000; }
.cart_text A:hover { text-decoration: underline; color: #000000; }
.cart_shipping {
	color:#ffffff;
	font-size: 20px;
}

.cart_recalc {
	color:#ffffff;
	font-size: 14px;
	font-weight:bold;
}
.cart_total {
	color:#fff;
	font-size: 28px;
	background: #ff4000;
}
.cart_coupon {
	border-left: 4px solid #dfdfdf;
	border-top: 4px solid #dfdfdf;
	border-bottom: 4px solid #dfdfdf;
}
.cart_coupon_txtbox {
	background-color: #ffffff;
	border:none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	width: 200px;
	height: 15px;
	overflow:auto;
}

/* checkout */
.billingInfo {
	font-size:22px;
	color:#078c98;
}
.orderLabel {
	font-size:16px;
	color:#078c98;
}
/*****************************************/
/**** TEMPLATE PAGE **********************/
/*****************************************/
.template-table{
	border: 1px solid #CCC;	
	width: 100%;
}
.template-table th{
	border-bottom: 1px solid #CCC;	
	border-right: 1px solid #CCC;	
	background: #333;
	padding: 10px;
	color: #fff;
}
.template-table th.last{
	border-right: none;	
	background: #333;
	color: #fff;	
}
.template-table td{
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;			
	padding: 5px 10px;	
}
.template-table td.last{
	border-right: none;		
}