@charset "utf-8";
/* CSS Document */





/* ============================   Start of  MOBILE PHONE   =========================== */

/* Mobile Layout: 480px and below.  THIS IS FOR A MOBILE PHONE  */


/* SAMS LOGO 300 WIDE - Mobile Phone  */
.css_image_sams_logo_300 {
	width: 50%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}




/* SAMS FACEBOOK LOGO 500 WIDE - Mobile Phone  */
.css_image_sams_facebook_logo_500 {
	width: 70%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


/* IAM RED OR GREEN ROUNDEL (FLAT NOT RAISED) - Mobile Phone  */
.css_image_iam_red_or_green_flat_roundel_logo_300 {
	width: 40%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


/* IAM THREE ROUNDELS (FLAT NOT RAISED) - Mobile Phone  */
.css_image_iam_three_flat_roundels_logo_300 {
	width: 50%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}




/* ============================  End of  MOBILE PHONE   =========================== */





  
/* =================================   Start of  TABLET   =========================== */


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.   THIS IS FOR A TABLET */



@media only screen and (min-width: 481px) {
	
/* SAMS LOGO 300 WIDE - Tablet  */
.css_image_sams_logo_300 {
	width: 40%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
	

/* SAMS FACEBOOK LOGO 500 WIDE - Tablet  */
.css_image_sams_facebook_logo_500 {
	width: 60%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/* IAM RED OR GREEN ROUNDEL (FLAT NOT RAISED) - Tablet  */
.css_image_iam_red_or_green_flat_roundel_logo_300 {
	width: 30%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
	

/* IAM THREE ROUNDELs (FLAT NOT RAISED) - Tablet  */
.css_image_iam_three_flat_roundels_logo_300 {
	width: 30%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}	
	


}

/* ================++++++++++============   End of  TABLET   =========================== */	
	
	
	
/* ============================   Start of  DESKTOP COMPUTER    =========================== */



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.  THIS IS FOR A DESKTOP COMPUTER */

@media only screen and (min-width: 769px) {
	
/* SAMS LOGO 300 WIDE - Desktop PC  */
.css_image_sams_logo_300 {
	width: 20%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


/* SAMS FACEBOOK LOGO 500 WIDE - Desktop PC  */
.css_image_sams_facebook_logo_500 {
	width: 50%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/* IAM RED OR GREEN ROUNDEL (FLAT NOT RAISED) - Desktop PC  */
.css_image_iam_red_or_green_flat_roundel_logo_300 {
	width: 20%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}


/* IAM THREE ROUNDELs (FLAT NOT RAISED) - Desktop PC  */
.css_image_iam_three_flat_roundels_logo_300 {
	width: 20%;
	height: auto;
	border: none;
	padding: none;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
	
	
	
}

