@charset "UTF-8";
* {
padding: 0px;
margin: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FEFEE2;
	background-repeat: repeat;
	background-image: url(Assets/background3.jpg);
}
.smalltext {
	font-size: 85%;
}
p {
	font-size: 14px;
	line-height: 1.5em;
}
h1 {
	color: #5C4516;
	margin-top: 12px;
	margin-bottom: 5px;
	font-weight: normal;
}
h2 {
	color: #5C4516;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
}
h3 {
	color: #5C4516;
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
}

h6 {
	font-size: 13px;
	color: #444444;
	line-height: 1.5em;
	font-weight: lighter;
}
hr {
	color: #AFBF8A;
}
.twoColFixRtHdr #shadow {
	background-image: url(Assets/container-shadow1.jpg);
	background-repeat: repeat-y;
	margin: -20px auto 0px;
	width: 890px;
	padding: 0px;
}
.twoColFixRtHdr #container {
	width: 860px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(Assets/cont-blend2.jpg);
	background-repeat: repeat-y;
	border: 1px solid #7D8A67;
	margin: 20px auto 0px;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0;
} 
 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px;
	text-align: center;
}
.twoColFixRtHdr #mainContent {
	margin: 0 260px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: none #7E0033;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D19D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	background-image: url(p7pmm/img/pmm_oak_root.jpg);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #footer a {
	text-decoration: none;
	color: #444444;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_left {
	border: 1px solid #003399;
	margin-right: 8px;
	z-index: 5;
}
.img_right {
	margin-left: 5px;
	border: 1px solid #003399;
	float: right;
	z-index: 5;
}
#wines {
	padding: 4px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: text-top;
	width: 800px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
}
.td-wines {
	padding: 0px;
	vertical-align: top;
}
.bottle {
	margin-left: 80px;
}
.bottle-cab-franc {
	margin-left: 68px;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #990000;
	text-decoration: underline;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	margin-top: -5px;
}
#Order-Wine {
	margin-left: 50px;
}
#1col-Content {
	margin-right: 50px;
	margin-left: 15px;
}
.twoColFixRtHdr #shadow img {
	position: relative;
}
#order-form {
	font-size: 14px;
	background: #F1F0E6;
	padding: 0px;
}
.order-form-cell {
	padding: 2px;
	background: #C00;
}
#p7PMM_1 {
	position: relative;
	z-index: 9999999;
}
.bold {
	font-weight: bold;
}
#facebook {
}
.red {
	color: #F00;
	font-weight: bold;
}

