/* global whitespace reset (leftjustified.net)  */
* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 1em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }
/* end whitespace reset */

body {
  padding: 15px 0 0 0;
  background-color: #fff;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #000;
  text-align: center;
}

a {
  color: #0577c1;
  text-decoration: none;
}

a:hover {
  color: #0577c1;
  text-decoration: underline;
}

img {
  font-size: 10px;
  border: 0px;
}


/* layout */
#wrapper {
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin: 0;
}

.aheader{
  font-size: 22px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #660000;
  text-align: center;
}

.bheader{
  font-size: 18px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #660000;
  text-align: center;
}

.colorheader{
  font-size: 18px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #CC6600;
  text-align: center;
}

.bodybold{
  font-size: 14px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  color: #000;
  text-align: center;
}



/* navbar */
#nav {
  display: block;
  width: 798px;
  float: left;
  padding: 0px;
  margin: 0 0 16px 0;
  border: 1px solid;
  border-top-color: #212121;
  border-bottom-color: #212121;
  border-left-color: #737373;
  border-right-color: #737373;
  list-style-type: none;
  list-style-image: none;
  background-image: url(button_back.gif);
}

#nav a, #nav a:link, #nav a:visited {
  display: block;
  padding: 4px 0;
  color: #333;
}

#nav a:hover {
  background-image: url(button_hover.gif);
  color: #000;
  text-decoration: none;
}

#nav li {
  float: left;
  padding: 0; 
  margin: 0;
  border-right: 1px solid #777;
  text-align: center;
}

#nav li#one { width: 159px; }
#nav li#two { width: 159px; }
#nav li#three { width: 159px; }
#nav li#four { width: 159px; }
#nav li#five { width: 157px;}

#nav .active a  {
  background-image: url(button_active.gif);
  color: #000;
}

#nav .inactive {
	display: block;
	padding: 4px 0;
	color: #888;	
}

/* content section */
#main {
  /* clear: both; */
  width: 700px;
  margin-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align: center;
}





/* footer style */
#footer {
  width: 800px;
  height: 50px;
  color: #CC6600;
  clear: both;
  padding: 5px 0 25px 0;
  border-top: 1px solid #000;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
}

#footer ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0 0 10px 0;
}

#footer li {
  display: inline;
  padding: 0 1em;
  margin: 0;
  border-right: 1px solid #000;
  text-align: center;
}

#footer li.last {
  border: none;
}

#footer li.lang {
  border: none;
  padding: 0 0.3em;
}

#footer p {
  margin: 0;
}




table#tariffs {
    width: 700px;

}

table#tariffs td {
    padding: 5px;

}

.celltop {
    font-size: 18px;
  	font-family: "Lucida Grande", Verdana, sans-serif;
  	color: #660000;
  	text-align: center;
}

.leftcol {
    font-weight: bold;
    text-align: right;
    width: 200px;
    background-color: #CCCCCC;

}

.rightcol {
    text-align: left;
    margin-left: 20px;
    background-color: #CCCCCC;
}

.singlecol {
    text-align: center;
    background-color: #CCCCCC;
}




/* END */
