@charset "utf-8";
/* 					MAIN.CSS				 	*/
/* 			(C) 2010 Nicholas Creative 			*/

* {
	padding: 0; 
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background: #fff url(../images/bg.gif) repeat-x; 
}

/* Tags */

a,		
a:visited 	{ color: #407a80; text-decoration: none; }
a:active,	
a:hover		{ color: #3f959e; text-decoration: underline; }

img { border-width: 0px; }

p { padding-bottom: 15px; font-size: 1.2em; }

h1 {
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
}

h2 {
	font-size: 3em;
	color: #38c5c6;
	font-weight: normal;
	padding-top: 25px;
}

h3 {
	font-weight: normal;
}

#signature h3 {
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #f37929;
	font-weight: bold;
}

#preface h3 {
	font-size: 2.4em;
	color: #fff;
	text-transform: uppercase;
}

#summary h3 {
	font-size: 1.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}

#about h4 {
	color: #407a80;
	font-size: 1.4em;
	text-transform: uppercase;
}

#about h5 { 
	color: #a6937c;
	font-size: 3em;
	padding-bottom: 10px;
}

/* Common Styles */

.container { 
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  clear: both;
  overflow: hidden;
}

ul.clean  {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.clean li {
	padding: 0px;
	margin: 0px;
	display: block;
	list-style: inherit;
	float: left;
}

.block li { display: block; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

.hidden { display: none; }

.center { text-align:center; }

.bold { font-weight:bold; text-align:left; }

.teal { color: #407a80; }


/* Header */

#header {
	width: 100%;
	height: 280px;
	background-color: #407a80;
	float: left;
}

#title {
	width: 470px;
	height: 250px;
	float: left;
}

#author {
	width: 470px;
	height: 21px;
	padding-top: 9px;
	font-size: 1.8em;
	color: #f37929;
	text-transform: uppercase;
	background-color: #000;
	text-align: center;
	float: left;
}

#cover {
	width: 495px;
	height: 180px;
	padding-top: 100px;
	padding-left: 15px;
	background: url(../images/cover-image.jpg) 0 0; 
	float: right;
}

#warning {
	width: 440px;
	height: 40px;
	padding: 20px;
	border: solid 2px #000;
	color: #000;
	background-color: #fff;
	text-align: center;
	float: left;
}

/* Main-col */

#main-col {
	width: 440px;
	padding-right: 20px;
	padding-left: 10px;
	float: left;
}

#signature {
	width: 420px;
	padding-top: 85px;
	padding-bottom: 30px;
	padding-left: 20px;
	background: url(../images/david-sig.gif) 0 0 no-repeat;
	float: left;
}

#signature .bigger { font-size: 1.3em; }

.quote {
	width: 440px;
	padding-top: 35px;
	padding-bottom: 30px;
	line-height: 16px;
	background: url(../images/quote-open.gif) 0 0 no-repeat;
	float: left;
}

.quote span {
	display: block;
	background: url(../images/quote-close.gif) bottom right no-repeat;
	float: left;
}

#footer {
 	color: #666;
}

/* Sidebar */

#sidebar {
	width: 510px;
	float: left;
}

#preface {
	width: 390px;
	padding-left: 120px;
	background: url(../images/preface-bg.jpg) 0 0 no-repeat;
	float: left;
}

#preface .header {
	width: 390px;
	height: 36px;
	padding-top: 15px;
	background-color: #f37929;
	float: left;
}

#preface .form {
	width: 189px;
	padding: 15px;
	border-right: solid 1px #ddd;
	float: left;
}

#preface input {
	width: 150px;
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #eee;
	float: left;
}

#preface label { font-size: 1.1em; }

#preface td { padding-bottom: 7px; }

#preface .form p { padding: 0px; }

#preface .buy {
	width: 140px;
	padding: 15px;
	text-align: center;
	float: left;
}

#summary {
	width: 500px;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	background: #f4e5c7 url(../images/summary-bg.gif) top right no-repeat;
	float: left;
}

#summary li {
	width: 210px;
	display: inline;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 25px;
	font-size: 1.1em;
	background: url(../images/bullet.gif) 0 4px no-repeat;
}

#about {
	width: 450px;
	padding: 20px;
	margin: 10px;
	display: inline;
	line-height: 16px;
	background: #d9f0f8 url(../images/about-bg.gif) bottom right no-repeat;
	float: left;
}

#about img { margin: 10px; }


a.btn {
    background: url(../images/btn-rt.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-top: 0px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;

}

a.btn span {
	/* Background left image */ 
	background: url(../images/btn-blank.gif) no-repeat; 
	display: block;
	text-decoration: none;
	line-height: 13px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 8px 0 7px 13px;
	color: #253555;
	cursor: pointer;
} 









