body{
	font: 100% 'robotolight';	
	text-align: center;
	background: #FFFFFF;
	margin: 0 auto;
}


.container {
	width: 100%;
	margin: 0 auto;

}

.header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fefefe;	
}

.headerContent {	
	width: 1024px;
	height:75px;
	text-align: left;		
	margin: 0 auto;
}



   
   #nav {
	width: 600px;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 0px;
	bottom: -20px;	
	height:60px;
	font-size: 18px;
	color: #444444;
   }
   
   #nav li {
	 float: right;
	 height: 40px;
     color: #444444;
	 padding-top: 20px;
    }
	
   #nav li a {
      display: block;
     	
      text-decoration: none;
	  color: #444444; 
   }
   #nav li a:hover {
      color: #098bca;
   }
   
   #navShop {
	  background:  #ff7d00;
	  color:	#FFFFFF;
	  padding-left:20px;
	  padding-right: 20px;
	  padding-top: 50px;
	  font-size: 18px;
	  margin-right: -15px;
	  height:65px;
	  position: relative;
	  top: -50px;
	  z-index: 99;
   }
   
    #navShop:hover {
		background:  #DF7401;
		color:	#FFFFFF;
		text-decoration:none;
	}
	
	
   #nav a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
	  color: #FFFFFF; 
   }
   
   #logo {
	   position: relative;
	   float: left;
	   border: none;
	   top: 15px;
   }





#footer{
	width: 100%;	
	background:#444444;
	height:200px;
	margin: 0 auto;		
	text-align: center;
	padding-top: 30px;
}

#footerNav {

	width: 1024px;	
	margin: 0 auto;	
	text-align: left;		
}

.footerNavCol {
	
	width:255px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0;
	list-style:none;
	float: left;	
	font-family: 'robotolight';
	font-size: 14px;
	border-left: 1px solid #999;
	color: #909090;
	background:#444444;
	
}

.footerNavCol li {
	position: relative;
	top: -15px;
	left: -10px;
	display: block;	
    color: #FEFEFE;	
}
	
.footerNavCol a {
	text-decoration: none;
	  color: #909090; 
   }
.footerNavCol a:hover {
      color: #FEFEFE;
}
	
.footerNavCol li a {
      display: block;

      text-decoration: none;
	  color: #909090; 
   }
.footerNavCol li a:hover {
      color: #FEFEFE;
}



#socialMediaFooter {
	float: left;
	position: relative;
	top: 80px;
	left: 30px;
}

#socialMediaFooter a {
	padding-right: 15px;
}

#copyright {
	padding-top: 30px;
	clear:left;
	float:none;
	width: 100%;
	color: #666;
	font-family: 'robotolight';
	font-size: 14px;
	margin: 0 auto;	
	text-align: center;
}

