@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* 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;
	width: 526px;
	height: 347px;
	padding: 0px;
	border: none;
	visibility: visible;
}

/* 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.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}


/* 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.
 */
.SlidingPanelsContent {
	width: 100%;
	height: 347px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* 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 {
}




#p1 {
}
#p2 {
	background-color: #e4e4c3;
}
#p3 {
	background-color: #EEEEEE;
}
#p4 {
	background-color: #e4e4c3;
}



.SlidingPanels a:link {
	color: #ac340d;
	text-decoration: none;
}
.SlidingPanels a:visited {
	color: #ac340d;
	text-decoration: none;
}
.SlidingPanels a:hover {
	color: #ac340d;
	text-decoration: underline;
}
.SlidingPanels a:active {
	color: #ac340d;
}



#WB_R_wrap {
	height: 300px;
	width: 500px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #555555;
	left: 12px;
	top: 25px;
}
.WO_form_wrapper {
	background-color: #FFF;
	position: absolute;
	width: 526px;
	height: 347px;
	background-image: url(../_images/promotions/Kohler%20Bath%20163-lPanel.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#WO_form_head {
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 83px;
	position: absolute;
}
#fivehundred {
	left: 17px;
	top: 20px;
	background-color: #FFFFFF;
	position: absolute;
	font-family: Helvetica, sans-serif;
	width: 314px;
	color: #666666;
}
#five_head {
	left: 18px;
	top: 54px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 491px;
	position: absolute;
	color: #333333;
	text-align: right;
}
#WO_form {
	top: 102px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 6px;
	width: 500px;
	height: 243px;
}
#form_table {
	
}
#zipcode {
	left: 294px;
	position: absolute;
	width: 180px;
	top: 84px;
}


/*///////////////////////   1st H panel   /////////////////////////////*/
.panel_heads {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	color: #7C941A;
	z-index: 275;
	font-weight: bold;
}
#fivehundred {
	left: 19px;
	top: 12px;
	background-color: #FFFFFF;
	position: absolute;
	font-family: Helvetica, sans-serif;
	width: 314px;
	color: #666666;
	font-size: 17px;
}

.countertops_dotline {
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	left: 5px;
	top: 22px;
	color: #999999;
	z-index: 275;
	width: 516px;
	overflow: hidden;
}


/*////////////////////////////////////////////////////*/

#SP_nav_events a:link {
	color: #ac340d;
	text-decoration: none;
}
#SP_nav_events a:visited {
	color: #ac340d;
	text-decoration: none;
}
#SP_nav_events a:hover {
	color: #ac340d;
	background-color: #F4BAB4;
}
#SP_nav_events a:active {
	color: #ac340d;
}


#SP_nav_events {
	height: 14px;
	position: absolute;
	left: 0px;
	top: 332px;
	width: 60px;
	font-size: 9px;
	z-index: 100;
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	visibility: hidden;
	margin: 0px;
	padding: 2px 0px 0px;
}

/*////////////////////////////////////////////////////*/

.panel_links {
	position:absolute;
	left: 0px;
	color: #A9330D;
	width: 100%;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}


/*////////////////////////////////////////////////////*/

#event_Hpanels_wrapper {
	position:relative;
	width: 222px;
	background-color: #FFFF00;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#cards {
	position:absolute;
	top: 41px;
	left: 26px;
	z-index: 300;
	visibility: hidden;
}
#cards_head {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}
#cards_copy {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: justify;
	left: 16px;
	top: 269px;
	width: 490px;
	color: #666666;
	z-index: 275;
}
#cards_list {
	width: 200px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	left: -300px;
	top: 240px;
	z-index: 400;
}


#offer {
	position:absolute;
	top: 165px;
	left: 333px;
	z-index: 250;
	visibility: hidden;
}
#cards_H1 {
	position:absolute;
	z-index:95;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

#SPH_events {
	visibility: hidden;
}


/*///////////   FORM   //////////////*/

#FN {
	position:absolute;
	width: 467px;
	color: #666666;
	text-align: left;
	top: 2px;
	left: 8px;
	padding-top: 6px;
	height: 103px;
}
#LN {
	position:absolute;
	width: 467px;
	color: #666666;
	text-align: left;
	top: 134px;
	left: 9px;
	padding-top: 5px;
}
#AD {
	position:absolute;
	width: 75px;
	color: #666666;
	text-align: right;
	top: 50px;
	left: 0px;
	padding-top: 5px;
}
#CITY {
	position:absolute;
	width: 75px;
	color: #666666;
	text-align: right;
	top: 75px;
	left: 0px;
	padding-top: 5px;
}
#ST {
	position:absolute;
	width: 75px;
	color: #666666;
	text-align: right;
	top: 100px;
	left: 0px;
	padding-top: 5px;
}
#ZIP {
	position:absolute;
	width: 75px;
	color: #666666;
	text-align: right;
	top: 100px;
	left: 265px;
	padding-top: 5px;
}
#EMAIL {
	position:absolute;
	width: 75px;
	color: #666666;
	text-align: right;
	top: 150px;
	left: 0px;
	padding-top: 5px;
}


#Email_Cbox {
	position:absolute;
	width: 178px;
	color: #666666;
	text-align: left;
	top: 175px;
	left: 327px;
}
#html_Email_Cbox {
	position:absolute;
	color: #666666;
	text-align: left;
	top: 175px;
	left: 115px;
}



.column_A {
	left: 103px;
	text-align: right;
	color: #00FF00;
	position: absolute;
	top: 0px;
	
}


/*///////////  END  FORM   //////////////*/


/*///////////  2nd H panel   //////////////*/

#thankyou_head {
	left: 19px;
	top: 12px;
	background-color: #FFFFFF;
	position: absolute;
	font-family: Helvetica, sans-serif;
	width: 375px;
	color: #666666;
	font-size: 17px;
	text-align: left;
}

#thankyou_subhead {
	left: 0px;
	top: 54px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 96%;
	position: absolute;
	color: #333333;
	text-align: right;
}

#WebOffer_link {
	left: 199px;
	top: 194px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	color: #333333;
	text-align: center;
	z-index: 100;
}

#WebOffer_image {
	left: 162px;
	top: 159px;
	position: absolute;
	
}



#submit_btn {
	left: 130px;
	top: 200px;
	position: absolute;
	width: 0px;
}
#reset_btn {
	left: 300px;
	position: absolute;
	top: 200px;
}


/*///////////  ERRORs   //////////////*/

#Cbox_error {
	position:absolute;
	color: #FF0000;
	top: 1px;
	left: -20px;
	text-align: right;
}
#ZIP_error {
	position:absolute;
	top: 1px;
	left: -20px;
	text-align: right;
}
#EMAIL_error {
	position:absolute;
	top: 1px;
	left: -19px;
	text-align: right;
}
#ST_error {
	position:absolute;
	top: 1px;
	left: -19px;
	text-align: right;
}

#CITY_error {
	position:absolute;
	top: 1px;
	left: -19px;
	text-align: right;
}
#AD_error {
	position:absolute;
	top: 1px;
	left: -19px;
	text-align: right;
}

#LN_error {
	position:absolute;
	top: 1px;
	left: -19px;
	text-align: right;
}
#FN_error {
	position:absolute;
	top: 3px;
	left: -19px;
	text-align: right;
}
