
/*

Title: Abballe Plumbing Supply
Author: Artistic Design - Michal Kopanski
URI: http://www.artisticdesignweb.com

Table Of Contents

	$1 - @RESET
	$2 - @HEADER
	$3 - @NAVIGATION
	$4 - @FLASH
	$5 - @CONTENT
	$6 - @FOOTER

/*------------------------------
		$1 - @RESET
------------------------------*/

*{
	padding: 0;
	margin: 0;
	font-family: "Verdana", Verdana, Geneva, sans-serif;
	line-height: normal;
}

body{
	background: #444444;
	color: #999999;
}

a, a:hover, a:visited{
	text-decoration: none;
}

a img{
	border: none;
}

.clearfix{
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
}

.wrapper{
	width: 899px;
	padding: 0px;
	margin: 0 auto;
}

/*------------------------------
		$2 - @HEADER
------------------------------*/

#header{
	background: #202020;
	height: 114px;
	padding-top: 14px;
	padding-bottom: 13px;
	border-bottom: 1px solid #2f2f2f;
}

.logo{
	float: left;
}

.location{
	font-size: 11px;
	text-align: right;
	float: right;
}

/*------------------------------
		$3 - @NAVIGATION
------------------------------*/

#navigation{
	background: url(../images/nav-bg.jpg) repeat-x;
	height: 62px;
	border-top: 1px solid #616161;
}

#navigation a{
	width: 100%;
	height: 31px;
	display: block;
	line-height: 32px;
	color: #999999;
	font-size: 15px;
	padding: 0px;
	margin: 15px 0px;
	text-align: center;
}

#navigation a:hover{
	color: #ffffff;
	border-bottom: 1px dotted #999999;
}

#navigation li{
	list-style: none;
	display: block;
	float: left;
	margin: 0px 15px;
}

/*------------------------------
		$4 - @FLASH
------------------------------*/

#flash{
	background: url(../images/flash-bg.jpg) repeat-x bottom #202020;
	height: 349px;
	border-bottom: 1px solid #2a2a2a;
}

#hero{
	background: url(../images/flash-bg.jpg) repeat-x bottom #202020;
	height: 150px;
	border-bottom: 1px solid #2a2a2a;
}

	#hero h1{
		font-family: "Georgia1", Georgia, serif;
		font-weight: normal;
		font-style: italic;
		line-height: 150px;
		margin-left: 50px;
		color: #ffffff;
	}
	
	#hero span.o{
		font-family: "Georgia1", Georgia, serif;
		font-weight: normal;
		font-style: italic;
		line-height: 150px;
		color: #cbcb6e;
	}

/*------------------------------
		$5 - @CONTENT
------------------------------*/

#content{
	background: url(../images/content-bg.jpg) repeat-x top #444444;
	border-top: 1px solid #5e5e5e;
	padding-top: 57px;
	font-family: "Tahoma", Geneva, sans-serif;
}

#content h2{
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px dotted #6e6e6e;
	margin-bottom: 18px;
}

#content p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height:20px;
}

span.white{font-weight:600; color:#FFFFFF;}

#content a{
	color:#FFCC00;
	text-decoration: underline;
	text-decoration:none;
}

#content a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.widget{
	float: left;
	padding: 0px 20px;
}

.welcome{
	width: 260px;

}

.about-us{
	width: 258px;
}

.partners{
	width: 260px;
}

.partners li{
	list-style: none;
}

.content-page{
	width: 900px;
	float: left;
	padding: 0px 20px;
}

.contact-page{
	width: 380px;
	float: left;
	padding: 0px 20px;
}

.services-half{
	width: 48%;
	float: left;
	padding-right: 2%;
}

	.service{
		clear: both;
		display: block;
		padding-bottom: 40px;
	}

	.service img{
		padding: 6px;
		border: 1px solid #ffffff;
		float: left;
		margin-right: 10px;
	}
	
.partner-logo{	
float:left;
margin-right:15px;
}

.partner-logo-bottom {
margin-right:20px;
}
	
.welcomebox {

}	

#content h3{
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 20px;
}

.aboutushead {
	width: 271px;
background:url(../images/bg3.jpg) repeat-x;
height:41px;
	border-top:1px solid#FFFFFF;
	border-left:1px solid#FFFFFF;
	border-right:1px solid#FFFFFF;
	
}

#aboutheadtext
{
padding-left:15px;
padding-top:8px;
color:#FFFFFF;
}

.aboutusimg {
	width: 258px;
	padding-top:15px;
	padding-left:13px;
	height:140px;
	border-bottom:1px solid#FFFFFF;
	border-left:1px solid#FFFFFF;
	border-right:1px solid#FFFFFF;
	
}

.lastbox {
	border-bottom:1px solid#FFFFFF;
	border-left:1px solid#FFFFFF;
	border-right:1px solid#FFFFFF;
	border-top:1px solid#FFFFFF;
}


	/* -- CONTACT FORM -- */
	
	input.text, textarea.area{
		font-size: 16px;
		padding: 10px;
		margin-top: 5px;
	}
	
	.button a{
		border: 1px solid #cbcb6e;
		padding: 10px;
		width: 80px;
		text-decoration: none;
		margin-top: 20px;
	}

ul.services_list{font:12px "Verdana",Verdana,Geneva,sans-serif; color:#CCCCCC; margin-left:50px; margin-bottom:20px; line-height:22px;}
p{color:#FFF;}
.subtitle{font-size:15px; font-style:italic;}

.contactaddr
{
padding-top:15px;
font-size:13px;
width:280px;
}

.addrheading
{
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}




/*------------------------------
		$6 - @FOOTER
------------------------------*/

#footer{
	height: 20px;
	margin: 100px 0px 20px 0px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}