﻿/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
  text-align: center;
  color: #000000;
  margin: 0px;
  background-image:url('back.gif');
  background-repeat:repeat-x
}
img {
	border-style:none
}
#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	color:#2C0803;
	line-height: 18pt;
	padding-left:30px;
	padding-right:100px;
}
A {
  color: #000000;
  text-decoration: none;
  font-size:.9em;
  font-weight:bold
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}
table {
	background-color:#FFFFFF;padding:0 0 0 0;border:0px
	
}
#header {
	list-style-type:none;
	list-style:none;
}
#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	vertical-align:top;
	padding-left:190;
	margin-left:180px
}
#header ul li {
	display:inline;
	float:left;
	width:120px;
	font-size:1em;
	font-weight:bold;
	vertical-align:top
}
#clear {
	clear:both
}
#logo {
	height:100px;
	text-align: left;
}
h1 {
	font-size:1.2em;
	font-weight:bold
}
h2 {
	font-size:1em
	
}
.contacts {
	float:left;
	padding-left:50px;
	padding-top:50px
}
.left {
	float:left;
	vertical-align:top;
}
#retail {
	border-style:none;
	padding:0px;
}
#retail ul {
	float:left
}
#retail li {
	list-style:none;color:maroon;font-size:.8em
}
#retail ul a {
	color:#000000;font-size:.9em;font-weight:bold;display:block;width:240px
}
#retail ul a:hover {
	color:maroon;text-decoration:underline
}
