/* 
Template Name: Plumbing Drain
Documnet Type: CSS Style Sheet
Coded By Farhan Khan
Company: DigiWeb Inc.
*/

/*** Main Body***/
body {
	background-color:#1A1A1A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
	}

/*** Main Wrapper ***/
#main {
	background-image:url(images/main-lwd-bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2d3031;
	width:880px;
	margin:0px auto;
	padding:10px 10px 10px 10px;
	}

/*** Wrapper Box ***/
#wrapper-box {
	width:880px;
	margin:0px auto;
	padding:0px;
	}

#wrapper-top {
	background-image:url(images/wrapper-lwd-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:9px;
	margin:0px;
	padding:0px;
	}

#wrapper-body {
	background-image:url(images/pattern-lwd.png);
	background-position:center;
	margin:0px;
	padding:0px;
	background-color: #333;
	}

#wrapper-bottom {
	background-image:url(images/wrapper-lwd-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:9px;
	margin:0px;
	padding:0px;
	}

/*** Header ***/
#header {
	width:840px;
	margin:0px auto;
	padding:0px;
	}

#banner {
	background-image:url(images/banner-lwd.png);
	background-repeat:no-repeat;
	width:840px;
	height:240px;
	padding:0px;
	margin:0px;
	}

/*** Banner Text ***/
#banner-text {
	height:200px;
	padding:0px;
	background-image: url(images/lwd-head.png);
	background-repeat: no-repeat;
	background-position: left;
	}

#banner-text h1 {
	color:#CCCCCC;
	font-size:34px;
	text-transform:uppercase;
	margin:0px;
	padding:10px 0px 5px 0px;
	}

#banner-text h2 {
	color:#CCC;
	font-size:30px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#banner-text h3 {
	color:#333333;
	font-size:22px;	
	margin:0px;
	padding:5px 0px 15px 0px;
	}

#banner-text h4 {
	color:#1A1A1A;
	font-size:34px;
	display:inline;	
	margin:0px;
	padding:0px 5px 0px 0px;
	}

#banner-text h5 {
	color:#1A1A1A;
	font-size:28px;
	font-weight:normal;
	display:inline;	
	margin:0px;
	padding:0px;
	}	

/*** Site Navigation ***/
#menu {
	margin:0px;
	padding:0px;
	height:40px;
	}
	
#menu ul {
	list-style: none;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	line-height:30px;
	}
	
#menu li {
	border-left:solid 1px #666666;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#menu li.first {
	border:none;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color: #68A0D3;
	display: block;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	text-transform: none;
    margin: 0px;
	padding: 0px 15px 0px 15px;
	}

#menu li a:hover, #menu li a:active {
	color: #C9E6F9;
    margin: 0px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background-color:#333333;
	width: 120px;
	color: #68A0D3;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	/*border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #68A0D3 ;
	color: #000;
	padding: 3px 10px 3px 10px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#menu li li {
	border:none;
	border-bottom: solid 1px #666666;
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -30px 0 0 140px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul {
	left: auto;
	}

#menu li:hover { 
	position: static;
	}


/*** Inner Wrapper ***/
#inner-wrapper {
	width:840px;
	margin:0px auto 0px auto;
	padding:10px 20px 0px 20px;
	min-height: 320px;
	/**
	min-height: 320px; */
	}

/*** Content Box ***/
#content-box {
	width:590px;
	float:left;
	margin:0px 7px 0px 0px;
	padding:0px;
	}

#content-top {
	background-image:url(images/cnt-lwd-top.png);
	background-repeat:no-repeat;
	height:19px;
	margin:0px;
	padding:0px;
	}

#content-body {
	background-image:url(images/cnt-lwd-bg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 10px;
	overflow:hidden;
	}

#content-bottom {
	background-image:url(images/cnt-lwd-btm.png);
	background-repeat:no-repeat;
	height:19px;
	margin:0px;
	padding:0px;
	}

/*** Content Left ***/
#content-left {
	width:330px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	}

#content-left h1 {
	color:#3F66A5;
	font-size:26px;
	line-height:30px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align: left;
	}

#content-left h2 {
	color:#3F66A5;
	font-size:24px;
	line-height:28px;
	padding:0px;
	margin:5px 0px 10px 0px;
	}

