/* global */
html{height: 100%;}

body
{ 
background: #6F7A86;
color: #5A6370;
font-family: verdana, arial, sans-serif;
padding: 0px;
margin: 0px;
font-size: .68em;
}


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ 
background: transparent;
color: #1775D5;
border-color: #89A9C7;
font-family: arial, sans-serif;
letter-spacing: .1em;
}


h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ 
background: #FFFFFF;
color: #5A6370;
border-color: #767676;
margin: 20px 0px 20px 0px; 
padding: 10px 20px 0px 20px;
border-left: 8px solid;
}


/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{
width: 780px;
margin-left: auto; 
margin-right: auto;
background: #FFFFFF url(images/bg.png) repeat-y;
color: #5A6370;
}


/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{
    color: #5A6370;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 120px;
    text-align: left;
    background: url(images/header.jpg) #ffffff no-repeat;
}

#logosalvage
{
    color: #5A6370;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 120px;
    text-align: left;
    background: url(images/salvage_banner.jpg) #ffffff no-repeat;
}

#logosupermarket
{
    color: #5A6370;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 120px;
    text-align: left;
    background: url(images/supermarket_banner.jpg) #ffffff no-repeat;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a
{
    display: block;
    float: left;
    height: 34px;
    text-decoration: none;
    padding: 6px 20px 2px 20px;
    text-transform: uppercase;
    text-align: center;   
    line-height: 14px;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - page content */
#column1
{ text-align: justify;
  width: 720px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column1 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column1 h2
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px;   
  font-size: 120%;
  font-weight: bold;
}

#column1 a, #column1 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column1 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea, select 
{ 
  background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;  
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px; 
}

.submit
{
    font-family: verdana, arial, sans-serif;
    border: 1px solid;
    height: 22px;
    cursor: pointer;
    font-size: 100%;
}

#links, #footer, #menu, #menu li a
{ background: #FFFFFF url(images/menu_bg.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(images/menu_bg_hover.png);
  color: #484E56;
} 

#content, #column1 a, #column1 a:hover
{ background: transparent;
  color: #5A6370;
}
.highlight
{
   background-color: #ffff00;
}
.lightrow
{
    background-color: #f2f2f2;
    line-height: 15px;
}
.darkrow
{
    background-color: #e5e5e5;
    line-height: 15px;
}
.whiterow
{
    background-color: #ffffff;
    line-height: 15px;
}
.message
{
    color:Red;
    font-weight:bold;
}

.highlightrow
{
    background-color: #ffff00;
    line-height: 15px;
}
.headerrow
{
    background-color: #555555;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
}