@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	position: relative;	
}

#body-wrapper {
	padding-bottom: 266px;	
}

/* header
================================================================================= */
#container {
    position: relative;
    width: 100%;
    z-index: 99;
    margin-bottom: -270px;
	/*position: fixed;
    width: 100%;
    z-index: 4999;
	top: 0;*/
}

#container-inner {
	background: #fff;
}

#phone-number {
	font-size: 26px;
	color:  #183379;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0 0 10px;
}

#made-in-canada {
	font-size: 14px;
	color:  #375556;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 12px 14px 0 0;
}
#holiday-hours {
	font-size: 14px;
	color:  #375556;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 12px 14px 0 0;
}

/* navigation
================================================================================= */
/* safari fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav-btns li > a.active {
		background: #12296d;
		-moz-box-shadow: inset 0 0 10px #00175e;
		-webkit-box-shadow: inset 0 0 10px #00175e;
		box-shadow: inset 0 0 10px #00175e;
		margin-top: 2px;
	} 
	
	#nav-btns li > a:hover {
		background: #12296d;
		-moz-box-shadow: inset 0 0 10px #00175e;
		-webkit-box-shadow: inset 0 0 10px #00175e;
		box-shadow: inset 0 0 10px #00175e;
		margin-top: 2px;
	} 	
}

#navigation {
	height: 49px;
	background: url('../images/backgrounds/navigation-bg.png');	
}

#nav-btns {
	margin-top: -21px;	
}

#nav-btns li {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 12.5%;
	text-align: center;
}

#nav-btns li > a {
	color: #fff;	
	text-decoration: none;
	display: block;
	padding: 16px 0 14px 0; 
}

#nav-btns li > a.active {
	background: #12296d;
	-moz-box-shadow: inset 0 0 10px #00175e;
	-webkit-box-shadow: inset 0 0 10px #00175e;
	box-shadow: inset 0 0 10px #00175e;
} 

#nav-btns li > a:hover {
	background: #12296d;
	-moz-box-shadow: inset 0 0 10px #00175e;
	-webkit-box-shadow: inset 0 0 10px #00175e;
	box-shadow: inset 0 0 10px #00175e;
} 

#nav-btns li ul li a {
	text-align: left;
	padding-left: 30px;
}

#nav-btns li ul li a:hover {
	color: #fff;
	background: #12296d;
	-moz-box-shadow: inset 0 0 10px #00175e;
	-webkit-box-shadow: inset 0 0 10px #00175e;
	box-shadow: inset 0 0 10px #00175e;
}

#nav-btns li ul, #nav-btns ul li {
	width: 100%;
}

#nav-btns li ul {
	position: absolute;
	display: none;
	background: #00175d;
	opacity: 0.8;	
	width: 180px;
	list-style: none;
	text-align: left;
	float: left;
	position: absolute;
	z-index: 4999;
}

/* slider
================================================================================= */
#slider {
	background: url('../images/backgrounds/bg-overlay-bottom-shadow-lrg.png'), 
	url('../images/backgrounds/bg-overlay-bottom-shadow-sm.png') repeat-x bottom,
	url('../images/backgrounds/bg-page-break.jpg'); 
	margin-top: 178px; 
}

#slider h1 {
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #183379;
	font-style: oblique;
	text-shadow: 0px 1px #fff;
	line-height: 1.2;	 
	font-weight: bold;
	margin: 50px 0 20px 0;
}

#slider p {
	font-size: 26px;
	color:  #183379;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px #fff;
	line-height: 1.5;
	margin: 0 0 40px 0;		
}


/* featured products
================================================================================= */
#featured-products {

}

#featured-products h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a3784;
	font-size: 26px;
}

.bordered-img {
	border-style:solid;
	border-width:5px;
	border-color: #fff;
	box-shadow: 0px 0px 3px #a4dbf4;	
}

.swatch {
	border-style:solid;
	border-width:4px; 
	border-color: #fff;
	box-shadow: 0px 0px 3px #a4dbf4;	
	margin-right: 5px;	
	cursor: pointer;
}

.hover-state:hover .hide {
	display: block;
}

.prod-title {
	color: #6e749b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0 10px 0;	
	text-decoration: none;
}

.prod-title:hover {
	text-decoration: underline;	
}

.prod-price {
	color: #1e3f97;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.light-blue {
	color: #77cbf8;	
}

.btn-blue {
	background: #77cbf8;
	text-align: center;		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px auto 0 auto;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.btn-blue:hover {
	background: #5db1de;
}

.btn-dark-blue {
	background: #1e3f97;
	text-align: center;		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px auto 0 auto;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.btn-dark-blue:hover {
	background: #5db1de;
}

.btn-white {
	background: #fff;
	text-align: center;		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 25px auto 0 auto;
	color: #12296d;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-white:hover {
	background: #eee;
}

/* middle section 
================================================================================= */
#mid-section {
		
}

#mid-section h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a3784;
	font-size: 26px;
}

#mid-section h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a3784;
	font-size: 18px;
	margin: 0 0 10px 0;		
}

#mid-section p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #052f43;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 1.5;		
}

#mid-section b, #mid-section strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a3784;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 1.5;		
	font-weight: bold;
}

#mid-section a {
	color: #77cbf8;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#mid-section a:hover {
	text-decoration: underline;
}

.blog-feed {
	
}

a.blog-title {
	font-weight: bold !important;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #77cbf8;
	line-height: 1.5;
	font-size: 13px;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0px;
    position: relative;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4998;
} 

