body {
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
h1{
	font-size:18px;
	color: #D61E2A;
	margin:0;
	margin-bottom:10px;
	margin-top:5px;
	font-weight:bold;
}
h2{
	font-size:16px;
	color: #D61E2A;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}
h3{
	font-size:14px;
	color: #D61E2A;
	margin:0;
	font-weight:bold;
	margin-bottom:10px;
}
p{

}
a {
	font-weight: bold;
	color: #D61E2A;
	text-decoration: none;
}
a:hover{
	color:#333333;
	text-decoration: underline;
}


/********************/
/*  CONTAINER  */
/********************/

#container {
	width:760px; 
	margin:0px auto; 
	margin-top:10px; 
	border:2px solid #969696;
}

/********************/
/*  HEADER SECTION  */
/********************/



#montage {
	background-repeat: no-repeat;
	height: 273px;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
.montage_{
	background-image: url(../images/montage.jpg);
}
.montage_history{
	background-image: url(../images/montage_history.jpg);
}
.montage_stockholding{
	background-image: url(../images/montage_stockholding.jpg);
}
.montage_longproducts{
	background-image: url(../images/montage_long_products.jpg);
}
.montage_flatproducts{
	background-image: url(../images/montage_flat_products.jpg);
}
.montage_foundry{
	background-image: url(../images/montage_foundry.jpg);
}



#header {
	background-image: url(../images/header.jpg);
	height: 120px;
}
#headerTitle{
	font-size: 38px;
	color: #D61E2A;
	margin-left: 140px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
#headerSlogan{
	text-align: right;
	font-size: 20px;
	margin-right: 10px;
	margin-top: 37px;

}

#menu {
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
}
#menu a {
	text-decoration: none;
	color: #333333;
}
#menu a:hover {
	color: #D61E2A;
}


#productMenu{
	margin-top:14px;
}

#productMenu ul {
	text-align:center;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#productMenu li {
	float:left;
	padding:0px;
	width: 190px;
	height: 40px;
	background-color: #D61E2A;
}
#productMenu a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#productMenu a:hover {
	color: #FFFF00;
}
#productMenu li img {
	border: none;
	padding-left: 2px;
	padding-right: 2px;
}

/********************/
/*  CONTENT  */
/********************/
#content{
	margin-bottom:10px;
	padding-right: 20px;
	padding-left: 20px;
}
/********************/
/*  FOOTER  */
/********************/
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size:10px;
	text-align:center;
	line-height:36px;
}
#footer a:link, #footer a:visited{
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}
#footer a:hover {
	color: #D61E2A;
}
