
html {
    overflow-y:scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


body {
	background:#8dc63f;
	min-width:1024px;
	min-height:768px;
	position:fixed; /* this is fixing the body to the top left - added to remove the rubber-band native effect on ipads */
	text-overflow: ellipsis; /* this doesn't seem to be working */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul {margin:0;
padding:0;
}

ul li {margin:0;
padding:0;
}

#screen-wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	max-width:1024px;
	min-width:1024px;
	height:670px;
	max-height:670px;
	min-height:670px;
	background:#8dc63f;
	overflow-x:hidden;
	overflow-y:hidden;
}
#upper-section-wrapper {
	width:1024px;
	height:42px;
	background:#c8c9c9;
	background: -moz-linear-gradient(top, #c8c9c9 1%, #ebeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c9c9), color-stop(100%,#ebeded));
	background: -webkit-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -o-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -ms-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
}
#left-section-wrapper {
	margin: 0;
	padding: 0;
	width:400px;
	position:absolute;
	height:630px;
	background:#fff;
}


#right-section-wrapper {
	margin: 0;
	background:#fff;
	width:584px;
	height:700px;
	position:absolute;
	margin-left:400px;
	padding:20px;
	border:none;
}

/* top navigation */

#horizontal-main-menu {
	margin:0;padding:0;
	text-align:right;
	width:100%;
	height:auto;
}

#horizontal-main-menu ul.admin-buttons {
	float:right;
	width:300px;
	padding:5px;
	padding-right:4px;
}

#horizontal-main-menu li {
	float:right;
	list-style-type:none;
}

#horizontal-main-menu li a {
	text-decoration:none;color:#fff;
	font-size:15px;font-weight:500;
	font-family:Verdana, Geneva, sans-serif;
	}
#horizontal-main-menu li a {
	list-style-type:none; 
	display:inline-block;
    padding: 5px 8px 6px 8px; width:auto;
	text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#fff;
	background:#af2848;
	background: -moz-linear-gradient(top, #af2848 1%, #843533 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#af2848), color-stop(100%,#843533));
	background: -webkit-linear-gradient(top, #af2848 1%,#843533 100%);
	background: -o-linear-gradient(top, #af2848 1%,#843533 100%);
	background: -ms-linear-gradient(top, #af2848 1%,#843533 100%);
	background: linear-gradient(top, #af2848 1%,#843533 100%);
	margin-left:5px;
}

#horizontal-main-menu #clerk-info {
	float:left;
	padding:9px;
	width:350px;
	overrflow:hidden;
	text-align:left;
}

#horizontal-main-menu #clerk-info p {
font-family:Verdana, Geneva, sans-serif;
font-weight:500;
}

/* left menu */

#left-menu {
	margin:0;padding:0;
	float:left;
	width:100%;
	height:100%;;
	overflow:scroll;
	overflow-x:hidden;
}

#left-menu ul {
	margin:0;padding:0;
}
#left-menu ul li {
	float:left;
	margin:0;padding:0;
	list-style-type:none;
}




