/*BODY STYLES*/
body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/awd2_headerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html, body {
    height: 100%;
}

td, tr {
/*text-align: justify;*/

}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}
form{
	padding:0px;
	margin:0px;
}

/*Layout Styles*/
#bigBlock {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/awd2_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/*BANNER*/
#bannerContainer{
	position: relative;
	width: 1000px;
	height:148px;
	padding:0px;
	margin:0px;
	text-align: left;
	vertical-align: top;
}
#logoContainer{
	position: absolute;
	width: 161px;
	height:148px;
	padding:0px;
	margin:0px;
	text-align: left;
	vertical-align: top;
}
#topTextContainer{
	position: absolute;
	left:161px;
	top:33px;
	width: 533px;
	height:85px;
	padding:0px;
	margin:0px;
	text-align: left;
	vertical-align: top;
		overflow:auto;
			scrollbar-arrow-color:#91b827;
  	scrollbar-base-color:#c9f556;
  	scrollbar-shadow-color:#c9f556;
  	scrollbar-face-color:#c9f556;
  	scrollbar-highlight-color:#c9f556;
  	scrollbar-dark-shadow-color:#c9f556;
  	scrollbar-3d-light-color:#c9f556;
	
}
/*html>body #topTextContainer {
	position: absolute;
	top:22px;

}*/
.topText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a8b0d;
	text-decoration: none;	
}
.topText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a8b0d;
	text-decoration: underline;	
}
.topText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a8b0d;
	text-decoration: underline;	
}
.topText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e6009;
	text-decoration: underline;	
}
.topTextHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58500;
	text-decoration: none;
	font-weight: bold;
}
.topTextHeading h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f58500;
	text-decoration: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
/*MENU*/
#menuContainer{
	position: absolute;
	left:161px;
	top:0px;
	width: 839px;
	height:30px;
	padding:0px;
	margin:0px;
	text-align: left;
	vertical-align: top;
}
#menuBG{
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/extreme2_MenuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 180px;
	width: 155px;
}
.navItem {
	padding-left: 0px;
	padding-right: 3px;
	color: #7ab8e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItem a:link {
	color: #7ab8e7;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItem a:visited {
	color: #7ab8e7;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItem a:hover {
	color: #7ab8e7;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}
.navItemHCode {
	padding-left: 0px;
	padding-right: 3px;
	color: #7ab8e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	padding-top: 8px;
}
html>body .navItemHCode  {
	padding-top: 6px;
}

.navItemHCode a:link {
	color: #7ab8e7;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItemHCode a:visited {
	color: #7ab8e7;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItemHCode a:hover {
	color: #7ab8e7;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}
/*LAYOUT*/
#left{
	float:left;
	width: 145px;
	/*min-height:27px;*/
	background-color:#7dc1e8;
}

#middle{
	position:relative;
	margin-left: 159px;
	width: 591px;
	min-height:27px;
}
html>body #middle{
	position:relative;
	margin-left: 161px;
	width: 591px;
	min-height:27px;
}
#right{
	position:absolute;
	top:148px;
	right:0px;
	width: 232px;
}
/*TO STOP WRAP AROUND AT BOTTOM OF THE PAGE*/
#buffer{
	width:100%;
	height:5px;
	clear:both;
}
/*USED AS A SPACER BETWEEN WHITE AREAS IN THE NEWS AND MEMBER LOGIN SECTIONS*/
#rightSpacer{
	width:200px;
	height:8px;
}
/*SEARCH Now in separate Style Sheet*/

/*STYLE FOR SEARCH TEXT FIELD*/
.searchTextField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;
	width:77px;

}
/*NEWS Now in separate Style Sheet*/

/*MEMBER LOGIN Now in separate Style Sheet*/

