@charset "UTF-8";
body  {
	font: 11px Tahoma, sans-serif;
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.bodyBg {
	background: url(./img/imgBodyBg.jpg) repeat-x top left #FFFFFF;
}
#container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding:0 10px;
	text-align:left; 
}
#banner {
	padding:0 10px;
	text-align:left; 
}
#logo {
	width:215px;
	float:left;
}
#site-menu {
	margin-left:215px;
	background:url(./img/imgMenuBg.jpg) repeat-x top left;
	height:96px;
}
#shoppingCart {
	height:20px;
	padding:5px 10px 0 10px;
}
.userInfo {
	float:right;
}
#navBar {
	padding-left:15px;
}
#leftColumn {
	float: left;
	width: 295px;
}
#leftColumn .leftPane {
	margin:0 0 0 10px;
}
#mainContent {
	margin: 0 0 0 315px;
} 
#mainContent .contentColumn { 
	margin: 0 10px 10px 0;
}
.ContentPaneVineyard {
	margin: 0 10px 20px 10px;
}
.BottomLeftPane {
	float: left;
	width:305px;
}
.BottomRightPane {
	margin: 0 0 0 315px;
}
#footer { 
	background:#819da4;
	height:50px;
	color:#FFFFFF;
} 
#footer p {
	margin: 0;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*MENU STYLE*/
.menuLink td {
	height:71px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 8px;
}
.menuLinkOver td {
	background:url(./img/imgMenuLinkOver.jpg) repeat-x top left;
	height:71px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 8px;
}
.menuSeparator {
	background:url(./img/imgMenuSeparator.jpg) bottom no-repeat;
	height:71px;
}



/*GENERIC STYLES*/
p {
	text-align: left;
}
a img {
	border:none;
}
.winePicture {
	width:65px;
	text-align:center;
}
.wineDescriptionBg {
	padding-left:15px;
}
.wineTitle {
	color:#faecc9;
	font-size:22px;
}
.wineDescription {
	color:#5e5844;
}
.wineDescriptionSmall {
	font-size:10px;
}



.wineListBg {
	background:url(./img/imgWinesBg.jpg) repeat-x top left;
	height:135px;
}
.wineListEnd {
	width:10px;
}
.wineListDescription {
	font-size:10px;
	color:#578ab1;
}


.vineyardListBg {
	background:url(./img/imgVineyardListBg.jpg) repeat-y top left;
	padding:0 20px;
}

.vineyardListLinkBg{
	border-bottom: solid 1px #cabb99;
	background:url(./img/imgBuletVineyardList.gif) no-repeat left;
	padding:7px 0 7px 35px;;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#faecc9;
}
.linkVineyardList {
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#faecc9 !important;
}
.mainContainerBg {
	background:url(./img/imgMainContainerBg.jpg) #FFF top left repeat-x;
	vertical-align:top;
}

.row{
	background:#FFF;
}
.alternateRow {
	background:#F5F5F5;
}
.row td{
	background:#FFF;
}
.alternateRow td {
	background:#F5F5F5;
}
.tableHead {
	background:#4699D5 !important;
	color:#FFF !important;
	font-weight:bold !important;
	font-size:11px !important;
}
.tableHead th {
	background:#4699D5 !important;
	color:#FFF !important;
	font-weight:bold !important;
	font-size:11px !important;
}
.tableHead td {
	background:#4699D5 !important;
	color:#FFF !important;
	font-weight:bold !important;
	font-size:11px !important;
}
.questionBg {
	background:url(./img/icoQuestion.gif) top left no-repeat;
	padding-left:50px;
}
.question {
	font-weight:bold;
	color:#578ab1;
}
.makeQuestionBg {
	background:url(./img/imgWineFood.gif) left no-repeat;
	padding-left:128px;
}
.author {
	color:#578ab1;
	font-size:10px;
}
.answerBg {
	padding:15px;
	background:#eeeeee;

}
.answer {

}
.pages {
	font-weight:bold;
	color:#578ab1;
	font-size:10px;
}
.imgLeft {
 	border:solid 7px #d6d6d6;
	margin-right: 15px;
	margin-bottom: 5px;
}
.imgLeftNoBorder {
	margin-right: 15px;
	margin-bottom: 5px;
}
.imgRight {
 	border:solid 7px #d6d6d6;
	margin-left: 15px;
	margin-bottom: 5px;
}
.imgRightNoBorder {
	margin-left: 15px;
	margin-bottom: 5px;
}
.title {
	font-weight:bold;
	color:#578ab1;
	text-transform:uppercase;
}
.formLabel {
	font-weight:bold;
	color:#578ab1;
}
.textfield {
	color:#636363;
	border:solid 1px #b7b8ba;
}
.NormalTextBox {
	color:#636363 !important;
	border:solid 1px #b7b8ba !important;
}
.dropdown {
	color:#636363;
	border:solid 1px #b7b8ba;
}

