body {
	background-color: #FECEC5;
	margin: auto;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 110%;
	max-width: 1000px;
	color: #170000;
}

td {
	padding: .5em 1em;
}

h1, h2, h3, h4, h5 {
	color: #480000;
}

a {
	color: #003366;
}

p, td {
	color: #3A1625;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
	
.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5F233D;
	width: 280px;
	text-align: center;
	margin-left: 20%;
	clear: both;
}

a img {
	border: 0;
}

.left {
	clear: left;
}
.clearright {
	clear: right;
}
.right {
	text-align: right;
}
#port {
	margin-left: 50px;
	margin-right: 50px;	
}

#nav {
	margin: 0 1em .3em 1em;
	padding : 0 .2em;
	font-size: 1.2em;
	float: right;
	border: 3px outset #480000;
	background: #480000;
	font: Arial, Helvetica, sans-serif;
}

#nav ul {
	margin: 5px; 
	text-align: center;
	list-style-image: none; 
}

#nav li {
	text-align: left;
	list-style-type: none;
	display: inline;
} 

#nav a {
	padding-left: .5em;
	padding-right: .5em;
	line-height: 1.4em; 
	text-decoration: none; /*lets remove the link underlines*/

}

#nav a:link, #nav a:active, #nav a:visited  {
	font-weight: bold;
	color: #FFEBEA;
	background-color: #480000;
}

#nav a:hover {
	font-weight: bold;
	background: #FFEBEA;
	color: #480000;
}

input {
	width: 200px;
}

.contact {
	width: 550px;
	text-align: right;
	float: right; 
	margin-right: 3%;
}

.address {
	color: #660000;
}
div.address {
	clear: left;
	width: 180px;
	float: left;
}

ul.product {
	display: inline;
	list-style-image: none; 
	list-style-type: none;
	text-align: center;
}
ul.product li{
	display: block;
	list-style-image: none; 
	list-style-type: none;
	text-align: center;
	width: 320px;
}

.floatleft {
	float: left; 
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
