* {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-collapse: collapse;
}

body {
	background: url(../images/design/bodyBack.jpg) bottom;
	min-width: 980px;
}

h1, h2, h3, h4, h5 {
	font-weight:  normal;
}

a {
	text-decoration: underline;
	color: #2b4755;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: normal;
	color: #2b4755;
}

#container {
	background: url(../images/design/footer.jpg) repeat-x bottom;
}

dt {float: left; margin-right: 10px}

/* page commons */

.hidden, .jumper {
	display: none;
}

.content {
	width: 980px;
	margin: auto;
	position: relative;
}

.button {
	width: 85px;
	height: 64px;
	background: url(../images/design/moreButton.png) no-repeat;	
	text-decoration: none;
	position: relative;
	line-height:  16px;
	text-align: right
}

.buttonBig {
	width: 121px;
	height: 73px;
	background: url(../images/design/moreButtonBig.png) no-repeat;	
	text-decoration: none;
	position: relative;
	line-height:  16px;
	text-align: right
}

.button span {
	font-family: "Gill Sans MT", Arial, Tahoma, _sans;
	font-size: 11px;
	color: #8e8888;
	position: relative;
	top: 9px;
	left: 26px;
	padding-right: 60px;
	line-height:  16px;
}

.buttonBig span {
	font-family: "Gill Sans MT", Arial, Tahoma, _sans;
	font-size: 13px;
	color: #8e8888;
	position: relative;
	top: 17px;
	left: 24px;
	padding-right: 63px;
	line-height:  16px;
}

.button:hover span, .buttonBig:hover span {
	color: #fff;
}

.book {
	border: 2px solid #5d5b5e;
	padding: 5px;
	background: #646266;
	display: block;
	margin: 0 15px 15px 0;
}

.book img {
	border: 2px solid #8b868c;
}

.book:hover {
	border: 2px solid #555;
}

.image {
	float: left;
	margin: 0 15px 5px 0;
}

/* menu */

#header {
	height: 150px;
	background: url(../images/design/headerBack.png) repeat-x center top;
	position: relative;
	z-index: 1;
}

#menu a span, #blogDeco span {
	display: none;
}

#menu {
	height: 58px;
	width: 575px;
	position: relative;
	list-style: none;
	left: 346px; 
	top: 40px;
}

#menu li {
	display: block;
	height: 58px;
	float: left;
}

#menu a {
	display: block;
	height: 58px;	
}

#blogDeco {
	position: absolute;
	width: 79px;
	height: 53px;
	background: url(../images/design/blogDeco.png) no-repeat;
	top: 80px;
	left: 580px;
}

#menu0 {
	position: absolute;
	width: 340px;
	height: 50px;
	left: -340px;
	top: 0;
}

#menu1 {
	width: 76px;
	background: url(../images/design/menu/menu_01.png) no-repeat top;
}

#menu1:hover, #menu1.active {
	background: url(../images/design/menu/menu_01.png) no-repeat bottom;
}

#menu2 {
	width: 93px;
	background: url(../images/design/menu/menu_02.png) no-repeat top;
}

#menu2:hover, #menu2.active {
	background: url(../images/design/menu/menu_02.png) no-repeat bottom;
}

#menu3 {
	width: 110px;
	background: url(../images/design/menu/menu_03.png) no-repeat top;
}

#menu3:hover, #menu3.active {
	background: url(../images/design/menu/menu_03.png) no-repeat bottom;
}

#menu4 {
	width: 68px;
	background: url(../images/design/menu/menu_04.png) no-repeat top;
}

#menu4:hover, #menu4.active {
	background: url(../images/design/menu/menu_04.png) no-repeat bottom;
}

#menu5 {
	width: 70px;
	background: url(../images/design/menu/menu_05.png) no-repeat top;
}

#menu5:hover, #menu5.active {
	background: url(../images/design/menu/menu_05.png) no-repeat bottom;
}

#menu6 {
	width: 82px;
	background: url(../images/design/menu/menu_06.png) no-repeat top;
}

#menu6:hover, #menu6.active {
	background: url(../images/design/menu/menu_06.png) no-repeat bottom;
}

#menu7 {
	width: 72px;
	background: url(../images/design/menu/menu_07.png) no-repeat top;
}

#menu7:hover, #menu7.active {
	background: url(../images/design/menu/menu_07.png) no-repeat bottom;
}

#menuSitemap {
	position: absolute;
	top: 74px;
	left: 920px;
}

/* content */

#main {
	margin-top: -10px;
	font-family: "Gill Sans MT", Arial, Tahoma, _sans;
}

#content {
	float: left;
	width: 468px;
	max-width: 468px;
	overflow: hidden;
	height: 100%;
	min-height: 150px;
	font-size: 14px;
	padding-left: 110px;
	padding-right: 50px;
	position: relative;
	z-index: 2;
	margin-top: -13px;
}

