@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		color : #333333;

	font-family : arial,verdana,helvetica;

	font-size : 12px;

	text-decoration : none;

	}
	a{text-decoration: none;color: #330000;}
	a:hover{color: #330000;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #000033;
		strong{font-weight: bold;}
	}
	ul.borderedlist li a:hover{background: #660000;color: #ffffff;}
	ul.borderedlist2 li{
		border-bottom: none;
	}
	ul.borderedlist2 li a{
		display: block;
		padding:3px 0 0 2px;
		height: 14px;
		color: #ffffff;
	}
	ul.borderedlist2 li a:hover{background: #660000;color: #ffffff;}


	/* main area layout */
	#main{padding:24px 0 20px 0;}
	#leftcolumn{float: left;width:150px;}
	#topcolumn{float: center;}


/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 3px 3px 3px 3px;margin-bottom:3px;line-height:1.5em;}
	.leftbox2{background: #660000;padding: 3px 3px 3px 3px;margin-bottom:2px;line-height:1.5em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{font-size: 1.2em;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:11px}	
	#topcolumn .leftbox2 p{padding-bottom:.5em;line-height:1em; font-size:12px}
	/* center column */
	.article_wrapper h2{color: #5699A7; font-size:2em;margin:10px 0;}
	.article_wrapper p{padding-bottom:10px;font-size:1.3em;}	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}
	.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:200px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
	.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	}
	.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}

	.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
}
