/* Start of CMSMS style sheet 'EWP Styles' */
/* ////////////// DEFAULT STYLES //////////////// */

body {
	margin:0;
	text-align:center;
	background:#232222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#73b84b;
	font-weight:bold;
}

h1 {
	margin:15px 0 0 0;
	color:#73b84b;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
}

h2 {
	color:#73b84b;
	font-weight:normal;
	font-size:16px;
}

h2.highlight {
 	background:#cbde6a;
	font-weight:normal;
	font-size:14px;
	padding:10px;
	margin-top:25px;
	margin-bottom:25px;
	color:#000;
}

p {
	line-height:20px;
}


/* ////////////// BASIC LAYOUT STYLES //////////////// */

#wrapper {
	width:1024px;
	margin:auto;
	background:#d3b696 url(/images/common/wood_background.jpg) repeat-x;
}

#header {
	height:88px;
	background:#949740;
	border-bottom:1px solid #fff;
}

#page_wrapper {
	background:#FFF;
	width:990px;
	margin:auto;
	text-align:left;
}

#footer {
	background:#949740 url(/images/common/footer_back.jpg) no-repeat;
	height:25px;
	clear:both;
}

#left_col {
	float:left;
	width:200px;
	padding:0 15px 15px 15px; 
	margin-top:30px;
}

#mid_col {
	float:left;
	width:483px;
	padding:0px 20px 15px 20px;
	border-left:2px dotted #999;
	border-right:2px dotted #999;
	margin-top:30px;
	margin-bottom:20px;
}

#right_col {
	float:left;
	padding:0 15px 25px 15px; 
	margin-top:30px;
	width:190px;
}

.clear_both {
	clear:both;
	height:0px;
	overflow:hidden;
}

#sub_nav {
	float:right;
	height:21px;
	padding-top:7px;
	margin-right:15px;
	font-size:11px;
}

#sub_nav a {
	color:#000;
	text-decoration:none;
} 
#sub_nav a:hover {
	color:#9c9d3f;
	text-decoration:underline;
} 

#home_bottom_left_promo {
	margin-top:20px;	
}


/* ////////////// MAIN NAV STYLES //////////////// */

#main_nav {
	background:#cbde6a;
	height:29px;
	text-align:left;
	padding-left:15px;
}

#main_nav ul {
  padding: 0;
  margin: 0;
  height:28px;
  float:left;
  list-style: none;
  border-bottom:1px solid #9c9d3f;
  border-right:1px solid #9c9d3f;
}
  
#main_nav li {
  float: left;
  position: relative;
  border-left:1px solid #9c9d3f;
  display:block;
  text-align:center;
}

#main_nav li a{
  color:#000;
  text-decoration:none;
  padding-left:15px;
  padding-right:15px;
  display:block;
  width:auto;
  padding-top:7px;
  height:21px;
  float:left;
}

#main_nav li a:hover{
  color:#FFF;
  background:#9c9d3f;
}

#main_nav li.lastnav {
  border-right:1px solid #9c9d3f;
}

/* ////////////// SMALL COLUMN STYLES //////////////// */

.small_column p {
	font-size:11px;
	color:#666;
	line-height:15px;
}


/* ////////////// HOME PAGE STYLES //////////////// */

#mid_col.home_page p{
	line-height:25px;
	margin-top:0;
}

#mid_col.home_page h1{
	float:left;
	margin:0;
	color:#73b84b;
	font-weight:normal;
	font-size:18px;
	margin-right:5px;
}

#mid_col.home_page p.small_type {
	font-size:11px;
	color:#666;
	line-height:15px;
	margin-top:10px;
}

#mid_col #design_tools {
	margin-top:20px;
	border-top:1px dotted #333;
	padding-top:20px;
}

/* ////////////// PRODUCT LOCATOR STYLES //////////////// */

#product_locator select {
	width:180px;
	margin-top:12px;
	
}
#product_locator .go_btn {
	cursor:pointer;
	float:right;
	margin-right:10px;
	clear:both;
}

/* ////////////// NEWS MOD STYLES //////////////// */

#news_contain ul {
	font-size:11px;
	color:#9c9d3f;
	padding:0;
	margin:0;
	margin-left:15px;
}

#news_contain li {
	margin-bottom:7px;
}

#news_contain ul a {
	font-size:11px;
	color:#666;
	font-weight:normal;
}

/* ////////////// EDUCATION STYLES //////////////// */

.video_sub strong {
	color:#73b84b;	
}

.more_podcasts {
	margin-bottom:20px;
}

.pod_thumb {
	width:160px;
	float:left;
	margin-right:12px;
}

.pod_info {
	float:left;
	width:290px;
}

