@charset "utf-8";

/*	CSS By Michael Angeletti - CSS Zen Master	*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Global Browser Reset )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, 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;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	text-decoration: none;
}

input {
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Universal Setting )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, 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 {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

html, body, universal styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	background: #1D1D1D url(../images/site-bg.png) top left repeat;
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	color: #1D1D1D;
	text-align: center;
}

strong, b, strong a, b a {
	font-weight: bold;
}

em {
	font-style: italic;
}

.none {
	display: none;
}

.replace {
	text-indent: -9000px;
}

.center {
	text-align: center;
}

.hr {
	margin: 0 0 10px 0;
	height: 1px;
	line-height: 1px;
	background: #000;
}

.row {
	width: 100%;
	float: left;
}

.border {
	border: 1px #888 dotted;
}

.padding {
	padding: 10px;
}

.margin_bottom {
	margin: 0 0 10px 0;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.bg_white {
	background: #FFF;
}

.green {
	color: #91C715;
}

.red {
	color: #CC0000;
}

.orange {
	color: #FE7F00;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 926px;
	margin: 0 auto;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 920px;
	height: 91px;
	padding: 0 3px;
	float: left;
	background: transparent url(../images/sprite-header.png) top right no-repeat;
}

.logo {
	width: 340px;
	margin: 0 10px 0 0;
	height: 91px;
	float: left;
	background: transparent url(../images/logo.png) left center no-repeat;
}

	.logo a {
		width: 340px;
		height: 91px;
		float: left;
		background: transparent;
	}

.top_nav {
	width: 194px;
	height: 40px;
	margin: 51px 0 0 0;
	float: left;
}

	.top_nav li, .top_nav li a {
		height: 40px;
		float: left;
		background: transparent url(../images/sprite-header.png) no-repeat;
	}
	
		.top_nav li.articles, .top_nav li.articles a {
			width: 95px;
			background-position: -350px 0;
		}
		
		.top_nav li.articles a:hover, .top_nav li.articles a.on {
			background-position: -350px -40px;
		}
		
		.top_nav li.reviews, .top_nav li.reviews a {
			width: 99px;
			background-position: -445px 0;
		}
		
		.top_nav li.reviews a:hover, .top_nav li.reviews a.on {
			background-position: -445px -40px;
		}

.info_nav {
	width: 120px;
	height: 5px;
	margin: 76px 0 0 0;
	padding: 0 10px 10px 0;
	float: right;
	line-height: 5px;
}

	.info_nav li, .info_nav li a {
		height: 5px;
		background: transparent url(../images/sprite-header.png) no-repeat;
	}
	
		.info_nav li.site_map, .info_nav li.site_map a {
			width: 43px;
			float: left;
			background-position: -544px -75px;
		}
		
		.info_nav li.site_map a:hover {
			background-position: -544px -70px;
		}
		
		.info_nav li.contact_us, .info_nav li.contact_us a {
			width: 57px;
			float: right;
			background-position: -607px -75px;
		}
		
		.info_nav li.contact_us a:hover {
			background-position: -607px -70px;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.body_wrap {
	width: 926px;
	padding: 0 0 3px 0;
	float: left;
	background: transparent url(../images/content-bg-bottom.png) bottom left no-repeat;
}

.body {
	width: 920px;
	padding: 0px 3px 0 3px;
	float: left;
	background: transparent url(../images/content-bg-y.png) top left repeat-y;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content_header {
	width: 920px;
	border-bottom: 1px #424242 solid;
	float: left;
	line-height: 1;
	font-size: 16px;
	color: #CCC;
	background: #141414;
}

	.content_header h1 {
		width: 892px;
		padding: 14px;
		border-bottom: 1px #000 solid;
		float: left;
	}

.content {
	width: 900px;
	padding: 10px;
	float: left;
}

.content_left {
	width: 640px;
	float: left;
}

.content_left_middle {
	width: 380px;
	padding: 20px;
	float: right;
	background: #EEE;
}

.content_left_left {
	width: 210px;
	float: left;
}

.content_right {
	width: 250px;
	float: right;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Nav

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left_nav_wrap_1 {
	width: 206px;
	margin: 0 0 10px 0;
	padding: 2px;
	float: left;
	color: #EEE;
	background: #3B3B3B;
}

	.left_nav_wrap_1 a {
		color: #EEE;
	}

.left_nav_wrap_2 {
	width: 202px;
	padding: 2px;
	float: left;
	background: #141414;
}

.left_nav_wrap_3 {
	width: 200px;
	padding: 1px;
	float: left;
	background: #424242;
}

.left_nav_wrap_4 {
	width: 184px;
	padding: 8px;
	float: left;
	background: #1D1D1D;
}

.left_nav_header {
	width: 174px;
	padding: 0 5px 5px 5px;
	border-bottom: 1px #2F2F2F solid;
	float: left;
	font-size: 16px;
}

.left_nav {
	width: 184px;
	float: left;
	letter-spacing: .1ex;
}

	.left_nav li {
		width: 184px;
		margin: 1px 0 0 0;
		float: left;
		line-height: 16px;
	}
	
		.left_nav li a {
			width: 150px;
			padding: 8px 10px 8px 24px;
			float: left;
			background: #282828 url(../images/nav_arrow_over_gray.gif) 8px 12px no-repeat;
		}
		
		.left_nav li a:hover, .left_nav li a.on {
			background: #282828 url(../images/nav_arrow_down_white.gif) 8px 12px no-repeat;
		}
		
		.left_nav li ul {
			width: 184px;
			padding: 2px 0;
			float: left;
			font-size: 11px;
		}
		
			.left_nav li li a {
				padding: 5px 10px 5px 24px;
				background: transparent url(../images/nav_square_white.gif) 8px 11px no-repeat;
			}
			
			.left_nav li li a:hover, .left_nav li li a.on {
				text-decoration: underline;
				background: transparent url(../images/nav_square_green.gif) 8px 11px no-repeat;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right_reviews_wrap_1 {
	width: 246px;
	padding: 2px;
	float: left;
	color: #EEE;
	background: #3B3B3B;
}

	.right_reviews_wrap_1 a {
		color: #EEE;
	}
	
	.right_reviews_wrap_1 a:hover * {
		text-decoration: underline;
	}

.right_reviews_wrap_2 {
	width: 242px;
	padding: 2px;
	float: left;
	background: #141414;
}

.right_reviews_wrap_3 {
	width: 240px;
	padding: 1px;
	float: left;
	background: #424242;
}

.right_reviews_wrap_4 {
	width: 224px;
	padding: 8px;
	float: left;
	background: #1D1D1D;
}

.right_reviews_header {
	width: 214px;
	padding: 0 5px 5px 5px;
	float: left;
	font-size: 16px;
}

.right_reviews_unit {
	width: 224px;
	padding: 224px 0 0 0;
	border-top: 1px #424242 solid;
	float: left;
	background: #2F2F2F;
}

.right_reviews_unit_pic {
	width: 204px;
	height: 204px;
	top: 10px;
	left: 10px;
	position: absolute;
}

	.right_reviews_unit_pic img {
		width: 204px;
		height: 204px;
		top: 0px;
		left: 0px;
		position: absolute;
	}

.right_reviews_unit_top_pick {
	width: 63px;
	height: 63px;
	top: 0px;
	right: 0px;
	position: absolute;
	cursor: pointer;
	background: transparent url(../images/top-pick.gif) top left no-repeat;
}

.right_reviews_unit_text {
	width: 204px;
	padding: 10px;
	border-top: 1px #141414 solid;
	float: left;
	background: #282828;
}

	.right_reviews_unit_text p {
		width: 100%;
		padding: 0 0 5px 0;
		float: left;
	}

.right_adsense_box {
	width: 250px;
	margin: 10px 0 0 0;
	float: left;
	background: #4D4D4D;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Group

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.group_box {
	width: 358px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px #7D7D7D dotted;
	float: left;
	background: #FFF;
}

	.text .group_box p {
		margin: 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Review Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.review_top {
	width: 380px;
	margin: 0 0 15px 0;
	float: left;
}

.review_top_pic_wrap {
	width: 104px;
	margin: 0 20px 0 0;
	padding: 3px;
	float: left;
	background: #333;
}

.review_top_pic {
	width: 102px;
	padding: 1px;
	float: left;
	background: #FFF;
}

	.review_top_pic a {
		width: 100px;
		padding: 1px;
		float: left;
		background: #DDD;
	}
	
	.review_top_pic img {
		float: left;
	}

.review_top_info {
	width: 250px;
	padding: 5px 0 0 0;
	float: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 94%;
	padding: 3%;
	float: left;
	color: #EEE;
	font-size: 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Adsense Coverup

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.adsense_coverup {
	width: 150px;
	height: 25px;
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 999;
	background: #EEE;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.text a {
		color: #005E8A;
		text-decoration: underline;
	}
	
	.text a:hover {
		text-decoration: none;
	}
	
	.text h1 {
		margin: 0 0 5px 0;
		font-size: 28px;
		font-weight: bold;
	}
	
	.text h2 {
		margin: 0 0 5px 0;
		font-size: 22px;
		font-weight: bold;
	}
	
	.text h3 {
		margin: 0 0 5px 0;
		font-size: 16px;
		font-weight: bold;
	}
	
	.text h4 {
		margin: 0 0 5px 0;
		font-weight: bold;
	}
	
	.text h5 {
		font-weight: bold;
	}
	
		.text h1 a, .text h2 a, .text h3 a, .text h4 a, .text h5 a {
			font-weight: bold;
		}
	
	.text p, .text ul, .text ol {
		margin: 0 0 15px 0;
	}
	
		.text ul li {
			margin: 0 0 5px 0;
			list-style: inside disc;
		}
		
		.text ol li {
			margin: 0 0 5px 0;
			list-style: inside decimal;
		}
	
	.text dl {
		margin: 0 0 15px 0;
	}
	
		.text dl dt {
			margin: 0 0 5px 0;
		}
		
		.text dl dd {
			margin: 0 0 5px 25px;
		}
