@media screen {
body {
	/*background-color: #C06614;*/
	background-color: #9C5015;
	font-family: Arial, Century Gothic, Myriad Pro;
	font-size:12px;	
}
a {
	/*background:#fff;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C06614;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	line-height: 10px;
	/*margin: 0.3em 0;
	padding-top: 0.8em;*/
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	/*padding-top: 1.5em;*/
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

p {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size:11pt;
	width: 600px;
	margin:0px auto;
}
/* Layout */
#container {
	text-align: left;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	/*width:90%;*/
	padding: 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

#insideHeader {
	/*width:90%;*/
	height: 120px;
	padding: 20px 30px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #f5f6fc;*/
	background-color: #fefefe;
	/*border-bottom: 1px solid #ccc;*/
}

#DUMAC {
	float:left;
	padding: 0px 0px;
	/*width:75%;*/
}

#rightBox p{
	float:right;
	width:300px;
	padding:10px 20px;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size:14pt;		
}
#content{
	/*background: #fff; */
	clear: both;
	/*width:90%;*/
	height: 400px;
	padding: 20px 30px;
	margin-left: auto;
	margin-right: auto;
	color: #333;	
	overflow: auto;
	background-color: #fefefe;
}
#footer {
	clear: both;
	/*width:90%;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px;
	display: block;
	background-color: #fefefe;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-transform: capitalize;
	text-align: center;
	border-top: 1px solid #ccc;
}

/* Navigation */
#Navigation {
	clear: both;
	width: 100%;
	/*height: 20px;*/
}
#Navigation .NavList {
	width:100%;
	/*height:20px;*/
	margin-left: -30px;
}

#Navigation .NavList .NavListItem {
	display: inline;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
/* Tables */
table {
	background: #fff;
	/*border:1px solid #ccc;*/
	/*border-right:0;*/
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	/*border:1px solid #bbb;*/
	/*border-top: 1px solid #fff;*/
	/*border-left: 1px solid #fff;*/
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	padding: 4px;
	/*text-align: center;*/
	vertical-align: top;	
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	/*text-align: center;*/
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


.main {
	background: transparent;
	position: absolute;	
	width: 500px;	
	height: 500px;
}

#loginContainer{	
	width: 450px;	
	background-color: #f5f6fc;
	margin: 130px auto;	
	/*margin-left:auto;
	margin-right:auto;
	margin-top:130px;*/
}
/*
#loginContainer .loginContent{
	text-align:center;
	width: 500px;
	height: 320px;
	margin-top: 160px;
}
*/
/*
#login{		
	text-align:left;	
	background-color: #f5f6fc;
	/*margin-top:175px;
	
}
*/
#login .loginHead {
	width:100%;
	text-align:center;
}
.loginHead h2{	
	width: 100%;
	height: 25px;
	margin: 5px auto;
}
.loginHead img{	
	margin:0 auto;
	padding-left:28px;
	padding-top: 10px;
}
#login .loginBody{
	text-align:left;
	width: 60%;	
	height: 130px;
	margin: 0px auto;	
}

#login .loginLogos {
	position: relative;
	width: 100%;
	height:55px;
}
#login .loginLogos .mm{
	float:left;
	padding-left:40px;
}
#login .loginLogos .lm{
	float:right;
	padding-right:35px;
}

#login label {
	width:80px;
	text-align:right;	
	margin-top:7px;
	padding-right:10px;
}

#login input {	
	margin: 0px auto;
	margin-top:5px;
	width:150px;
}

#login .loginSubmit{
	text-align:center;
	width:100%;	
	margin-left: auto;
	margin-right: auto;	
}

#categories {
	float: left;
	margin-left:-35px;
	padding: 0px;
	width: 300px;	
	padding-left:0px;
	/*border: 1px solid #ccc;*/
}

#categories ul {
	padding: 0px;	
	list-style-type:none;
	
}

#categories ul li {
	width: 230px;
	border-bottom: 1px solid #ccc;
	padding:2px;
	font-size:11px;
	
}

#products {
	width: 70%;	
	float: right;
	/*border-left: 1px solid #ccc;	*/
	/*background-color: #C06614;*/
}
#products ul {
	margin-left: -10px;
	padding-top:10px;
}

#products ul li {	
	list-style-type:none;
	border-bottom:1px solid #000;
}

#products ul li table tr td {
	border: none;
	/*background-color: #C06614;*/
}
#products .qoh {
	width: 35px;
	height: 15px;
	padding-left: 3px;
	border: 1px inset #000000;
	background-color: #00FF00;
	font-weight:bold;
}
#products ul li table tr td .vspace {
	min-height: 190px !important;
	border-right: 1px solid #ccc;
}

#searchBar input {
	padding-left: 10px;
	padding-right: 10px;
}

#searchBar label {
	padding-left: 0px;
	padding-right: 5px;
}

#StoreInput {
	float:left;
	width:800px;
	height:50px;
	white-space:nowrap;
	/*border:1px solid red;*/
}

