/* Sifr Styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
	padding-bottom: 4px;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Global Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin: 0; 
	padding: 0; 
}
ul, ol {
	margin: 0;
	padding: 0 0 0 16px;
}
#links {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
/* Website Styles */
html {
	background: #fff url(ui/bg.gif) top repeat-x;
}
body {
	background: url(ui/cbg.png) top center no-repeat;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #5a5959;
}
a {
	color: #d1882c;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 779px;
	margin: 0 auto 0 auto;
}
#header {
	background: url(ui/man-with-the-lamp-header.jpg) no-repeat 0px 34px;
	height: 231px;
	width: 779px;
	margin-left: -1px;
}
#header p {
	display: none;
}
#column {
	position: absolute;
	z-index: 5000;
	width: 229px;
	margin: 0 541px 0 0;
	padding: 0;
	top: 184px;
}
#mainmenu {
	background: url(ui/main-menu.gif) no-repeat;
	width: 69px;
	height: 18px;
	text-indent: -900em;
	position: relative;
	left: 35px;
}
#books {
	background: url(ui/books.gif) no-repeat; 
	width: 39px;
	height: 22px;
	text-indent: -900em;
	position: relative;
	left: 35px;
	top: -20px;
}
.menu {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 178px;
}
.menu li a {
	background: url(ui/menu-normal.gif) no-repeat;
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #737171;
	display: block;
	width: auto;
	padding: 0 0 2px 21px;	
	text-decoration: none;
	height: 28px;
	line-height: 28px;
}
.menu li a:hover {
	background: url(ui/menu-over.gif) no-repeat;
	color: #000;
	text-decoration: none;
}
.mainbg {
	background: url(ui/main-bg.jpg) no-repeat 16px 0px;
	width: 193px;
	min-height: 125px;
	padding-left: 25px;
	padding-top: 12px;
}
.booksbg {
	background: url(ui/books-bg.jpg) no-repeat 16px 0px;
	width: 193px;
	height: 220px;
	padding-left: 25px;
	padding-top: 12px;
	position: relative;
	top: -20px;
}
#content {
	margin: 0 0 0 230px;
	padding: 15px 25px 0 10px;
	min-height: 350px;
	position: relative;
	top: -30px;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 14px;
	color: #18557b;
}
h4{
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #18557b;
	letter-spacing: -0.01em;
}
p {
	line-height: 17px;
	padding: 0 0 10px 0;
}
#latest-books {
	background: #fff;
	border: 2px solid #e2e5e4;
	padding: 1px;
	width: 498px;
	height: 153px;
	margin-bottom: 10px;
}
#booksbg {
	background: #e6e6e6;
	width: 480px;
	height: 135px;
	padding: 9px;
}
.book {
	float: left;
	width: 235px;
	line-height: 14px;
}
.book a {
	color: #cc6729;
	text-decoration: none;
	font-weight: bold;
}
.book a:hover {
	color: #cc6729;
	text-decoration: underline;
}
.book h3 {
	padding-top: 10px;
}
.book p {
	padding-right: 10px;
}
.book img {
	float: left;
	padding-right: 10px;
}
.book-fix {
	margin-left: 10px;
}
.image {
	border: 1px solid #6a6967;
	background: #fff;
	padding: 1px;
	float: right;
	margin: 5px 0 0 15px;
}
#left {
	float: left;
}
#footer {
	width: 779px;
	height: 34px;
	background: url(ui/footer-bg.gif) no-repeat;
	float: right;
}
#footer p {
	font-size: 10px;
	color: #545454;
	text-align: right;
	margin: 8px 0 0 0;
	padding-left: 20px;
	padding-right: 20px;
}
#footer a , a:hover {
	color: #545454;
}
#links li {
	list-style: none;
	background: url(ui/bullet.gif) no-repeat 0px 8px;
	line-height: 20px;
	margin-left: 0;
	padding-left: 10px;
}
option, textarea, select, input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.highlight {
	background: #fffcc2;
}
#contact {
	margin-top: 10px;
}
/* Form Layout Start */
.row {
	clear:left;
	float:left;
}
.row label {
	float: left;
	width: 75px;
	text-align: left;
	line-height: 20px;
}
.row .formw, .row .formbox{
	float: right;
	margin-right: 100px;
	width: 300px;
	margin-bottom: 5px;
	text-align: left;
}
.form_confirmation{
	clear: both;
	color: #ff0000;
	font-weight: bold;
}
/*Form Layout Finish */