*,* {
	margin: 0;
	padding: 0;
}

/*
	Regular elements
*/

body {
	font: 14px 'Trebuchet MS','Arial',sans-serif;
	background: transparent url('./img/body-background.png') repeat-x;
	color: #2c2d2a;
}

body.popup {
	padding: 15px;
}

h1 {
	position: absolute;
	background: transparent url('./img/header-logo.png') no-repeat top left;
	text-indent: -99999px;
	overflow: hidden;	
	width: 535px;
	height: 69px;
	top: 40px;
	left: 0;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #db2d5d;
}

h2 span {
	color: #75ABE2;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 17px;
	color: #75ABE2;
}

h3 span {
	color: #db2d5d;
}

p {
	margin: 0 0 15px 0;
}

ul,ol {
	margin: 0 0 15px 0;
}

li {
	margin: 0 0 15px 25px;
}

strong {
	color: #599ADC;
}

a {
	color: #599ADC;
}

a:hover {
	color: #DB2D5D;
}

a img {
	border: 0;
}

.narrow {
	width: 430px;
}

/*
	Main layout parts
*/

#head,#main,#footer {
	width: 784px;
	margin: 0 auto;
}

#head {
	background: transparent url('./img/header-background.png') repeat-x 20px 120px;
	height: 260px;
	position: relative;
}

#head.shorter {
	height: 120px;
	background: transparent;
}

#main {
	padding: 20px 35px 0 15px;
	width: 734px;
	background: transparent url('./img/main-background.png') repeat-x top left;
}

#footer {
	clear: both;
	text-align: right;
	padding: 10px 5px 10px 5px;
	background: transparent url('./img/footer-background.png') repeat-x;
}

/*
	Lesser layout parts
*/

.left {
	float: left;
}

.right {
	float: right;
}

div.left {
	float: left;
	width: 520px;
}

div.right {
	float: right;
	width: 230px;
}

img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

.block {
	display: block;
}

#bonusgroup p {
	font-size: 13px;
	list-style: none;
	width: 220px;
	height: 190px;
	float: left;
	background: transparent url('./img/bonus-background.png') no-repeat;
	margin: 0 10px 0 0;
	padding: 7px;
	color: #555753;
}

#bonusgroup p#handle {
	background: transparent url('./img/bonus-background-handle.png') no-repeat;
}

#bonusgroup p img {
	float: right;
	border: 1px solid #888A85;
	margin: 0 0 10px 10px;
}

#bonusgroup p strong {
	color: #555753;
}

/*
	Special elements
*/

#head em {
	text-indent: 9999px;
	overflow: hidden;
	width: 350px;
	height: 100px;
	display: none;
}

#head blockquote {
	position: absolute;
	top: 135px;
	left: 20px;
	margin: 0;
	padding: 0;
	width: 485px;
	line-height: 26px;
	color: #65707b;
	font-style: italic;
	font-size: 22px;
}


ul.arrows li {
	list-style: none;
	background: transparent url('./img/list-arrow.png') no-repeat left 3px;
	padding: 0 0 0 25px;
}

div#download {
	background: transparent url('./img/download-background.png') no-repeat top left;
	width: 485px;
	height: 75px;
	position: relative;
}

div#download a {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 85px;
}

div#download span {
	font-size: 12px;
	position: absolute;
	top: 45px;
	left: 85px;
}

div#download p {
	font-size: 13px;
	position: absolute;
	top: 15px;
	right: 5px;
	width: 178px;
	height: 57px;
}

h2.divider {
	background: transparent url('./img/divider-background.png') no-repeat center 40px;
	text-align: center;
	clear: both;
	padding: 30px 0;
}

h2.primary {
	font-size: 24px;
}

h2.secondary, h2.primary span {
	color: #db2d5d;
}

h2.primary, h2.secondary span {
	color: #75ABE2;
}

#star1, #star2, #star3, h2#plus, .star {
	height: 41px;
	background-repeat: no-repeat;
	padding: 10px 0 0 65px;
}

#star1 {
	background-image: url('./img/star-1.png');
}

#star2 {
	background-image: url('./img/star-2.png');
}

#star3 {
	background-image: url('./img/star-3.png');
}

.sm {
	height: 24px;
	padding-left: 42px;
}

#star1sm {
	height: 30px;
	padding-left: 42px;
	background-image: url('./img/star-sm-1.png');
}

#star2sm {
	background-image: url('./img/star-sm-2.png');
}

#star3sm {
	background-image: url('./img/star-sm-3.png');
}

h2#glass {
	background: transparent url('./img/magnifying-glass.png') no-repeat top left;
	padding: 10px 0 6px 57px;
	margin: 0 0 0 5px;
}

h2#plus {
	background-image: url('./img/plus.png');
}

.clear {
	clear: both;
}

.spaced {
	padding: 30px 0;
}


form#register {
	background: #EEF7FE;
	padding: 13px;
	margin: 0 0 15px 0;
	border: 1px solid #75ABE2;
}

form#register label {
	display: block;
	margin:0 0 5px 0;
}

form#register input {
	width: 230px;
	margin: 0 0 15px 0;
}

input.nomargin {
	margin-bottom: 0;
}

form#register.narrow input {
	width: 390px;
}

form#register div.left, form#register div.right {
	width: 48%;
}

form#register.narrow div.right {
	width: 44%;
}

form#register textarea {
	width: 99%;
	height: 100px;
	margin: 0 0 15px 0;
}

form#register p {
	width: 50%;
	font-size: 12px;
	float: left;
	color: #a5a9a0;
}

form#register div.last {
	clear: both;
	padding: 20px 0 0 0;
}

form#register input#submit {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	margin: 0 15px 0 0;
	border: 0;
	text-transform: uppercase;
	height: 47px;
	width: 230px;
	background: transparent url('./img/submit-background.png') no-repeat;
}

form#register.narrow input#submit {
	float: none;
	width: 300px;
	font-size: 14px;
	margin: 5px 0 10px 67px;
	background: transparent url('./img/submit-wide-background.png') no-repeat;
}

div.left {
	width: 525px;
}

#bookDownload {
	border: 1px solid #d9d9c8;
	padding: 10px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: 230px;
	color: #75ABE2;
	margin: 0 0 0 25px;
	line-height: 25px;
}

#bookDownload img {
	float: right;
	margin: 0 0 0 15px;
}

#bookDownload:hover{
	background: #FFFFFF;
	color: #DB2D5D;
	border-color: #B8DEF5;
}

#extra {
	border: 1px solid #d9d9c8;
	padding: 10px;
	width: 230px;
	float: right;
	margin-left: 25px;
	text-align: center;
}

#extra img {
	padding: 0 12px 0 0;
}

#extra img.last {
	padding: 0;
}

#jumping {
	position: absolute;
	top: 120px;
	right: 0;
}

a.download {
	padding: 0 0 0 20px;
	margin: 3px 0 0 0;
	background: transparent url('./img/download.png') no-repeat 0 2px;
}

img.border {
	border: 1px solid #777;
	padding: 5px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#footer {
	position: relative;
	height: 60px;
}

#footer img {
	position: absolute;
	right: 20px;
	top: 10px;
}

#footer a#nemus {
	position: absolute;
	left: 20px;
	top: 20px;
	background: transparent url('http://nemus.se/img/favicon.png') no-repeat; 
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

#footer a#nemus span {
	display: none;
}

#footer p {
	position: absolute;
	right: 130px;
	top: 22px;
	font-size: 12px;
	width: 370px;
	text-align: right;
}
