body{
	margin:0px;
}
#container {
	position:relative;
	width:1024px;
	height:1250px;
	margin:0 auto;
	background-Color: #FFF;
}
#master {
	position: absolute; top: 20px; left: 0px; right: 0px;
	width:1000px;
	height:942px;
	margin:0 auto;
	background-Color:#FFF
}
#nav {
	position: absolute; 
    left: 0px;
    right: 0px;
	width:1024px;
	height:200px;
	margin:0 auto;
	background-color: #FFF;
    z-index:1;
}
#nav a:hover{
    color:red;
    font-weight:100;
}

#footer{
	position: absolute; top: 1040px; left: 0px; right: 0px;
	width:1024px;
	height:200px;
	margin:0 auto;
	background-Color: #FFF;
}
#menu {
	width: 568px;
	height: 70px;
	font-family:'Open Sans', sans-serif;;
	text-align: center;
	background-color: #FFF;
	border-radius: 4px;
	right:10px;
	position:absolute;
	top:20px;
}
#menu a {
	text-decoration: none;
	color: dimgrey;
    font-size:20px;
    
}
#menu ul li:hover {
	background:#FFF;
}
#menu ul li:hover ul {
	display:compact;
}
#line2{
    position: absolute; left: 0px; right: 0px; top:140px;
	width:1015px;
	height:10px;
	margin:0 auto;
	background-color: #3A32B6;
    Border-radius:13px;
    z-index: 1;
 
}
#menu ul{ 
	height: auto;
	padding: 44px 0px;
	margin: 0px;

}
#menu li {
	display: inline;
	padding: 20px;
    border-left: solid #CCC 10px;
}

#logo{
	position:absolute;
	width:383px;
	height:120px;
	left:40px;
	top:0px;
	background-image: url("images/leeco-logo.png");
}

#nav #menu li .b1 {border-left: solid; color: #3A32B6; 10px !important;}	

#box1{
    Position:absolute;
    background-color:#EFEFEF;
    Height:667px;
    Width:605px;
    left:200px;
    top:140px; 
    Border-radius:5px;
    font-size: 18px;
	font-family:'Open Sans', sans-serif;;
	text-align: center;
    color:black; 
}
#font1{
    Position:absolute;
    left:200px;
    top:240px;
    font-size: 18px;
	font-family:'Open Sans', sans-serif;
	text-align: center;
    color:black; 
    z-index:7px;
    Height:600px;
    Width:605px;
    border-radius:10px;
    margin:auto;
}
.h1{
    margin:auto;
    font-size:30px;
    position:absolute;
    top:40px;
    padding:22px;
}





#line1{
   position: absolute; top: 1040px; left: 0px; right: 0px;
	width:1015px;
	height:10px;
	margin:0 auto;
	background-Color: #3A32B6;
    Border-radius:13px;
    
}

#socialmedia{
	position:absolute;
	top:50px;
	right:180px;
	width:200px;
	height:30px;
    background-color:#FFF;
    font-family:'Open Sans', sans-serif;;
}
.fa-facebook-square {
	color:#3D5E96;	
    margin-top:0px;
    left:10px;
    font-size: 50px;
}

.fa-facebook-square:hover {
	color:#9A9EA6;	
}
.fa-twitter-square{
    color:#46ADE9;
    Margin-top:0px;
    left:10px;
    font-size:20px;
}
.fa-twitter-square:hover{
    color:#46ADE9;
}
.fa-tumblr-square {
    color:#3D5873;
    
}
.fa-tumblr-square:hover{
    color:#46ADE9;
}
.fa-pinterest-square {
    Color:#BA3B39;
}
.fa-pinterest-square:hover{
    color:#46ADE9;
}
.fa-google-plus-official: {
    color:#46ADE9;
}


.h1{
    color: black;
    font-size:13px;
    Bottom:40px;
}
#lemall{
    position:absolute;
	width:240px;
	height:135px;
	left:90px;
	top:30px;
	background-image: url("images/lemall.png");
}

#search{
    color:#5A6566;
    position:absolute;
	left:310px;
	top:101px;
    z-index:1;
}
.fa-search hover{
    color:red;
}
.fa-search{
    right:50px;
    bottom:50px;
}
.input[type=text] {
    width: 120px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
   
    
}

/* When the input field gets focus, change its width to 100% */
input[type=text]:focus{
    width: 100%;
    border-radius:13px;
}
#search1{
     position:absolute;
	left:355px;
	top:110px;
    border-radius: 13px;
}
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating { 
  position:absolute;
    top:190px;
    left:220px;
    border:none;
    
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";

}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: dodgerblue; 
 float: right; 
text-shadow:auto;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating{
    
}
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating >input:checked ~ label:hover ~ label { color: #FFED85;  } 




ul1 {
    padding: 20px;
    position: absolute; 
    left:70px;
    padding-left: 2em;
}
li1{
    display: list-item;
    text-align: -webkit-match-parent;
}
#quantity{
    top:350px;
    left:290px;
    position:absolute;
    height:50px;
    width:50px;
    
}
#btn-success {
    color: black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #83a94c;
    background-image: -moz-linear-gradient(top, #95bf52, #678943);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95bf52), to(#678943));
    background-image: -webkit-linear-gradient(top, #95bf52, #678943);
    background-image: -o-linear-gradient(top, #95bf52, #678943);
    background-image: linear-gradient(to bottom, #95bf52, #678943);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95bf52', endColorstr='#ff678943', GradientType=0);
    border-color: #678943 #678943 #40562a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius:10px;
    font-size:12px;
    text-align: center;
    position:absolute;
    width:80px;
    height:20px;
    top:493px;
    left:400px;
   padding-top: 3px;
}
}
.a{
    font-size: 5px;
    float:right;
}
ul li1 {
    background: #cce5ff;
    margin: 5px;
}
#blackbike{
    top:530px;
    left:340px;
    background-image: url("images/blackbike.png");
    width:325px;
    height:230px;
    position:absolute;
    z-index:1px;
}