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


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, p {
	margin: 0;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

 /* WinIE6 and below */
 /*?*/
 * html .clearfix{height:1%;}
 /**/
 
 /* MacIE only */
 /*?*//*/
 .clearfix{
 	display:inline-table;
}
/**/

.clear,
.clear th,
table.clear td,
#left_column table.clear,
#left_column table.clear th,
#left_column table.clear td
#right_column table.clear,
#right_column table.clear th,
#right_column table.clear td
{
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


/* ---- LEFT COLUMN --- */

#left_column {
	background: #3D76CA;
	width: 209px;
	float: left;
	clear:none;
	text-align: left;
	color: #fff;
}
#left_column .left {
	float: left;
	margin-right:10px;
}
#left_column a:link,
#left_column a:active,
#left_column a:visited {
	color: #F2DA24;
}
#left_column p {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 12px;
}
#left_column table p {
	padding: 0px 10px;
}
#left_column table img,
#left_column table h1,
#left_column table h2 {
	padding-left: 10px;
}
#left_column h1 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	margin-top: 17px;
	padding: 15px 17px 7px 17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	background: url(/images/sep.jpg) no-repeat;
}
#left_column h2 {
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	padding: 15px 17px 3px 17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
#left_column h2 a:link,
#left_column h2 a:active,
#left_column h2 a:visited,
#left_column h2 a {
	color: #fff;
	text-decoration: none;
}
#left_column h2 a:hover {
	color: #F2DA24;
	text-decoration: underline;
}

#left_column h3 {
	margin: 0px;
	font-size: 130x;
	font-weight: normal;
	color: #F2DA24;
	padding: 5px 17px 0px 17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
#left_column hr {
	height: 2px;
	border: none;
	margin: 10px 0px 0px 0px;
	background: url(/images/side_col_separator.jpg) repeat-x;
}

#left_column .blue-box {
	background: url(/images/blue_box.jpg) no-repeat;
	height: 134px;
	width: 205px;
	padding: 15px 0px 10px 0px;
	margin: 14px 0px 0px 2px;
}

#left_column .blue-box-outer {
	background: url(/images/blue_box_top.jpg) top left no-repeat;
	width: 205px;
	margin: 14px 0px 0px 2px;
	padding: 0px;
}
#left_column .blue-box-inner {
	background: url(/images/blue_box_bot.jpg) bottom left no-repeat;
	width: 205px;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}

#left_column .blue-box h1,
#left_column .blue-box-inner h1 {
	color: #fff;
	margin: 0px;
	padding: 2px 15px 8px 15px;
	background: transparent;
	border-bottom: none;
}

#left_column .blue-box p,
#left_column .blue-box-inner p {
	color: #0B397C;
	font-size: 12px;
	padding: 0px 15px 0px 15px;
}
#left_column .blue-box a:link,
#left_column .blue-box a:active,
#left_column .blue-box a:visited,
#left_column .blue-box-inner a:link,
#left_column .blue-box-inner a:active,
#left_column .blue-box-inner a:visited {
	color: #0B397C;
}


/* ---- MAIN COLUMN --- */

#right_column {
	font-size: 12px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#right_column p,
#right_column h1,
#right_column h2,
#right_column h3,
#right_column h4,
#right_column div
{
	padding-top: 0px;
	padding-left:20px;
	padding-right: 10px;
	padding-bottom: 6px;
	line-height: 1.2em;
}

#right_column table
{
	margin: 6px 10px 6px 20px;
	border: 1px solid #C7B210;
}

#right_column table td
{
	padding: 3px 12px 3px 12px;
	color: #666666;
	background-color: #FCFBDD;
	border: none;
	border-right: 1px solid #C7B210;
}
#right_column table ul {
	list-style-type: circle;
}

#right_column table th {
	padding: 7px 12px 5px 12px;
	background-color: #F2F0B1;
	color: #C7B210;
	font-size: 14px;
	border: none;
	border-right: 1px solid #C7B210;
}

#right_column table td.odd
{
	background-color: #F8F7CE;
}

#right_column table .last,
#right_column table .last
{
	border: none;
}

#right_column table td.bline,
#right_column table th.bline
{
	border-bottom: 1px solid #C7B210;
}