/*CONTENT*/ 
div.weblitePADDING{
	padding-left: 10px;
	/*padding-right: 10px*/
}
div.contentContainer{
	position:relative;
	width: 591px;
	background-color:#f0f4e1;
	padding:0px;
}
div.contentContainerCart{
	position:relative;
	width: 581px;
	background-color:#f0f4e1;
}
div.contentTab{
	position:relative;
	width: 591px;
	height:27px;
	background-image: url(../images/awd2MidTop.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
div.pageTitle{
	position:relative;
	height:27px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8c127d;
	line-height: 27px;
	text-decoration: none;
}
div.specialsTitle{
	position:relative;
	height:27px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fab23c;
	line-height: 27px;
	text-decoration: none;
}
div.contentBottom{
	position:relative;
	width: 591px;
	height:9px;
	background-color:#f0f4e1;
	background-image: url(../images/awd2ContentBot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#content{
	position:relative;
	width: 561px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:0px;
}
#michaelsDeals{
	position:relative;
	width: 571px;
	height:185px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:5px;
	margin-left:10px;
}

#michaelsDealsie7{
	position:relative;
	width: 571px;
	height:100px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	padding-top:5px;
	margin-left:10px;
}

.dealContainer{
	float:left;
	width: 169px;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:7px;
}
.dealtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#515151;
	text-align:left;
	font-weight: normal;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:0px;
}

 .dealtext td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#515151;
	font-weight: normal;
	text-align: justify;
}
#dealtextHeight{
	height:116px;
}
.deal1Top{
	background-image: url(../images/deal1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	line-height:34px;
	padding-left:5px;
	padding-right:5px;
		background-repeat: no-repeat;
}
.deal2Top{
	background-image: url(../images/deal2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	line-height:34px;
	padding-left:5px;
	padding-right:5px;
		background-repeat: no-repeat;
}
.deal3Top{
	background-image: url(../images/deal3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	text-transform: uppercase;
	line-height:34px;
	padding-left:5px;
	padding-right:5px;
		background-repeat: no-repeat;
}
.dealBottom{
	background-image: url(../images/dealbottom.gif);
	height: 11px;
	width: 169px;
	background-repeat: no-repeat;
}

.dealheading{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #43a3d4;
}
.dealheading1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.style1 {
	font-size: 14px;
	color: #FFF000;
	text-align:left;
}
.style1 a:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
	text-align:left;
}
.style1 a:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration:none;
	text-align:left;
}
.style1 a:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration:underline;
	text-align:left;
}


.contentText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#515151;
	font-weight: normal;
	text-align: justify;

}
.contentText a:link{
	color:#f28300;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:visited{
	color:#f28300;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:hover{
	color:#f28300;
	font-weight:bold;
	text-decoration:underline;
}
#contentTitleBG{
	background-image: url(../images/awd2TitleBG.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.contentText1{
	padding-top: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#515151;
	font-weight: normal;
	text-align: right;

}
.contentText1 a:link{
	color:#f28300;
	font-weight:bold;
	text-decoration:none;
}
.contentText1 a:visited{
	color:#f28300;
	font-weight:bold;
	text-decoration:none;
}
.contentText1 a:hover{
	color:#f28300;
	font-weight:bold;
	text-decoration:underline;
}
/*FOOTER*/
#footer{
	position:relative;
	bottom:0px;
	width:100%;
	height: 30px;
}
#footerContainer{
	float: left;
	margin: 0px;
	padding-left:5px;
	width:580px;
	background-color:#ffffff;
}
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#43a3d4;
	font-weight: normal;
	text-align: center;
	line-height:11px;
}
.footerText a:link{
	color:#43a3d4;
	text-decoration: underline;
	font-weight: bold;	
}
.footerText a:visited{
	color:#43a3d4;
	text-decoration: underline;
	font-weight: bold;	
}
.footerText a:hover{
	color:#43a3d4;
	text-decoration: underline;
	font-weight: bold;	
}


#nav, #nav ul  { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;


	
}
/*#nav, #nav ul li  { /* all lists */
	/*padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}*/

