body {
	background: #b8cfe0 url(CSSImages/bg.gif) bottom left fixed repeat-x;
	color: black;
	font: 80% Verdana, Arial, sans-serif;
	text-align: center;
}

h1 {
	font-size: large;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: none;
}

h3 {
	font-size: small;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

p, ul, a {
	margin: 0px;
	padding: 0px;
}

hr {
	color: purple;
	height: 1px;
	border: 1px dashed purple;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
abbr {
	text-decoration: none;
	border-bottom: none;
}

.bold {
	font-weight: bold;
}

.FloatLeft {
	float: left;
	border: 0px;
	margin: 0px 5px 5px 0px;
}

.FloatRight {
	float: right;
	border: 0px;
	margin: 0px 0px 5px 5px;
}

.ExtLink {
	border: 0px;
}

#Container {
	width: 740px;
	text-align: left;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	background: white;
}

#Container .ClearLeft {
	clear: left;
}

#Container .ClearRight {
	clear: right;
}

#Container .ClearBoth {
	clear: both;
}

#HeaderBar {
	width: 740px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background-image: url(CSSImages/chersoft_new.gif);
	background-repeat: no-repeat;
}

#HeaderBar h1 {
	display: none;
}

#MainMenu {
	position: relative;
	top: 76px;
	background: transparent url("CSSImages/menu.gif") no-repeat;
	margin: 0px 0px 0px 310px;
	padding: 0px 0px 0px 0px;
	height: 25px;
}

#MainMenu li {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#MainMenu li, #MainMenu a {
	height: 25px;
	display: block;
	float: left;
}

#MainMenu a span {
	display: none;
}

#MainMenu a {
	padding: 0;
	margin: 0px;
	overflow: hidden;
	height: 25px !important;
	height /**/:25px;
}

#LinkHome 			{ top: 0px; left: 0px;	width: 75px; }
#LinkCompany 		{ top: 0px; left: 75px; width: 80px; }
#LinkProducts 		{ top: 0px; left: 155px; width: 69px; }
#LinkTechnologies { top: 0px; left: 224px; width: 100px; }
#LinkNavigation 	{ top: 0px; left: 324px; width: 96px; }

#LinkHome a				{ width: 75px; }
#LinkCompany a			{ width: 80px; }
#LinkProducts a		{ width: 69px; }
#LinkTechnologies a 	{ width: 100px; }
#LinkNavigation a		{ width: 96px; }

#LinkHome a:hover				{ background: transparent url("CSSImages/menu.gif") -0px   -25px no-repeat;  }
#LinkCompany a:hover			{ background: transparent url("CSSImages/menu.gif") -75px   -25px no-repeat;  }
#LinkProducts a:hover		{ background: transparent url("CSSImages/menu.gif") -155px   -25px no-repeat;  }
#LinkTechnologies a:hover 	{ background: transparent url("CSSImages/menu.gif") -224px   -25px no-repeat;  }
#LinkNavigation a:hover		{ background: transparent url("CSSImages/menu.gif") -324px   -25px no-repeat;  }

#MainBar h2 {
	display: block;
}

#MainBar p {
	margin-bottom: 1em;
}

#MainBar .Intro{
	font-size: 110%;
}

#MainBar ul {
	margin-left: 20px;
	margin-bottom: 1em;
	list-style-type: disc;
}

#MainBar a:visited {
	color: #0000BB;
}


#Footer {
	clear: both;
	width: 740px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background-image: url(CSSImages/chersoft_new_bottom.gif);
	background-repeat: no-repeat;
}

#Footer p{
	padding: 15px 35px 15px 100px;
	color: #ccaacc;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
}

#Footer a {
	text-decoration: none;
	color: #dddddd;
}

#Footer a:hover {
	text-decoration: underline;
}

.Box {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}

.ImageCaption {
  margin: .5em;
  padding: .5em;
  background: #FFF;
  color: #333;
}

.ImageCaption img {
  display: block;
}
.ImageCaption label {
  display: block;
  font-size: x-small;
  color: #666;
}

img {
	border:none;
}

.mugshot {
	padding: 0 1em 1em 0;
}

#NewsBox {
	margin: 0px 10px -15px 0px;
	border: 1px solid #cccccc;
	padding: 5px;
	  background: #FFF8FF;
}

#NewsBox H1 {
	  font-size: small;
}

#NewsBox p {
	  padding: 0px;
	margin: 0px;
}
