@charset "utf-8";
/* CSS Document - New Website CSS */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	/*overflow: hidden;*/
	behavior: url(csshover3.htc);
	background-color: #221100;
	overflow-y:auto;
	height:100%;
}

#printLogo {

	display: none;

}

/* IE 5.5+ Transparent PNG fix -*/  
img, div,  { 
	behavior: url(../iepngfix.htc)
	   
}

.pics {  
    padding: 0;  
    margin:  0;  
} 

.pics img {  
   	top:  0; 
    left: 0 
} 

.bg {
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 500;
	position:fixed;
	
}

#main-container {
}

#header {
	background: transparent url("../images/transblack_b.png") repeat scroll 0 0;
	color: white;
	font-size: 18px;
	left: 0;
	margin: 0;
	padding: 15px 0 0 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
	height: 105px;
	border-bottom-color: #f89829;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/* IE Conditional for double padding bug 
*html #header {
	height: 110px;
}*/
#header #logo{
	float: left;
	padding: 0 0 0 30px;
	display: block;
}

#header #quickReview{
	margin: 8px 0 0 20px;
	float: left;
	width: 350px;
	height: 90px;
	padding: 5px 0 0 20px;
	display: table-cell;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #332224;
	border-right-color: #332224;
	border-left-color: #332224;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: transparent url("../images/transblack_b.png") repeat scroll 0 0;
	color: #FFFFFF;
}

#reviewLogo {
	text-align: center;
	margin: auto;

}

#reviewAuthor {
	margin-top:6px;
	text-align: right;
	font-size: 12px;
	padding-right: 8px;
}
#quickReviewHead{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#header #address{
	float: left;
	padding: 30px 0 0 50px;
	display: block;
	text-align:left;
}

#header #address h1 {
	margin: 0;
	padding: 0 0 0 0;
	font: 14px bold Trebuchet MS,Tahoma, Arial, Helvetica;

}
#content-container {
	position: absolute;
	clear: both;
	z-index: 2000;
	margin: 20px 0 0 20px;
	/*stop resize break*/
	width: 950px;
	
}

#content-container #lcontent {
	color: #FFFFFF;
	float: left;
	display: block;
	width: 250px;
	z-index: 3000;


}

#content-container #rcontent {
	color: #FFFFFF;
	float: left;
	display: block;
	/*width: 670px;*/
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
}
.lsep {
	border-bottom-color: #f89829;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	width: 230px;
	height: 3px;
	clear: left;
	margin: 10px auto;
	font: normal 2px Arial, Helvetica, sans-serif;
	line-height: 0px;
}

#hpBlock {
	line-height: 0%;
}
.sideBlock {
	color: #FFFFFF;
	font-size: 13px;
	/*text-transform: uppercase;*/
	margin: 0 0 0 15px;

}
.sideBlock h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
}


/* Social Bookmarks and AddThis FOOTER SECTION */
#footer {
	display: block;
	width: 660px;
	color: #999999;
	font: 11px arial,helvetica;
	margin: 10px 0 0 260px;
	clear: both;
}


#footer #socialBooks {
	display: block;
	vertical-align: middle;
}

#footer #copyright {
	margin: 8px 0 0 0;
	clear:both;
}
.socCopy {
	line-height: 25px;
	display: block;
	float: left;
	clear: right;
}
#socIcons {
	float: left;
	display: block;
}
.socImg {
	margin: 0 20px;

}

/* Scroller Container and Controls */

#scroll-container {
	background: transparent url("../images/transblack85.png") repeat scroll  0 0;
	overflow: hidden;
	width: 648px;
	height: 120px;
	position: relative;
	margin-right: -20px;
	padding-right: 20px;
	}
	
#scroll-white {
	/*background: transparent url("../images/transwhite95.png") repeat scroll  0 0;*/
	overflow: hidden;
	width: 608px;
	/*height: 120px;*/
	position: relative;
	padding: 0 0 0 0;
	color: #333333;
	}


.menuItem {
	width: 420px;
	margin: auto;
	padding: 10px;
	text-align: center;
}	

.menuHeader {
	width: 420px;
	margin: auto;
	padding: 20px 0 10px 0;
	text-align: center;
	font-weight:  bold;
	font-size: 14px;
	font-style: italic;
}	

.menuSubHeader {
	width: 420px;
	margin: auto;
	padding: 10px 0 8px 0;
	text-align: center;
	color: #CC6600;
	font-size: 13px;
	font-style: italic;
}	

.menuItem > .item {
	font-size: 12px;
	font-weight: bold;
}

.menuItem > .description {
	font-size: 12px;
}

