body{
	margin:0;
	padding:0;
	background-color: #e6e6e6;
}


#home { 
	background: url(../images/home.jpg) 50% 0 no-repeat fixed; 
	height: 100%;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 0px rgba(0,0,0,0.8);
}
#about { 
	background: url(../images/about.jpg) 50% 0 no-repeat fixed; 
	height: 200px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 0px rgba(0,0,0,0.8);
}


.classname {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	background-color:#525252;
	text-indent:0px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
	font-size:23px;
	font-weight:100;
	font-style:normal;
	height:78px;
	line-height:78px;
	width:200px;
	margin: 0px 64px 0px 64px;
	text-decoration:none;
	text-align:center;
}.classname:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
 background-color: #eeeeee;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}.classname:active {
	position:relative;
	top:1px;
}
a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#525252;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

#pophover_added
{	
	width: 500px;
	height: 400px;
	margin: -75px auto 0px auto;
	background-color: white;
}
#pophover_added2
{	
	width: 400px;
	height: 600px;
	margin: -115px auto 0px auto;
	background-color: white;
}
#pophover_added3
{	
	width: 200px;
	height: 300px;
	margin: -50px auto 0px auto;
	background-color: white;
}
#keep_shopping
{
	background-color: #525252;
	display: inline-block;
	color: white;
	font-family: 'Roboto Slab', Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-decoration: none;
	text-align: center;
	margin: 15px 15px 15px 15px;
}
table{
	margin: auto auto auto auto;
}
td img {
	height: 90px;
	width: 110px;
	margin-left: auto;
        margin-right: auto;
	-webkit-transition: all .2s ease; 
        -moz-transition: all .2s ease; 
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
}
td img:hover{
	height: 100px;
	width: 130px;
}
#skr {
	height: 110px;
	width: 90px;
	margin-left: auto;
        margin-right: auto;
	-webkit-transition: all .2s ease; 
        -moz-transition: all .2s ease; 
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
}
#skr:hover{
	height: 160px;
	width: 130px;
}
/*</style>*/

#home article { background: url("../images/intro.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 130px; width: 100%; }