#content h1, #content h2 {
	height: 100%;
	width: 651px;
	background: url(../images/design/contentHeader.png) no-repeat bottom;
	margin-left: -130px;
	padding-bottom: 52px;
	position: relative;
}

#content h1 {
}

#content h2 {
	margin-top: 30px;
}

#content h1 > span {
	font-size: 30px;
	line-height: 32px;
	margin-left: 130px;
	display: block;
}

#content h2 > span {
	font-size: 24px;
	line-height: 18px;
	margin-left: 130px;
	display: block;
}

#content .button {
	position: absolute;
	right: 20px;
	bottom: -5px;
	text-align: center;
}

#content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	clear: both;
}

#content p {
	margin-bottom: 15px;
}

#content ul {
	list-style: square inside;
	margin-bottom: 20px;
}

#content ol {
	list-style: inside decimal;
	margin-bottom: 20px;
}

#content li {
	margin: 0 0 2px 0;
}

#content table {
	width: 100%;
	margin: 0 0 20px 0;
}

#content td, #content th {
	padding: 2px 6px;
	border-bottom: 1px solid #777;
	text-align: left;
}

#content tfoot td {
	color: #2b4755;
}

#content caption {
	display: none;
}

#content input, #content textarea {
	padding: 2px 6px;
	border: 1px solid #777;
	margin: 2px 0;
	background: #444;
	color: #ddd;
}

#content input:hover, #content textarea:hover {
	border: 1px solid #2b4755;

}

#content input[type="submit"] {
	padding: 5px 12px;
	background: #2b4755;
}

#content input[type="submit"]:hover {
	padding: 5px 12px;
	background: #000;
}

#content form {
	position: relative;
}

#content fieldset {
	border: none;
}

#content legend {
	display: none;
}

#content hr {
	display: block;
	width: 60px;
	height: 28px;
	border: none;
	color: transparent;
	background: url(../images/design/hr.png) no-repeat;
	margin: 10px auto;
}

#content .box {
	position: relative;
	margin-top: -20px;
}

#content .pages {
	height: 67px;
	width: 651px;
	background: url(../images/design/contentPages.png) no-repeat bottom;
	margin-left: -130px;
	position: relative;
}

#content .pages * {
	font-size: 14px;
	color: #8e8888;
	position: absolute;
	top: 14px;
	text-decoration: none;
}

#content .pages .prevPage {
	left: 57px;
}

#content .pages .actualPage {
	left: 85px;
	top: 16px;
}

#content .pages .nextPage {
	left: 130px;
}

#content .pages a:hover {
	color: #fff;
}

#content .note {
	text-align: right;
}

#content .book {float: left}

.info {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #555;
	font-size: 11px;
	color: #333;
}

.info + a + h3 {
	margin-top: 20px;
}

/* sidebar */

#sidebar {
	float: left;
	min-width: 300px;
	max-width: 300px;
	overflow: hidden;
	width: 300px;
	height: 100%;
	min-height: 756px;
	background: url(../images/design/sidebar.png) no-repeat left top;
	padding-left: 15px
}

#sidebar .box {
	clear: both;
	padding-bottom: 20px;
}

#sidebar h2 {
	height: 63px;
	width: 300px;
	background: url(../images/design/sidebarHeader.png) no-repeat;
	position: relative;
}

#sidebar h2 > span {
	position: absolute;
	text-align: right;
	right: 90px;
	top: 0px;
	font-size: 18px;
}

#sidebar h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

#sidebar .sidebarButton {
	position: absolute;
	top: 16px;
	left: 157px;
}

#sidebar .sidebarButton span {
	left: 22px;
	top: 7px;
}

#sidebar .sidebarContent {
	margin-top: -10px;
	position: relative;
	padding: 0 20px 20px 20px;
	font-size: 14px;
}

#sidebar .bookForSale {
	float: left;
	position: relative;
}

#sidebar .buttonBuy {
	clear: both;
	position: absolute;
	bottom: -12px;
	right: -6px;	
}

#sidebar .bookPrice {
	display: block;
	margin: 20px 0 10px 0;
	color: #242224;
	font-size: 14px;
}

#sidebar #partners .image {
	margin: 0 -5px;
}

#sidebar a, #sidebar strong {
	color: #23333b;
}

/* footer */

#footer {
	clear: both;
	height: 300px;
	position: relative;
	width: 100%;
	font-family: "Gill Sans MT", Arial, Tahoma, _sans;
}

#design {
	position: absolute;
	bottom: 5px;
	right: 20px;
}

#footerMeta {
	font-size: 12px;
	color: #8e8888;
	position: absolute;
	bottom: 15px;
	left: 20px;
}

#footerMeta a {
	color: #8e8888;
}
