@charset "utf-8";
/* CSS Document */

body  {
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 15px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
	background: url(../images/body-background.png) repeat-x;
}

.thrColFixHdr #container { 
	width: 950px;  
	margin: 0 auto; 
	text-align: left; 
} 

.thrColFixHdr #header { 
	background: #ffffff;
	height: 142px;
	text-align: center;
} 

.thrColFixHdr #navheader { 
	background: #b8b8b8;
	height: 30px;
	text-align: center;
} 

.thrColFixHdr #mainimage{
	height: 324px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	background: url(../images/stonecroft-wine.jpg) no-repeat;
	color: #000000;
}

.innertubemain{
	padding-left: 30px;
	padding-top: 20px;
	margin-right: 600px;
}

.innertubemain p {
	color: #000000;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 350px; 
	padding: 0 10px; 
	border: 1px solid #666666;
	height: 90px;
}

.thrColFixHdr #shopping {
	float: left; 
	width: 200px; 
	padding: 0 10px; 
	height: 90px;
}

.thrColFixHdr #sidebar2 {
	float: right; 
	width: 250px; 
	padding: 0 10px; 
	border: 1px solid #666666;
	height: 90px;
}

.thrColFixHdr #sidebarnav {
	float: left; 
	width: 210px; 
	padding: 0 10px; 
	border: 1px solid #cccccc;
	margin-top: 10px;
	background-color: #f2f2f2;
	min-height: 400px;
}

.thrColFixHdr #menu {
list-style: none;
width: 100%;
padding-top: 10px;
}

.thrColFixHdr #menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #menu li a{
color: #666666;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
border-top: 1px solid #cccccc;
}


.thrColFixHdr #menu a:hover{
color: #ce0032;
}

.thrColFixHdr #sidebarnav h3 {
  font-size:14px;
  font-weight:normal;
  color:#ce0032;
  margin:8px 0 0 0;
}

.thrColFixHdr #followContent { 
	margin: 0px 20px 0px 250px;
	padding: 0 10px; 
}

.thrColFixHdr #mainContent { 
	margin: 0px 280px 0px 380px;
	padding: 0 10px; 
	border: 1px solid #666666;
	height: 90px;
} 
#footerpage { 
	padding: 10px 10px 0 20px; 
	color: #666666;
	background:#DDDDDD;
	width: 100%;
	margin-top: 10px;
	height: 120px;
} 
#footerpage a{ 
	color: #666666;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
  font-size:16px;
  font-weight:normal;
  margin:8px 0 5px 0;
  color:#ce0032;
  text-transform: uppercase;
}

h2 {
  font-size:14px;
  font-weight:normal;
  margin:8px 0 0px 0;
  color:#ce0032;
}

h3 {
  font-size:14px;
  font-weight:normal;
  color:#ce0032;
  margin:8px 0 0 0;
}

a {
  color:#ce0032;
  text-decoration:none;
}

a:hover {
  color:#ce0032;
  text-decoration:underline;
}

p {
	margin-top: 5px;
	color: #666666;
}

.thrColFixHdr #breadcrumbs {
width: 100%;
float: right;
color: #666666;
text-transform: lowercase;
}

.thrColFixHdr #breadcrumbs a {
color: #666666;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 11px;
font-weight:normal;
}

.thrColFixHdr #breadcrumbs a:visited{
text-decoration: none;
}

.thrColFixHdr #breadcrumbs a:hover{
color: #ce0032;
text-decoration: underline;
}



/*Form Styles*/

input.txt {
	color: #666666;
	background-color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1d1b1c;
	width: 200px;
	padding:2px;
}
input.txtalt {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 80px;
}
input.txtalt2 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 180px;
	padding:2px;
}
input.txtalt3 {
  color: #666666;
  background-color: #FFFFFF;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #1d1b1c;
  width: 200px;
	padding:2px;
}
input.btn {
  color: #ce0032;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
  border: 1px solid #ce0032;
  padding: 2px;
}
select { 
  background-color: #FFFFFF; 
  color: #666666; 
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea { 
  color: #666666;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px inset #CCCCCC;
  width: 200px;
  height: 100px;
}
fieldset {
  border: 1px dotted #666666;
  padding-top: 16px;
  padding: 10px;
}
legend {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  background-color: #FFFFFF;
}
.ink {
  color:#ce0032;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 350px; }
.thrColFixHdr #sidebar2 { width: 250px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 0px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->