/* background*/

body{
background-image: url(image/backcolor.jpg);
margin-top: 5px;
scrollbar-base-color: #bb3367;
}

#background.home{
position:relative;
width: 870;
height: 623;
background-image: url(image/background.jpg);
border-style: none;
}

#backgroundcatalogue{
position: relative;
width: 870;
height: 623;
background-image: url(image/backgroundcatalogue.jpg);
border-style: none;
}



/*text boxes*/

#Introduction{
position: absolute;
width: 300;
height: 280;
border-style: none;
text-align: left;
font-size: 14px;
top: 250;
left: 75;
color: #cccccc;
font-weight: bold;
}


#text{
position: absolute;
width: 230;
height: 320;
border-style: none;
text-align: center;
font-size: 14px;
top: 240;
left: 15;
color: #cccccc;
font-weight: bold;
}


/*navigation*/

#navigation{
position: absolute;
width: 100%;
height: 50px;
top: 155;
left: 0;
padding: 0;
margin-left:0 ;
}

a{

}

.inlineclass a{
display: inline-blocks;
width: 140;
height: 100%;
text-align: middle;
align: left;
}

a:link, a:visited{
font-family: arial;
font-size: 16;
font-style: bold;
color: #ffffff;
text-decoration: none;

}

a:hover, a:active{
font-family: arial;
font-size: 16;
font-style: bold;
color: #ff0033;
text-decoration: none;

}




/*catalogue boxes*/

#catalogue{
position: absolute;
background-color: #000000;
height: 335;
width: 610;
top: 202;
left: 255;
border-style: none;
overflow: scroll;
}

#catalogue1{
position: absolute;
height: 330;
width: 610;
top: 203;
left: 255;
border-style: none;
}

#emaillink{
position: absolute;
height: 50;
width:200;
top: 575;
left: 645;
} 			

/*fonts*/

h2{
font-fmaily: arial;
font-size: 13pt;
color: #ffffff;
align: left;
}
