body{
	margin:0;
	background: #070a19 url(../graphix/background1.jpg) repeat-x;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

img.toptab {
	position: absolute;
	top: 0;
	right: 0;
}

#wrapper {
	overflow: visible;
	width: 675px;
	margin-top: 113px;
	margin-right: auto;
	margin-left: auto;
	z-index: -2;
	display: block;
}

#navbar {
	float: left;
	width: 675px;
	height: 51px;
	overflow: hidden;
	background: url(../graphix/navbar-back1.png) no-repeat;
	padding-top: 6px;
	z-index: -1;
}

#navbar-sub {
	float: left;
	width: 675px;
	height: 51px;
	overflow: hidden;
	background: url(../graphix/navbar-back2.png) no-repeat;
	padding-top: 6px;
	z-index: -1;
	text-align: left;
}

ul.mainnav {
	width: 500px;
	float: right;
	text-align: right;
	margin-right: 10px;
	z-index: 10;
	display: block;
}

ul.mainnav li {
	float: right;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	list-style-type: none;
	border-right: 1px solid #3c8ab4;
	z-index: 10;
}

ul.mainnav li.first {
	float: right;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	list-style-type: none;
	border-right-style: none;
	z-index: 10;
}

ul.mainnav li a {
	text-decoration: none;
	color: #c8e2f0;
	font-size: 16px;
	line-height: 16px;
}

ul.mainnav li a:hover {
	text-decoration: none;
	color: white;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px dotted #fff;
}

ul.mainnav li.first a {
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

ul.mainnav-sub {
	width: 500px;
	float: left;
	text-align: left;
	z-index: 10;
	display: block;
}

ul.mainnav-sub li {
	float: left;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	list-style-type: none;
	border-left: 1px solid #3c8ab4;
	z-index: 10;
}

ul.mainnav-sub li.last {
	padding-right: 11px;
	padding-left: 11px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	list-style-type: none;
	border-left-style: none;
	z-index: 10;
}

ul.mainnav-sub li a {
	text-decoration: none;
	color: #c8e2f0;
	font-size: 16px;
	line-height: 16px;
}

ul.mainnav-sub li a:hover {
	text-decoration: none;
	color: white;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px dotted #fff;
}

ul.mainnav-sub li.first a {
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#title {
	width: 675px;
	height: 224px;
	float: left;
	background: url(../graphix/gray-white-gradient1.png) repeat-x;
	overflow: visible;
	z-index: -2;
}

#title img.book {
	position: relative;
	top: -44px;
	left: -28px;
	float: left;
}

#title h1 {
	width: 284px;
	height: 150px;
	background-image: url(../graphix/title.png);
	display: block;
	z-index: 5;
	float: left;
	margin-left: -25px;
	margin-top: 35px;
}

#title h1 a {
	width: 284px;
	height: 150px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	position:relative;
	cursor:pointer;
	display: block;
}

#title p {
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	position:relative;
	cursor:pointer;
	width: 1px;
	height: 1px;
}

#title img.starburst {
	width: 107px;
	height: 109px;
	position: relative;
	display: block;
	right: -22px;
	top: 158px;
	float: right;
}

#title-sub img.starburst {
	width: 107px;
	height: 109px;
	position: relative;
	display: block;
	right: -22px;
	top: 158px;
	float: right;
}

#title-sub {
	width: 675px;
	float: left;
	background: #fcfcfc url(../graphix/gray-white-gradient1.png) repeat-x;
	overflow: visible;
	z-index: -2;
	padding-bottom: 20px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #1f3861;
	margin-top: 0;
	margin-bottom: 6px;
}

h3 {
	font-size: 14px;
	color: #1f3861;
	margin-top: 0;
	margin-bottom: 6px;
}

.content1 {
	width: 575px;
	margin: 45px 50px;
}

.content1 p {
	font: 13px/18px Georgia, Cambria, "Times New Roman", Times, serif;
	color: #4f4f4f;
}

.content1 p a {
	color: #274881;
	text-decoration: none;
	border-bottom: 1px dotted #274881;
}

.content1 p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.content1 p span.notes {
	color: #b6b19f;
}

.content1 img.right {
	float: right;
	display: block;
	margin-left: 24px;
	margin-bottom: 18px;
	margin-top: 10px;
}

.content1 img.right:hover {
	float: right;
	display: block;
	margin-left: 24px;
	margin-bottom: 18px;
	opacity: 0.6;
	margin-top: 10px;
}

.content1 p.credit {
	font-style: italic;
	color: #959595;
}

div.buybuttons {
	display: block;
	width: 575px;
	float: left;
	margin-top: -10px;
	margin-bottom: 20px;
}

a.btn {
	width: 150px;
	height: 22px;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	float: left;
	border-bottom-style: none;
	border-bottom-width: 0;
	margin-right: 6px;
}