/* FRM */
.frm {
	width: 100%;	
}
.frm td, .frm th {
	padding: 7px 0px 0px 0px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666;
	font-size: 13px;
}
.frm th {
	padding-right: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #666;
	font-size: 13px;
}
.frm input[type='text'], 
.frm textarea,
.frm input[type='email'],
.frm input[type='password'] {
/*	padding-top: 4px;
	padding-bottom: 4px;*/
} 
.input {
    font-size: 13px;
    height: 20px;
    margin: 3px 0 0;
    padding: 2%;
    width: 94%;
}

/* EO FRM */
.testimonial {
	padding: 15px 0 0 40px;
	background: url('../images/icons/icon-testimonial.jpg') no-repeat top left;	
}

/* page-break
================================================================================= */
#page-break {
	background: url('../images/backgrounds/bg-overlay-top-shadow-lrg.png') repeat-x top, 
	url('../images/backgrounds/bg-overlay-bottom-shadow-sm.png') repeat-x bottom, 
	url('../images/backgrounds/bg-page-break.jpg') repeat;
}

#page-break h2 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0 0 5px 0;
}

#page-break h3 {
	color: #052f43;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

#page-break p {
	color: #052f43;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 15px 0;
	line-height: 1.5; 		
}

#page-break ul {
	margin-top: -15px;	
}

#page-break a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #052f43;
	text-decoration: none;
}

#page-break a:hover {
	text-decoration: underline;
}

#ice-princess {
	float: left;
	margin-bottom: 0px;
}

#barbara {
	float: right;
	margin-bottom: 0px;	
}

/* featured in
================================================================================= */
#featured-in h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a3784;
	font-size: 26px;	
	margin: 0 0 15px 0;
}

.spacer {
	margin-right: 20px;	
}

/* Lightview
===================================================================== */
.lv-title h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 20px 0;
	text-shadow: none; 
	line-height: 1.2;
}

.lv-description p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
	margin: 10px 0 10px 0;
	text-shadow: none; 
}


/* footer
================================================================================= */
#footer {
	height: 266px;
	background: url('../images/backgrounds/ng-footer.jpg') #1F419B;	
    bottom: 0;
    /*position: absolute;	*/
	width: 100%;
}

#footer h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 1.5;		
}

#footer .small {
	font-size: 11px; 
}

#footer a {
	color: #77cbf8;	
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#footer a:hover {
	text-decoration: underline;	
}

.youtube {
	width: 37px;
	height: 37px;
	background: url('../images/icons/icon-youtube.png') no-repeat; 	
	text-indent: -9999px;
	display: block; 
	margin: 5px 10px 0 0;
}

.youtube:hover {
	background: url('../images/icons/icon-youtube-hover.png') no-repeat; 	
}

.twitter {
	width: 37px;
	height: 37px;
	background: url('../images/icons/icon-twitter.png') no-repeat; 	
	text-indent: -9999px;
	display: block; 
	margin: 5px 10px 0 0;
}

.twitter:hover {
	background: url('../images/icons/icon-twitter-hover.png') no-repeat; 	
}

.facebook {
	width: 37px;
	height: 37px;
	background: url('../images/icons/icon-facebook.png') no-repeat; 	
	text-indent: -9999px;
	display: block; 
	margin: 5px 10px 0 0;
}

.facebook:hover {
	background: url('../images/icons/icon-facebook-hover.png') no-repeat; 	
}



/* order form
================================================================================= */
#product-categories ul {
	border: none;
	background: #c9eafc;
	margin: 10px 0 30px 0;
}

#product-categories li {
	border: solid 1px #77cbf8; 
	border-bottom: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #1f419b;
	padding: 13px 0 12px 15px;
	cursor: pointer;
}

#product-categories li:last-child {
	border: solid 1px #77cbf8; 
}

#product-categories li:hover {
	background: #1f419b;
	color: #fff;
	border: solid 1px #1f419b;
	border-bottom: none;
}

#product-categories li:hover:last-child {
	border: solid 1px #1f419b;
}


#product-categories li.list-active {
	background: #1f419b;
	color: #fff;
	border: solid 1px #1f419b;
	border-bottom: none;
}

#product-categories li.list-active:hover {
	background: #1f419b;
	color: #fff;
	border: solid 1px #1f419b;
	border-bottom: none; 
}

#list-active {
	float: right; margin-top: -14px; margin-right: -16px;	
}

.order-form-table {
	border: solid 1px #77cbf8; 
	border-collapse: collapse; 
	width: 100%;
}

.table-header {
	background: #c9eafc;
}

.table-header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e749b;
	border: solid 1px #77cbf8; 
	border-collapse: collapse; 
	padding: 10px;
}

.table-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a3784 !important;
	font-weight: bold;
	padding: 10px;
	width: 33.3%;
}

tr.wholesale-product:nth-child(even) {
	background: #f1fafe;
}

tr.wholesale-product:nth-child(odd) {
	background: white;
}

.wholesale-product td {
	font-family: Arial, Helvetica, sans-serif;	
	border: solid 1px #77cbf8; 
	padding: 10px;
	color: #6e749b;
	font-size: 12px;
	text-align: center;
}

.wholesale-product td input {
	width: 25px;
	text-align: center;	
	color: #999;
	border: solid 1px #77cbf8; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

td.light-border {
	border: solid 1px #77cbf8; 
	border-right: solid 1px #d7f0fd; 	
}

td.light-border:nth-child(5) {
	border: solid 1px #77cbf8; 
}

td.light-border:last-child {
	border: solid 1px #77cbf8; 
}

.health-care {
	width: 25px; 
	text-align: center; 
	color: #999; 
	border: solid 1px #77cbf8; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
















#slider {
	/*margin-top: 320px;*/
	margin-top: 266px;
}
