/*
	Discount Plumbing  
	html, body { height: 100%; }
*/

body {
	font-family: Georgia, "Times New Roman", Times, arial;
	font-size: 13px;
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
	color: #2B1D14;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#wrapper {
	width: 895px;
	margin: 0 auto;
}

h1 {
	font-size: 42px;
	color: #184384;
	font-weight: normal;
}

sup { 
font-size: 10px;  /*make it smaller (by a factor of 1/1.2 in CSS2)*/
vertical-align: baseline; /*neutralize the superscript formatting*/
position: relative; /*allow relative positioning*/
bottom: 1.15em; /*move it up a third of a line*/
font-family: verdana;
}

#content sup { 
font-size: 10px;  /*make it smaller (by a factor of 1/1.2 in CSS2)*/
vertical-align: baseline; /*neutralize the superscript formatting*/
position: relative; /*allow relative positioning*/
bottom: .75em; /*move it up a third of a line*/
font-family: verdana;
}

#sub h1 {
	font-size: 36px;
	letter-spacing: -1px;
	color: #184384;
	font-weight: 600;
	font-family: arial;
}

h2 {
	font-size: 24px;
	color: #0c2f63;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}

#sub b { 	color: #184384; }

#content h3 {
	color: #2b1d14;
}

a:link {
	color: #DF252B;
	text-decoration: none;
}
a:visited {
	color: #DF252B;
	text-decoration: none;
}
a:hover {
	color: #DF252B;
	text-decoration: underline;
}
#home-heading {
	width: 895px;
	padding: 0px;
/*	margin-bottom: 25px; */
}

#logo {
	width: 895px;
	padding: 0px;
	margin-bottom: 25px;
}
#sub-logo {
	width: 895px;
	padding: 0px;
	margin-bottom: 30px;
}
#sub-logo h2 { margin:0px; }

#nav {
	width: 895px;
	padding: 0px;
	margin-bottom: 25px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #2C2B79;
	text-decoration: none;
}
#slider {
	width: 895px;
	padding: 0px;
	margin-top: 50px;
}


#footer {
	margin:0 auto;
	padding-top: 50px;
	line-height: 60px;
	width:100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	background-image: url(/images/footer.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #000000;
}

#footer h3 { margin: 0px; }

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