#StoreInfo {
	float:left;
}
/*
.input, text{	
	width:300px;
	height:30px;
}

.storeSelect {
	width:300px;
	height:30px;
	margin-left:290px;
	margin-top:-30px;
}

.submit {
	margin-left:600px;
	margin-top:-30px;
}
*/

#controls {
	padding-left: 0px;
}

#OrderConfirmation {	
	width:770px;
	height:792px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cccccc;
	overflow:auto;
}

#OrderSpecTable td {
	font-weight:bold;
}

#orderview {
	/*width: 612px;
	height: 792px;*/
	margin: 0px auto;
	padding: 0px 15px;
	/*border:1px solid #cccccc; */
}

#orderview .orders, view {
	padding: 0px 20px;
}

#orderview .orderheader {
	/*border: 1px solid yellow;*/
}
#orderview .storeinfo {	
	font-size:12pt;
}

#orderview .orderhead {		
	text-align:center;
}
/*
#orderview .ordernotes {
	width: 255px;
	height: 100px;
	border: 1px inset #cccccc;
	padding: 10px 10px;
}
*/

.searchbutton {
	width:26px;
	height:22px;
	background-image: url('/img/searchButton.gif');
	
}
}/* End of @media screen */

@media print {

html {
	
}
body {
	background-color: #C06614;
	font-family: Arial, Century Gothic, Myriad Pro;
	font-size:12px;	
}
a {
	/*background:#fff;*/
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C06614;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	line-height: 10px;
	/*margin: 0.3em 0;
	padding-top: 0.8em;*/
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width: 100%
}

#header{
	display:none;	
}

#insideHeader {
	display:none;
}

#DUMAC {
	float:left;
	padding: 0px 0px;
	width:75%;
}
#content{
	/*background: #fff; */
	clear: both;
	width: auto;
	height: auto;
	padding: 20px 30px;
	margin: 0px 0px 0px 0px;
	color: #333;	
	overflow: auto;
	background-color: #fefefe;
}
#footer {
	display: none;
}

/* Navigation */
#Navigation {
	clear: both;
	width: 100%;
	/*height: 20px;*/
}
#Navigation .NavList {
	width:100%;
	/*height:20px;*/
	margin-left: -30px;
}

#Navigation .NavList .NavListItem {
	display: inline;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
/* Tables */
table {
	background: #fff;
	/*border:1px solid #ccc;*/
	/*border-right:0;*/
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	/*border:1px solid #bbb;*/
	/*border-top: 1px solid #fff;*/
	/*border-left: 1px solid #fff;*/
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	padding: 2px;
	/*text-align: center;*/
	vertical-align: top;	
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	/*text-align: center;*/
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


.main {
	background: transparent;
	position: absolute;	
	width: 500px;	
	height: 500px;
}
/*
#loginContainer{
	width:450px;
	height:
}
#login {
	width: 350px;
	height: 350px;
	display:block;
	background-color: #f5f6fc;
	margin-left:auto;
	margin-right:auto;
}
.loginHead h2{
	width: 350px;
	text-align:center;
}
.loginHead img{	
	padding-left:28px;
	padding-top: 10px;
}
#login .loginBody{
	width: 175px;
	height: 130px;
	padding-left:105px;
}

#login .loginSubmit{
	width:88px;
	margin-left: auto;
	margin-right: auto;
}

#login .loginLogos .mm{
	float:left;
	padding-left:40px;
}
#login .loginLogos .lm{
	float:right;
	padding-right:35px;
}
*/

#categories {
	float: left;
	margin-left:-35px;
	padding: 0px;
	width: 300px;	
	padding-left:0px;
	/*border: 1px solid #ccc;*/
}

#categories ul {
	padding: 0px;	
	list-style-type:none;
	
}

#categories ul li {
	width: 230px;
	border-bottom: 1px solid #ccc;
	padding:2px;
	font-size:11px;
	
}

#products {
	width: 70%;	
	float: right;
	/*border-left: 1px solid #ccc;	*/
	/*background-color: #C06614;*/
}
#products ul {
	margin-left: -10px;
	padding-top:10px;
}

#products ul li {	
	list-style-type:none;
	border-bottom:1px solid #000;
}

#products ul li table tr td {
	border: none;
	/*background-color: #C06614;*/
}
#products .qoh {
	width: 35px;
	height: 15px;
	padding-left: 3px;
	border: 1px inset #000000;
	background-color: #00FF00;
	font-weight:bold;
}
#products ul li table tr td .vspace {
	min-height: 190px !important;
	border-right: 1px solid #ccc;
}

#searchBar input {
	padding-left: 10px;
	padding-right: 10px;
}

#searchBar label {
	padding-left: 0px;
	padding-right: 5px;
}

#StoreInput {
	float:left;
	width:800px;
	height:50px;
	white-space:nowrap;
	/*border:1px solid red;*/
}

#StoreInfo {
	float:left;
}

#OrderConfirmation {
	width:750px;
	height:1090px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-45px;
	/*border:1px solid #cccccc;*/
	/*overflow: visible !important;*/
}

#Logos {
	
}
#controls {
	display: none;
	padding-left: 25px;
}
}