.submit{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 1px;
	background: url(./img/imgButtonBG.gif) repeat-x #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	color: #466499;
	font-weight: bold;
}
.featuredArrow {
	width:21px;
}
.featuredBg {
	background:url(./img/imgFeaturedWineBg.jpg) center no-repeat;
	padding:0 15px 0 15px;
}

.linkBody {
	background:url(./img/imgLinkBullet.gif) left no-repeat;
	padding:5px 0 5px 20px;
	font-weight:bold !important;
	color:#578ab1 !important;
	text-decoration:underline !important;
	
}
.linkUser {
	color: #20aaff !important;
	text-decoration:none  !important;
}
.linkHeader {
	color: #20aaff !important;
	text-decoration:none  !important;
}


/*DNN OVERWRITTEN STYLES*/
.SubHead {
	font-weight:bold !important;
	color:#578ab1 !important;
}
.StandardButton {
	border: 3px double #999999 !important;
	border-top-color: #CCCCCC !important;
	border-left-color: #CCCCCC !important;
	padding: 1px !important;
	background: url(./img/imgButtonBG.gif) repeat-x #ffffff !important;
	font-family: Tahoma !important;
	font-size: 11px !important;
	color: #466499 !important;
	font-weight: bold !important;
}
.Help {
	background:none !important;
	border:none !important;
}
.Help span {
	color: #659D1E !important;
	font-size:10px !important;
	font-weight:bold !important;
}

.error {
	font-weight:bold;
	font-size:10px;
	color:#FF0000;
}
a {
	outline:none !important;
}
.NormalBold {
	color:#578ab1 !important;
}
.YourCompanyNameSurveyResults {
	font-size:11px !important;
	font-family:Tahoma !important;
}
.NormalSmall {
	font-size:10px;
}

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	position:absolute;
	float:left;
	width:400px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	background: url(./img/imgBullet.gif) no-repeat right;
	width:160px;
	border: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #20aaff;
	margin: 0px;
	padding: 2px 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	background: #ffffff;
	border: none;
	padding: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #6c6c6c;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url(./img/imgBulletOver.gif) no-repeat right;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}






/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0 0 0 22px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 17px 10px 9px 10px;
	margin: 0px 3px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color:#acacac;
	background:url(./img/imgNormalTab.jpg) repeat-x bottom left #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	padding: 15px 10px 11px 45px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color:#578ab1;
	background:url(./img/imgActiveTab.jpg) repeat-x bottom left #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	padding: 15px 10px 11px 45px;
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
	color:#578ab1;
	background:url(./img/imgActiveTab.jpg) repeat-x bottom left #FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background:url(./img/imgTabPanelBgLeft.jpg) no-repeat top left #FFF;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	background:url(./img/imgTabPanelBgRight.jpg) no-repeat top right;
	padding:20px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
 .clearAll {
	clear: both;
}

#featuredWine.SlidingPanels {
	float: left;
	width: 224px;
	height: 102px;
}
#featuredWine .SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 10000px;
}

#wineList.SlidingPanels {
	float: left;
	width: 540px;
	height: 135px;
}
#wineList .SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 10000px;
}



/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
#featuredWine .SlidingPanelsContent {
	width: 224px;
	height: 102px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
#featuredWine .SlidingPanelsContent table {
	margin-top: 3px;
}

#wineList .SlidingPanelsContent {
	width: 110px;
	height: 125px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}
#wineList .SlidingPanelsContent table {
	margin-top: 10px;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

#benefits td {
	vertical-align:top;
}