#scroll-cap {
	background: transparent url("../images/transblack85.png") repeat scroll  0 0;
	overflow: hidden;
	width: 668px;
	height: 20px;
	position: relative;
	display: block;
	}

/* IE Conditional for BG bug 
*html #scroll-container {
	background-image: none;
	background-color: #000000;
}*/
#scroll-content {
	padding: 20px 30px 20px 20px;
	position: absolute;
	top: 0;
}

#scroll-content a, .name a, .photocredit, #copy a, .sideBlock a, #quickReview a {
	color: #f89829;
	border-bottom: 1px dotted #f89829;
	text-decoration:none;
}

#scroll-content a:hover, .name a:hover, , #copy a:hover, .sideBlock a:hover, #quickReview a:hover {
	color: #f89829;
	border-bottom: none;
	text-decoration:none;
}


#scroll-content h1, #scrollIndex-container h1{
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
	color: #F89829;
	font: bold 16px Tahoma, Arial, Verdana;  
}
	
#scroll-controls, #scroll-controls-w {
	position: absolute;
	bottom: -10px;
	right: 0;
	height: 100px;
	width: 20px;
	
	
}
#scroll-controls a.up-arrow {
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url("../images/up.png") no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/up.png');
	
}
#scroll-controls a.up-arrow:hover {
	background: transparent url("../images/up-hover.png") no-repeat scroll left top;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/up-hover.png');
}
#scroll-controls a.down-arrow {
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url(../images/down.png) no-repeat scroll left top;
	position: absolute;
	bottom: 10px;
	left: 0;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/down.png');
	
}
#scroll-controls a.down-arrow:hover {
	background: transparent url(../images/down-hover.png) no-repeat scroll left top;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/down-hover.png');	
}


/* Alt for Menu Pages */
#scroll-controls-w a.up-arrow {
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url("../images/up-hover.png") no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/up-hover.png');
	
}
#scroll-controls-w a.up-arrow:hover {
	background: transparent url("../images/up_g.png") no-repeat scroll left top;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/up_g.png');
}
#scroll-controls-w a.down-arrow {
	display: block;
	height: 14px;
	width: 14px;
	background: transparent url("../images/down-hover.png") no-repeat scroll left top;
	position: absolute;
	bottom: 10px;
	left: 0;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/down-hover.png');
	
}
#scroll-controls-w a.down-arrow:hover {
	background: transparent url("../images/down_g.png") no-repeat scroll left top;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/down_g.png');	
}




#scrollIndex-container {
	background: transparent url("../images/transblack85.png") repeat scroll  0 0;
	overflow: hidden;
	width: 648px;
	height: 395px;
	position: relative;
	margin-right: -20px;
	padding-right: 20px;
	background-image: url(../images/transblack85.png);
	}


/********NEW NAVIGATION *********/
.last {
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9b5a33;
	width: 100%;
	padding-right: 5px;
}

#mainNavigationTxt {
	padding: 0;
	width: 228px;
	margin: 0 0 0 10px;
	display: inline-block;
	/*position: relative;*/
}
#mainNavigationTxt ul {
	padding: 0;
	margin: 0;
}

#mainNavigationTxt ul li {
	list-style-type: none;
	/*float: left;*/
	/*margin-bottom: 5px;*/
	margin-bottom: 0;
	padding-bottom: 0;
	
}

#mainNavigationTxt ul li a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	/*text-indent: -3333px;*/
	overflow: hidden;
	font: normal 14px Tahoma, Trebuchet MS, Arial, Healvetica;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top: 1px solid #9b5a33;
	padding: 5px 0 5px 5px;
	margin: 0;
	width: 100%;
	/* padding: 72px 0 0 0; /* Hide the anchor text in image nav */
}


#mainNavigationTxt ul li a:hover {
	display: block;
	line-height: 35px;
	text-decoration: none;
	/*text-indent: -3333px;*/
	overflow: hidden;
	font: normal 14px Tahoma, Trebuchet MS, Arial, Healvetica;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top: 1px solid #9b5a33;
	padding: 5px 0 5px 5px;
	background-color: #f89829;
	margin: 0;
	width: 100%;
	/* padding: 72px 0 0 0; /* Hide the anchor text in image nav */
}
/********Sub Navigation Items *********/
#subNav {
	display: block;
	margin: 0 0 15px 0;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	line-height: .7em;
}
#subNav a {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration:none;
}

#subNav a:hover, #subNav .active  {
	color: #f89829;
	border-bottom: none;
	text-decoration:none;
}
#subNav .active  {
	color: #f89829;
	border-bottom: none;
	text-decoration:none;
}

