﻿.ImageOne {
/*	Used for centre header image ;*/
    width:13em;
}
.ImageTwo {
/*	Used for images on the right of centre header ;*/
    width:2em;
    padding:0em 0.1em 0.25em 0.1em;
}
.ImageThree {
/*	Used for images on the right of centre header ;*/
    width:2em;
    padding-right:0.2em;
}
.ImageFour {
/*	Used for plate options and preview images ;*/
    height:2.25em;
    padding:0em 0.4em 0em 0.4em;
}
.ImageFive {
/*	Used for add to basket, checkout and fixing imgaes at preview ;*/
    height:2.25em;
}
.ImageSix {
/*	Used for plate choices images ;*/
    height:2.25em;
}
.ImageSeven {
/*	Used for landscape side badge option images ;*/
    height:2em;
}
.ImageEight {
/*	Used for portrait side badge option images ;*/
    width:2em;
}
.ImageNine {
/*	For exclusive use of type style images ;*/
    height:4em;
}
.ImageTen {
/*	Used for keyboard character images ;*/
    height:1.2em;
}
.ImageEleven {
/*	Used for footer images ;*/
    height:4em;
    box-shadow:0.2em 0.2em 0.1em #363636;
	opacity:0.95;
}
.ImageTwelve {
/*	Used for Payment button ;*/
    width:75%;
}

.np01 {
	margin:0em 0em 0em 0em;
	background-size:100% 100%;
	background-repeat:no-repeat;
	cursor: pointer;
}

.button_sml_menu {
	width:90%;
}

#div_keyboard_choices,#div_basket {min-width:95%;}
#div_window_width {min-width:85%;}

@media screen and (max-width:320px) {
  body {font-size:3.75vw;}
}
@media screen and (max-width:420px) and (min-width:321px) {
  body {font-size:3.5vw;}
}
@media screen and (max-width:520px) and (min-width:421px) {
  body {font-size:3.25vw;}
}
@media screen and (max-width:620px) and (min-width:521px) {
  body {font-size:3vw;}
}
@media screen and (max-width:720px) and (min-width:621px) {
  body {font-size:2.75vw;}
}
@media screen and (max-width:820px) and (min-width:721px) {
  body {font-size:2.5vw;}
}
@media screen and (max-width:920px) and (min-width:821px) {
  body {font-size:2.25vw;}
}
@media screen and (max-width:1020px) and (min-width:921px) {
  body {font-size:2vw;}
}
@media screen and (min-width:1021px) {
  body {font-size:1.75vw;}
}