@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	/*background:url(../images/bg2.gif)  repeat;*/
	font-family: Gotham-Book,Arial, Helvetica;
	font-size:12px;
	color:#5B5B5D;
	height: 100%;

	
}
img {border:none;}

a{
	/*color:#005594;*/
	color:#25215a;
	text-decoration:underline;
}
a:hover{
	/*color:#25215A;*/
	color:#8c8b8b;
}

a.side_active{
	
	color:#25215A;
}

.home h1 {
	color:#25215a;
	border-bottom:3px solid #25215a;
	font-size:30px;
	margin:10px 0px;
	text-transform:none;
	padding:0 0 15px 0;}

h1{
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
}

h2{
	font-size:15px;
	text-transform:uppercase;
}
h3{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
p{
	margin:0;
	padding:0;
	margin-bottom:10px;
	line-height:1.3;
}

hr{ 
color:#ccc; 
background: #ccc; 
border:0; 
height:1px;}

#container{
	width:960px;
	margin:0 auto;
	height: 100%;
	position:relative;
}
#left{
	/*width:810px;*/
	float:left;	
	width:75%;
	height: 100%;

}
#right{
	width:178px;
	/*float:right;*/
	position:absolute;
	top:0px;
	right:0px;
	background:url(../images/right_bg_grad.jpg) repeat-x;
	height:415px;
	min-height:415px;
	margin-top:-62px;
}
#right_top{
	padding:20px 0 20px 0;
	text-align:center;
	background-color:#25215A;
	margin-bottom:10px;

}
#top{

	/*background:url(../images/bg_top2.gif)  repeat;*/
	background:#58595b;
	height:38px;
}
#menu{
	width:960px;
	margin:0 auto;
	
}
#menu img{
	border:0;	
}
#content{
	/*padding:35px;
	background-color:#FFF;*/	
	margin-top:25px;	
	margin-bottom:15px;
	width:700px;
	float:inherit;
	min-height:380px;
}
#content_bottom{
	clear:left;
}


#content_bottom table{
	margin-bottom:10px;
	
}
#content_bottom td{
	margin-right:20px;
	
}

#content_bottom h2 {
	font-weight:normal;
	color:#666666;
	font-size:18px;
	border-bottom: 3px solid #e5e5e5;
	text-transform:none;
	font-style:normal;}

#content p a {
	margin-right:20px;
}

#flashblock {
	margin:18px 0px;}

.links a{
	margin-right:20px;
}
table{
	margin:0;
	padding:0;
}

.home .link-block, .home .link-block-last {
	width:164px;
	float:left;
	margin:0 15px 22px 0px;
	padding:5px;
	border: 2px solid #fff;}
	
.home .link-block:hover, .home .link-block-last:hover {
	border: 2px solid #48466F;
	background-color:#EEE;
}
	
 .home .link-block-last {
	margin:0 0 22px 0;}
	
.home .link-block .logotop, .home .link-block-last .logotop {
	text-align:center;
	border-bottom:3px solid #e5e5e5;
	padding:10px;
	min-height:60px;
	height:60px;
	margin:0 0 20px 0;}
	
.home .link-block .brand-text, .home .link-block-last .brand-text {
	min-height:160px;
	height:160px;}
	
.home .link-block .view-more, .home .link-block-last .view-more {
	border-bottom:3px solid #e5e5e5;
	}
	

.nav{
	height:38px;
	margin-bottom:10px;
	width:178px;
background-color:#58595B;
}
.nav img {
	border:0;
}
#content_bottom img {
	border:0;
}
#innovation_table{
	font-size:12px;
}
#innovation_table a{
	margin-right:20px;
}
#innovation_table p{
	margin:0;
	padding:0;
	margin-bottom:5px;
	line-height:1.1;
}
#instructions{
	clear:right;
}

.blockquote{
font-style:italic;
padding:0 0 0 30px;}

.footer{
background:url(../images/footer-bg.gif) repeat-x;
clear:both;
padding:1px 0 20px 0;
width:100%;
text-align:center;
}

.footer img {
	margin:0px;}
	
.footer p {
	margin:20px 0px;}

/* ACCORDION STYLES */

.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 15px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
background-image: url(/images/plus_sign.gif);
background-repeat:no-repeat;
background-position: center left;
font-size:110%;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/images/plus_sign.gif);
background-repeat:no-repeat;
background-position: center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding: 0 0 2px 12px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(/images/download_arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #25215A;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #25215A;
background-color: #F3F3F3;
}
.tab_1{
	float:left;
	width:100px;
}
.tab_2{
	float:left;
	width:100px;	
}
.tab_1 a{
	
	border:solid 1px #999;
	text-decoration:none;
	padding:5px 10px;
	
}
.tab_2 a{
	padding:5px;
	border:solid 1px #999;
	text-decoration:none;
}
/* TAB CENTRE BOX */


