/* CSS Document - Paro Wines - Main CSS */
/* ---- =Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input,  blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/* ---- Set new basic styles --------------------------------------------------------- */
html { 
	height: 100%; 
	margin-bottom: 1px;
}
body {
	background-color: #808080;
}
body, p, td, th, li, h1, h3, h4, h5, h6  {
	font:normal 11px Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#000000;
}
h1, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
h1              { font-size: 2em; margin: .67em 0 }
h2 {
	font:normal 18px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: .83em 0;
	color: #660000;
}
h3              { font-size: 1.17em; margin: 1em 0 }
h4            	{ margin: 1.33em 0 }
h5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
h6              { font-size: .67em; margin: 2.33em 0 }

blockquote      { margin-left: 40px; margin-right: 40px }
p {
	margin:1.33em 0;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	color:#dedede;
	height:1px;
	background-color:#ababab;
	border:none;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.access {
	position:absolute;
	text-indent:-9999px;
}
.clear {
	clear:both;
}
.table tr td {
	padding:4px;
}
.three-column .clear {
	padding:15px 0;
}
/* ---- Structure ---------------------------------------------------------------------- */
#outer-container {
	width:950px;
	margin:0 auto;
}
#header-container {
	background:#FFFFFF;
	padding:0 25px;
	height:90px;
	display:block; 
	border-bottom:1px solid #808080;

}
#content-container {
	background:#FFFFFF url(/images/bg-grad.jpg) repeat-x center top;
	padding:40px;
}
#header-container h1 {
	background:#FFFFFF url(/images/paro.gif) no-repeat center left;
	display:block;
	width:193px;
	height:54px;
	position:absolute;
	text-indent:-9999px;
}
/* ---- Column Display  ---- */
.one-column, .two-column, .three-column {
	clear:both;
}
#column-one, #column-two, #column-three {
	display:inline;
	float:right;
}
/* ---- One Column Structure  ---- */
.one-column #column-one {
	width:100%;
}
.one-column #column-two, 
.one-column #column-three {
	display:none;
}

/* ---- Two Column Structure ---- */
.two-column #column-one, 
.two-column #column-two {
	width:45%;
}
.two-column #column-three {
	display:none;
}

/* ---- Three Column Structure ---- */
.three-column #column-one,
.three-column #column-two,
.three-column #column-three {
	width:30%;
}
.three-column #column-two {
	margin:0 3%;
}
#InfoTableProducts tr td select {width:40px;}
