/* CSS Document */

body {background-image:url(images/grey-wood_bg.jpg);
		font-family:Arial, Helvetica, sans-serif;
		color:#000099;
		margin: 0px 0px 0px 0px;
		font-size: 100%;}
		
table {width: 100%;}

#left {background-color:#6666FF;
			/*background-image:url(images/pc_logo.png);
			background-repeat:no-repeat;
			background-position:top center;
			padding-top:150px;*/
			width:12em;
			vertical-align:top;
			padding-left:1em;}
			
#content {vertical-align:top;
			padding-left: 10px;
			width:500px;}
			
table#main {max-width:1000px;}
/* LINK INFO */
a:link {	text-decoration: none;  color: #000080}
a:visited {	text-decoration: none;	color: #000080}
a:hover {	text-decoration: underline;	color: #000099}
a:active {	text-decoration: none;	color: #000099}
a { font-weight: bold}

h1 {font-size: 2.0em;
		text-align:center}
		
h2 {font-size: 1.6em}

.price {color: #FF0000;
		font-size:1.2em}
		
.pricechart {color: #000088}
		
#foot {color:#000099;
		font-size:.8em;
		text-align:center}
		
/*horizontal bottle rule*/
hr.bottle	{width:100%;
			height:100px;
			background-image: url(images/borderbottles.gif);
			background-position:center;
			background-repeat:repeat-x;
			border-style:solid;
			border-color:#eeeeee;
			border-width:thin;}

.statements	{text-align:right; font-size:.8em;}

hr.90		{width:90%}

.quote	{font-style:italic; color:#9900FF}