@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger code [ one ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, strong, b, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	volume: x-loud;
	font-weight: normal;
}

input, em {
	margin: 0;
	padding: 0;
	font-style: normal;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger code [ two ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Universal properties [ html & body ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	top: 0;
	background: #FAFAF0;
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #423F3C;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Basic properties [ text ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ol li {
	list-style: inside decimal;
}

a, a:visited {
	color: #AD3C13;
	text-decoration: none;
}
	
a:hover, a:active {
	text-decoration: underline;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.align_right {
	text-align: right;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wrappers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper_o {
	width: 982px;
	margin: 0 auto;
	text-align: left;
}

.wrapper {
	width: 980px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 1px #C7C6A9 solid;
	border-top: none;
	float: left;
	background: #FFF;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 980px;
	height: 100px;
	float: left;
	background: transparent url(../images/structure/header_bg.png) top left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Logo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.logo {
	width: 316px;
	height: 66px;
	padding: 17px 0 17px 17px;
	float: left;
}

	p.logo a {
		width: 316px;
		height: 66px;
		float: left;
		overflow: hidden;
		text-indent: -9000px;
		background: transparent url(../images/structure/logo_main.gif) top left no-repeat;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Main h1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header h1 {
	width: 475px;
	bottom: 5px;
	right: 10px;
	position: absolute;
	text-align: right;
	font-size: 11px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Menu [ top ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.menu_top {
	width: 980px;
	height: 26px;
	margin: 0 0 15px 0;
	padding: 2px 0;
	border-bottom: 4px #C7C6A9 solid;
	float: left;
	background: #423F3C url(../images/structure/menu_top_bg.gif) top left repeat-x;
}

	ul.menu_top li {
		height: 26px;
		float: left;
		line-height: 26px;
		border-right: 1px #FAFAF0 solid;
	}
	
		ul.menu_top li a, ul.menu_top li a:visited {
			height: 26px;
			padding: 0 20px;
			float: left;
			color: #FAFAF0;
		}
		
		ul.menu_top li a:hover {
			text-decoration: underline;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_right_articles {
	width: 798px;
	float: right;
}

.content_left_articles {
	width: 788px;
	float: left;
}

.left_column {
	width: 172px;
	padding: 0 0 0 10px;
	float: left;
}

.middle_column {
	width: 550px;
	padding: 0 28px;
	float: right;
}

.right_column {
	width: 182px;
	padding: 0 10px 0 0;
	float: right;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Menus [ left ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.menus_left {
	width: 170px;
	margin: 0 0 15px 0;
 	border: 1px #C7C6A9 solid;
	float: left;
}

	.menus_left h5 {
		width: 150px;
		margin: 0 0 10px 0;
		padding: 5px 10px;
		float: left;
		font-size: 13px;
		font-weight: bold;
		color: #FAFAF0;
		background: #888B69;
	}

	.menus_left ul, .menus_left ul li {
		width: 170px;
		margin: 0 0 5px 0;
		float: left;
	}

		.menus_left ul a, .menus_left ul a:visited {
			width: 150px;
			padding: 5px 10px;
			color: #77787B;
			float: left;
			cursor: pointer;
		}
	
		.menus_left ul a:hover {
			background: #D3D7BC;
			text-decoration: none;
		}
		
			.menus_left ul a em {
				width: 100%;
				float: left;
				font-size: 11px;
			}
			
				.menus_left ul a em.rating {
					font-style: normal;
					color: #423F3C;
				}
	
			.menus_left ul a b, .menus_left ul a:visited b {
				width: 100%;
				margin: 0 0 1px 0;
				float: left;
				font-weight: bold;
				color: #AD3C13;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Middle column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.middle_column h1 {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #D3D7BC;
}


.middle_column h2 {
	width: 100%;
	margin: 0 0 15px 0;
	border-bottom: 1px #AAA97D solid;
	float: left;
	font-size: 30px;
	color: #423F3C;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Articles top links box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.articles_top_box {
	width: 515px;
	margin: 0 0 15px 0;
	padding: 0 5px 10px 30px;
	border-bottom: 30px #D3D7BC solid;
	float: left;
}

	.articles_top_box .right {
		width: 210px;
		float: right;
	}
	
		.articles_top_box .right img {
			float: right;
			border: 5px #423F3C solid;
		}
	
	.articles_top_box .left {
		width: 265px;
		float: left;
	}

p.select_topic {
	margin: 0 0 15px 0;
	font-size: 14px;
	text-align: center;
}

	p.select_topic em {
		color: #D3D7BC;
		font-style: italic;
	}
	
	.articles_top_box .left ul {
		margin: 0 0 10px 0;
	}
	
		.articles_top_box .left ul li {
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
			background: transparent url(../images/text/bullet_sqare_lt-green.gif) left center no-repeat;
		}
		
			.articles_top_box .left ul li a, .articles_top_box .left ul li a:visited {
				color: #AD3C13;
				text-decoration: underline;
			}
	
	.articles_top_box .left 0l {
		margin: 0 0 5px 0;
	}
	
		.articles_top_box .left 0l li {
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
		}
	
			.articles_top_box .left a, .articles_top_box .left a:visited {
				color: #AD3C13;
				text-decoration: underline;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Articles top links box [ Alternate version ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.articles_top_box_alt {
	width: 540px;
	margin: -5px 0 15px 0;
	padding: 0 5px;
	float: left;
}

	.articles_top_box_alt .left {
		width: 210px;
		float: left;
	}
	
		.articles_top_box_alt .left img {
			float: left;
			border: 5px #88898C solid;
		}
	
	.articles_top_box_alt .right {
		width: 260px;
		min-height: 160px;
		padding: 20px;
		border: 5px #7E8264 solid;
		float: right;
		color: #FAFAF0;
		background: #888B69;
	}
	
	 .articles_top_box_alt .right ul {
		margin: 0 0 10px 0;
	}
	
		.articles_top_box_alt .right ul li {
			font-size: 13px;
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
			background: transparent url(../images/text/bullet_sqare_lt-green.gif) 0px 3px no-repeat;
		}
		
			.articles_top_box_alt .right a, .articles_top_box_alt .right a:visited {
				color: #FAFAF0;
				text-decoration: underline;
			}
	
	 .articles_top_box_alt .right ol {
		margin: 0 0 5px 0;
	}
	
		.articles_top_box_alt .right ol li {
			font-size: 13px;
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
		}
		
			.articles_top_box_alt .right a, .articles_top_box_alt .right a:visited {
				color: #FAFAF0;
				text-decoration: underline;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Articles top links box [ Full width green box ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.articles_top_box_no_pic {
	width: 500px;
	margin: -5px 0 15px 0;
	padding: 20px;
	border: 5px #7E8264 solid;
	float: left;
	color: #FAFAF0;
	background: #888B69;
}

	.articles_top_box_no_pic ul {
		margin: 0 0 10px 0;
	}
	
		.articles_top_box_no_pic ul li {
			font-size: 13px;
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
			background: transparent url(../images/text/bullet_sqare_lt-green.gif) 0px 3px no-repeat;
		}
			
			.articles_top_box_no_pic a, .articles_top_box_no_pic a:visited {
				color: #FAFAF0;
				text-decoration: underline;
			}
	
	.articles_top_box_no_pic ol {
		margin: 0 0 5px 0;
	}
	
		.articles_top_box_no_pic ol li {
			font-size: 13px;
			margin: 0 0 8px 0;
			padding: 0 0 0 18px;
		}
			
			.articles_top_box_no_pic a, .articles_top_box_no_pic a:visited {
				color: #FAFAF0;
				text-decoration: underline;
			}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Articles block quote

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.middle_column p.blockquote {
	width: 326px;
	margin: 0 0 15px 0;
	padding: 10px 112px 0 112px;
	float: left;
	color: #696561;
	background: transparent url(../images/text/block-quote_center.gif) top center no-repeat;
}

.middle_column p.blockquote em {
		width: 100%;
		margin: 0 0 5px 0;
		float: left;
	}
	
.middle_column p.blockquote em.who {
		text-align: right;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

GBP Advertising

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 250px;
	width: 300px;
	float: left;
	padding: 0 10px 5px 0;
}
.ausr {
	margin:0px;
	padding:0px;
}

.ads {
	height:58px;
	width:288;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;	
}
.ad {
	margin:0px 0px;
}

.adt{
	color:#940f04;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}
.adb {
	font-size: 12px;
	display: block;
	color: #333333;
}

.adu {
	color:#333333;
	font-size:10px;
	line-height:12px;
	overflow:hidden;
	white-space:nowrap;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Articles body content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.articles_body_content {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.articles_body_content .left {
		width: 300px;
		float: left;
		padding: 0 10px 5px 0;
}

.articles_body_content h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

.articles_body_content h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #88898C;
}

.articles_body_content p {
	margin: 0 0 35px 0;
	font-size: 12px;
	line-height: 1.5;
}

.articles_body_content ul {
	margin: 0 0 35px 0;
}

	.articles_body_content ul li {
		margin: 0 0 10px 0;
		padding: 0 0 0 25px;
		background: transparent url(../images/text/bullet_sqare_lt-green.gif) 7px 3px no-repeat;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right column [ boxes ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right_column_boxes {
	width: 180px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
 	border: 1px #C7C6A9 solid;
	float: left;
}

	.right_column_boxes h5 {
		width: 160px;
		margin: 0 0 10px 0;
		padding: 5px 10px;
		float: left;
		font-size: 13px;
		font-weight: bold;
		color: #FAFAF0;
		background: #888B69;
	}
	
	.right_column_boxes p {
		width: 160px;
		margin: 0 0 15px 0 ;
		padding: 0 10px;
		float: left;
	}
	
	.right_column_boxes p span.review_image {
		width: 100%;
		float: left;
		margin: 0 0 5px 0;
		text-align: center;
	}
	
	.right_column_boxes b {
		width: 100%;
		margin: 0 0 2px 0;
		float: left;
	}
	
		.right_column_boxes b a {
			font-weight: bold;
		}
	
	.right_column_boxes em {
		width: 100%;
		margin: 0 0 2px 0;
		float: left;
		font-size: 11px;
		font-style: normal;
		color: #88898C;
	}
	
	.right_column_boxes p span.review_rating {
		width: 100%;
		float: left;
		margin: 0 0 5px 0;
		font-weight: bold;
		color: #88898C;
	}
	
	.right_column_boxes p span.buttons {
		width: 100%;
		float: left;
	}
	
		.right_column_boxes p span.buttons a, .right_column_boxes p span.buttons a img {
			float: left;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Product table group containers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_whole_tables {
	width: 970px;
	float: left;
}

.tables_right {
	width: 756px;
	padding: 0 10px;
	float: right;
}

.tables_right_text {
	width: 100%;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Product table group header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tables_right h2 {
	width: 100%;
	margin: 0 0 15px 0;
	border-bottom: 1px #AAA97D solid;
	float: left;
	font-size: 30px;
	color: #423F3C;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Product table group text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tables_right_text h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

.tables_right_text h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #88898C;
}

.tables_right_text p {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.5;
}

.tables_right_text ul {
	margin: 0 0 20px 0;
}

	.tables_right_text ul li {
		margin: 0 0 10px 0;
		padding: 0 0 0 25px;
		background: transparent url(../images/text/bullet_sqare_lt-green.gif) 7px 3px no-repeat;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Product table

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.prod_table {
	width: 100%;
	margin: 0 0 15px 0;
	float: right;
	overflow: hidden;
	border-collapse: collapse;
}

	table.prod_table tr td {
		padding: 10px;
	}
	
		table.prod_table tr.prod_top {
			background: #423F3C;
			color: #FAFAF0;
		}	
			table.prod_table tr.prod_top td {
				font-weight: bold;
			}
			
		table.prod_table tr.prod_bottom {
			background: #423F3C;
			color: #FAFAF0;
		}

	table.prod_table tr.even {
		background: #EBEBC5;
	}
	
	table.prod_table td.td1 {
		width: 6%;
		background: #423F3C;
		color: #FAFAF0;
	}
	
		table.prod_table td.td1 b {
			font-size: 15px;
			line-height: 1;
		}
	
	table.prod_table td.td2 {
		width: 22%;
	}
	
		table.prod_table td.td2 b {
			font-size: 15px;
		}
		
			table.prod_table td.td2 b {
				font-size: 15px;
			}
			
				table.prod_table td.td2 b a, table.prod_table td.td2 b a:visited {
					font-weight: bold;
					color: #423F3C;
				}
	
	table.prod_table td.td3 {
		width: 14%;
	}
	
	table.prod_table td.td4 {
		width: 17%;
	}
	
	table.prod_table td.td5 {
		width: 8%;
	}
	
	table.prod_table td.td6 {
		width: 13%;
	}
	
		table.prod_table td.td7 {
		width: 17%;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.footer {
	width: 780px;
	padding: 0 100px;
	float: left;
	text-align: center;
	color: #88898C;
}
