﻿body{
	margin: 0;
	padding: 0;
	font: 12px/18px arial, verdana, sans-serif;
	color: #333333;
	text-align: center;
	background: #FFF url("../images/body-bg.gif") top left repeat-x;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 774px;
	text-align: center;
        top: 60px;
	height:auto;
        font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	left: 0px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 385px;
	height: 67px;
	background-image: url("../images/header-bgr.jpg");
	margin-left: auto;
	margin-right: auto;
}
#contents{
	position: relative;
	height: 247px;
	margin-left: auto;
	margin-right: auto;
}
#Orderlist{

}
#orderTable{
    width:auto;
	border: 1px solid;
	text-align: left;
	width: 100%;
	border-collapse:collapse;
}
#tableS{
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-collapse:collapse;

}

#table{
	position: relative;
	width: 770px;
	table-layout: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

#invoiceTable{
	margin-left: auto;
	margin-right: auto;	
}
#custTable{
	position: relative;
	width: 770px;
	/*table-layout: auto;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

#menuTable{
	margin-right: auto;
	margin-left: auto;
        font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.bar {
	border-collapse: collapse;
	border: 1px solid #000000;
}
.cell {
	text-align: center;
	border: 1px solid #000000;
	background-color: #00CC00;
}

.tdcenter{
    text-align: center;
}
.tablerow{
	border-style: solid;
	border-width: 1px;
	background-color: #00FF00;
}
.tablecell{
	border-style: solid;
	border-width: 1px;
	font-size: medium;
}
.green {
    	border-style: solid;
	border-width: 1px;
	background-color: #00FF00;
}
.listborder {
	border-collapse: collapse;
}

a{
     text-decoration: none;
}
a:link {
    color: #000000;
}
a:hover {
    color: #00cc00;
}
a:visited {
	color: #000000;
}
a:active {
    color: #000000;
}
.sod1 {
	border: 1px solid #000000;
  
}
.sod2 {
	border: 1px solid #000000;
	background-color: #00CC00;
}

/*NAVIGATION*/

/* Derived from http://www.devinrolsen.com/pure-css-horizontal-menu/ */

#pagebody { position: inherit !important; width: 100%; } /* DO NOT EDIT */
#pagebody-inner { position: inherit !important; width: 100%; } /* DO NOT EDIT */

#alpha, #beta, #gamma, #delta {
    display: inline; /* DO NOT EDIT */
    position: inherit !important; /* DO NOT EDIT */
    float: left; /* DO NOT EDIT */
    min-height: 1px; /* DO NOT EDIT */
}

#centernav {
  width: 525px; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
  margin-left: auto ;
  margin-right: auto ;
}

#dropnav 
{height:25px; background:#729E3A;} /* Changes the height and bg color of the main menu */

#dropnav ul
{margin:0px; padding:0px;}

#dropnav ul li
{text-align: center; display:inline; float:left; list-style:none; margin-left:15px; position:relative; height:25px; width: 150px;} /* only edit the last 2 items - sets the width of the main menu */

#dropnav li a
{color:#FFF; text-decoration:none;} /* Changes the link color of items on the main menu */

#dropnav li a:hover
{color:#CCCC66; text-decoration:none;}/* Changes the hover color of items on the main menu */

#dropnav li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; z-index: 99; top:25px; background-color:#729E3A;} /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block;} /* sets the width of the submenus */

#dropnav li li
{text-align: left;list-style:none; display:list-item; } /* DO NOT EDIT */

#dropnav li li a
{color:#FFF; text-decoration:none;} /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#CCCC66; text-decoration:none;} /* Changes the hover color of items in the submenu */

li#main  {padding-top: 2px;} /* Sets the padding of items in the main menu */