/* 
  from ALA http://alistapart.com/articles/fauxcolumns/, zeldman book etc
*/

body {
  background: url('../images/main_back.jpg') repeat-y #eee ;
  background-position:50% 0;
  margin: 0 auto 0;
  padding: 0;
  font-family:  Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #555;
}

td {
  font-size: 12px;
}

.caption {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-weight: normal;
    line-height: 9px;
}


#wrapper { 
	text-align:center;
  margin: 0 auto 0;
  padding: 0;
  position: relative;
  width: 822px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 730px;

}

#inner {
text-align:left;
  padding:0;
}

.spacer {display: block; clear: left; margin: -0.66em 0;
visibility:hidden;}



a {
  color: #4477AA;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover {

  color: #155585;
  text-decoration: none;
  border-bottom: 1px dotted #155585;
  
}

b a {
    font-weight: bold;
	
}


#homeSect
{
margin-top:10px;
margin-bottom:5px;
  height: 121px;
  background: url('../images/main_title.jpg') top center no-repeat;
}

a:link img, a:visited img, a:hover img, a:active img
{ border: none;	text-decoration: none;
}

span.nodisplay {
  display: none;
}


#outerContainer {
  padding: 20px 15px 40px 20px;
  margin: 0;
  width: 450px;
  float: left;
}

#rightMiddle {
  margin: 0;
  padding: 0;

}

#rightInner {
  margin: 0;
  padding: 0 35px 5px 10px;

}

#rightInner ul {
  margin: 10px 15px;
}

ul {
  list-style: disc url('../images/bullet.gif') outside;
  padding: 0;
  margin: 0 0 10px 15px;
}

li {
margin-bottom: 4px;
}

/* sidebar coloured with an edge  */

#sidebarContainer {
  margin: 0px 0 20px 0;
  width: 220px;
  float: left;
  background-color: #eee;
  border: solid #ddd 1px;
}

#sidebar {
  padding: 15px 20px 5px 25px;
  font-size: 11px;
  color: #555;
  line-height: 15px;
}


#sidebar p {
  margin: 0 0 10px 0;
}

#sidebar h1, h2, h3 {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #555;
}

.specialMark {
  font-family:  Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}

hr {
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px dotted #bbb;
  margin: 4px 30px 12px 30px;
  padding: 0;
}

p {
  margin: 0 0 15px 0;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 22px;
  color: #555;
}

h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 24px 0 10px 0;
  font-size: 18px;
  line-height: 22px;
  color: #555;
}

h3 {
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 4px 0;
  font-size: 14px;
}




#footer {
	padding: 5px 30px;
	width:650px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background: url('../images/footer.gif') no-repeat;
	background-position: 50% 0%;
	margin: 0 auto 0;
}


pre {
  font-size: 11px;
  font-family: "Courier New", Courier, mono;
  padding: 10px 10px;

}


#smalltext {
  font-size: 10px;
}

.indented {
  margin: 0px 0px 0px 10px;
}


/* highlight for product names */
.product {
  color: #226699;
}


/* used on the dowloads page for the list of downloads */
#downloaditem {
  font-size: 11px;
  color: #555;
  line-height: 14px;
}



/* nav bar */

#menu {
  margin: 0 auto 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 24px;
width:660px;
height:25px;
clear:both;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0;
/*  background-color: #d0d0d0; */
  background-color: #1C588E;
  width: 79px;
  height: 24px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #aaa;
}

#menu ul li#contact a	{
  width: 91px;
}

#menu ul li a:hover,
#menu ul li a:hover.selected
{
  background: #63CE31;
  color: #333;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
}

#menu ul li a.selected {
  background: #009DD1;
  border-top: 1px solid #ffee55;
  border-left: 1px solid #ffee55;
  border-bottom: 1px solid #ddaa11;
  border-right: 1px solid #ddaa11;
  cursor:pointer;
}

#search{
position:relative;
margin:0 auto 0;
height:46px;
width:685px;
background: url('../images/search_back.gif') repeat-x;
}