body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 19px;
  margin: 0 auto;
  width: 768px;
}

#header
{
  position: relative;
  height: 92px;
}

#header-left
{
  position: absolute;
  top: 0;
  left: 0;
  width: 624px;
  height: 92px;
  background: url(images/topheader.jpg) no-repeat;
}

#header-right
{
  position: absolute;
  top: 0;
  right: 0;
  width: 144px;
  height: 39px;
  background: url(images/login.jpg) no-repeat;
}

#header-right a
{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#header-under
{
  position: absolute;
  top: 39px;
  right: 0;
  width: 144px;
  height: 53px;
  background: url(images/undercustomer.jpg) no-repeat;
}

#topmenu
{
  position: relative;
  height: 47px;
}

#topmenu div a
{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#menu-home
{
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
  height: 47px;
  background: url(images/home.jpg) no-repeat;
}

#menu-fuels
{
  position: absolute;
  top: 0;
  left: 101px;
  width: 87px;
  height: 47px;
  background: url(images/fuels.jpg) no-repeat;
}

#menu-news
{
  position: absolute;
  top: 0;
  left: 188px;
  width: 90px;
  height: 47px;
  background: url(images/news.jpg) no-repeat;
}

#menu-about
{
  position: absolute;
  top: 0;
  left: 278px;
  width: 106px;
  height: 47px;
  background: url(images/aboutus.jpg) no-repeat;
}

#menu-space
{
  position: absolute;
  top: 0;
  left: 384px;
  width: 240px;
  height: 47px;
  background: url(images/gray.jpg) no-repeat;
}

#menu-contact
{
  position: absolute;
  top: 0;
  right: 0;
  width: 144px;
  height: 47px;
  background: url(images/contact.jpg) no-repeat;
}

#content
{
  position: relative;
  height: 700px;
}

#content-top
{
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/refine.jpg) no-repeat;
  height: 314px;
  width: 768px;
}

#sidebar
{
  position: absolute;
  top: 314px;
  left: 0;
  background: url(images/stations.jpg) no-repeat;
  height: 344px;
  width: 242px;
}

#main
{
  position: absolute;
  top: 314px;
  left: 242px;
  width: 526px;
}

#contactlist
{
  width: 526px;
  height: 344px;
}

#footer {
  position: relative;
  display: block;
}

#footer p
{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 19px;
  color: #999999;
  padding-left: 20px;
  padding-top: 10px;
}

.bluetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	padding-left: 10px;
	padding-top: 10px;
}

.headerblue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	font-weight: bold;
}

/* login form elements */
.login
{
  margin: 100px 0 0 20px;
  border: 2px solid #666;
  padding: 15px;
}

.login p
{
  width: 500px;
  margin: 0;
  padding: 15px 0 18px 0;
  padding-left: 60px;
}

.login label
{
  font-weight: bold;
  float: left;
  margin-left: -60px; /*width of left column*/
  width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.login input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width: 180px;
}

.login input[type="submit"]
{
  margin-top: 15px;
  margin-left: 180px;
}

#loginheader
{
  position: absolute;
  padding: 60px 0 0 20px;
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	color: #0057BF;
	font-weight: bold;
}

#errmsg
{
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid red;
  color:#CC0033;
  margin: 5px;
}

#errmsg p
{
  padding-left: 15px;
}

