body{
	font-family:sans-serif;
	background-color:#bbb;
	background-color:#aaafaa;
}

.print_only{
	display:none;
}
div.page{
	margin-top:8px;
	border:1px solid #c0c0c0;
	background-color:#fff;
}
div.page_header{
	background-color:#007593;
}
div.page_header div{

}
div.page_header h1.top{
	position:absolute;
	top:0px;
	color:#fff;
	color:#007593;
	font-size:1rem;
	border:0px solid red;
	z-index:-1;
}
div.page_header img{
	margin-top:8px;
	z-index:99;
}
div.page_header h4{
	float:right;
	margin-top:10px;
	color:#639caf;
	color:white;
	font-size:1.3rem;
}
div.page_header h4 a{
	color:white;
	text-decoration:none;
}
div.page_content{
	padding-bottom:60px;
	padding-top:20px;
	border:0px solid red;
}

h1{
	color:#639c2b;
	color:#333;
	color:#02a9d3;
}

ol.carousel-indicators li{
	background-color:#e00517;
}

table.condensed{
	width:100%;
}
table.condensed td{
	padding:0px;
	font-size:0.8rem;
}
a{
	color:#02a9d3;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#007593;
}

.active a{
	border-bottom: 2px solid #02a9d3;
	padding-bottom:2px;
}

div.header_banner{
	background-color:#007593;
	background-color:#fff;
	color:transparent;
	font-size:0.7em;
	height:225px;
	background-image:url('pics/backgrounds/bg1.jpg');
	background-position:0px -40px;
	border:0px solid red;
	border-top:0.2px solid #555;
	border-top:0.2px solid #007573;
}
div.page_header div.header_banner h1{
	position:absolute;
	bottom:0px;
	right:0px;
	color:black;
	color:white;
	color:#02a9d3;
	font-size:1.4rem;
	margin-bottom:0px;
	background-color:transparent;
	background-color:rgba(0,0,0,0.7);
	background-color:rgba(255,255,255,0.9);
	width:100%;
	padding:10px 20px;
	border-top:0px solid #aaa;
	border-bottom:1px solid #aaa;
	border-bottom:1px solid #007573;
	z-index:99;
	
}

/* Style to change separator  */
/* nav.categories ol.breadcrumb li.breadcrumb-item + nav.categories ol.breadcrumb li.breadcrumb-item::before { */
nav.categories li.breadcrumb-item + .breadcrumb-item::before {
        content: "|";
    }
	
table.products td:nth-of-type(1){
	width:30%;
}
table.condensed td:nth-of-type(1){
	width:20%;
}