body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/BodyBG.png);
}

img{
border: 0;
}

#Container {
	width: 1080px;
	margin: 0 auto;
}

/* Header ========== */

#Header {
	height: 356px;
	background: url(../images/HeaderBG.png) no-repeat;
	position: relative;
}

#Header h1, #Header h2 {
	display: none;
}

a#BuyButton {
	
}

a#BuyButton {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 200px;
	right: 110px;
	text-decoration: none;
	color: #000;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	background: #FFDE4F;
	padding: 5px 10px;
	border-right: 1px solid #695d5b;
	border-bottom: 1px solid #695d5b;
}

a#BuyButton:hover {
	text-decoration: underline;
}

p.Specials {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #fff;
	position: absolute;
	top: 245px;
	right: 110px;
}

p.Specials a {
	text-decoration: none;
	color: #00b6d3;
}

p.Specials a:hover {
	text-decoration: underline;
}

/* Content ========== */

h3 {
	color: #f05b55;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	color: #29abe2;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
}

#MainContent {
	width: 1003px;
	background: url(../images/ContentBG.png) repeat-y;
	margin: 0 auto 0 40px;
	padding-bottom: 1px;
	float: left;
}


/* All Preview Content ====*/

#BookPreview {
	background: url(../images/BigDivider.png) top center no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	width: 1003px;
}




/* Look Inside ===== */

#LookInside {
	/* background: url(../images/SmallDivider.png) bottom left no-repeat; */
	position: relative;
	top: -4px;
	padding-top: 10px;
	width: 740px;
	float: left;
	margin-bottom: 30px;
}

#LookInside h3 {
	font-size: 14px;
	width: 180px;
	text-transform: uppercase;
	margin: 30px 0 0 35px;
}

#Issuu {
	margin-left: 5px;
}



/* DOWNLOAD PREVIEW ===== */

#DownloadPreview {
	float: right;
	width: 200px;
	padding-bottom: 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #666;
	font-size: 12px;
	border-style: none;
	border: 0;
	margin-right: 55px;
}

#DownloadPreview h3 {
	font-size: 14px;
	width: 180px;
	text-transform: uppercase;
	margin: 30px 0 0 35px;
}





/* Practiced By ===== */

#PracticedBy {
	background: url(../images/ContentTopBG.png) no-repeat;
	position: relative;
	top: -4px;
	padding-top: 10px;
	width: 1003px;
	float: left;
	margin-bottom: 30px;
}

#PracticedBy h3 {
	font-size: 14px;
	width: 180px;
	float: left;
	text-transform: uppercase;
	margin: 30px 0 0 35px;
}

#PracticedBy ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

#PracticedBy ul li {
	float: left;
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #e2e2e2;
}

#PracticedBy ul li a img {
	border: 0;
}

#PracticedBy ul > li:first-child {
	border-left: 1px solid #FFFFFF;
}

#PracticedBy ul > li:last-child {
	border-left: 1px solid #FFFFFF;
}

/* About ===== */

#About {
	margin: 0 35px 200px;
	float: left;
	width: 458px;
	background: url(../images/SmallDivider.png) top left no-repeat;

}

#About p {
	color: #666;
	font-family: Times, serif;
	font-size: 14px;
	line-height: 18px;
}

/* The Team and Preview ===== */

#Team, #Preview {
	float: left;
	width: 450px;
	background: url(../images/SmallDivider.png) top left no-repeat;
	padding-bottom: 15px;
	margin-top: 10px;
	padding-top: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #666;
	font-size: 12px;
	border-style: none;
	border: 0;
}

#Team {
	background: transparent;
	}


.SwitchButtons {
	float: right;
	display: block;
	margin: 10px 30px 10px 0;
}

.SwitchButtons a {
	text-decoration: none;
	background: #ffd200;
	padding: 1px 3px;
	color: #000;
}

.SwitchButtons a:hover {
	color: #fff;
}

/* Secondary Content ========== */

#SecondaryContent {
	background: url(../images/ContentBottomBG.png) no-repeat;
	width: 1003px;
	margin: 0 auto 50px 40px;
	padding-top: 20px;
	float: left;
}

#SecondaryContent h3 {
	margin-left: 50px;
}

/* Features ===== */

.Feature {
	width: 500px;
	float: left;
	position: relative;
}

.Feature img {
	position: absolute;
	top: 0;
	left: 40px;
}

#SecondaryContent .Feature h3 {
	color: #003556;
	background: #fff;
	padding: 2px;
	margin-left: 260px;
	width: 190px;
}

.Feature p {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 260px;
}

.Feature a {
	display: block;
	float: right;
	background: #ffd200;
	padding: 2px 5px;
	text-decoration: none;
	margin: 20px 10px 0 0;
	color: #000;
	font-size: 12px;
}

.Feature a:hover {
	text-decoration: underline;
}

/* Quotes ===== */

#Quotes {
	background: url(../images/BigDivider.png) top center no-repeat;
	padding-top: 20px;
	margin-top: 45px;
	float: left;
	width: 1003px;
}

#Quotes blockquote {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 24px;
	background: url(../images/Quotes.png) top center no-repeat;
	padding: 0 80px 0 90px;
	min-height: 50px;
}

#Quotes p {
	color: #666;
	font-size: 12px;
	text-align: right;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-right: 140px;
}

#Quotes p strong {
	display: block;
}

#Quotes .SwitchButtons {
	margin: 10px 140px 0 0;
}

#Quotes .SwitchButtons a {
	padding: 1px 5px;
}

/* Co-Contributors ===== */

#CoContributors {
	background: url(../images/BigDivider.png) top center no-repeat;
	padding-top: 20px;
	margin-top: 45px;
	float: left;
	width: 1003px;
}

#CoContributors ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
}

#CoContributors ul li {
	float: left;
	width: 20%;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* More Connections ===== */

#Connections {
	background: url(../images/BigDivider.png) top center no-repeat;
	padding-top: 20px;
	margin-top: 45px;
	float: left;
	width: 1003px;
}

#Connections h3 {
	background: url(../images/SpeechBubble.png) center right no-repeat;
	padding: 10px 60px 10px 0;
	margin-top: 0;
	float: left;
}

#Connections ul {
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	list-style: none;
}

#Connections ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#Connections ul li a {
	float: left;
	text-decoration: none;
	color: #00b6d3;
	font-size: 10px;
	font-family: Arial, sans-serif;
	padding: 10px 30px;
}

#Connections ul li.RSS a {
	background: url(../images/icons/RSS.png) center left no-repeat;
}

#Connections ul li.Arrow a {
	background: url(../images/icons/Arrow.png) center left no-repeat;
}

#Connections ul li.Mail a {
	background: url(../images/icons/Mail.png) center left no-repeat;
}

#Connections ul li.Site a {
	background: url(../images/icons/Site.png) center left no-repeat;
}

#Connections ul li a:hover {
	text-decoration: underline;
}

/* Blank Page ===== */

#MainContentTop {
	width: 1003px;
	height: 4px;
	background: url(../images/ContentTopBG.png);
	margin-left: 40px;
}

#MainContentBottom {
	width: 1003px;
	height: 7px;
	background: url(../images/ContentBottomBG.png);
	margin-left: 40px;
	margin-bottom: 50px;
	float: left;
}

#Blank #MainContent {
	padding: 1px 30px;
	width: 943px;
}

.pricing {
	float: right;
	width: 190px;
	padding-bottom: 15px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #666;
	font-size: 12px;
}

.strike {
	text-decoration: line-through;
}

.strong {
	font-weight: bold; 
}

.next a {
	border-style: : none;
	border: 0;
	}