/*Stylesheet for Andel Plumbing*/
/*Last modified 20/12/2007*/

/*Page Divisions*/

#wrap {
max-width: 950px;
border-right: 1px solid black;
border-left: 1px solid black;
}

#body {
float: left;
width: 900px;

}

#main_content {
float: left;
width: 300px;
}

#column2 {
width: 350px;
float: right;
}

#column1 {
width: 570px;
float: left;
}

#main_heading {
width: 700px;
float: left;
}

/*Header*/
#header {
float: left;
background: url(images/header.gif) top left;
width: 950px;
height: 114px;
}

/*Navigation*/

#navigation {
float: left;
background: url(images/home_nav.gif) top left no-repeat;
width: 950px;
height: 47px;
}

#navigation2 {
float: left;
background: url(images/about_nav.gif) top left;
width: 950px;
height: 47px;
}

#navigation3 {
float: left;
background: url(images/services_nav.gif) top left;
width: 950px;
height: 47px;
}

#navigation4 {
float: left;
background: url(images/contact_nav.gif) top left;
width: 950px;
height: 47px;
}


#navigation_text {
float: left;
height: 22px;
width: 950px;
margin: 0 0 0 20px;
padding: 8px;
list-style: none;
}

#navigation_text li a{
float: left;
padding: 0;
font-family: arial, helvetica, "Sans serif";
color: #00A0C6;
font-size: 12px;
text-decoration: none;
font-weight: bold;
list-style: none;
}


li.space {
margin-left: 50px;
float: left;
padding: 0;
font-family: arial, helvetica, "Sans serif";
color: #00A0C6;
font-size: 12px;
text-decoration: none;
font-weight: bold;
list-style: none;
}

li.home {
margin-left: 50px;
float: left;
padding: 0;
font-family: arial, helvetica, "Sans serif";
color: #00A0C6;
font-size: 12px;
text-decoration: none;
font-weight: bold;
list-style: none;
}

#navigation_text a:hover {
font-family: arial, helvetica, "Sans serif";
color: #000000;
font-size: 12px;
}

#breadcrumb_navigation {
width: 600px;
float: left;
}

#breadcrumbs {
float: left;
height: 22px;
width: 600px;
margin-left: 10px;
padding: 0px;
list-style: none;
}

#breadcrumbs li {
float: left;
margin: 3px;
padding: 0;
font-family: arial, helvetica, "Sans serif";
color: #666666;
font-size: 12px;
}

#breadcrumbs #bold {
font-weight: bold;
font-style: italic;
}

/*Sidebar*/


#left_sidebar{
float: left;
background: url(images/sidebar.gif) top left repeat-y;
width: 135px;
min-height: 320px;
}


#left_sidebar_about {
float: left;
background: url(images/sidebar_aboutus.gif) top left repeat-y;
width: 135px;
min-height: 340px;
}

#left_sidebar_services {
float: left;
background: url(images/sidebar_services.gif) top left repeat-y;
width: 135px;
min-height: 512px;
}

#left_sidebar_contactus {
float: left;
background: url(images/sidebar_contactus.gif) top left repeat-y;
width: 135px;
min-height: 375px;
}


/*Footer*/

#footer {
clear: both;
background: url(images/footer.gif) top left;
border-bottom: 1px solid black;
width: 950px;
height: 58px;
}



/*Text Styling*/

h1 {
font-family: arial, helvetica, "Sans serif";
font-size: 35px;
color: #000000;
font-weight: normal;
padding: 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0px;
}

h2 {
font-family: arial, helvetica, "Sans serif";
font-size: 24px;
color: #000000;
font-weight: normal;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 0px;
}

h3 {
font-family: arial, helvetica, "Sans serif";
font-size: 18px;
color: #000000;
font-weight: normal;
margin-left: 10px;
margin-top: 20px;
}

h4 {
font-family: arial, helvetica, "Sans serif";
font-size: 16px;
color: #000000;
font-weight: normal;
margin-left: 10px;
margin-top: 20px;
}

h5 {
font-family: arial, helvetica, "Sans serif";
font-size: 16px;
color: #000000;
font-weight: normal;
margin-left: 10px;
margin-top: 10px;
}


strong {
color: #000000;
}

#header p {
font-family: arial, helvetica, "sans serif";
font-size: 12px;
color: #000000;
line-height: 150%;
float: right;
text-align: right;
padding: 10px;
margin-top: 20px;
}

#body p {
margin: 15px;
font-family: arial, helvetica, "sans serif";
font-size: 12px;
color: #000000;
line-height: 150%;
text-align: justify;
}

ul li {
font-family: arial, helvetica, "sans serif";
font-size: 12px;
color: #000000;
line-height: 150%;
}


/*Other Styling*/

#hr {
background: url(images/hr.gif) top left;
margin-left: 10px;
width: 241px;
height: 20px;
padding: 0px;
text-align: left;
}



