/*Zero-Level Element Declarations*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: repeat-x #f4f4f4 url('../images/bg.gif');
}
h1{
	font-size: 24px;
	margin: 5px 0px 0px 5px;
}
h2{
	font-size: 16px;
	margin: 15px 0px 0px 10px;
}
p{
	margin: 0px 0px 0px 20px;
}
li{
	margin-top: 5px;
}
ul{
	margin-top: 0px;
}
a{
	color:#CC3300;
}

a:hover{
	color: #FF3300;
}



/*Useful Class Declarations*/
.r{
	float: right;
	width: 50%;
}
.l{
	float: left;
	width: 50%;
}
.center{
	display: block;
	margin: 0px auto 0px auto;
}
.r2{
	float: right;
	width: 60%;
}
.l2{
	float: left;
	width: 40%;
}
.lower{
	clear: both;
}
.title{
	font-size: 10px;
}

/*Specific Element Declarations*/
#container{
	margin: 0px auto;
	width: 750px;
}


/*Header and Child Elements*/
#header{
	background: left no-repeat url('../images/logo1.gif');
	width: 100%;
	height: 145px;
}
#logo{
	background: url('../images/logo2.gif');
	width: 670px;
	height: 105px;
	float: right;
}
#menu{
	float: right;
}
#menu img{
	border: 0px;
	margin-right: -6px;
}


/*Global and ID-Specific Content Div*/
.content{
	border: 2px solid #CC3300;
	width: 100%;
	background-color: #fff;
	padding-top: -10px;
	overflow: auto;
	padding-bottom: 15px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#paccessories{
	background-image: url('../images/bgaccessories.jpg');
}
#pvalves{
	background-image: url('../images/bgvalves.jpg');
}
#pfittings{
	background-image: url('../images/bgfittings.jpg');
}
#ppipes{
	background-image: url('../images/bgpipes.jpg');
}
#contactform{
	margin-left: 5px;
	_margin-left: 2px;
	float: left;
	height: 470px;
	width: 398px;
	background-image: url('../images/contactform.jpg');
	padding: 60px 0px 0px 8px;
}
#contactbox{
	background-image: url('../images/contact.jpg');
	background-repeat: no-repeat;
	float: right;
	width: 338px;
	padding-top: 65px;
	color: #fff;
	height: 465px;
	font-size: 14px;
}
#contactbox ul{
	margin-bottom: 109px;
}
#contactbox a{
	color: #fff;
	text-decoration: underline;
}
#contactbox a:hover{
	color: #FFE1E1;
}

/*Footer Elements*/
#footer{
	width: 100%;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
#footer a{
	color: #666;
	text-decoration: underline;
}
#footer a:hover{
	color: #990000;
}
#footer a:visited{
	color: #666;
}
.l3{
	float: left;
	text-align: left;
}
.r3{
	float: right;
	text-align: right;
}
#front{
}