#content-left h3 {
	color:#3F66A5;
	font-size:22px;
	line-height:26px;
	padding:0px;
	margin:5px 0px 10px 0px;
	}

#content-left h4 {
	color:#3F3F3F;
	font-size:20px;
	line-height:24px;
	padding:0px;
	margin:5px 0px 10px 0px;
	border-bottom: 1px solid #3F3F3F;
	text-align: left;
	}

#content-left h5 {
	color:#3F3F3F;
	font-size:18px;
	line-height:22px;
	padding:0px;
	margin:5px 0px 10px 0px;
	border-bottom: 1px solid #3F3F3F;
	text-align: left;
	}

#content-left h6 {
	color:#3F3F3F;
	font-size:16px;
	line-height:20px;
	padding:0px;
	margin:5px 0px 10px 0px;
	border-bottom: 1px solid #3F3F3F;
	text-align: left;
	}

#content-left p {
	line-height:18px;
	padding:0px;
	margin:10px 0px 15px 0px;
	}

#content-left ul{
	list-style:none;
	margin:10px 0px 15px 0px;
	padding:0px;
	}
	
#content-left ul li{
	background-image:url(images/bullet-lwd.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	line-height:18px;	
	padding:2px 0px 2px 20px;
	margin:0px;
	}

#content-left ol{
	list-style-type:lower-roman;
	margin:10px 0px 15px 20px;
	padding:0px;
	}

#content-left ol li{
	line-height:18px;	
	padding:2px 0px 2px 0px;
	margin:0px;
	}

/*** Content Right ***/
#content-right {
	width:210px;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	}	

#content-right h1 {
	color:#3F66A5;
	text-align:center;
	font-size:26px;
	line-height:30px;
	padding:0px;
	margin:0px 0px 10px 0px;
	}

#content-right h2 {
	color:#3F66A5;
	font-size:24px;
	line-height:28px;
	padding:0px;
	margin:5px 0px 10px 0px;
	text-align: center;
	}

#content-right h3 {
	color:#3F66A5;
	font-size:22px;
	line-height:26px;
	padding:0px;
	margin:5px 0px 10px 0px;
	text-align: center;
	}

#content-right h4 {
	color:#930;
	font-size:20px;
	line-height:24px;
	padding:0px;
	margin:5px 0px 10px 0px;
	text-align: left;
	text-transform: uppercase;
	}

#content-right h5 {
	color:#930;
	font-size:18px;
	line-height:22px;
	padding:0px;
	margin:5px 0px 10px 0px;
	text-transform: uppercase;
	text-align: left;
	}

#content-right h6 {
	color:#930;
	font-size:16px;
	line-height:20px;
	padding:0px;
	margin:5px 0px 10px 0px;
	text-transform: uppercase;
	text-align: left;
	}

#content-right p {
	line-height:18px;
	padding:0px;
	margin:10px 0px 15px 0px;
	}
	
#content-right ul{
	list-style:none;
	margin:10px 0px 15px 0px;
	padding:0px;
	}
	
#content-right ul li{
	background-image:url(images/bullet-lwd.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	line-height:18px;	
	padding:2px 0px 2px 20px;
	margin:0px;
	}

#content-right ol{
	list-style-type:lower-roman;
	margin:10px 0px 15px 20px;
	padding:0px;
	}

#content-right ol li{
	line-height:18px;	
	padding:2px 0px 2px 0px;
	margin:0px;
	}

/*** Sidebar Box ***/

#sidebar-box {
	width:243px;
	float:left;
	margin:-4px 0px 0px 0px;
	padding:0px;
	}

#sidebar-top {
	background-image:url(images/sidebar-lwd-top.png);
	background-repeat:no-repeat;
	height:15px;
	margin:0px;
	padding:0px;
	}

#sidebar-body {
	background-image:url(images/sidebar-lwd-bg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px 20px 5px 20px;
	}