#tab_box
	 {
	float: right;
	width: 530px;
	position: relative;
	z-index: 20;
		
}
#tab_box img{
border:0;
margin:8px 8px 20px 0px;
}

	#tabmenu {
	z-index: 15;
	text-align:left;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1DDD4;*/
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #fff;
	width:770px;
	margin-top:25px;
	border-bottom:3px solid #e5e5e5;
		}

	#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	text-transform:uppercase;
	border-right:2px solid #999;
	padding:0 0 0 8px;
	
}

	#tabmenu li:first-child {
		padding:0px;}

	#tabmenu a {
	color:#5B5B5D;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	/*background-color: #ECECEC;*/
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	/*padding-left: 8px;*/
	/*border:1px solid #999999;*/
}

	#tabmenu a.active {
	color: #5B5B5D;
	border-bottom: 3px solid #ffffff;
	font-weight:bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;

	background:#ffffff;	
	border:none;
	border-right-color: #E1DDD4;
		}

	#tabmenu a:hover {
	color: #000;
	text-decoration:underline;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	/*padding-left: 8px;
	background-color: #E1DDD4;*/
}

	#tabmenu a:visited {
	color: #fffffg;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	
}

	/*#tabmenu a.active:hover {
	color: #5B5B5D;
	font-weight:normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #E1DDD4;
}*/

	#tabcontent {
	text-align: justify;
	/*z-index: 2;	*/
		background: #FFFFFF;
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	border-top-width: 1px;
	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-top-color: #E1DDD4;
	border-right-color: #E1DDD4;
	border-bottom-color: #E1DDD4;
	border-left-color: #E1DDD4;
	
	  min-height:287px;
  height:auto !important;
  height:287px;

		}
		
		.more_news{
	text-align:right;
	margin-top: 10px;
	font-weight:bold;
		}

.clearme {
	clear:both;}
	
.brandbanner, .brandbanner .isecontent, .brandbanner .bissellcontent, .brandbanner .schweigencontent, .brandbanner .tritoncontent  {
	width:766px;
	height:388px;
	border-bottom:3px solid #25225b;}
	
.brandbanner .isecontent {
	background-image:url(../images/ise/insinkerator_banner.jpg);}
	
.brandbanner .bissellcontent {
	background-image:url(../images/bissell/Bissell_Banner.jpg);}
	
.brandbanner .stiebelcontent {
	background-image:url(../images/stiebeleltron/stiebel_banner.jpg);}
	
.brandbanner .schweigencontent {
	background-image:url(../images/schweigen/schweigen_banner.jpg);}
	
.brandbanner .tritoncontent {
	background-image:url(../images/triton/triton_banner.jpg);}
	
.brandbanner .brandblurb {
	width:355px;
	float:left;
	margin:140px 0 0 20px;}
	
.brandbuttons {
	position:relative;
	margin:20px 0 0 0;}
	
.brandbuttons a{
	margin:15px;}
	
#product-showcase, .content-block {
	width:374px;
	float:left;
	margin:0 16px 0 0;
	height:345px;
	min-height:345px;
	border-bottom:3px solid #e5e5e5;}
	
.content-block {
	width:178px;
	font-style:italic;
	}
	
.content-block a {
	font-style:normal;}
	
.content-block ul {
	margin:0px;
	padding:0px 0px 20px 20px;}
	
.lastitem {
	margin:0px;}
	
.product-select {
	background-color:#423d7d;
	padding:10px;
	color:#fff;
	font-style:italic;
}

.product-select select {
	width:350px;
	border:1px solid #e5e5e5;
	padding:3px;}
	
.product-list ul{
	
	height:155px;
	min-height:155px;
	margin:0px;
	 padding: 0 20px;}
	
.product-list ul li {
	margin: 10px 0px;
    text-align: center;
	float:left;
	display:inline;
	list-style:none;}
	
.product-list {position:absolute; width:374px;	height:155px;
	min-height:155px;}
	
.productnav {position:relative; top:70px;}

#scnext, #scprev {width:18px; height:19px; display:block;}

#scnext {background:url(../images/ise/productbutton.jpg) top left; float:left;}

#scprev {background:url(../images/ise/productbutton.jpg) top right; float:right;}

#print {display:none;}
	
/* RSS FEEDS */

.news {margin:20px 0px;}

.news h1 {text-transform:none; border-bottom:3px solid #25225b; color:#25225b; padding:5px 0px;}

.news {width:960px; height:280px; overflow:hidden}

div#creditfooter { display: none; }

div.feedburnerFeedBlock ul { margin-left:0; padding-left:0; list-style-type: none;  }

div.feedburnerFeedBlock ul ul { list-style-type: disc; } 

div.feedburnerFeedBlock ul ol { list-style-type: decimal; }

div.feedburnerFeedBlock ul li { margin:10px 0 25px 0; padding:0;width:178px; float:left; margin-right:14px; }

div.feedburnerFeedBlock ul li span.headline { clear:both; display:block; margin:10px 0 5px 0; padding:0; }

div.feedburnerFeedBlock ul li span.headline a { color:#25215a; font-size:13px; line-height:18px; text-decoration:none; }

div.feedburnerFeedBlock ul li span.headline a:hover { text-decoration:underline; }

p.feedTitle {display:none;}
p.date {color:#999; margin:0px}

.jcarousel-skin-tango {
	text-transform:uppercase;}
	
	
/* nav list */
#menu ul {
	padding:0px;
	margin:0px;
	}
#menu li {
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
}
#menu li a {
	/*float:left;*/
	
}

/*Drop Down menu start here*/
#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	z-index:10000;
	line-height:1.6em;
}
#nav ul {
	position:absolute;
	display:none;
	top:37px;
	margin-left:-110px;
	z-index:999;
	width:930px;
	height:200px;
	padding: 15px;
	background:url(../images/drop_bg.jpg) repeat-x #fff;
	border:1px solid #25225b;
	font-size:11px;
}

