html{
	height: 100%;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	
	background-color: #0E0E11;
}

.main_container_nobg{
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 50%;
	left: 50%;
	height: 580px;
	width: 950px;
	margin: -290px -475px -290px -475px;	
}

.main_container{
	position: absolute;
	text-align: left;
	padding: 0px;
	top: 50%;
	left: 50%;
	height: 580px;
	width: 950px;
	margin: -290px -475px -290px -475px;	
	background:url(../img/background.gif);
	background-repeat: no-repeat;
}

.menu{
	position:relative;
	height: 30px;
	width: 300px;
	left: 0px;
	float: right;
	top: 50px;
	margin: 0 0 -30px 580px;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
	
}

.content{
	position: relative;
	height: 270px;
	margin: 30px 30px 70px 30px;
	top: 80px;
	width: 890px;
}

.introText{
	text-indent: 50px;
	background:url(../img/cit.gif);
	background-repeat: no-repeat;
	line-height: 135%;
}

.articles{
	height: 200px;
	width: 800px;
	margin: 0 30px 0 30px;
}

.italic{
	font-Style: italic;
}

.productImage{
	height: 190px;
	width: 550px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 50px;
	text-align: right;
	vertical-align: bottom;
}

.productDetails{
	height: 120px;
	width: 200px;
	float: left;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 120px;
	padding-left: 50px;
	font-weight: 400;
}

.articleTitle{
	font-size: 16px;
	font-weight: 700;
}

.articleNew{
	font-size: 16px;
	font-weight: 700;
	color: #ED1C24;
}

.articleDescription{
	font-weight: 700;
}

a, a:link, a:hover, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
}

img{
	border: 0px;
}

*{
	outline: none;
}
