/* ---------------------------------------
	CSS Stylesheet for Pipe Fitting & Plumbing Services Ltd
	All content copyright Nathan Littleton and Future Visions
--------------------------------------- */


/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: Verdana, "Lucida Sans", Helvetica, Verdana, "Trebuchet MS", Tahoma, Serif;
background-color: white;
font-size: 8.5pt;
color: black;
text-align: center;
}

/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p{
line-height: 200%;
text-align: left;
margin-bottom: 15px;
}

ul{
list-style-type: circle;
}

li{
margin-bottom: 5px;
}

img{
border: none;
}

/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: red;
text-decoration: none;
background-color: white;
}

a:active{
color: red;
text-decoration: none;
background-color: white;
}

a:visited{
text-decoration: none;
color: red;
background-color: white;
}

a:hover{
text-decoration: underline;
color: black;
background-color: white;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
;
}

h2{
;
}

h3{
margin-top: -20px;
margin-bottom: 20px;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */

form{
;
}

input, textarea{
border: 1px solid #9C9C9C;
font: 9pt "Lucida Sans";
width: 250px;
padding: 5px;
}

input[type=submit]{
width: 60px;
font-size: 8pt;
padding: 5px;
}

select{
;
}


/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: 780px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/pagebg.gif');
background-repeat: repeat-y;
text-align: center;
}

#titlebar{
width: 726px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url('../images/logo_head.jpg');
background-repeat: repeat;
height: 100px;
}

/* ---------------------------------------
	MENU NAV
--------------------------------------- */
#oldmenu{
text-align: left;
width: 696px;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 5px;
padding-top: 15px;
padding-bottom: 15px;
font-family: Verdana, "Trebuchet MS";
font-size: 8.7pt;
}

#menu{
position: relative;
display: block;
height: 35px;
font-size: 9pt;
border-top: 1px solid #bdbdff;
border-bottom: 3px solid #ffffff;
width: 726px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-image: url('../images/menubg.gif');
background-repeat: no-repeat;
}

#menu ul{
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0;
list-style-type: none;
width: 700px;
}

#menu ul li{
display: block;
float: left;
margin: 0px;
line-height: 200%;
margin-bottom: 15px;
}

#menu ul li a{
display: block;
float: left;
color: #fff;
text-decoration: none;
height: 30px;
width: 140px;
padding-top: 5px;
background-color: #243879;
text-align: center;
}

#menu ul li a:hover,#stylefive ul li{
color: white;
background-image: url('../images/menu-hover.gif');
background-repeat: repeat-x;
}

a.current{
color: white;
background-image: url('../images/menu-hover.gif');
background-repeat: repeat-x;
}

img.corner-left{
float: left;
}

img.corner-right{
float: left;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */
#content{
text-align: left;
width: 696px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
}

#contactside{
width: 180px;
height: 400px;
float: right;
padding: 10px;
padding-left: 20px;
border-left: 1px dashed #d0d0d0;
font-size: 8.5pt;
}

.listservices{
margin-left: 50px;
}


/* ---------------------------------------
	FOOTER
--------------------------------------- */
#footer{
margin-top: 40px;
padding: 20px;
text-align: center;
font-size: 7pt;
}

