﻿/******************************************************************************
Elements
******************************************************************************/
body {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
  color: #7F7F7F;
	background: url(../images/new/gradient.gif) repeat-x;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: -moz-center;
  width: 800px;
}

a {
  text-decoration: none;
  color: #7F7F7F;
  line-height: 20px;
}
a:hover {
  color: #CC0000;
}

/******************************************************************************
Classes
******************************************************************************/
.clear { clear: both; }
.titleImage {
  margin-bottom: 10px;
}

.logo, .company, .slogan, .title {
  border: dashed 1px #C0C0C0;
  /*float: left;*/
}
.navImage {
  padding-right: 5px;
}

.title {
  font-size: 14pt;
  margin-bottom: 20px;
}

.button {
  border: 1px solid #000000;
  background-color: #FFCC99;
  font-family: verdana, helvetica, arial;
}

.divider {
  border-top: solid 1px #CFCFCF;
}

.navImage { margin-left: 5px; }

/******************************************************************************
Identifiers
******************************************************************************/
#page {
  text-align: left;
  
}
#welcome {
  width: 200px;
}

#header {
  text-align: left;  
  margin-bottom: 10px;
}

#navigation {
  /*border: dashed 1px #C0C0C0;*/
  text-align: right;
  background: url(../images/swish.png) no-repeat;  
  z-index: 100; 
  right: 0px;
  height: 70px;
}

#center {
  /*border: dashed 1px #C0C0C0;*/ 
  margin-left: 250px;
}

#footer {
  /*border: dashed 1px purple;*/
  text-align: center;
  
}