body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;	
}

h1{
	font-size: 18px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 12px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fff;
	color: #111; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}

.red {color: #d40f0f;}
.black {color: #000;}

ul{
	padding: 0 0 1em 30px;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.3em;
}

a{
	color: #d40f0f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#topLine{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15px;
	background: #000;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding-top: 198px;
}

#header{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
}

#topSearch{
	height: 166px;
	width: 214px;
	padding: 13px 10px;
	background: url(images/top-search-bg.png) repeat-x;
}

#topSearch h1{
	font-size: 16px;
	margin-bottom: 10px;
}

#topSearchForm{
	border-top: 1px solid #a60b0b;
	border-bottom: 1px solid #bd5555;
	margin-bottom: 11px;
}

#topSearchForm form{
	display: block;
	position: relative;
	height: 90px;
	border-top: 1px solid #dd5757;
	border-bottom: 1px solid #820909;
}

#topSearchSubmit{
	position: absolute;
	right: 0;
	top: 55px;
	width: 52px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #000 url(images/top-serach-go.png) no-repeat;
	border: 0;
	cursor: pointer;	
}

#topSearchField{
	position: absolute;
	top: 12px;
	left: 0;
	height: 20px;
	width: 200px;
	padding: 6px 6px 5px 6px;
	background: url(images/search-feild-bg.png) no-repeat;
}

#topSearchField input{
	border: 0;
	background: #fff;
	font-size: 18px;
	width: 200px;
}

#topSearchCategory{
	position: absolute;
	display: block;
	left: 0;
	top: 55px;
	height: 22px;
	font-size: 14px;
	width: 150px;
	background: #fff;
	border: none;
}

#topSearch #advancedLink{
	font-size: 12px;
	font-weight: bold;	
	color: #fff;
}

#headerImage{
	position: absolute;
	top: 39px;
	right: 0;
	width: 661px;
	height: 133px;
	background: url(images/header-image.jpg) no-repeat;
}

#logo{
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
}

#logo a{
	border-top: 1px solid #5b5b5b;
	width: 655px;
	padding-left: 6px;
	display: block;
	height: 38px;
	line-height: 34px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	background: url(images/h1-bg-header.png) repeat-x;
	
}

#logo a:hover{
	text-decoration: none;	
}

/* Content */
#content{
	padding-bottom: 5px;
}

#leftColumn{
	float: left;
	width: 234px;
}

#leftColumn h1{
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	background: #000;
}

#categoryList{
	padding: 2px 11px 6px 11px;
	list-style-type: none;
	background: #f0f0f0;
}

#categoryList li{
	padding: 1px 1px 1px 20px;
	background: url(images/trianlge-red.png) no-repeat 7px 5px;
	border-bottom: 1px dotted #aaa;
	font-size: 11px;
}

#categoryList li a{
	color: #333;
}

#categoryList li a:hover{
	color: #d40f0f;
}

#rightColumn{
	float: right;
	width: 661px;
}

#rightColumn h1{
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	background: #d40f0f url(images/h1-bg.png) repeat-x;
}

.bookItem{
	padding: 11px;
	width: 167px;
	margin-right: 47px;
	margin-bottom: 5px;
	font-size: 10px;
	float: left;	
	text-align: justify;
}

.bookItem2{
	padding: 11px;
	width: 90%;
	margin-right: 47px;
	margin-bottom: 5px;
	font-size: 10px;
	float: left;	
	text-align: justify;
}

.bookItem h2, .bookItem h3, .bookItem h2 a, .bookItem h3 a{
	color: #d40f0f;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	padding-top: 3px;
}

.bookItem p{
	line-height: 1.2em;
	padding-bottom: 7px;
}

.bookItem .description{
	height: auto !important;
	min-height: 100px;
	height: 260px;
}

.bookItem .buttons{
	clear: both;
}

.bookItem .buttons .infoButton, .bookItem .buttons .buyButton{
	display: block;
	width: 72px;
	height: 19px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.bookItem .buttons .infoButton:hover, .bookItem .buttons .buyButton:hover{
	text-decoration: none;
}

.bookItem .buttons .infoButton{
	float: left;
	background: #686868 url(images/button-grey.png) no-repeat;
}

.bookItem .buttons .buyButton{
	float: right;
	background: #d40f0f url(images/button-red.png) no-repeat;
}





.bookItem2 h2, .bookItem h3, .bookItem h2 a, .bookItem h3 a{
	color: #d40f0f;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	padding-top: 3px;
}

.bookItem2 p{
	line-height: 1.2em;
	padding-bottom: 7px;
}

.bookItem2 .description{
	height: auto !important;
	min-height: 260px;
	height: 260px;
}

.bookItem2 .buttons{
	clear: both;
}

.bookItem2 .buttons .infoButton, .bookItem .buttons .buyButton{
	display: block;
	width: 72px;
	height: 19px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.bookItem2 .buttons .infoButton:hover, .bookItem .buttons .buyButton:hover{
	text-decoration: none;
}

.bookItem2 .buttons .infoButton{
	float: left;
	background: #686868 url(images/button-red.png) no-repeat;
}



#rightColumn .last{
	margin-right: 0;
}

/* Footer */
#footer{
	background: #424242;
	color: #fff;
	padding: 25px 10px;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	font-size: 11px;
	margin-bottom: 5px;
}

#footer a{
	color: #fff;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

/* Contact Form */
#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element label{
	display: block;
	float:left;
	width: 55px;
	text-align: right;
	line-height: 20px;
}

#contactForm .element .field{
	float:right;
	width: 120px;
	padding-left: 5px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 120px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .button{
	width: 37px;
	border: 0;
	float: right;
	color: #17627b;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: none;
	font-weight: bold;
}