a.btn:hover {
	width: 150px;
	height: 22px;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	float: left;
	border-bottom-style: none;
	border-bottom-width: 0;
}

a#stringere {
	background-image: url(../graphix/btn-stringere.png);
	border-bottom-style: none;
	border-bottom-width: 0;
}

a#stringere:hover {
	border-bottom-style: none;
	border-bottom-width: 0;
	background: url(../graphix/btn-stringere.png) -150px;
}

a#amazon {
	background-image: url(../graphix/btn-amazon.png);
	border-bottom-style: none;
	border-bottom-width: 0;
}

a#amazon:hover {
	border-bottom-style: none;
	border-bottom-width: 0;
	background: url(../graphix/btn-amazon.png) -150px;
}

a#half {
	background-image: url(../graphix/btn-half.png);
	border-bottom-style: none;
	border-bottom-width: 0;
}

a#half:hover {
	border-bottom-style: none;
	border-bottom-width: 0;
	background: url(../graphix/btn-half.png) -150px;
}

span.price {
	color: #b96505;
	font-size: 16px;
}

div.video {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	text-align: center;
}

div.video p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
}

div.howto {
	padding: 18px 18px 10px;
	margin-bottom: 20px;
	background: url(../graphix/gray-white-gradient2.png) repeat-x;
	border: 5px solid #377ea4;
	margin-top: 12px;
}

.howto p {
	color: #2d2d2d;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.more {
	padding: 4px 18px 0;
	margin-bottom: 20px;
	background: url(../graphix/gray-white-gradient2.png) repeat-x;
	border: 5px solid #377ea4;
	margin-top: 12px;
	float: left;
	text-align: center;
	width: 539px;
	display: block;
}

.more p {
	color: #2d2d2d;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#quotes {
	width: 675px;
	height: 225px;
	float: left;
	overflow: hidden;
	background: url(../graphix/graybox-back1.png) no-repeat;
}

ul#quotes-box {
	list-style-type: none;
	display: block;
	margin-left: 45px;
	float: left;
	margin-top: 65px;
}

#bottom {
	height: 114px;
	width: 675px;
	float: left;
	overflow: hidden;
}

.bottom-btn {
	width: 225px;
	height: 114px;
	float: left;
	overflow: hidden;
}

.bottom-btn p {
	background-position: -999px;
	font-size: 0;
}

#tellafriend {
	background: url(../graphix/tellafriend.png) no-repeat;
}

#tellafriend:hover {
	background: url(../graphix/tellafriend.png) no-repeat -225px;
}

#downloadsample {
	background: url(../graphix/downloadsample.png) no-repeat;
}

#downloadsample:hover {
	background: url(../graphix/downloadsample.png) no-repeat -225px;
}

#purchase {
	background: url(../graphix/purchase.png) no-repeat;
}

#purchase:hover {
	background: url(../graphix/purchase.png) no-repeat -225px;
}

#footer {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 20px;
	text-align: center;
	height: 180px;
}

#footer p {
	font-size: 11px;
	color: #4e6c7d;
	line-height: 14px;
}

#footer p a {
	color: #95bbd0;
	text-decoration: none;
}

#footer p a:hover {
	color: #e0cba7;
	text-decoration: none;
	border-bottom: 1px dotted #e0cba7;
}
.divider{
	height:1px;
	overflow:hidden;
	margin:20px 0;
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px dotted #cdcdcd;
}

.spacer {
	height: 275px;
}

.spacer2 {
	height: 125px;
}

em {
	font-style: italic;
}

/* forms */

form.form {
	display: block;
	margin-top: 10px;
}

.form label {
	color: #000;
	display: block;
	margin-bottom: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.form input.txt {
	border-bottom:1px #edf3f1 solid;
	border-top:1px #acacac solid;
	border-left:1px #e0e0e0 solid;
	border-right:1px #e0e0e0 solid;
	font: 11px Georgia, Cambria, Times;
	color:#797772;
	width: 300px;
	height:16px;
	margin: 0 0 11px;
	padding:2px 3px 0;
	display: block;
}

.form div.checkbox {
	display: block;
	margin-bottom: 11px;
}

.form div.checkbox span {
	color: #505050;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 6px;
}

.form input.submit {
	display: block;
	margin: 0;
	padding: 0;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 190px;
}

.form textarea.txt {
	border-bottom:1px #edf3f1 solid;
	border-top:1px #acacac solid;
	border-left:1px #e0e0e0 solid;
	border-right:1px #e0e0e0 solid;
	font: 11px Georgia, Cambria, Times;
	color:#797772;
	width: 300px;
	margin: 0 0 11px;
	padding:2px 3px 0;
	display: block;
}