body {
	margin:0px;
	font:12px verdana;
}

p {
	margin:10px 0 10px 0;
}

a{
	color:#003399;
	text-decoration:none;
}

a:hover{
	color:orange;
	text-decoration:none;
	cursor:pointer;
}

a img{
	border:none;
}

h1{
	color:olive;
	margin:10px 0 10px 0;
	font:bold 20px verdana;
}

h2{
	color:olive;
	margin:10px 0 10px 0;
	font:bold 18px verdana;
}

h3{
	color:olive;
	margin:5px 0 5px 0;
	font:bold 16px verdana;
}

h4{
	margin:5px 0 5px 0;
	font:bold 14px verdana;
}

sup {
	font:11px verdana;
}

.normal {
	font:12px verdana;
	color:black;
}

.small {
	font:11px verdana;
	color:dimgray;	
}

.smaller {
	font:10px verdana;
	color:dimgray;	
}

em {
	font-size:12px;
}

ul, ol {
  margin: 10px;
  padding: 0;
}

ul li, ol li {
  margin-left: 10px;
  padding: 0;
  margin-bottom:5px;
}

form {
  	margin: 0;
	padding: 1em;
}

th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	background:url(/img/bg_silver.gif) repeat-x;
}

button {
	background:url(/img/bg_silver.gif) repeat-x;
	border-left:1px solid silver;
	border-top:1px solid silver;
	font:12px verdana;
	padding:2px;
}

button:hover {
	background:url(/img/bg_gold.gif) repeat-x;
	cursor:pointer;
}

input, select {
	font: 11px verdana;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	margin:0px;
	padding:0px;
	border:1px solid orange;
}
    
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected {
	background-color:darkblue;
	color:white;
}

div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px 5px;
	cursor:pointer;
	color:gray;
	font:bold 11px verdana;
}

.shadow {
  	background: url(/img/bg_lightgrey.gif) repeat-x bottom;
}

.hidden {
	display: none;
}

.panelTop {
	background:#99cc33;
	padding:1em;
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;
}	

.panel {
	padding:1em;
	border:1px solid silver;
	background:url(/img/bg_lightgrey.gif) bottom repeat-x;
	margin-bottom:1em;
}

.dottedRow {
	border-bottom: 1px dotted silver;
}

.highlight:hover {
	background:beige;
}

.clear {
	clear:both;
}

.singleSpace {
	margin-bottom: 0;
}

.hbar {
	border-bottom:1px solid silver;
	margin-bottom:1em;
}

.error {
  color: red;
  font: 11px verdana;
}

.floatImage {
	float:left;
	margin:0 10px 10px 0;
}

.tooltip {
	border:1px solid navy;
	padding:1em;
	width:200px;
	position:absolute;
	color:black;
	background:lavender;
	font:11px verdana;
}

.new {
	background:yellow;
	color:red;
	padding:2px;
}

.gray {
	color:gray;
}

.brown {
	color:brown;
}

.backgroundOrange {
	background:orange;
}

.backgroundGreen {
	background:#99cc33;
}

.backgroundBeige {
	background:beige;
}

.backgroundLightGray {
	background:#e6e6e6;
}

.border1111 {
	border:1px solid silver;
}

.border1110 {
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
}

.border1100 {
	border-top:1px solid silver;
	border-right:1px solid silver;
}

.border1101 {
	border-top:1px solid silver;
	border-right:1px solid silver;
	border-left:1px solid silver;
}

.border1000 {
	border-top:1px solid silver;
}

.border0100 {
	border-right:1px solid silver;
}

.border0010 {
	border-bottom:1px solid silver;
}

.border0001 {
	border-left:1px solid silver;
}

.border1001 {
	border-top:1px solid silver;
	border-left:1px solid silver;
}

.border1011 {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	border-left:1px solid silver;
}

.border0110 {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.padding1111 {
	padding:1em;
}

.padding1100 {
	padding:1em 1em 0 0;
}

.padding0111 {
	padding:0 1em 1em 1em;
}

.padding0100 {
	padding:0 1em 0 0;
}

.padding0001 {
	padding: 0 0 0 1em;
}

.padding1000 {
	padding:1em 0 0 0;
}

.margin1000 {
	margin-top:1em;
}

#head {
	font:11px verdana;
	color:dimgray;	
}

#head .logo {
	padding:1em 2em 1em 0;
}

#head .livechat {
	padding:2em 0 1em 1em;
}

#foot {
	font:11px verdana;
	color: gray;
	margin-top:1.5em;
}

#calendar {
	background: honeydew;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	position: absolute;
}

#calendar th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

#calendar td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

#calendar .highlight {
	background: gold;
}

#adsPanel {
	margin: 0 0 0 10px;
}

#adsPanel .panel {
	background:lavender;
	font:11px verdana;
}

#adsPanel li {
	margin-bottom:0;
}

#scm_award img {
	float:left;
	margin:0 1em 1em 0	
}

#freebies li {
	margin-bottom:5px;
}

#navigator {
	margin-bottom:10px;
	font:12px verdana;
}

#navigator #welcome {
	width:94px;
	height:26px;
	background:url(/img/home/welcome.gif) no-repeat;	
}

#navigator #welcome:hover {
	background:url(/img/home/welcome_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #solutions {
	width:103px;
	height:26px;
	background:url(/img/home/solutions.gif) no-repeat;	
}

#navigator #solutions:hover {
	background:url(/img/home/solutions_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #products {
	width:98px;
	height:26px;
	background:url(/img/home/products.gif) no-repeat;	
}

#navigator #products:hover {
	background:url(/img/home/products_over.gif) no-repeat;
	cursor:pointer;	
}

#navigator #orders {
	width:124px;
	height:26px;
	background:url(/img/home/orders.gif) no-repeat;
}

#navigator #orders:hover {
	background:url(/img/home/orders_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #downloads {
	width:113px;
	height:26px;
	background:url(/img/home/downloads.gif) no-repeat;
}

#navigator #downloads:hover {
	background:url(/img/home/downloads_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #aboutus {
	width:94px;
	height:26px;
	background:url(/img/home/aboutus.gif) no-repeat;
}

#navigator #aboutus:hover {
	background:url(/img/home/aboutus_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #contact {
	width:88px;
	height:26px;
	background:url(/img/home/contact.gif) no-repeat;
}

#navigator #contact:hover {
	background:url(/img/home/contact_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #login {
	width:86px;
	height:26px;
	background:url(/img/home/login.gif) no-repeat;
}

#navigator #login:hover {
	background:url(/img/home/login_over.gif) no-repeat;
	cursor:pointer;
}

#navigator #member {
	width:86px;
	height:26px;
	background:url(/img/home/member.gif) no-repeat;
}

#navigator #member:hover {
	background:url(/img/home/member_over.gif) no-repeat;
	cursor:pointer;
}

#navigator .menu {
	position:absolute;
	background:#F2F2FA;
	border:1px solid #283581;
	border-top:none;
	padding:1em;
	width:300px;
}

#navigator ul {
  list-style: none;
}

#navigator ul li{
	margin:0;
	padding:0.5em;
}

#navigator ul li:hover {
	background:#99cc33;
  	color:white;
}

#navigator a:hover {
	color:white;
}