/* -------------------------------
	Reset style 
------------------------------- */
body,div,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,blockquote
	{
	margin: 0;
	padding: 0;
}
ul,ol
{
  margin: 0;
  padding: 0;
  padding-left: 20px;	
}

img {
	border: 0;
}


table {
	border: 0px;
	border-collapse: collapse;
}

HR {
	   width: 100%;
     border: none; 
     color: #9d2830; 
     background-color: #9d2830;
     height: 1px; 
    }

/* -------------------------------
	Base font 
------------------------------- */
body {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}  /*10px*/ /*div span p{font-size:1.2em;}*/



#main h1{
	line-height: 65px;
	font-weight: normal;
	text-align: center;
	font-size: 60px;
	color: black;
	font-family: Monotype Corsiva;
}

#main h1.black{
	text-align: left;
	font-size: 25px;
	line-height: 25px;
	color: #000;
}

#main h1.top{
	text-align: left;
	font-size: 40px;
	line-height: 45px;
	color: #000;
	font-family: Century Gothic;
}

#main  h2 {
	margin-top: 20px;
	line-height: 26px;
	font-weight: normal;
	text-align: left;
	font-size: 26px;
	color: #9d2830;
	font-family: Monotype Corsiva;
	clear: left;
}

#main h3 {
	margin-top: 20px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  color: #9d2830;
  font-family: Monotype Corsiva;
  clear: left;
}


#main  strong,th {
	font-weight: bold;
	color: #000;
}

#main .shopping_cart_button{
	 background-image: url("../images/cart.png");
	 background-position: left;
	 background-repeat: no-repeat;
	 color: #9d2830;
	 padding: 2px 5px 2px 20px;
	 border: 1px solid #9d2830;
	 text-decoration: none;
	 background-color: #FFF;
	 text-transform: uppercase;
	 font-size: 9px;
	 cursor: hand;
	}
	
#main .add_more_button{
	 background-image: url("../images/add.png");
	 background-position: left;
	 background-repeat: no-repeat;
	 color: #FFF;
	 padding: 2px 5px 2px 20px;
	 border: 1px solid #9d2830;
	 text-decoration: none;
	 background-color: #9d2830;
	 text-transform: uppercase;
	 font-size: 9px;
	 cursor: hand;
	}

#main .button{
	 color: #9d2830;
	 padding: 2px 5px;
	 border: 1px solid #9d2830;
	 text-decoration: none;
	 background-color: #FFF;
	 text-transform: uppercase;
	 font-size: 9px;
	 cursor: hand;
	}
	
#main .button_inv{
	 color: #FFF;
	 padding: 2px 5px;
	 border: 1px solid #9d2830;
	 text-decoration: none;
	 background-color: #9d2830;
	 text-transform: uppercase;
	 font-size: 9px;
	 cursor: hand;
	}
	
#main .input{
   color: #000;
   padding: 2px 5px;
   border: 1px solid #9d2830;
   text-decoration: none;
   background-color: #FFF;
   font-size: 9px;
  }


#main a {
	color: #9d2830;
	text-decoration: underline;
}

#main  a:visited {
	
}

#main a:hover {
	text-decoration: none;
}

a:active {
	
}


#main p{
	text-align: justify;
	}
.product_description{
	line-height: 14px;
}
/* -------------------------------
	Base style 
------------------------------- */
html,body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF url('../images/main_bg.gif') repeat-x top left;
}

#main {
	width: 986px;
	margin: 0 auto -50px;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 27px;
}

.first_block {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 334px;
	padding-top: 180px;
	background: url('../images/left_bg.jpg') no-repeat 160px 220px;
}

.block {
	float: none;
	margin-left: 334px;
}

#footer {
	clear: both;
	font-size: 12px;
	padding: 25px 0 5px 0;
	text-align: center;
}

/* -------------------------------
	Menu 
------------------------------- */
ul.left_menu , ol.left_menu  {
  list-style: none;
}

.left_menu {
	width: 237px;
	margin: 0px;
	padding: 0px;
	background: url('../images/left_menu_bg.png') repeat-y top left;
}


.left_menu span{
	display: block;
	width: 180px;
	height: 20px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	}

.left_menu a {
	font-family: Lucida Grande;
	font-size: 16px;
	font-weight: normal;
	margin-left: 25px;
	color: #89232a;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 20px;
}

.left_menu a:hover {
	color: white;
}

.left_menu li {
	width: 190px;
	margin-left: 45px;
	padding: 0px 0px 10px 0px;
	background: url('../images/left_menu_a_bg.png') no-repeat left top;
	padding-left: 0px;
	padding-top: 5px;
	list-style: none;
	color: #89232a;
}

.left_menu li._active {
  background: url('../images/left_menu_a_bg_active.png') no-repeat left top;
}

.left_menu li ul{
	margin: 10px 0px;
	}

