/* © xHtml Master 2007 - 2008 */
body {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
}
a {
	color:#f5821f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
.block {
	display:block;
}

#container {
	width:960px;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
}

#header {
	width:960px;
	height:155px;
	margin:0 auto;
	background:url(../img/content-ct.gif) repeat-y;
	position:relative;
}
	#header h1 {
		float:left;
		padding-left:25px;
		padding-right:25px;
	}
		#header h1 a {
			display:block;
			font-size:0em;
			line-height:0em;
			text-indent:-1000000px;
		}
		#header h1 img {
			display:block;
		}
	#header img.img {
		display:block;
		position:relative;
		top:-15px;	
	}
	#header .buy {	
		position:absolute;
		right:38px;
		bottom:-14px;
	}
	
#content {
	width:960px;
	margin:0 auto;
	background:url(../img/content-c.gif) repeat-y top; 
}

#sidebar {
	float:left;
	background:url(../img/sidebar-top.gif) no-repeat top right;
	padding-top:35px;
	width:217px;
	padding-left:6px;
}
	#sidebar ul {
		padding-left:5px;
		padding-bottom:25px;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
	}
		#sidebar ul li {
			display:block;
			padding-bottom:3px;		
		}
			#sidebar ul li a {
				display:block;
				padding-left:20px;
				color:#fff;
				text-decoration:none;
			}
			#sidebar ul li a:hover,
			#sidebar ul li a.active {
				color:#f5821f;
				background:url(../img/arrow.gif) no-repeat left center;
			}
	#sidebar .ad {
		display:block;
		margin-bottom:22px;
	}
		#sidebar .ad img {
			display:block;
			margin:0 auto;
		}

#page {
	float:left;
	width:426px;
	padding-left:28px;
	padding-top:38px;
}
	#page h2 {
		padding-bottom:50px;
		font-size:18px;
		color:#426ab3;
		font-weight:bold;
		white-space:nowrap;
	}
		#page h2 span {
			color:#f5821f;	
		}

	#page h3 {
		padding-bottom:15px;
		padding-top: 30px;
		font-size:16px;
		color:#426ab3;
		font-weight:bold;
		white-space:nowrap;
	}

	#page h4 {
		font-weight: bold;
		color:#f5821f;
			}
	
	#page p {
		line-height:150%;
		padding-bottom:20px;
	}
	.italictext {
		font-style:italic;
	}
	#page img.left {
		display:block;
		padding-right:10px;
		position:relative;
		top:-10px;
	}
	#page img.right {
		display:block;
	}

#sidebar2 {
	width:216px;
	padding-right:37px;
	padding-top:38px;
	float:right;
}	
	#sidebar2 .box {
		background:#d84e87;	
		padding:0 25px 0 8px;
		color:#fff;
	}
	
	#sidebar2 .box blockquote {
		font-style:italic;
		background:url(../img/q1.gif) no-repeat 0 0;
		padding-top:25px;
		padding-bottom:10px;
	}
		#sidebar2 .box blockquote p {
			padding-left:17px;
			padding-bottom:20px;
			background:url(../img/q2.gif) no-repeat bottom right;
		}
	#sidebar2 .box small {
		display:block;
		font-size:10px;
		font-weight:bold;
		text-align:right;
	}
	
#footer {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}
	#footer ul {
		padding-bottom:10px;	
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		color:#426ab3;
	}
		#footer ul li {
			display:inline;
			padding:0 10px;
		}
			#footer ul li a {
				color:#426ab3;
				text-decoration:none;
			}
			#footer ul li a:hover {
				color:#000;
			}
	#footer p {
		font-size:11px;
		color:#999;
	}
		#footer p a {
			color:#999;
			text-decoration:none;
		}
		#footer p a:hover {
			color:#426ab3;
		}