#right_column table td.big
{
	font-size: 12px;	
	font-weight: bold;
}

#right_column img {
	border: none;
}

#right_column table img {
	padding: 0px;
	margin: 0px;
}

#right_column table h1,
#right_column table h2,
#right_column table h3
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

#right_column table p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.2em;
}

#right_column p.image,
#right_column p.image img{
	padding: 0px;
	margin: 0px;
	border: none;
}

#right_column a:link,
#right_column a:active,
#right_column a:visited {
	color: #3D76CA;
}
#right_column h1 {
	font-size: 20px;
	color: #3D76CA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}
#right_column h2 {
	font-size: 16px;
	color: #3D76CA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
}
#right_column h3 {
	font-size: 14px;
	color: #666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
}
#right_column h5 {
	font-size: 12px;
	color: #666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	font-weight: bold;
}

#right_column li {
	padding-bottom: 6px;
}
#right_column hr {
	height: 3px;
	background: #C7DBF9;
	border: none;
	
}

#right_column img {
	margin: 0px 30px 0px 30px;
}

#right_column img.left {
	margin: 0px 20px 0px 0px;
}

#right_column img.right,
#right_column .white_box_left img.right
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#right_column .button_next,
#right_column .button_buy
{
	background: url(/images/button_next.jpg);
	border: none;
	width: 102px;
	height: 24px;
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	float:right;
	cursor:pointer;
}

.url {
	background: #76D5FA;
	padding: 5px;
}
/* ---- YELLOW BOX --- */

#right_column div.yellow_box p,
#right_column div.yellow_box h1,
#right_column div.yellow_box h2,
#right_column div.yellow_box h3,
#right_column div.yellow_box h4,
#right_column div.yellow_box div
{
	padding: 0px;
	margin: 0px;
}
#right_column div.yellow_box table
{
	margin: 0px;
}
#right_column div.yellow_box table td, #right_column div.yellow_box table th {
	padding: 3px 5px 3px 5px;
}

#right_column div.yellow_box {
	border: 1px solid #C7B210;
	background: #FFFFE8;
	padding: 10px 15px 10px 15px;
	margin: 10px;
}

#right_column .yellow_box h1 {
	font-size: 18px;
	color: #C7B210;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#right_column .yellow_box h2 {
	font-size: 16px;
	color: #3D76CA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#right_column .yellow_box h3 {
	font-size: 15px;
	color: #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#right_column .yellow_box h4 {
	font-size: 13px;
	color: #3D76CA;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#right_column .page_image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.clear,
.clear td,
.clear th,
#right_column table.clear,
#right_column div.clear
{
	padding: 0px;
	border: none;
}

/* --- WHITE BOXES  LEFT --- */
#right_column .white_box_left p,
#right_column .white_box_left h1,
#right_column .white_box_left h2,
#right_column .white_box_left h3,
#right_column .white_box_left h4,
#right_column .white_box_left div,
#right_column .white_box_left img
{
	padding: 0px;
	margin: 10px;
}
#right_column .white_box_left,
#right_column table td.white_box_left
{
	border: 1px solid #bccdd2;
	margin: 0px 10px 20px 10px;
}
#right_column .white_box_left h2 {
	color:#3D76CA;
	font-size:16px;
	padding: 3px 0px;
}
#right_column .white_box_left img {
	padding: 8px 20px 10px 0px;
}

/* --- white box float right ---*/


#right_column .white_box_right p,
#right_column .white_box_right h1,
#right_column .white_box_right h2,
#right_column .white_box_right h3,
#right_column .white_box_right h4,
#right_column .white_box_right div,
#right_column .white_box_right img
{
	padding: 0px;
	margin: 0px;
}
#right_column .white_box_right {
	border: 1px solid #bccdd2;
	width: 250px;
	float: right;
	margin: 10px 20px;
	background: #efefef;
}
#right_column .white_box_right h2 {
	color:#3D76CA;
	font-size:16px;
	padding: 3px 0px;
}
#right_column .white_box_right img {
	padding: 8px 20px 10px 0px;
}

#right_column .white_box_right table {
	margin: 0px;
	padding: 0px;
}


