#locations {
    border: 1px solid #333333;
    padding: 10px;
    float: left;
    margin: 10px;
    width: 240px;
    height: 390px;
    background: #ffffff;
    position: relative;
}


#locations img{
width:100%;
}


b #locations {
color:#515659;
	font-weight:700;
	font-size:16px;
}


#locations a.read-more-button {
    text-transform: uppercase;
    border: 1px solid #3465aa;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
    color: #3465aa;
    display: inline-block;
}

#locations:hover a.read-more-button {
	background: #669900;
	color: #fff;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
}

#maplink{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#sitebody{

    background: #ffffff;
    float: left;
    width: 100%;
    padding: 5px;
    text-align: left;
    margin-top: 54px;

}


#ordercheckout{
margin-top: 13px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}




#leftsidebody{
float:left;
width:60%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}


#rightsidebody{
    float: left;
    width: 33%;
    /* border: 1px solid #ffffff; */
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}






@media only screen and (max-width:1230px){	
}

@media only screen and (max-width:999px){	
}

@media only screen and (max-width:900px){	

#leftsidebody{
float:left;
width:93%;
}

#rightsidebody{
    float: left;
    width: 93%;
}


}

@media only screen and (max-width:800px){
#locations {
    padding: 10px;
    float: left;
    margin: 10px;
    width: 92%;
    height: auto;
}
	
}

@media only screen and (max-width:674px){


}

	
@media only screen and (max-width:503px){	

#locations {
    padding: 10px;
    float: left;
    margin: 10px;
    width: 88%;
    height: auto;
}

}

@media only screen and (max-width:480px){	
}


#contactmailing{
float:left;
    text-align: left;
padding:20px;
margin-left:20px;
margin-right:20px;
}



#contactaddress{
float:left;
    text-align: left;
padding:20px;
margin-left:20px;
margin-right:20px;
}


#contactphone{
float:left;
    text-align: left;
padding:20px;
margin-left:20px;
margin-right:20px;
}


#contactform{
float:left;
    text-align: left;
padding:20px;
margin-left:20px;
margin-right:20px;
}

a#copyright {
color:#ffffff;
text-decoration:none;
}


a.btn {
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
padding: 6px 12px 6px 12px;
border: 0px solid #333;
text-decoration: none;
color:#fff;
background:#cc0000;
}


a.btn:hover {
background:#cccccc;
}

ol{
margin-left:40px;
}

#bigproductimage{
width:100%;
max-width:600px;
}

#magnify1{
width:100%;
}

ol, ul {
    list-style-type: disc;
margin-left:40px;
}


#red{
color:red;
}