*{
	margin: 0;
	padding: 0;
}
body{
	font-family: verdana;
}
.main{
	margin-top: 0;
	width: 100%;
	height: 2000px;
  background-color: #fff;
}
.topbar{
	clear: both;
	width: 100%;
	height: 130px;
	background-color: #006666;
}
.logo_icon img{
	width: 200px;
	height: 90px;
	padding: 20px;
	border-radius: 1000px;
	float:left;
}
.store_name{
	font-size: 100px;
	padding-top: 12px;
	color: #00FFFF;
	font-family: Monotype Corsiva;
	float:left;
}
ul {
    list-style-type: none;
    padding: 0;
		overflow: hidden;
}
li {
    float: right;
}
li a {
    display: inline-block;
    color: white;
    text-align: center;
		font-size:18px;
    padding: 54px 25px;
    text-decoration: none;
}
li a:hover {
    background-color: #0080FF;
}
li img{
	display: inline-block;
	padding-top: 35px;
	padding-right: 2px;
	padding-left: 70px;
}
li p{
    display: inline-block;
    text-align: left;
		color:white;
		font-size:18px;
    padding: 50px;
		padding-right: 60px;
		padding-left: 1px;
    text-decoration: none;
}
.main_bar{
  background-color: yellow;
  margin-top: 0;
  color:black;
  height:auto;
  padding: 20px;
  text-align: center;
  font-size: 35px;

}


.container{
  width: 100%;
  float:left;
  background-color: red;
}

.column1{
  width: 12%;
	height: auto;
	float: left;
	margin-top: 0;
	padding: 30px 10px;
	background-color: #006666;
	color: white;
}
.column1_text{
	font-size: 16px;
  margin-top:5px;
  margin-right: 18px;
}
.column1_text strong{
  text-align: justify;
}
.column1_text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;

}
.column1_text li a {
    display: block;
    width: 80px;
    color:white;
    padding: 25px;
    background-color: rgba(0,0,0,0.6)
}
.column1_text li a:hover{
  background-color: red;
}


.column2{
  float: left;
  width:85%;
  margin-left: 20px;
}
.product{
	height: 700px;
	float: left;
	margin-top: 0;
	background-color: #CCE5FF;
}
.product_section_title{
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 15px;
	margin-left: 45px;
}
.product_one,.product_two,.product_three{
	float: left;
	width: 290px;
	height: 580px;
	border-radius: 7px;
	background-color: white;
	padding-bottom: 15px;
	border-bottom: 2px solid darkgray;
	border-left: 1px solid darkgray;
	border-right: 1px solid darkgray;
	margin-right: 30px;
}
.product_one{
	margin-left: 50px;
}
.product_text a{
	text-decoration: none;
	color:black;
}
.product_text a:hover{
	color:blue;
	cursor: pointer;
	text-decoration: underline;
}
.product_img{
	width: 290px;
	height: 350px;
	float: left;
	border: 1px solid;
	border-radius: 7px;
	overflow: hidden;
}
.product_img img{
	width: 100%;
	height:350px;
}
.product_text{
	width: 230px;
	float: left;
	margin-top: 10px;
	padding-left: 8px;
}
.product_text h4{
	margin-left: 8px;
	font-weight: bold;
}
.star_rating{
	float: left;
	width: 230px;
	margin-top: 8px;
	padding-left: 10px;
}
.star_rating img{
	width: 20px;
	height: 17px;
	float: left;
	margin-right: 2px;
}
.product_desc{
	width: 230px;
	float: left;
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	margin-top: 4px;
	padding-left: 10px;
}
.product_price{
	width: 230px;
	float: left;
	margin-top: 10px;
}
.price{
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
}
.price strong{
	font-size: 20px;
	color:red;
}
.adtc_button button{
	float: right;
	padding: 5px;
	font-size:16px;
	font-weight: bold;
	background-color:#fcc508;
	border-radius: 5px;
	color: #cd3737;
}
.product_one .product_img,
.product_two .product_img,
.product_three .product_img{
	position: relative;
}
.product_one .product_img span,
.product_two .product_img span,
.product_three .product_img span{
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #fcc508;
	color: #c32a2a;
	text-align: center;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	line-height: 55px;
	font-weight: bold;
	font-size: 14px;
}
