body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	/*color: #a0a0a0;*/
	color: #000000;
}

#container {
	width:900px;
	margin: auto;
	margin-top: 0px;
	/*border: 1px solid #f6f6f6;*/
}

#header {
	width: 900px;
	height: 150px;
	margin-bottom: 10px;
	/*border: 1px solid white;*/
	/*background: url(../images/header.png) center no-repeat;*/
}

#header a img {
	border: none;
}

a {
	font-weight: bold;
	text-decoration:none;
	color: #f7a201;
}

a:link {
	color: #f7a201;
	text-decoration:none;
}

a:visited {
	color: #f7a201;
	text-decoration:none;
}
a:hover {
	color: #e89a03;
	text-decoration:underline;
}

#footer {
	width: 900px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
	/*background: url(../images/footer.gif) center no-repeat;*/
	background: url(../images/footer.png) center no-repeat;
	color: #ffffff;
	/*border: 1px solid white;*/
}

#footer a {
	text-decoration: none;
	color: #226594;
}

#footer a:link {
	color: #226594;
}

#footer a:visited {
	color: #226594;
}
#footer a:hover {
	color: #226594;
	text-decoration:underline;
}
/*
*html #footer {
	margin-top: 20px;
}

*/

.product_section {
	width: 900px; 
	height: 220px; 
	margin-top: 10px; 
	background: url(../images/row_bg_2.png) center no-repeat; 
	/*border: 1px solid white;*/
}

.product_section .right_column {
	float: right; 
	width: 600px; 
	height: 200px; 
	margin: 10px;
}

.product_section .right_column .title {
	border-bottom: 0px solid gray; 
	height: 30px; 
	font-weight: bold; 
	font-size: 14pt;
}

.product_section .right_column .title a {
	text-decoration: none;
	color: #226594;
}

.product_section .right_column .title a:link {
	color: #226594;
}

.product_section .right_column .title a:visited {
	color: #226594;
}
.product_section .right_column .title a:hover {
	color: #226594;
	text-decoration:underline;
}

.product_section .right_column .title .edition {
	color: gray; 
	font-weight: normal; 
	font-size: 12pt;
}

.product_section .right_column .description {
	height: 130px;
}

.product_section .right_column .description .top_paragraph {
	margin-top: 0px;
}

.product_section .right_column .learn_more_button {
	height: 36px;
}

.product_section .right_column .learn_more_button div {
	float: right;  
	width: 106px; 
	height: 36px; 
	text-align: center; 
	line-height: 36px;
	background: url(../images/learn_more_button.png) center no-repeat;
}

.product_section .right_column .learn_more_button div a {
	color: white; 
	font-weight: bold; 
	font-size: 12pt; 
	text-decoration: none;
}

.product_section .left_column {
	width: 260px; 
	height: 210px; 
	margin: 10px;
	margin-top: 0px;
}

.product_section .left_column a img {
	border: none;
	margin-top: 10px;
}

.top_row, .middle_row, .bottom_row {
	width: 900px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

.top_row {
	height: 60px; 
	margin-top: 10px; 
	background: url(../images/row_bg_2_top.png) center no-repeat;
}

.top_row table {
	width: 880px;
	height: 59px;  
	margin-left: 10px; 
	border-bottom: 1px solid #f3f3f3;
}

.top_row  .back_button_cell {
	width: 280px;
	text-align: left;
}

.top_row  .back_button {
	width: 106px; 
	height: 36px; 
	text-align: center; 
	line-height: 36px;
	background: url(../images/back_button.png) center no-repeat;
}

.top_row  .back_button a {
	font-weight: bold; 
	font-size: 12pt; 
	text-decoration: none;
	color: white; 
}

.top_row .title {
	font-size: 18pt; 
	font-weight: bold; 
	color: #226594;
	text-align: left;
}

.top_row .price {
	font-size: 18pt; 
	font-weight: bold; 
	color: gray;
}

.top_row .buy_now_button {
	float: right; 
	width: 106px; 
	height: 36px; 
	text-align: center; 
	line-height: 36px;
	background: url(../images/learn_more_button.png) center no-repeat;
}

.top_row .buy_now_button a {
	font-weight: bold; 
	font-size: 12pt; 
	text-decoration: none;
	color: white; 
}

.middle_row {
	height: auto;
	overflow-y: auto;
	min-height: 270px; 
	background: url(../images/row_bg_2_middle.png) center repeat-y; 
}

.middle_row .right_column {
	float: right; 
	width: 600px; 
	padding: 10px;
}

.middle_row .right_column .description {
	margin-top: 0px;
}

.middle_row .right_column .section_header {
	margin-top: 0px; 
	border-bottom: 1px solid #f3f3f3;
}

.middle_row .right_column .section_header span {
	font-size: 14pt; 
	font-weight: bold; 
	color: #226594;
}

.middle_row .right_column .section_content {
	margin-top: 0px;
}

.middle_row .right_column ul {
	margin-left: 0px;
	padding-left: 20px;
	text-align: left;
}

.middle_row .right_column ul li span {
	font-weight: bold;
}

.middle_row .right_column ul li p {
	margin-top: 0px;
}

.middle_row .left_column {
	width: 260px; 
	padding: 10px; 
	text-align: left;
}

.middle_row .left_column img {
	margin-bottom: 10px; 
	/*border: 1px solid #f3f3f3;*/
}

.middle_row .left_column .section {
}

.middle_row .left_column .section div {
	font-size: 14pt; 
	font-weight: bold; 
	color: #226594; 
	border-bottom: 1px solid #f3f3f3;
}

.middle_row .left_column .section p {
	padding-left: 5px;
}

.bottom_row {
	height: 30px; 
	background: url(../images/row_bg_2_bottom.png) center no-repeat; 
}

.content_header {
	width: 880px;
	height: 30px;  
	margin-left: 10px; 
	padding-top: 20px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 18pt; 
	font-weight: bold; 
	color: #226594;
}

#copyright {
	text-align: center; 
	margin-top: 10px; 
	color: #226594;
}