@charset "utf-8";
body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #E4E4E4;
}
#header{
	position: relative;
	width: 850px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/logo_metalistas.png);
	background-repeat: no-repeat;
}
#header a:link, #header a:visited{
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	color:#666666;
	outline:none;
}
#header a:hover{
	color:#000000;
}
#links{
	position: absolute;
	width: 270px;
	height: 18px;
	top: 20px;
	right: 73px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.img{
	position: absolute;
	top:0px;
}
/*---------------------------------------------*/
#menu{
	position:relative;
	width: 850px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/mBackground.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight: bold;	
}
#menu ul{
	padding: 2px 0 0 0;
	margin:0;
	list-style-type:none;
}
#menu li{
	float:left;
	position:relative;
	width: 212px;
	text-align: center;
}
#menu a, #menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:211px;
	height:24px;
	border:1px solid #fff;
	border-width:1px 0 1px 1px;
	line-height:24px;
}
#menu a:hover {
	background-color:#666666;
}
/*---------------------------------------------*/
#submenu{
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;	
}
#sublinks{
	width: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#sublinks h1{
	margin: 0 2px 5px 2px;
	padding: 3px 2px 2px 20px;
	background-color:#E5E5E5;
	font-size: 16px;
	color: #333333;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#sublinks ul{
	margin-top: 2px;
}
#sublinks li{
	list-style-type: none;
	padding-right: 25px;
	word-spacing: 1px;
}
#sublinks img{
	padding-left: 12px;
}
#sublinks a:link, #sublinks a:visited{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#sublinks a:hover{
	text-decoration: underline;
	color: #AE291F;
}
.subselect{
	color: #AE291F;
	font-weight: bold;
	word-spacing: 1px;
}
/*---------------------------------------------*/
#wrapper{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
}
h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	text-align: right;
	font-size: 30px;
	color: #3B4246;
}
h3{
	margin-top: 0px;
	margin-bottom: 25px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
	color: #3B4246;
}
#content{
	position: relative;
	padding: 25px 20px 15px 20px;
}
#content h1{
	font-size: 32px;
	color: #333333;
	margin: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
}
 h5{/*#content*/
	font-size: 20px;
	font-weight:bold;
	color:#AE291F;
	margin: 0 0 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#subcontent{
	padding: 0px 20px 15px 250px;
}
.sampleimg{
	position: absolute;
	top: 85px;
	left: 20px;
	width: 230px;
}
/*---------------------------------------------*/
#footer{
	position: relative;
	width: 850px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.addr{
	position: absolute;
	left: 10px;
	width: 550px;
}
.design{
	position: absolute;
	width: 250px;
	right: 10px;
	text-align: right;
	font-weight:normal;
}
/*---------------------------------------------*/
