
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:#626262;

}

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

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

ul {margin:0;
padding:0;
}

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


#site-wrapper {
		min-width:1024px;
max-width:1024px;
height:768px;
min-height:768px;
max-height:768px;
margin-left:auto;
margin-right:0;
}


#screen-wrapper {
margin-left:auto;
margin-right:0;
overflow:hidden;
width:100%;
min-width:1024px;
max-width:1024px;
height:768px;
min-height:768px;
max-height:768px;

}
#upper-section-wrapper {
	width:100%;
	min-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:40%;
	min-width:377px;
	max-width:377px;
	float:left;
	height:100%;
	background:#626262;
}



#right-section-wrapper {
	margin: 0;
	padding: 0;
	background:#fff;
	width:58%;
	min-width:647px;
	height:768px;
float:right;
padding:0%;
	border:none;
	overflow:hidden;
}

/* 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%;
	min-height:640px;
	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.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%);
	list-style-type:none;
		margin-top:-.2em;
		word-wrap:break-word;
		overflow:hidden;
}

#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:#53d82f;
	background: -moz-linear-gradient(top, #53d82f 1%, #43b025 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#53d82f), color-stop(100%,#43b025));
	background: -webkit-linear-gradient(top, #53d82f 1%,#43b025 100%);
	background: -o-linear-gradient(top, #53d82f 1%,#43b025 100%);
	background: -ms-linear-gradient(top, #53d82f 1%,#43b025 100%);
	background: linear-gradient(top, #53d82f 1%,#43b025 100%);
}


/* bottom order info area */

#bottom-order-display-wrapper {

}

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

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

#right-inner-wrapper {
}


#order-info-wrapper {
position:fixed;
bottom:0;
	width:100%;
	min-width:625px;
	min-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:290px;
}

#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 {
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	z-index:2000;
	width:230px;
	font-size:1.1em;
	line-height:1.3em;
margin-left: 370px;
}



/*button styling for item select area */

#top-right-menu-area {
		width:100%;
	min-width:625px; 
	float:right;
}

#item-wrapper {
	font: bold 12px/24px Arial, sans-serif;
	width:100%;
	float:left;
		height:100%;
	overflow:scroll;
	overflow-x:hidden;
	margin:2%;
}

#item-select-buttons {
	margin:0;padding:0;
	float:left;
	width:550px;
	height:380px;
}

#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:86px;
	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;
}



/* styling for ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

#right-section-wrapper {
	min-width:664px;
}

#left-section-wrapper {
	min-width:360px;
	max-width:360px;
}



}