@CHARSET "ISO-8859-1";

/* Interactive Demo */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a {
	font-weight: bold;
}
.box {
	margin: 7px;
	padding: 1px;
	border: thin dotted #999999;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.float_left {	
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#newservice {	width:550px;
	margin: 0 auto;
	margin-top:10px;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}
#page_container {
	background-color: #FFFFCC;
	padding:5px;
	border:1px solid #FFCC33;
}
#book {
	margin:0 auto;
	background-color:#fff;
	padding:10px;
	width:490px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:3px solid #999999;
	border-right:3px solid #999999;
	line-height:24px;
}
#book a {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
#pagehead {
	color:#666666;
	height:25px;
	margin-bottom:20px;
	padding:5px;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
#runninghead {
	width:440px;
	float:left;
}
#pagenumber {
	width:40px;
	float:left;
}
.error {
	width:300px;
	background-color:#FFCCCC;
	border:1px solid #FF0000;
	color:#000000;
	padding:10px;
	margin-bottom:20px;
}
#ordernow {
	width:350px;
	padding:10px;
	background-color:#FFCCFF;
	border: 1px solid #FF3399;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:24px;
	margin:0 auto;
}
#main {
	color: #000;
	padding-left: 5px;
}
#main h1 {
	font-size:20px;
	color:#9A0202;
	border-bottom:1px solid #ccc;
}
#main h2 {
	font-size:18px;
	color:#693;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#footnote {
	font-size:10px;
	line-height:11px;
}


/* Main CSS */

body {
	font: .8em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

a {
	font-weight: normal;
}

#wrapper {
width: 760px;
margin: 0 auto;
}

/*Begin: Header*/
#header {
	position: relative;
	width: 760px;
	height: 80px;
	background: #2A5B91 url('../images/header_bg.gif') repeat-x;
}

#header #logo {
	position: absolute;
	top: 40px;
  	left: 20px;
}

#header #books {
	position: absolute;
  	top: 0;
  	right: 0;
}

/*end: Header*/

#container {
	width: 760px;
	background: url('../images/container_bg.gif') repeat-y; border-bottom: 1px solid #999;
}

/*Begin Column1*/
#column1 {
	float: left;
	width: 196px;
}

ul#navigation {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

ul#navigation li {
	margin: 0; 
	padding: 0;
}

ul#navigation li a:link,
ul#navigation li a:visited,
ul#navigation li a:active {
	display: block;
	width: 186px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 9px 10px;
}

ul#navigation li a:hover,
ul#navigation li a#current {
	background-color: #183e67;
}

ul#navigation li ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

ul#navigation li ul li {
	margin: 0; 
	padding: 0;
}

ul#navigation li ul li a:link,
ul#navigation li ul li a:visited,
ul#navigation li ul li a:active {
display: block;
width: 176px;
font-size: 12px;
color: #cbdff6;
text-decoration: none;
padding: 5px 0 5px 20px;
}
ul#navigation li ul li a:hover,
ul#navigation li ul li a#sub-current {
background-color: #467cb7;
}

/*end: Column1*/

/*Begin Column2*/
#column2 {
float: left;
/*width: 564px; //pre-padding*/
width: 540px;
padding: 70px 12px 40px 12px;
}

/*Begin Footer*/
#footer {
clear: both;
text-align: center;
padding-top: 15px;
}
/*end: Footer*/