#nav ul, #nav ul.contact {
	position:absolute;
	display:none;
	top:37px;
	margin-left:-110px;
	z-index:999;
	width:930px;
	height:200px;
	padding: 15px;
	background:url(../images/drop_bg.jpg) repeat-x #fff;
	border:1px solid #25225b;
	font-size:11px;
}

#nav ul.contact {
	margin-left:0px;
	width:auto;
	background-image:none;
	height:auto;
	border-top:25px solid #25225b;
	}
	
#nav ul.contact a {
	margin:0 0 10px 0;}

ul#nav ul li {
	z-index:10000;
	display:inline;
	float:left;
	margin: 0 19px 0 0;
}
ul#nav ul li a {

}
ul#nav ul li a.ise, ul#nav ul li a.bissell, ul#nav ul li a.stiebel, ul#nav ul li a.schweigen, ul#nav ul li a.triton {
	background:url(../images/ise/blue_logo_03.jpg) no-repeat top center;
	width:160px;
	height:70px;
	display:block;}
	
ul#nav ul li a.bissell {background:url(../images/bissell/blue_logo_05.jpg) no-repeat;}
ul#nav ul li a.stiebel {background:url(../images/stiebeleltron/blue_logo_07.jpg) no-repeat;}
ul#nav ul li a.schweigen {background:url(../images/schweigen/blue_logo_09.jpg) no-repeat;} 
ul#nav ul li a.triton {background:url(../images/triton/blue_logo_11.jpg) no-repeat;}

.product-nav {
	width:155px;
	margin:0 10px 0 0;
	float:left;}

/*Drop Down menu end here*/

/*Customer Care*/
.customer_care h1 {
	color:#25215a;
	border-bottom:3px solid #25215a;
	font-size:30px;
	margin:10px 0px;
	text-transform:none;
	padding:0 0 15px 0;}
.customer_care .link-block, .customer_care .link-block-last {
	width:164px;
	float:left;
	margin:0 15px 22px 0px;
	padding:5px;
	border: 2px solid #fff;}
	
.customer_care .link-block:hover, .customer_care .link-block-last:hover {
	border: 2px solid #48466F;
	background-color:#EEE;
}
	
 .customer_care .link-block-last {
	margin:0 0 22px 0;}
	
.customer_care .link-block .logotop, .customer_care .link-block-last .logotop {
	text-align:center;
	border-bottom:3px solid #e5e5e5;
	padding:10px;
	min-height:60px;
	height:60px;
	margin:0 0 20px 0;}
	
.customer_care .link-block .brand-text, .customer_care .link-block-last .brand-text {
	min-height:160px;
	height:160px;}
	
.customer_care .link-block .view-more, .customer_care .link-block-last .view-more {
	border-bottom:3px solid #e5e5e5;
	}
