@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#f5f5f5;
	text-align: center;
}
#article_title {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 0px 10px;
	line-height:22px;
}
#article_subtitle {
	color:#333333;
	font-size:12px;
	margin-left:10px;
	line-height:16px;
}
h2, h3, h4, h5 {
	color:#333333;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, li {
	margin:0;
	margin-bottom: 10px;
}
#container {
	margin: 0px auto 0px auto;
	padding:0;
	background:url('../images/site_bkgd.jpg') repeat-y;
	text-align: left;
	width: 944px;
}
#header {
	height:125px;
	background-image: url('../images/header_bkgd.jpg');
}
.bullet_list {
	font-size: 12px;
	font-weight:bold;
	color:#336699;
}
#page_content {
	clear: both;
}
#left_content_shell {
	display:inline;
	width: 630px;
	float: left;
	color: #333333;
	margin-top:10px;
	margin-left:20px;
}
#article_tabs {
	margin:0px 10px 15px 0px;
}
.rtCol_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;

}
.product_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color:#336699;

}
.product_description {
	font-size: 11px;
	font-weight:normal;
	color:#333333;
	line-height: 12px;
}
#right_content_shell {
	display:inline;
	width: 265px;
	float: right;
	color: #333333;
	margin-top:10px;
	margin-right:20px;
}
#footer {
	clear:both;
	padding-top: 10px;
}
#footer_content {
	text-align:center;
	font-size: 10px;
	color:#999;
}
#footer_cap {
	width:944px;
	height:15px;
}
#footer a {
	color:#999;
	font-size:10px;
	font-weight:normal;
}
/***************************************/
/* ---------- Link Style ------------- */
/***************************************/
a:link {
	color:#0066cc;
	font-weight: normal;
	line-height:14px;
	text-decoration:underline;
}
a:visited {
	color:#0066cc;
	text-decoration: none;
}
a:hover {
	color: #bc0000;
	text-decoration: underline;
	background-color:#FFE063;
}
a:active {
	text-decoration: none;
}
/***************************************/
/* ----------- NAVIGATION ------------ */
/***************************************/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px;
width: 914px;
background: transparent url('../images/blockdefault.gif') center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color:#333333;
padding: 6px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color:#333333;
}

.solidblockmenu li a:hover, .solidblockmenu li {
color:#333333;
text-decoration:underline;
background: transparent url('../images/blockactive.gif') center center repeat-x;
}

.solidblockmenu .current {
font: bold 12px;
color:#333333;
text-decoration:none;
background: transparent url('../images/blockactive.gif') center center repeat-x;
}

[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]
