/*
  $Id: stylesheet.css,v 1.1.1.1 2003/08/14 07:58:33 nickle Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 12px; }

BODY {
	/*background: #EEFFFF;*/
	background: #858585;
	color: #CFCFCF;
	margin: 0px;
}

#page {
	margin: 16px auto;
	padding: 0;
	width: 1008px;
}

#header {
	height: 149px;
	width: 1008px;
	background: url('images/saltheader.png') no-repeat bottom center;
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight : normal;
}

#language {
	text-align: right;
	top: 6px;
	right: 33px;
	position: absolute;
	width: 285px;
	font-size: 12px;
	color: #cfcfcf;
}

#headerlinks {
	position: absolute;
	right: 38px;
	top: 32px;
	text-align: right;
	width: 590px;
}

#headerlogo {
	position:absolute;
	top:56px;
	left:38px;
}

#footer {
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	background: url('images/saltfooter.png') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	height: 79px;
	width: 1008px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 30px 33px;
	text-align: right;
	color: #CFCFCF;
	text-align: right;
	font-size: 12px;
}
	
.bodybg {
	background-image: url(images/saltbgwide.png);
}

.maincolumn {
	width: 632px;
	margin-left: 38px;
}

.sidebar {
	width: 230px;
	margin-right: 33px;
}

.tdsidebar {
	width: 263px;
	vertical-align:top;
}

A {
  color: #CFCFCF;
  text-decoration: none;
}

A:hover {
  color: #C4611F;
  text-decoration: underline;
}

FORM {
	display: inline;
}

A.languagetext {
	color: #cfcfcf;
}

A.languagetext:hover {
	color: #cfcfcf;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #336699;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  background: #336699;
  color: #ffffff;
  font-weight : normal;
}

.headerNavigation {
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight : normal;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #242424;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #cfcfcf;
}