/*This is the core style sheet for In The Spirits*/

body {
background-image: url('bg.gif');
background-repeat: repeat;
background-color: #e3e6e0;
margin: 0;
font-family: "Trebuchet", "Arial", sans-serif;
font-size: 1em;
}


#content {
background-color: #284332;
margin-left: auto; 
margin-right: auto;
width: 50em;
}


#header {
background-image: url('header_website.jpg');
background-repeat: no-repeat;
height: 160px;
background-color: #ffffff;
color: #000000;
border: none;
margin: 0;
padding: 0;
}

#backbar {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
background-color: #684579;
}

#backbar li { 
display: inline; 
}

#backbar li a {
padding: .8em;
font-style: none;
font-size: .8em;
text-align: center;
text-decoration: none;
color: #ffffff;
}

#backbar li a:hover {
background-color: #284332;
color: #FFFFFF;
}

#backbar li a:active {
background-color: #284332;
color: #FFFFFF;
}

ul.backbar {
text-align: center;
line-height: .005em;
}


#main-text-fixed {
background-image: url('main.gif');
background-repeat: no-repeat;
background-color: #284332;
color: #FFFFFF;
border: none;
margin-left: 0px;
padding-top: 50px;
padding-left: 50px;
padding-right: 60px;
padding-bottom: 0px;
height: 600px;
}


#main-text {
background-image: url('.gif');
background-color: #284332;
color: #FFFFFF;
border: none;
margin-left: 0px;
padding-top: 50px;
padding-left: 50px;
padding-right: 60px;
padding-bottom: 0px;
}

#col2a {
float: left;
background-color: #284332;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
padding-left: 50px;
padding-right: 40px;
padding-bottom: 0px;
height: 1100px;
width: 20em
}

#col2b {
float: left;
background-color: #284332;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 22px;
padding-bottom: 0px;
height: 1100px;
width: 23em
}

#wine_col2a {
float: left;
background-color: #284332;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
padding-left: 50px;
padding-right: 10px;
padding-bottom: 0px;
width: 23em;
height: 1500px;
}

#wine_col2b {
float: left;
background-color: #284332;
color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 4px;
padding-bottom: 0px;
width: 23em;
height: 1500px;
}

h1 {
font-family:  "Snell Roundhand", "Times New Roman", sans-serif;
font-size: 1.6em;
font-weight: bold;
font-style: italic;
text-align: left;
letter-spacing: 2px;
}

h2 {
font-family: "Snell Roundhand", "Times New Roman", serif;
font-size: 1.3em;
text-decoration: none;
font-style: italic;
}

h3 {
font-size: 1em;
text-decoration: none;
font-style: none;
}

p {
font-size: .8em;
font-style: none;
text-decoration: none;
text-align: left;
line-height: 1.5em;
}

ul{
font-size: .9em;
font-style: none;
text-decoration: none;
text-align: left;
line-height: 1.4em;
}

table, td{
table-layout: fixed;
border-collapse: collapse;
border: none;
padding: 0px;
margin: 0px;
font-size: .9em;
text-align: left;
line-height: 1.3em;
}

caption {
font-family: "Times New Roman", serif;
font-size: 1.4em;
font-weight: bold;
line-height: 1.7em;
text-decoration: none;
font-style: italic;
text-align: left;
}

th {
font-size: .95em;
font-weight: bold;
text-align: left;
}

form {
font-size: .9em;
text-align: left;
line-height: 1.4em;
color: #000000;
}

input {
font-size: .8em;
text-align: left;
line-height: 1.3em;
color: #666666;
background-color: #FFFFFF;
}

#footer {
font-family: "Arial", sans-serif;
background-image: url('footer.gif');
background-repeat: no-repeat;
background-color:  #e3e6e0;
color: #222222;
border: none;
height: 130px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 2px;
padding-left: 0px;
font-size: .7em; 
text-align: center;
background-image: url('footer.gif');
background-repeat: no-repeat;
}

a:link.footer {
color: #222222;
text-decoration: underline;
}

a:visited.footer {
color: #222222;
text-decoration: underline;
}

a:hover.footer {
color: #222222;
font-weight: bold;
text-decoration: underline;
}

a:active.footer {
color: #222222;
text-decoration: underline;
}

a:link {
color: #c38f44;
text-decoration: underline;
}

a:visited {
color: #ffffff;
text-decoration: underline;
}

a:hover {
color: #ae803c;
text-decoration: underline;
}

a:active {
color: #ffffff;
text-decoration: underline;
}