#sidebar-body h1{
	color:#6FC5E6;
	font-size:26px;
	line-height:30px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar-body h2{
	color:#6FC5E6;
	font-size:24px;
	line-height:28px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar-body h3{
	color:#6FC5E6;
	font-size:22px;
	line-height:26px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar-body h4{
	color:#292929;
	font-size:20px;
	line-height:24px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	border-bottom: 1px solid #292929;
	}

#sidebar-body h5{
	color:#292929;
	font-size:18px;
	line-height:22px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar-body h6{
	color:#292929;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar-body p{
	color:#C9E6F9;
	line-height:18px;
	padding:10px 0px 15px 0px;
	margin:0px;
	}	

#sidebar-body ul{
	list-style:none;
	color:#C9E6F9;
	margin:10px 0px 15px 0px;
	padding:0px;
	}
	
#sidebar-body ul li{
	background-image:url(images/bullet-lwd.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	line-height:18px;
	color:#C9E6F9;
	padding:2px 0px 2px 20px;
	margin:0px;
	}

#sidebar-body ol{
	list-style-type:lower-roman;
	margin:10px 0px 15px 20px;
	color:#C9E6F9;
	padding:0px;
	}

#sidebar-body ol li{
	line-height:18px;
	color:#C9E6F9;
	padding:2px 0px 2px 0px;
	margin:0px;
	}

#sidebar-body a {
	color:#C9E6F9;
	text-decoration:underline;
	}

#sidebar-body a:hover {
	color:#C9E6F9;
	text-decoration:none;
	}

#zip-box {
	width:200px;
	margin:0px auto 10px auto;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5579A7;
	}

#zip-box h1{
	color:#C9E6F9;
	font-size:18px;
	line-height:22px;	
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#zip-box h2{
	color:#292929;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin:0px;
	padding:5px 0px 5px 0px;
	}
	
#zip-box .txt {
	background-image:url(images/zip-lwd-box.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	width:80px;
	height:25px;
	font-size:18px;
	padding:3px 4px 1px 3px;
	margin:3px 10px 0px 35px;
	float:left;
	}

#sidebar-bottom {
	background-image:url(images/sidebar-lwd-btm.png);
	background-repeat:no-repeat;
	height:15px;
	margin:0px;
	padding:0px;
	}

/*** Footer ***/
#footer {
	margin:0px 0px 0px 0px;
	width:880px;
	}

#footer-left {
	width:100px;
	float:left;
	}

#footer-right {
	width:100px;
	float:left;
	}

#footer-center {
	width:680px;
	float:left;
	color:#68A0D3;
	padding:5px 0px 0px 0px;
	text-align: center;
	}

/*** Footer Navigation ***/
#foot-menu {
	margin:0px auto;
	padding:0px;
	}

#foot-menu ul{
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:30px;
	list-style-type: none;
	}
	
#foot-menu li{
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#C9E6F9;
	padding:0px 0px 0px 0px;
	margin:0px;
	border-left: 1px solid #414042;
	}

#foot-menu li.first{
	border:none;
	}

#foot-menu li a {
	color:#C9E6F9;
	text-decoration:none;
	padding:0px 5px;
	margin:0px;
	}

#foot-menu li a:hover{
	color:#68A0D3;
	text-decoration:underline;
	padding:0px 5px;
	margin:0px;
	}

/*** Misc. Styles ***/
.clear {
	clear:both;
	}

a {
	color:#000000;
	text-decoration:underline;
	}

a:hover {
	color:#4968A9;
	text-decoration:none;
	}

#cards {
	background-image:url(images/cards.png);
	background-repeat:no-repeat;
	width:227px;
	height:36px;
	margin:10px auto 10px auto;
	}

#w3c-logo {
	background-image:url(images/w3c-validator.png);
	background-repeat:no-repeat;
	width:88px;
	float:right;
	height:31px;
	margin:44px 0px 0px 0px;
	}

.contact-btn {
	background-image:url(images/contact-btn.png);
	background-repeat:no-repeat;
	width:75px;
	height:75px;
	float:right;
	padding:0px;
	margin:0px;
	}

.contact-btn a {
	width:75px;
	height:75px;
	display:block;
	text-decoration:none;	
	}

.coupon {
	background-image:url(images/coupon.png);
	background-position:center;
	background-repeat:no-repeat;
	width:153px;
	height:96px;
	padding:10px 0px;
	margin:0px auto;
	}	
img, a img{
	margin:0px;
	border:3px solid #333;
}

.image-left{
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-right{
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
}

.image-noborder{
	border:none;
	margin-top:0px
}
hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B8BBBD;
	color: #A9ABAE;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
