﻿/*Screen Adjust*/
@media all and (max-width:1240px) {
.bannerdes{
	max-width:500px;
}
.HomeBanner, .BannersHolder, .BannersHolder img{
	max-height:400px;
}
}
@media all and (max-width:1000px) {
.bannerdes{
	max-width:400px;
}
.bannerdes h2{
    font-size: 1.5em;
}
.HomeBanner, .BannersHolder, .BannersHolder img{
	max-height:300px;
}
}
@media all and (max-width:750px) {
.HomeBanner{
	max-height:450px;
	overflow:hidden;
}
.bannerdes{
	max-width:100%;
	margin:0px;
}
.displayband{
	top:300px;
}
.BannersHolder, .BannersHolder img{
	width:750px;
	height:400px;
}
}
@media all and (max-width:700px) {
.HeadSpacer{
    padding-top:170px;
}
.mainContainer .logo {
	float:none; 
	display:block;
	margin: 0px auto;
}
.mainContainer .header .RadMenu {
	margin-top:0px;
	text-align:center;
	float:none;
}
.mainContainer.small  .header .RadMenu {
	margin-top:0px;
}
.dogs_table td img{
	float:none !important;
}
.dogs_table td{
	text-align: center;
}
}
@media all and (max-width:460px) {
.bannerdes h2{
    font-size: 1.2em;
}
}	