img {
  max-width: 100%;
} 


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    
    
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.wrapper960 {width:768px !important;}
#container_slideshow {display:none;}
#hornav {
    float: left;
    padding-top: 155px;
    padding-left: 10px;
    padding-bottom:5px;
}
#hornav ul a, #hornav .separator {
	-moz-border-radius: 5px; /* from vector shape */
	-webkit-border-radius: 5px; /* from vector shape */
	border-radius: 5px; /* from vector shape */
	margin:5px;
}

}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.wrapper960 {
	width:640px !important;
}
#container_slideshow {
	display:none;
}
.top-1, .top-2, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2 {
	width:100% !important;
}
#hornav {
    float: left;
    padding-top: 155px;
    padding-left: 10px;
    padding-bottom:5px;
}
#hornav ul a, #hornav .separator {
	-moz-border-radius: 5px; /* from vector shape */
	-webkit-border-radius: 5px; /* from vector shape */
	border-radius: 5px; /* from vector shape */
	margin:5px;
}
	
}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	
.wrapper960 {
	width:440px !important;
}
#container_slideshow {
	display:none;
}
#content_remainder {
    width: 100% !important;
}
.top-1, .top-2, .contenttop, .contentbottom, .bottom-1, .bottom-2, .base-1, .base-2, #sidecol_a, #sidecol_b {
	width:100% !important;
}
#main {float:left;}
#hornav {
    float: left;
    padding-top: 155px;
    padding-left: 10px;
    padding-bottom:5px;
}
#hornav ul a, #hornav .separator {
	-moz-border-radius: 5px; /* from vector shape */
	-webkit-border-radius: 5px; /* from vector shape */
	border-radius: 5px; /* from vector shape */
	margin:5px;
	font-size:13px;
}
#search {top:8px;left:20px;}

#footermenu {
    float: left;
}
}





