/*Css Document*/
* {
	margin:0px;
	padding:0px;
}
body {
	background:#ECECEC url(img/bg.gif) repeat-x top left;
}
body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
a {
	color:#737373;
	text-decoration:none;
}

	a:hover {
		color: #737373;
	}

ul li {
	margin:5px 0px 12px 30px;

}

.ul2 {
	list-style-image: url(img/arrow.gif); 
	}
	.ul2 li {
		margin-bottom:3px;
margin:5px 0px 12px 30px;
	}
#wrap {
	width:780px;
	margin:0px auto;
	margin-top:10px;
}
.menu {
	background:url(img/menu_back.jpg) repeat-x top left;
}	
.left_content {
	float:left;
	width:606px;
}
.right_content {
	float:right;
	width:164px;
}
/*Newsletter*/
.newsletter {
	width:244px;
	height:133px;
	background:url(img/newsletter.jpg) no-repeat top left;
	float:right;
}
.subscribe_button {
	background:url(img/subscribe.jpg) no-repeat top left;
	height:25px;
	width:70px;
	border:0px;
	margin-top:10px;
	float:right;
	cursor:hand;
}
.subscribe_button2 {
	background:url(img/subscribe2.jpg) no-repeat top left;
	height:25px;
	width:70px;
	border:0px;
	cursor:hand;
}
.subscribe_text {
	width:222px;
	border:1px solid #878787;
}
.textform {
	
}
/*Ebooks*/
.eb_title {
	border-left:#D4D4D4 solid 1px;
	border-right:#D4D4D4 solid 1px;
	background:#4C7FCA url(img/eb_title.jpg) repeat-x top left;
	
}
	.eb_title h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#FFFFFF;
		padding:1px 10px 5px 8px;
		margin:4px 0px 0px 0px;
		font-size:22px;
		
	}
	.eb_title a,.eb_title a:hover {
		text-decoration:none;
	}
.eb_content {
	background:#E6E6E6;
	border-left:#D4D4D4 solid 1px;
	border-right:#D4D4D4 solid 1px;
	padding:9px 9px 6px 9px;
}
	.eb_content h1 {
		color:#2D60AC;
		font-size:18px;
		font-weight:normal;
		margin-bottom:-2px;
	}
	.eb_content p {
		color:#404040;
	}
	.eb_img {
		margin-left:14px;
	}

/*Footer*/
.footer {
	background-color:#CCCCCC;
	color:#5A5454;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
	padding:9px 0px 15px 0px;
	margin-top:-1px;
	*height:12px;
}
	.footer a {
		text-decoration: none;
		color:#5A5454
		}
	.footer a:hover {
		color:#ED1C24;
	}
	.footer p {
		padding-top:9px;
	}
.txtform {
	color:#303030;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:210px;
	height:18px;
}
	.txtform_area {
	color:#303030;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:210px;
	}
.button {
	background-color:#E2E5DE;
	border:solid 1px #999999;
}
/* Clear Float Fix Problem */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}