/*
COLORS USED IN CSS
burgundy - #6a0513
parchment light - #e6dcbb
parchment plain - #d9cda4
*/
*
{
	margin: 0;
	padding:0;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	background-color: #e6dcbb;
}
html
{
	height: 100%;
}
form
{
    height: 100%;
}
.small
{
    font-size: .7em;
}
hr
{
    color: #6a0513;
    background-color: #6a0513;
    border: 0px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}
#container
{
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	border-left: 2px solid #6a0513;
	border-right: 2px solid #6a0513;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header
{
	width: 100%;
	height: 75px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #6a0513;
	background-image: url("images/headBkg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}
#tagline
{
	color: #690004;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align:	right;
	letter-spacing: .12em;
	position: absolute; 
	top: 10px;
	right: 8px;
	width: 350px;
	z-index: 2; 
}
#feature
{
	color: #690004;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align:	right;
	letter-spacing: .10em;
	position: absolute; 
	bottom: 5px;
	right: 8px;
	width: 350px;
	z-index: 2;
}
#menu
{
	background-color: #6a0513;
	width: 100%;
	height: 21px;
	position: relative;
	text-align: center;
}
#inMenu
{
	background-color: #d9cda4;
	width: 601px;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
}
p.menu
{
	color: #690004;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	margin: 0px;
}
.menuItem
{
	width: 74px;
	border-right: 1px solid #690004;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.menuItemLast
{
	width: 74px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.logo
{
	margin-left: 2px;
	border: none;
}
h1
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6a0513;
	letter-spacing: .13em;
	font-size: 1.5em;
	margin-bottom: .45em;
}
h2
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6a0513;
	letter-spacing: .13em;
	font-size: 1.2em;
	margin-bottom: .45em;
}
h3
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6a0513;
	letter-spacing: .13em;
	font-size: 1.1em;
	margin-bottom: .45em;
}
#content
{
	position: relative;
	min-height: 540px;
	width: 100%;
	text-align: left;
	background-image: url("images/mainBkg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
#inContent
{
	padding: 5px;
	font-size: .8em;
	text-align: left;
	color: #000000;
}
#inContent p
{
    margin-bottom: 1em;
}
#copyright
{
	width: 100%;
	font-size: .65em;
	color: #000000;
	text-align: right;
	letter-spacing: .15em;
}
.bottles
{
    border: 0px;
    margin: 6px;
    float: left;
}
/* grid rows */
.rowHead
{
    font-size: 1em;
    font-weight: bold;
}
.rowHead:link
{
    color: #000000;
    text-decoration: none;
}
.row1
{
    background-color: #E5B7B7;
    font-size: 1em;
}
.row2
{
    background-color: #EAD79F;
    font-size: 1em;
}
.row3
{
    background-color: #c9c9c9;
    font-size: 1em;
}
/* wine descriptions */
#full500
{
    width: 750px;
    vertical-align: top;
    position: relative;
}
#Left500
{
    width: 345px;
    vertical-align: top;
    text-align: left;
    float: left;
}
.lRow1Left
{
    background-color: #E5B7B7;
    font-size: 12px;
    text-align: right;
    padding-right: 2px;
    margin-right: 2px;
    width: 20%;
    float: left;
}
.lRow1Right
{
    background-color: #E5B7B7;
    font-size: 12px;
    text-align: left;
    padding-left: 2px;
    margin-left: 2px;
    width: 70%;
    float: left;
}
.lRow2Left
{
    background-color: #EAD79F;
    font-size: 12px;
    text-align: right;
    padding-right: 2px;
    margin-right: 2px;
    width: 20%;
    float: left;
}
.lRow2Right
{
    background-color: #EAD79F;
    font-size: 12px;
    text-align: left;
    padding-left: 2px;
    margin-left: 2px;
    width: 70%;
    float: left;
}
#Right500
{   
    width: 400px;
    /*background-color: #C4BAA8;*/
    vertical-align: top;
    text-align: center;
    float: left;
    margin-left: 3px;
}
.clr
{
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 2px;
}
.DetailImg
{
    margin: 6px;
}
.ctr
{
    text-align: center;
}
.orderBtn
{
    background-color: #c4baa8;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #660000;
    border-left: 2px solid #e8dfd0;
    border-top: 2px solid #e8dfd0;
    border-right: 2px solid #a29680;
    border-bottom: 2px solid #a29680;
    margin: 4px;
    width: 75px;
}
/* links */
a:link
{
    color: #6a0513;
}
a:visited
{
    color: #6a0513;
}
a:hover
{
    color: #993300;
}
.menu:link
{
	color: #690004;
	text-decoration: none;
}
.menu:visited
{
	color: #690004;
	text-decoration: none;
}
.menu:hover
{
	color: #993300;
	text-decoration: underline;
}
.underLink:link
{
	color: #690004;
	text-decoration: underline;
}
.underLink:visited
{
	color: #690004;
	text-decoration: underline;
}
.underLink:link
{
	color: #993300;
	text-decoration: underline;
}
/* form elements */
fieldset 
{ 
    border:1px solid #6a0513;
    width: 97%;
}
legend 
{
  padding: 0.2em 0.5em;
  border: 1px solid #6a0513;
  color: #6a0513;
  font-size: 90%;
  text-align: left;
  }
.row
{
    width: 97%;
    margin-bottom: 2px;
    margin-top: 2px;
}
.labelLeft
{
    width: 70px;
    text-align: right;
    margin-right: 2px;
    font-size: 1em;
    float: left;
    margin-bottom: 2px;
}
.fieldLeft
{
    width: 260px;
    text-align: left;
    margin-left: 2px;
    font-size: 1em;
    float: left;
    margin-bottom: 2px;
}
.fieldFull
{
    width: 590px;
    text-align: left;
    margin-left: 2px;
    font-size: 1em;
    float: left;
    margin-bottom: 2px;
}
.labelRight
{
    width: 70px;
    text-align: right;
    margin-right: 2px;
    font-size: 1em;
    float: left;
    margin-bottom: 2px;
}
.fieldRight
{
    width: 260px;
    text-align: left;
    margin-left: 2px;
    font-size: 1em;
    float: left;
    margin-bottom: 2px;
}
.formField
{
    border: 1px solid #6a0513;
    color: #6a0513;
    background-color: #ffffff;
    font-size: 1em;
}
.button
{
    border: 1px solid #6a0513;
    color: #6a0513;
    font-weight: bold;
    font-size: .8em;
    background-color: #d9cda4;
}
.btn3d
{
    background-color: #c4baa8;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,helvetica,sans-serif;
    text-transform: uppercase;
    color: #660000;
    border-left: 2px solid #e8dfd0;
    border-top: 2px solid #e8dfd0;
    border-right: 2px solid #a29680;
    border-bottom: 2px solid #a29680;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.ninetysix
{
    width: 96%;
    text-align: right;
}
b.burg
{
    color: #6a0513;
}
.total
{
    color: #6a0513;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #c9c9c9;
    padding: 2px;
}
/* wine styles */
#styler
{
	width: 685px;
	margin: 0 auto;
}
.clr
{
	clear: both;
}
.breaker
{
	margin-top: 2px;
	margin-bottom: 2px;
}
.stylebox
{
	width: 162px;
	height: 189px;
	border: 1px solid #6a0513;
	float: left;
	margin: 3px;
}
.styleTop
{
	width: 162px;
	height: 18px;
	border-bottom: 1px solid #6a0513;
	background-color: #d9cda4;
	color: #6a0513;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .09em;
}
.styleImg
{
	border: none;
}
#thankYouNumber
{
    width: 100%;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: .9em;
    color: #6a0513;
}
#thankYouNumber p
{
    background-color: #d9cda4;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: .3em;
    color: #6a0513;
}
ul
{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 5px;
}
ul.inner1
{
    padding-left: 12px;
    list-style-type: circle;
    list-style-position: inside;
    text-indent: 5px;
}
ul.inner2
{
    padding-left: 12px;
    list-style-type: square;
    list-style-position: inside;
    text-indent: 5px;
}
/* thumnail styles */
.thumbBox
{
    margin: 8px;
    float: left;
    font-size: .9em;
    font-weight: bold;
    width: 210px;
    text-align: center;
}

.thumbnail
{
    position: relative;
    z-index: 0;
}

.thumbnail:hover
{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span
{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    left: -1000px;
    border: 1px solid #e6dcbb;
    visibility: hidden;
    color: black;
    font-weight: bold;
    font-family: Arial,helvetica,sans-serif;
    text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
}