﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color:;/* gray; /* 6f9d6f and nice green cccc33(pantone 380c) */
	background-repeat: repeat;
    height: auto;
    background: -webkit-linear-gradient(#003300, gray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#003300, gray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#003300, gray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#003300, gray); /* Standard syntax (must be last) */
}
#container {
	border-bottom: 2px solid #BFE38A;
	border-left:thin; border-right:thin;
	background-color:; /*#F5F5EB; */
    height: auto;
    background: -webkit-linear-gradient(#999966, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#999966, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#999966, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#999966, #fff); /* Standard syntax (must be last) */
}
#masthead {
	background-image: url("../images/header_emporio.gif"); 
	text-align:center;
}
#navigation {
	padding-bottom:1px;
	background-color: #003300;  /*BFE38A = pantone 365c or better 380c */
	border-color:#FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#plaisio {
	/*background-image:url('../images/greek_olive_oil_header1d.gif'); */
	background-color: #999999;
}
#column_1 {
	width: 240px;
	padding: 10px;
}
html>body #column_1 {
	width: 245px;
	padding:0px 0px 5px 22px;
}
#column_2 {
	width: 240px;
	padding: 10px;
}
html>body #column_2 {
	width: 245px;
	padding:0px 0px 5px 22px;
}
#column_3 {
	width: 240px;
	padding: 10px;
}
html>body #column_3 {
	width: 245px;
	padding:0px 0px 5px 22px;
}
#column_4 {
	width: 240px;
	padding: 10px;
}
html>body #column_4 {
	width: 245px;
	padding:0px 0px 5px 22px;
}
#content {
	background-color:#fff;
}
#footer {
	border-top:thin;
background-color: #c69c6d;
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 15;
}
/* Masthead */
#masthead img { 
	float: left;
	padding-top:5px;padding-left:10px;
}
#masthead h1 {
	text-align:left;
	color: #001C00;
	margin-bottom: 0;
}
#masthead h2 {
	text-align:center;
	color: #001C00;
	margin-top: 0.5em;
}
#masthead h3 {
	text-align:center;
	color: #666633;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight:normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 7px;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #999966;
}
/* Column */
#column_1 img {
	border: 1px solid #808080;
}
#column_2 img {
	border: 1px solid #808080;
}
#column_3 img {
	border: 1px solid #808080;
}
#column_4 img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: medium;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: medium;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: 13px;
	color: #000;
}
h5 {
	font-size: small;
	color: #c77;
		text-align:center;
}
h6 {
	font-size: x-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size:13px;
	color:green;
}
/* Links */
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* iframe */
iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
} 