body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;}
		
#MainTable {
	border: 1px;
	border-style: solid;
	border-top-style: none;
	border-color: #000000;}	

#HeaderContent {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 12px;}
	
#HeaderContent a:link, #HeaderContent a:visited {
	color: #A00503;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}
	
#HeaderContent a:hover {
	color: #A00503;
	text-decoration: underline;
	font-weight: bold;}

a#TabHome {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/home.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabHome:hover {background-position: 0 -20px;}
a .alt {display: none;}

a#TabOpsHome {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/opshome.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabOpsHome:hover {background-position: 0 -20px;}

a#TabAboutUs {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/aboutus.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabAboutUs:hover {background-position: 0 -20px;}

a#TabServices {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/services.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabServices:hover {background-position: 0 -20px;}

a#TabProducts {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/products.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabProducts:hover {background-position: 0 -20px;}

a#TabLogin {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/login.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabLogin:hover {background-position: 0 -20px;}

a#TabProjects {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/projects.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabProjects:hover {background-position: 0 -20px;}

a#TabService {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/service.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabService:hover {background-position: 0 -20px;}

a#TabRetail {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/retail.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabRetail:hover {background-position: 0 -20px;}

a#TabPurchasing {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/purchasing.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabPurchasing:hover {background-position: 0 -20px;}

a#TabAdmin {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/admin.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabAdmin:hover {background-position: 0 -20px;}

a#TabEmployees {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/employees.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabEmployees:hover {background-position: 0 -20px;}

a#TabResources {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/resources.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabResources:hover {background-position: 0 -20px;}

a#TabInventory {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/inventory.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#Tabinventory:hover {background-position: 0 -20px;}

a#TabContacts {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/contacts.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabContacts:hover {background-position: 0 -20px;}

a#TabPrevious {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/previous.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabPrevious:hover {background-position: 0 -20px;}

a#TabNext {
    display: block;
    width: 80px;
    height: 20px;
    background-image: url(/images/next.gif);
    background-position: 0 0;
    margin: 0 auto;}
a#TabNext:hover {background-position: 0 -20px;}

#MainBody {
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;}
	
#MainContent {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;}
	
#MainContent h1{
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;}
	
#MainContent h2{
	font-size: 14px;
	color: #333;
	font-weight: normal;}
	
#MainContent th{
	font-size: 13px;
	color: #333;
	font-weight: bold;}

#MainContent td{
	font-size: 12px;
	color: #333;
	font-weight: normal;}
			
#MainContent a:link, #MainContent a:visited {
	color: #A00503;
	text-decoration: none;
	font-weight: normal;}
	
#MainContent a:hover {
	color: #A00503;
	text-decoration: underline;
	font-weight: bold;}
	
#MainContentData {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;}
	
#MainBodyData {
	background-color: #FFFFFF;
	background-image: url(../images/leftbody-bg.jpg);
	background-repeat: repeat-y;}
	
#MainContentData h1{
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #CCC;
	font-weight: normal;}
	
#MainContentData h2{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px dashed #CCC;}
	
#MainContentData th{
	font-size: 13px;
	color: #333;
	font-weight: bold;}

#MainContentData td{
	font-size: 12px;
	color: #333;
	font-weight: normal;}
			
#MainContentData a:link, #MainContentData a:visited {
	color: #A00503;
	text-decoration: none;
	font-weight: normal;}
	
#MainContentData a:hover {
	color: #A00503;
	text-decoration: underline;
	font-weight: bold;}

#LeftSideBody {
	background-color: #FFFFFF;
	background-image: url(../images/leftbody-bg.jpg);
	background-repeat: repeat-y;}
		
#LeftSideContent p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 10px;
	padding: 6px;}
	
#navcontainer {
position:relative;
width: 150px;
top:10px;}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Verdana, sans-serif, Helvetica;
font-size: 12px;}

#navcontainer a {
display: block;
padding: 3px;
width: 150px;
background-color: #2C2C2C;
border-bottom: 2px solid #2C2C2C;
border-top: 2px solid #2C2C2C;}

#navcontainer a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;}

#navcontainer a:hover{
background-color: #7D7D7D;
color: #000000;
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;}

#RightSideBody {
	background-color: #FFFFFF;
	background-image: url(../images/rightbody-bg.jpg);
	background-repeat: repeat-y;
	border: 1px;
	border-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-color: #000000;}
		
#RightSideContent p {
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	color: #333;
	font-size: 10px;
	padding: 6px;}
	
#RightSideContent a:link, #RightSideContent a:visited {
	color: #A00503;
	text-decoration: underline;
	font-weight: normal;}
	
#RightSideContent a:hover {
	color: #A00503;
	text-decoration: underline;
	font-weight: normal;}					
	
#Footer {
	background-color: #343434;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	font-size: 10px;
	color: #CCC;
	padding-top:18px;
	text-align: center;}
	
#Footer a:link, #Footer a:visited {		
	text-decoration: none;
	color:#CCC}
	
#Footer a:hover {		
	text-decoration: underline;
	color:#FFF}	