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

* {
	margin: 0;
	padding: 0;
}

ul { list-style-type: none; }

body {
	background:url(../images/body_grad.jpg) repeat-x;
	background-position: top;
}

#adswf {
	padding: 12px 0 0 0;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#subcont_top {
	height: 11px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/container_top.jpg) no-repeat;
}

#subcont_bot {
	height: 11px;
	background: url(../images/container_bottom.jpg) no-repeat;	
}

#subcont {
	background: url(../images/container_middle.jpg) repeat-y;
	padding: 0 10px 0 13px;
}

#header { height: 52px; }

#logo {
	float: left;
	padding: 3px 0 0 8px;
	width: 400px;
	font-family: helvetica, arial, sans serif, verdana;
	font-size: 14px;
	color: #999999;
}

#logo img { border: 0; }

#subscribe {
	font-family: helvetica, arial, sans serif, verdana;
	font-size: 14px;
	float: right;
	width: 385px;
	text-align: right;
	font-weight: bold;
	color: #999999;
	padding: 0 8px 0 0;
}

#subscribe a.sublinks {
	color: #999999;
	padding: 0 6px 0 0;
	text-decoration: none;
}

#subscribe a.formgo {
	text-decoration: none;
	color: #048ac4;
}



#navigation {
	clear: both;
	height: 45px;
	padding: 0 0 0 565px;
}

#main { clear: both;}

#main_img { float: left; }
#main_text { 
	float: left; 
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

#main_text ul {
	margin: 10px 0 10px 15px;
}

#main_text a{
	font-size: 14px;
	color: #048ac4;
	text-decoration: none;
	padding: 0 0 0 250px;
}

#main_text li {
	font-size: 14px;
	font-weight: normal;
}

#main_swf { float: left; margin: 0 0 0 10px; }

#clients { 
	height: 81px;
	margin: 0 8px 5px 8px;
	background: url(../images/clients_grad.gif) repeat-x;
	clear: both; 
}


#clients h2 {
	font-family: helvetica, arial, sans serif, verdana;
	font-weight: normal;
	padding: 27px 15px 0 0;
	float: left;
	font-size: 24px;
	color: #999999;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/container_middle.jpg) repeat-y;
	clear: both;
}

#left_cont {
	float: left;
	margin: 0 0 0 8px;
	width: 250px;
}

#left_cont p{
	float: right;
	width: 112px;
}

#content h3{
	font-family: helvetica, arial, sans serif, verdana;
	font-weight: normal;
	font-size: 24px;
	color: #999999;
	margin: 0 0 12px 0;
}

#left_cont img{
	border: 0;
	margin: 0 0 35px 0;
	float: left;
}

#mid_cont {
	background: url(../images/breakline2.jpg) no-repeat;
	background-position: top-left;
	padding: 0 0 0 10px;
	float: left;
	width: 420px;
	margin: 0 10px 0 10px;
}

#mid_cont h4 {
	font-size: 11px;
	margin: 0 0 18px 0;
}

#mid_cont p {
	margin: 4px 0 0 0;
}

#mid_cont a.more{
	color: #0099cc;
	float: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#mid_cont img{
	border: 0;
}

#right_cont {
	background: url(../images/breakline2.jpg) no-repeat;
	background-position: top-left;
	float: left;
	padding: 0 0 0 10px;
	width: 235px;
}

#book_cont {
	clear: both;
}

#book_info {
	float: left;
	width: 140px;
	height: 120px;
}

#book_info p{
	width: 118px;
	height: 60px;
}

#book_info a{
	color: #000000;	
	border: 0;
	text-decoration: none;
}

#book_info a.buynow {
	margin: 30px 0 5px 60px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 6px 0 0 9px;
	display: block;
	height: 19px;
	width: 63px;
	background: url(../images/buy_now.gif) no-repeat;
}

#book_info a.buynow:hover {
	background: url(../images/buy_now_dn.gif) no-repeat;
}

#book_img {
	float: right;
	margin: 0 0 18px 0;
	width: 85px;
}

#book_img img {
	border: 1px solid #9e9e9e;
}

/*
#xxx a {
	color: #000000;
	border: 0;
	text-decoration: none;
}

#xxx a.buynow{
	--margin: 30px 0 5px 40px;
	--font-size: 10px;
	--font-weight: bold;
	--text-decoration: none;
	--padding: 6px 0 0 0;
	display: block;
	height: 19px;
	width: 63px;
	background: url(../images/buy_now.gif) no-repeat;
	
}

#xxx a.buynow:hover{
	background: url(../images/buy_now_dn.gif) no-repeat;
	
*/


#subcont_bot {
	clear: both;
}

#clear {
	clear: both;
}

#minilinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 7px 0 0 0;
	float: left;
}

#minilinks img {
	padding: 0 2px 0 2px;
	float: left;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#footer a{
	text-decoration: none;
	padding: 0 1px 0 1px;
	color: 	#666666;
}

#footer a:hover {
	color: #048ac4;
}

#footer p {
	font-size: 9px;
}

#hidden {
	display: none;
}