.left_menu li.sub_menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: none;
  height: 15px;
}

.left_menu li.sub_menu a{
  height: 15px;
  margin-left: 10px;
}

.left_menu li.sub_menu._active a{
  color: white !important;
}

.left_menu li:hover {
	background: url('../images/left_menu_a_bg_active.png') no-repeat left top;
}

.left_menu li.sub_menu:hover {
  background: none;
}


.left_menu_top {
	width: 267px;
	height: 62px;
	background: url('../images/left_menu_top.png') no-repeat top left;
}

.left_menu_bottom {
	width: 267px;
	height: 30px;
	background: url('../images/left_menu_bottom.png') no-repeat top left;
}

/* -------------------------------
	Form 
------------------------------- */ 
.form{
  border: 1px #875b27 solid;
  margin: 4px;
}
.form th{
  background-color: #dacebd;
  padding: 4px;
}
.form td{
  padding: 4px;
  background-color: #f7f4f1;
}
fieldset{
	border: none;
}
textarea {
  border-color: #9d2830;
  border-style: solid;
  border-width: thin;
  padding: 3px;
}

/* -------------------------------
	Template style
------------------------------- */
.top_bg {
	width: 288px;
	height: 250px;
}

.left_banner {
	margin: 20px 0 0 32px;
}

.left_block {
	clear: both;
	margin: 20px 0px;
}

.left_block_top {
	width: 267px;
	height: 47px;
	background: url('../images/left_block_top.png') no-repeat top left;
}

.left_block_content {
	width: 167px;
	background: url('../images/left_menu_bg.png') repeat-y top left;
	padding: 0px 50px;
	font-size: 12px;
	line-height: 18px;
}

.left_block_content img {
	float: right;
	border: solid #000 1px;
	margin: 0 0 2px 5px
}

.left_block_bottom {
	width: 267px;
	height: 24px;
	background: url('../images/left_block_bottom.png') no-repeat top left;
}

.right_block{
}
	.right_block_top{width:647px; height:42px;/* background:url('../images/right_block_top.jpg')*/ no-repeat bottom right;}
/*	.right_block_white{width:644px; margin:0 0 0 3px; background:#FDFDFB url('../images/block_white_bg.jpg') no-repeat 10% 0;position: relative;}*/
  .right_block_white{width:644px; margin:0 0 0 3px; position: relative; background-color: #FDFCF8}
		.in_white_block{width:335px; height:148px; margin:0 0 0 280px; padding:10px 0 0 0;
			font-size:12px;  background:#FDFDFB url('../images/white_block_line.gif') no-repeat bottom left; }	
		.in_white_block p{padding:5px 0 0 0;}	
	
	.right_block_content{width:649px !important; padding: 0px; background-repeat: repeat-y; background-image: url('../images/right_block_bg2.png');}
		.right_block_content2{width:599px !important; padding: 20px 25px 25px 25px; background:url('../images/right_block_bg2.gif') repeat-y top left;
			  font-size:12px; line-height:20px;}	
		
		.right_img{float:right; margin:5px 0px 5px 5px; border:solid #000 1px;}	
		.left_img{float:left; margin:5px 5px 5px 0px; border:solid #000 1px;}	
	.right_block_bottom1{height:20px; margin:0; background:url('../images/right_block_bottom.png') no-repeat top left;}


ul.error_list{
	list-style: none;
	margin: 0ps;
	padding: 0px;
	}
ul.error_list li{
	margin: 0px;
	padding: 0px;
	color: red;
	font-size: 11px;
	}

.breadcrumbs {
	color: black;
	text-align: center;
}

.breadcrumbs .active {
  font-weight: bold;
  }
  
#savedAddresses ul,li{
  	list-style: none;
 }
 
 #main a.cms_sub_page_navigation{
  text-decoration: none;
  font-size: 12px;  
}
#main a.cms_sub_page_navigation:hover{
  color: #fff;
}

#main a.cms_sub_page_navigation_active{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
 /*-------------------------- New Home Page ----------------------*/
 #NewHomeRight{width:590px;border:0px solid black; height:700px;}
#NewHomeTop{height:300px;border:0px solid black;}
#NewHomeTopPictures{width:380px; float:left;border:0px solid black;}
img.NewHomeLeft{border:none; margin-right:5px; float:left;border:0px solid black; margin-top:10px;}
img.NewHomeRight{border:none; float:left;border:0px solid black;margin-top:10px;}
#NewHomeTopAbout{padding:5px;border:0px solid black;float:right; width:190px;}
#NewHomeBottom{}
#NewHomeBottomLeft{width:380px; float:left;border:0px solid black; min-height:400px;}
#NewHomeBottomRight{float:right;border:0px solid black; width:190px;}
#NewHomeBottomRight ul{list-style:none;}

#WineTastingByCity{}
#WineTastingNews
