/* CSS Document */
body {
	margin:0;
	background-color:white;
	background-image:url(../images/gradientBG.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.contentBackground{
	width:783px; 
	background-image:url(images/content.png); 
	background-repeat:repeat-y; 
	background-color:white;
	padding:2px 11px 2px 11px; 
	margin-top:10px;
}
*.contentBackground{
	margin-top:0px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/content.png');
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f40016;
	font-size:18px;
	text-transform: uppercase;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f40016;
	font-size:13px;
	text-transform: uppercase;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#f40016;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
a:link{
	color:#f40016;
	text-decoration:underline;
}
a:hover{
	color:#f40016;
	text-decoration:none;
}
a:visited{
	color:#f40016;
	text-decoration:underline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.wrapper{
	width:948px;
	margin:0px auto;
	text-align:left;
}
.header{
	background-image:url(../images/smokeBG.png);
	background-repeat:no-repeat;
	height:192px;
}
.content{
	width:783px;
	margin-left:90px;
	margin-top:-8px;
}
.rightContent{
	color:#363636;
	float:right; 
	width:565px; 
	margin-right:30px; 
	margin-bottom:15px;
	background:#d9d7d7;
	padding:10px;
}
.bolded{
	color:black;
	font-weight:bold;
}
.subHeading{
	color:#363636;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.prodOverviewModule{
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.hotNews{
	border-top:1px dotted #515151; 
	color:#fff;
	padding:0 15px 3px 0;
}
.moduleContent{
	float:right; 
	border-top:1px dotted #515151; 
	width:192px; 
	color:#363636;
	background:#d9d7d7 url(../images/moduleTopGradient.png) repeat-x 0 1px;
}
.footer{
	height:10px;
	background-color:#581513;
	width:746px;
	padding:7px;
	margin-left:1px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