/*******About Us Pages *******/
.employeeBlock {
	width: 600px;
	height: 70px;
	float: left;
	padding: 5px 0 5px 30px;
	clear: both;
}

.employeeBlock .photo{
	float: left;
	padding: 0;
	margin: 0;
}
.employeeBlock .name{
	float: left;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 10px 0 0;
	width: 200px;
}

h2 {
	margin: 0 0 5px 20px;
	padding: 0 0 5px 0;
	color: #F89829;
	font: bold 16px Tahoma, Arial, Verdana;
}


/*******Directions Page *******/

#mainDirections {
	width: 600px;
	padding: 20px 0 0 20px;
	float: left;

}
#mainDirections  #copy{
	float: left;
	width: 270px;
	padding: 0;
	color: #FFFFFF;
	line-height: 18px;

}

#mainDirections #map {
	float: right;
	padding: 0;
}

/*******Press Page *******/
#mainPress {
	width: 610px;
	padding: 20px 0 0 20px;
	float: left;

}

#mainPress .thumb, .thumbLink {

	float: left;
	padding: 10px;
	font-size:10px;
	text-align: center;

}

.thumbLink a {
	color: #f89829;
}

.thumbLink a:hover, .thumbLink a:hover {
	color: #f89829;
}

/*******=Photo Gallery Page *******/
#capOutput {
	padding: 20px 20px;
	clear: both;
}

/*******Menus Pages *******/

#menuBlock {
	width: 600px;
	padding: 20px 0;
	float: left;

}

#menuBlock .menuBook {
	float: left;
	width: 200px;
	height: 250px;
	text-align:center;
	background: transparent url("../images/orange_squirrel_menu.png") top center no-repeat;
	padding: 180px 0 0 0 ;
	font: 14px  Arial, Helvetica, sans-serif 
}

	
#orange-cap {
	background-color: #ff9933;
	/*overflow: hidden;*/
	width: 668px;
	height: 40px;
	position: relative;
	display: block;
	}

#orange-cap #menuaction  {
	float: right;
	color: #000000;
	font: bold 12px Tahoma, Trebuchet MS, Arial, Helvetica;
	padding: 12px 40px 0 0;
}
.menuLinks {
	float: left;

}

.menuLinks a {
	color: #000000;
	text-decoration: none;
	background: url("../images/r_or_arrow.jpg") right 1px no-repeat;
	padding: 0 20px 0 0;
}

.menuLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url("../images/r_wh_arrow.jpg") right 1px no-repeat;
	padding: 0 20px 0 0;
}


.oSlash {
	padding: 0 15px;
	float: left;

}

/*******Wine List Page *******/
.rowHighlight {
	background-color: #E5E5E5;
}

.wineType {
	font: bold 14px Trebuchet MS,Tahoma, Arial, Helvetica;
	color: #333333; 
	padding: 0;
	margin: 10px 0 3px 0;
	text-align: center;
}
/* Contact Form Styles */

#contactBlock {
	float: left;
	width: 590px;
}
#formBlock {
	padding: 15px 0 0 0;
	
}

label {
	float: left;
	width: 120px;
	font-weight: bold;
	clear: both;
}

label.error { 
	width: 250px; 
	/*float: left; */
	color: red; 
	margin: 0 0 0 10px; 
	clear: both;
	display: block;

}


input, textarea {
	width: 180px;
	margin-bottom: 5px;
}

textarea {
	width: 420px;
	height: 110px;
	
}
.activecheck {
	width: 16px;
}

.boxes {
	width: 1em;
}

#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br {
	clear: left;
}
#captcha {
	margin-left: 120px;
	clear: both;
}
#captchaResponse {
	font-size: 15px;
	font-weight: bold;
	color: #990000;

}

#contactResponse {
	font-size: 15px;
	font-weight: bold;

}
.errorMsg {
	padding: 20px 20px 20px 55px;
	border:2px #FF0000 solid;
	color: #FF0000;
	font-weight: bold;
	margin-bottom:18px;
	background: #FFD5D5 url(../images/ico-error.gif) no-repeat 10px 10px; 
	
}
.successMsg {
	padding: 20px 20px 20px 55px;
	border: 2px #00AA00 solid;
	color: #333333;
	font-weight: bold;
	margin-bottom:18px;
	background: #CCFFCC url(../images/ico-success.gif) no-repeat 10px 10px; 
}

#mainThanks {
	width: 550px;
	padding: 20px 0 0 20px;
	float: left;

}

#mainThanks  #copy{
	float: left;
	width: 500px;
	padding: 0;
	color: #CCCCCC;
	line-height: 18px;

}

.shadowPop {
	display: none;

}