#left-menu li a {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	text-decoration:none;color:#fff;
	font-size:13px;font-weight:500;
	display:block;
	text-align:center;
    padding:10px;
	width:67px;
	height:67px;
    border: solid 2px #f5f6f6;
	border-left: solid 1px #f5f6f6;
	border-bottom: solid 1px #f5f6f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#fff;
	background:#af2848;
	background: -moz-linear-gradient(top, #af2848 1%, #843533 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#af2848), color-stop(100%,#843533));
	background: -webkit-linear-gradient(top, #af2848 1%,#843533 100%);
	background: -o-linear-gradient(top, #af2848 1%,#843533 100%);
	background: -ms-linear-gradient(top, #af2848 1%,#843533 100%);
	background: linear-gradient(top, #af2848 1%,#843533 100%);
	list-style-type:none;
	margin-top:-.2em;
	word-wrap:break-word;
	overflow: hidden;
    text-overflow: ellipsis;
}



#left-menu li a.combo {
	color:#fff;
	background:#2fa8ba;
	background: -moz-linear-gradient(top, #2fa8ba 1%, #168b9c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2fa8ba), color-stop(100%,#168b9c));
	background: -webkit-linear-gradient(top, #2fa8ba 1%,#168b9c 100%);
	background: -o-linear-gradient(top, #2fa8ba 1%,#168b9c 100%);
	background: -ms-linear-gradient(top, #2fa8ba 1%,#168b9c 100%);
	background: linear-gradient(top, #2fa8ba 1%,#168b9c 100%);
	list-style-type:none;

}

#left-menu li a.special {
	color:#fff;
	background:#f09529;
	background: -moz-linear-gradient(top, #f09529 1%, #d87b0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f09529), color-stop(100%,#d87b0e));
	background: -webkit-linear-gradient(top, #f09529 1%,#d87b0e 100%);
	background: -o-linear-gradient(top, #f09529 1%,#d87b0e 100%);
	background: -ms-linear-gradient(top, #f09529 1%,#d87b0e 100%);
	background: linear-gradient(top, #f09529 1%,#d87b0e 100%);
	list-style-type:none;

}


#left-menu li a:hover, #order-info-wrapper li a:hover,
#process-buttons a:hover, #horizontal-main-menu li a:hover,
#item-select-buttons li a:hover, #item-button-wrapper a:hover,
#welcome-buttons a:hover {
	background:#ccc;
	background: -moz-linear-gradient(top, #ccc 1%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ccc), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #ccc 1%,#fff 100%);
	background: -o-linear-gradient(top, #ccc 1%,#fff 100%);
	background: -ms-linear-gradient(top, #ccc 1%,#fff 100%);
	background: linear-gradient(top, #ccc 1%,#fff 100%);
	color:#000;
}

#left-menu li a:active, #order-info-wrapper li a:active,
#process-buttons a:active, #horizontal-main-menu li a:active,
#item-select-buttons li a:active, #item-button-wrapper a:active,
#welcome-buttons a:active {
	background:#fff;
	color:#000;
}


/* bottom order info area */

#order-info-wrapper {
	margin:0;padding:0;
}

#order-info-wrapper ul {
	margin:0;padding:0;
}

#order-info-wrapper li {
	float:left;
	list-style-type:none;
}

#order-info-wrapper {
position:absolute;
right:0;
bottom:0;
width:608px;
height:113px;
padding:8px;
background:#c8c9c9;
background: -moz-linear-gradient(top, #c8c9c9 1%, #ebeded 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c9c9), color-stop(100%,#ebeded));
background: -webkit-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
background: -o-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
background: -ms-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
background: linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
}

#process-buttons {
	float:left;
	width:380px;
}

#process-buttons a {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	text-decoration:none;color:#fff;
	font-size:13px;font-weight:500;
	display:inline-block;
	text-align:center;
    padding:10px;
	padding-top:6px;
	width:72px;
	height:35px;
    border: solid 2px #f5f6f6;
	border-left: solid 1px #f5f6f6;
	border-bottom: solid 1px #f5f6f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#fff;
	background:#323333;
	background: -moz-linear-gradient(top, #323333 1%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#323333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #323333 1%,#000000 100%);
	background: -o-linear-gradient(top, #323333 1%,#000000 100%);
	background: -ms-linear-gradient(top, #323333 1%,#000000 100%);
	background: linear-gradient(top, #323333 1%,#000000 100%);
	list-style-type:none;
	word-wrap:break-word;
}

#order-numbers {
	float:right;
	width:210px;
}

#order-numbers p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height:1.4em;
}


/*button styling for item select area */

#item-wrapper {
	font: bold 12px/24px Arial, sans-serif;
	position:absolute;
	width:590px;
	height:400px;
	background:#fff;
	overflow-x:hidden;
	overflow-y:auto;
}

#item-select-buttons {
	margin:0;padding:0;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
}

#item-slider { /* just a placeholder for now */
	position:fixed;
	right:20px;
	width:60px;
	background:#999;
	height:380px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


#item-select-buttons ul {
	margin:0;padding:0;
}
#item-select-buttons ul li {
	float:left;
	margin:0;padding:0;
	list-style-type:none;
}


#item-select-buttons li a {
		font-family:Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	text-decoration:none;
	font-size:13px;font-weight:500;
	display:inline-block;
	text-align:center;
    padding:10px;
	width:80px;
	height:70px;
	margin:.2em;
	margin-bottom:.3em;
	    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
border: solid 2px f5f6f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#000;
		background:#c8c9c9;
	background: -moz-linear-gradient(top, #c8c9c9 1%, #ebeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c9c9), color-stop(100%,#ebeded));
	background: -webkit-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -o-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -ms-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	list-style-type:none;
	line-height:1.3em;
	word-wrap:break-word;
	overflow:hidden;
}


#item-button-wrapper {
	float:left;
	width:580px;
}

#item-button-wrapper ul li {
	float:left;
	margin:0;padding:0;
	list-style-type:none;
}
#item-button-wrapper a {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	text-decoration:none;
	font-size:13px;font-weight:500;
	display:inline-block;
	text-align:center;
    padding:10px;
	padding-top:6px;
	width:72px;
	height:45px;
	margin:.2em;
	 -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    border: solid 2px f5f6f6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#000;
		background:#c8c9c9;
	background: -moz-linear-gradient(top, #c8c9c9 1%, #ebeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c9c9), color-stop(100%,#ebeded));
	background: -webkit-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -o-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -ms-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	list-style-type:none;
	line-height:1.3em;
	word-wrap:break-word;
	overflow:hidden;
}

#welcome-logo {
	margin-top:10%;
	text-align:center;
}

#welcome-logo img {
	text-align:center;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
	margin-bottom:30px;
}
#welcome-buttons {
	clear:both;
	text-align:center;
	width: 200px;
	margin:auto;
}

#welcome-buttons li {
	list-style-type:none;
	margin:0;padding:0;
}

#welcome-buttons a {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;padding:0;
	text-decoration:none;
	font-size:20px;font-weight:500;
	display:inline-block;
	text-align:center;
    padding:10px;
	padding-top:20px;
	width:180px;
	height:45px;
	margin:.2em;
	 -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;;
    border: solid 4px #c2c3c4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	color:#000;
		background:#c8c9c9;
	background: -moz-linear-gradient(top, #c8c9c9 1%, #ebeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c8c9c9), color-stop(100%,#ebeded));
	background: -webkit-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -o-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: -ms-linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	background: linear-gradient(top, #c8c9c9 1%,#ebeded 100%);
	list-style-type:none;
	line-height:1.3em;
	word-wrap:break-word;
	overflow:hidden;
}



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 38px;
}
::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(156, 156, 156, .6);
}
