@charset "utf-8";
/* CSS Document */

.background {
	background-image:url(mid.png);
	background-position:center top;
	background-repeat: no-repeat;
}
.layer {
	background-image:url(greybar.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.form 
{
	background-image:url(form.png);
	background-repeat:no-repeat;
}
.sub {
	background-image:url(sub.png);
	background-position:center;
}
body {
font-family:Calibri, "Century Gothic";
font-size: 14px;
background-image:url(bg.png);
background-repeat:repeat;
}
.manu {
	background-image:url(manufacturers/doors_windows_manufacturers.png);
	background-repeat:no-repeat;
}

p {

width: 80%;
color: black;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;

}

h1 {


font-size: 20px;

font-weight: bold;

color: black;

}

h2 {


font-size: 18px;

font-weight: bold;

color:#333;

}
h3 {

font-size: 15px;

font-weight: bold;

text-decoration:none;

color: black;
}

h3 a:link {
	color: black;
	text-decoration:none;
	font-weight:bold;
}
h3 a:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
h3 a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}


/**************** Pseudo classes ****************/

a:link {

color: black;

text-decoration: none;

font-weight: bold;

}

li :link {

color: #900;

text-decoration: none;

font-weight: bold;

}

a:visited {

color:#333;

text-decoration: none;

font-weight: none;

}

li a:visited {

color: #600;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: none;

text-decoration: underline;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

width: 210px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}