html{
	background-color:black;
	background-image:url("images/system/background.jpg");
	padding:100px;
}
body{
	padding:5px;
	background: rgba(255, 255, 255, 0.8);
	border-radius:10px;
}

.container{
	background-color:rgba(255,255,255,0.85);
	border-radius:10px;
	padding:5px;
}

.footer {
    background-color: rgba(255,0,0,0.2);
    border-radius: 10px;
    padding-bottom: 0 5px 0 5px;
}
.row {
   margin:0px;
}
#navbar_logo{
	height: 40px;
}

.navbar{
	border-radius:5px;
}

.col-sm-4 {
	border: solid black 1px:
}

/* Make the image fully responsive */
.carousel-inner img{
	width:auto;
	height:500px;
}

.carousel-inner{
	text-align:center;
}

.carousel{
	background-color:rgba(0,0,255,0.6);
}

.carousel-caption{
	background-color:rgba(0,0,0,0.5);
}

.center_heading{
	text-align:center;
}
.on_sale {
	height: 50px;
	position: absolute;
}

.product_thumbnail {
		height: 150px;
		border-radius:5px;
		border: solid black 1px;
}

.table .table_image{
	background-color:red;
	width:150px;
}


