@charset "utf-8";
/*------------------------------------------------------------*
**  Vinovinovino.com
**------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(image/bg_img.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

img {border:0px;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#wrap {
	text-align: center;
}

#Container {
	width: 798px;
	text-align: justify;
	position: relative;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 185px;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(image/topimg.jpg);
}

#Top img{
	float: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
#pulldown {
	height: 20px;
}

.searchbox {
	float: right;
	margin-top: 5px;
	margin-right: 5px;	
}
.searchbox2 {
	text-indent: 250px;
}
.submit {
	color : #fff;
	font-size : 10pt;
	font-weight : bold;
	background-color : #669900;
	border : 1px solid #dadada;
	cursor : pointer;
} 

form {margin: 0;}
		
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {
	margin:auto;
	position:absolute;
	width:798px;
	height:25px;
	z-index:200;
	top: 161px;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	width:132px;
	font-size:12px;
	color:#666633;
	height:25px;
	line-height:24px;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #980E10;
	border-left-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #980E10;
	border-bottom-color: #980E10;
	border-left-color: #980E10;
	text-align: left;
	text-indent: 5px;
}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#CCCC99;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	background:#980E10;
	color:#FFFFFF;
	font-weight: bold;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	background:transparent url(image/transparent.gif);
	width:132px;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:200; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#980E10; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#980E10; color:#FFFFFF;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(image/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:15px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 798px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*------------------------------------------------------------*
**  Information Line
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #FFFFFF;
	color: #980E10;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
	text-indent: 8px;
}

div#InfoLine a{
	color: #980E10;
	text-decoration: none;
}
/*------------------------------------------------------------*
**  Main Text
**------------------------------------------------------------*/
#mainbody-right {
	float: right;
	width: 500px;
	padding-right: 10px;
	padding-top: 10px;
}
#mainbody-left {
	float: left;
	width: 260px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.right {
	float: right;
}

.left {
	float: left;
}

.mainbox1 {
	width: 500px;
	height: auto;
	margin-top: 0px;
}

.mainsbox1 {
	width: 240px;
	padding-right: 10px;
	float: left;
	height: 100px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.sbox {
	width: 240px;
	padding-right: 5px;
	float: left;
	line-height: 15px;
	color: #666666;
	padding-top: 5px;
}

.line {
	border: 1px solid #980E10;
}

#body-right ul.buttons {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}

#body-right ul.buttons li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background-image: url(image/allow_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Container Start*/
div#MainText {
	width: 798px;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 0px;
}

div#MainText h1{
	font-size: 16px;
	font-weight: bold;
	color: #005787;
	margin-top: 10px;
	border-bottom: 1px dotted #000000;
}

/* Left Menu */
div#MainText-left {
	width: 195px;
	color: #FFFFFF;
	height: auto;
}

div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 195px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 195px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}

div#MainText-left ul li a{
	width: 180px;
	height: 25px;
	display: block;
	color: #666633;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	background-color: #CCCC99;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #980E10;
}

div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #980E10;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666633;
}

/* Right Menu */
div#MainText-right {
	text-indent: 5pt;
	clear: both;
	width: 590px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 18px;
	white-space: normal;
}

/* Company Table */
.company-table {
	border-top:none;
	border-left:none;
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	border-right-style: none;
	border-bottom-style: none;
}

/* Winery Table */
.winery-table {
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	border: 1px solid #999999;
}
.winery-table td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* MainText-right Newsbox*/
div#newsbox {
	width: 500px;
	text-align: left;
	padding: 0px;
	margin: auto;
	background: #FFFFFF;
}
.data {
	font-size: 12px;
	color: #980E10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #980E10;
	height: auto;
}

/* MainText-right Guidebook Table */
.guidetable {
	white-space: normal;
	padding: 5px;
}
.guidetable td{
	white-space: normal;
	padding: 5px;
}
.winerymaintable td{
	white-space: normal;
	padding: 2px;
}

/* MainText-right Vintage Table */
.vintagetable {
	white-space: normal;
	padding: 2px;
	vertical-align:middle;
}

.vintagetable td{
	height: 30px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* MainText-right Wine List */
.winelisttable {
	white-space: normal;
	vertical-align:middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #566047;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #566047;
}

.image_position {
    vertical-align:middle
}

.imagebox {
	float: left;
	font-size:10px;
	padding-bottom: 10px;
	}
	
.votebox {
	float: left;
	font-size:12px;
	width: 258px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 0px;
	z-index: -200;
	margin-top: 20px;
	}	
	
#result {
	padding: 20px;
	width: 796px;
}

.newsboard {}
.newsboard td {
	vertical-align:top;
}

form {
	float:none;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 798px;
	clear: both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #980E10;
}

div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}

div#Footer a{
	color: #FFFFFF;
	text-decoration: none;
}

div#Footer a:hover{
	color: #666633;
	text-decoration: none;
}
