/* CSS Document */

/* styles */ 

* {
    margin: 0;
    padding 0;
}

body {
	background-image: url(http://www.greenmountainolives.com/images/back.gif);
	background-color: #1a1307;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-x;
	color: #e5e0ac;
	margin: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
	height: 100%;
	text-align: center;
	min-width: 600px;
}

div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a,
a.link,
a.visited,
a:hover,
a:active {
	color: #e5e0ac;
        font-style: italic;
	text-decoration: underlined;
}


hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #fff; /* for ie */
	background-color: #eee; /* for everyone else */
	height: 1px;
	/* text-align: right; for ie */
	/* margin-right: 0; for everyone else */
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: +0.1em;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: +0.1em;
	margin-bottom: 0px;
}


ol, ul, li {/*list-style: none;*/
	line-height: 1.6;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	line-height: 1.6;
	margin: 1.2em 0em 1.2em 0em;
	width: auto;
	padding-bottom: 20px;
	}

td {
	line-height: 1.6;
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.7em;
	}
	
img {
	border: none;
}

/** Main elements **/


div#main_body {
	background-image: url(http://www.greenmountainolives.com/images/sunrise.jpg);
	background-color: #1a1307;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 580px;
	height: auto;
	padding: 0px;
	padding-top: 110px;
	border: 2px solid #1a1307;
	text-align: left;
	font-size: 1.1em;
}

div#main_body * {
    	margin: 5px 57px 30px 57px;
}

div#main_body * * { 
    	margin: 0;
}


div#menu {
	background-image: url(http://www.greenmountainolives.com/images/menu.gif);
	background-attachment: scroll;
	background-position: top center;
	clear: both;
	float: right;
	width: 150px;
	height: 326px;
	font-size: 1.1em;
	border: 0px;
	margin-top: 10px
	margin-bottom: 10px;
}

div#menu ul {
    	margin: 70px 0px 5px 30px;
	padding: 0px;
}


div#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#menu li:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}


div#footer {
	color: #807d60;
}


div#main_body img {
	margin-right: 12px;
	margin-bottom: 6px;
}

/** forms **/

input.field, textarea.field {
    width: 250px;
}


input[type='text'] , input[type='password'] , input[type='submit'], input[type='reset'], textarea , input, select, .inputbox {
    font-family: verdana, helvetica, arial, sans-serif;
    color: #e5e0ac;
    border: 1px solid #e5e0ac;
    padding: 2px 4px;
    font-size: 10px;
    background-color: #1a1307;
    text-align: left;
}