#nav li { /* all list items */
	float: left;
	/*width: 7em;*/  /* width needed or else Opera goes nuts */
	line-height:30px;
	padding-left:0.6em;
	padding-right:1.1em;
	font-size:15px;

}
#nav li a:link {

	display: block;
	/*width:  9.19em;*/
	line-height:48px;
	color:#FFFFFF;
	text-decoration:none;
	/*background-image: url(../images/sptopMenuBGOff.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	text-align: center;
	text-transform: none;
	font-size:15px;


}
#nav li a:visited {
	display: block;
	/*width:  9.19em;*/
	line-height:48px;
	color:#FFFFFF;
	text-decoration:none;
	/*background-image: url(../images/sptopMenuBGOff.gif);
	background-repeat: no-repeat;
	background-position: right top;	*/
	text-align: center;
	text-transform: none;
		font-size:15px;


}
#nav li a:hover {
	display: block;
	/*width:  9.19em;*/
	line-height:48px;
	color:#b9c827;
	text-decoration:none;
	/*background-image: url(../images/sptopMenuBGOn.gif);
	background-repeat: no-repeat;
	background-position: right top;	*/
	text-align: center;
	text-transform: none;
	font-size:15px;
}


.michaelsSpecialMore{
	background-color:#b0e719;
	padding: 5px;
	border: 1px solid #668a07;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	font-weight: normal;
}

.michaelsSpecialMore a:link{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}
.michaelsSpecialMore a:visited{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}
.michaelsSpecialMore a:hover{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#992a87;
	font-weight: normal;
	text-decoration:none;
}

/*FEATURED WINE STUFF*/


.michWineWidth{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:232px;
}
.michWineWidth1{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:232px;
	height:300px;
	margin-right:8px;
	margin-bottom:8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #699e14;
	border-bottom-color: #699e14;
	border-left-color: #699e14;
}

.michWineheading{
	text-align: left;
	vertical-align: top;
	height:34px;
	width:232px;
	overflow:hidden;
	background-image: url(../images/awdMichRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#ffffff;
}
.michWineheading h3{
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	margin:0px;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	
}



.michWinebottleContainer{
	width:61px;
	text-align: center;
	vertical-align: top;
	overflow:hidden;
}
.michWinebottleContainer1{
	width:61px;
	text-align: center;
	vertical-align: top;
	overflow:hidden;
}

.michWinedetailContainer{
	text-align: left;
	vertical-align: top;
}

.michWinedetailContainer h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#eb7d01;
	padding:0px;
	margin:0px;
}
.michWinefontpadding{
padding-bottom:5px;
font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

.michWinetastingNoteContainer{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size:12px;
	height:103px;
	overflow:hidden;
	color:#000000;
}
.michWinetastingNoteContainer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9000;
}	
.michWinetastingNoteContainer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9000;

}
.michWinetastingNoteContainer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#FF9900;

}

.michWinebottlePrice{
	font-size:10px;
font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.michWinedollars{
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
}

.michWinetastingNoteContainer1{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size:12px;
	height:20px;
	overflow:hidden;
	color:#000000;
}
.michWinetastingNoteContainer1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9000;
}	
.michWinetastingNoteContainer1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff9000;

}
.michWinetastingNoteContainer1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#FF9900;

}

.michWinegreenButton{
	width:77px;
	height:20px;
	background-color:#6bb50b;
	border: 1px solid #5b9c07;
	display: block;
		cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9pt;
	/*padding-left:4px;*/
	margin-bottom:5px;
	text-decoration:none;
	line-height:20px;
	text-align: center;
}
.michWinegreenButton a:link{
	color:#ffffff;
		text-decoration:none;
}
.michWinegreenButton a:visited{
	color:#ffffff;
		text-decoration:none;
}
.michWinegreenButton a:hover{
	color:#396106;
	text-decoration:underline;
}