.pod_info h3{
	margin-top:5px;
	margin-bottom:5px;
}

.pod_info h3 a{
	text-decoration:none;
}

.pod_info h3 a:hover{
	text-decoration:underline;
}



/* ////////////// JQUERY CAROUSEL STYLES //////////////// */


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#slideshow_wrapper {
	background:url(/images/home/slideshow_loader.gif) no-repeat 50% 50%;
	height:258px;
	overflow:hidden;
	width:468px;
	border: 1px solid #666;
}

#slideshow_wrapper ul {
	padding:0;
	margin:0;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 468px;
    padding:0;
	height:258px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  468px;
    height: 258px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 468px;
    height: 258px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 23px;
    height: 258px;
    cursor: pointer;
    background: #7e742d url(/images/home/next-horizontal.gif) no-repeat 0 0;
	opacity:.6;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 0px;
    width: 23px;
    height: 258px;
    cursor: pointer;
    background: #7e742d url(/images/home/prev-horizontal.gif) no-repeat 0 0;
	opacity:.6;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	opacity:.8;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	opacity:.8;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

/* ////////////// NEWS PAGE STYLES //////////////// */

.NewsSummary {
    margin-top:15px;
    border-bottom:1px dotted #666;
    padding-bottom:10px;
}

.NewsSummaryPostdate {
     font-size:11px;
     color:#999;
}
.NewsSummaryMorelink {
    color:#999;
}
#NewsPostDetailDate {
    margin-top:15px;
    color:#999;
}
#NewsPostDetailTitle {
     color:#333;
     font-weight:normal;
     font-size:18px;
}

#NewsPostDetailSummary {
     color:#333;
     border-bottom:1px dotted #333;
     padding:0px 10px 0px 10px;
     margin-bottom:15px;
}

/* ///////////   PRODUCT LOCATE STYLES //////////// */
 
.pl_results {
    margin-top:15px;
}

.pl_results td {
    border-bottom:1px dotted #999;
}

/* ////////////// MADE BY SOAP //////////////// */

#madebysoap {
	padding-top:10px;
	height:26px;
	text-align:center;
	color:#ff6600;
	font-size:10px;
       width:1024px;
       margin:auto;
}

#madebysoap a{
	display:block;
	width:82px;
	height:26px;
	overflow:hidden;
	background:url(/images/common/madebysoap.png) no-repeat 0px 0px;
	float:right;
	text-decoration:none;
}

#madebysoap img {
	width:164px;
	position:relative;
	height:26px;
}

#madebysoap a:hover{
	background:url(/images/common/madebysoap.png) no-repeat -82px 0px;
}

/* ////////////   MAIN NAV STYLES  /////////////// */

#smoothmenu1 {
	background: #cbde6a;
	height:30px;
	clear:both;

}

.ddsmoothmenu{
	font-size: 12px;
	font-weight: bold;
	background: #cbde6a; /*background of menu bar (default state)*/
	width: 100%;
	clear:both;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
       border-bottom:1px solid #9c9d3f;
       border-right:1px solid #9c9d3f;
      height:29px;
      float:left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
       border-left:1px solid #9c9d3f;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #cbde6a; /*background of menu items (default state)*/
	padding: 8px 25px 7px 25px;
	color: #000;
	text-decoration: none;
}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected{ 
	background: #9c9d3f; 
	color: white;
}

.ddsmoothmenu ul li a:hover{
	background: #9c9d3f; /*background of menu items during onmouseover (hover state)*/
	color: #fff;
}

.ddsmoothmenu ul li.currentpage a{
	background: #9c9d3f; /*styling for the current page*/
	color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
        margin-left:-1px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
        border-bottom:none;
       border-right:none;
      height:auto;
      float:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
 border-left:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: normal;
	font-size:12px;
	background: #9c9d3f url(/images/common/listarrow_white_off.gif) no-repeat 25px center;
	width: 160px; /*width of sub menus*/
	padding: 5px 15px 5px 40px;
	margin: 0;
	border-top-width: 0;
	color:#fff;
}

.ddsmoothmenu ul li ul li.currentpage a{
		background: #cbde6a url(/images/common/listarrow_on.gif) no-repeat 25px center; /*background of menu items during onmouseover (hover state)*/
	color: #000;
}

.ddsmoothmenu ul li ul li a:hover{
	background: #cbde6a url(/images/common/listarrow_on.gif) no-repeat 25px center; /*background of menu items during onmouseover (hover state)*/
	color: #000;
}

.ddsmoothmenu ul li ul li a.selected{ 
	background: #cbde6a url(/images/common/listarrow_on.gif) no-repeat 25px center; /*background of menu items during onmouseover (hover state)*/
	color: #000;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* End of 'EWP Styles' */

