﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 0px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


hr {
	border-top: 1px solid #505050;
	height: 1px;
}


a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

img {
	border-width: 0;
}

	
ul {
	list-style-type: none;
	list-style-image:  url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;	
}



/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1100px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 { 
	position: absolute;
	left: 37px;
	top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	color:#FF9900;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 3 FOOTER */

.footerbg {
	width: 1100px;
	height:75px;
	text-align: center;
}


.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1054px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}


.menub a:visited {
	color: #DBB94F;
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 590px;

}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center ;
}

h4 
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	margin-left: 1.0em;
	font-size: 1.2em;
	color:#FF9900;
	text-align:left;
}
/* 2.1 ALL PAGES */

#default, #aboutus,  #solutions,#services, #products, #links, #contacts, #MSAccess, #CodeOfEthics, #manage, #xamlmedia, #xamltest, #demo
 
  {
	position: relative;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	left: 0;
	height:590px;
	width: 1057px;
}

#sidebar {
	float: left;
	width: 179px;
	height: 560;
}

#content {
	margin-left: 200px;
	text-align: justify;
	font-size: 14px;
}


	
#ourcode
 {
 text-align: justify;
 font-size: 14px;
 margin-left: 50px;
	width: 988px;
	margin-bottom: 0px;
}	

#sidebarcode {
	float: left;
	width: 90px;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	position: relative;
	top: 3px;
	left: 2px;
	width: 743px;
}

dt {
	position: absolute;
	left: 5px;
	
}

dd 
{
	margin-left: 170px;
	height: 2.0em;
	top:0px;
	left: 0px;
	width:524px;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* Inline styles are used because image controls hard code a border property */

li
{
	text-align: left;
	padding-left: 5px;
	text-indent: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
	
}

