
/************************************** Reset Styles and Useful Classes ******************************************/

* {
	margin:0;
	padding:0;
	border: none;
}
body {
	background:#660000 url(images/bkg.png) repeat fixed top left;
	color:#660000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:normal;
}
a {
	color:#660000; 
	text-decoration:underline; 
	font-weight:bold;
}
a:hover {
	color:#993366;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	margin-bottom: 4px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 8px;
}
q {
	display: block;
}
hr {
	border-top:1px dotted #660000;
	margin:10px 0;
}
.title {
	font-size:16px;
	font-weight:bold;
}
.clear {
	clear: both;
	line-height:0;
}
.smallFont {
	font-size:12px;
}
.smallLink {
	font-size:13px;
	text-decoration:none;
	border-bottom:1px dotted #660000;
	position:relative;
	top:-1px;
}
.nudgeDown {
	position:relative;
	top:15px;
}
.fixedLeft {
	position: fixed; 
	width: 44px; 
	height:1000px; 
	left: 50%; 
	margin-left:-522px; 
	top:0; 
	overflow:hidden;
}
.fixedRight {
	position: fixed; 
	width: 44px; 
	height:1000px; 
	right: 50%; 
	margin-right:-522px; 
	top:0; 
	overflow:hidden;
}
.fixedwidth {
	float:left;
	font-size:14px;
	padding-bottom:3px;
	width:85px;
}
.btn {
	float:right;
	margin:5px 80px 0 0;
}
.submit {
	border:4px solid #333;
	background-color:#000;
	color:#900;
	padding:0 20px 20px 20px;
	border:3px solid #000;
}
.submit:active {
	position:relative;
	top:1px;
	left:1px;
}
.submit:hover {
	color:#F00;
	border:1px solid #999;
}
/************************************** Main Wrapper ********************************************/
#wrapper {
	margin:0 auto;
	width: 1000px;
	background-color: #FFF;
	padding:0 2px 2px 2px;
	overflow: hidden;
	position:relative;
}

/************************************** Header Section ******************************************/

#nav {
	position:relative;
	padding:0 0 4px 2px;
}
#nav img {
	float:left;	
}
#nav span{
	display:none;
}
#nav a:hover span{
	display:block;
	position:absolute;
	border:none;
	height: 5; 
	width: 20;
	top:0px;
	z-index:100;
}
#nav a #current {
	display:block;
	position:absolute;
	border:none;
	height: 5; 
	width: 20;
	top:0px;
	z-index:100;
}
#nav a .arrow1{
	left:73px;
}
#nav a .arrow2{
	left:239px;
}
#nav a .arrow3{
	left:405px;
}
#nav a .arrow4{
	left:571px;
}
#nav a .arrow5{
	left:737px;
}
#nav a .arrow6{
	left:903px;	
}
#nav a:hover .arrow1{
	left:73px;
}
#nav a:hover .arrow2{
	left:239px;
}
#nav a:hover .arrow3{
	left:405px;
}
#nav a:hover .arrow4{
	left:571px;
}
#nav a:hover .arrow5{
	left:737px;
}
#nav a:hover .arrow6{
	left:903px;
}


/************************************** Main Sections ******************************************/

#content {
	clear: both;
	position: relative;
	border-top: 4px solid #660000;
	border-bottom: 4px solid #660000;
	padding:0 16px;
	margin:0 2px;
}
#speaking, #about, #contact, #media {
	padding: 20px;
	float: left;
	width: 750px;
}
#raves {
	width: 151px;
	float: right;
	border-left: 2px solid #660000;
	font-size: 13px;
	padding: 10px;
	height:inherit;
}
#raves p{
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin-left:30px;
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 2px;
}
#raves hr {
	border-top: 2px solid #660000;
	width:187px;
	margin-left: -10px;
	margin-top: 10px;
}
#raves #buyNow {
	margin: 0 auto;
	width: 106px;
	padding: 20px 0;
}
#raves #buyNow form {
	margin-left: -10px;
	padding: 10px 0 0 0;
}
#paypal {
	margin-top:20px;
	border-top:1px dotted #660000;
	padding: 20px 40px 40px 0;
}
#paypal .goRight {
	float:right;
	margin-left:20px;
}
#paypal img{
	margin-top:10px;
}
#paypal h2 b {
	font-size: 19px;
	font-weight: bold;
}

/* Home Page */
#video {
	height:550px;
	width:640px;
	float:left;
	padding-top:30px;
}
#description {
	width:300px;
	min-height:550px;
	float:right;
	padding:16px 0 16px 15px;
	border-left:2px solid #660000;
}

/* Purchases Page */
#purchase {
	padding: 20px;
}
#purchase hr {
	margin:20px 0;
}
#reviews {
	margin:10px 20px;
	padding:10px 0;
	border-top: 1px dotted #660000;
}
#amazon {
	float:right;
	text-align:center;
}
.deals {
	height:150px;
}
#video2 {
	margin:10px 20px;
	padding:10px 0;
	border-top: 1px dotted #660000;
	text-align:center;
}
#video2 h2 {
	text-align:left;
}
#reviews p, #reviews q {
	padding:0 20px;
}
#reviews q {
	padding-top:10px;
}
#reviews p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin-left:30px;
	font-size: 11px;
	margin-bottom: 8px;
}
#reviews hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #660000;
	margin:20px 0;
}

/* About Page */
#about p {
	margin-top:10px;
}
#about p:first-letter {
	margin-left:20px;
}

/* Media Page */
#media ul li {
	margin-left: 30px;
}
#media h2 {
	margin-top: 20px;
}
#interview {
	width:480px;
	margin:30px auto 0 auto;
}

/* Contact Page */
#contact form input{
	display:block;
	height:14px;
	border:#666;
	background-color:#FFF;
	border:1px solid #660000;
	margin:4px;
}
#name, #email, #subject {
	background-color:#FFF;
	font-size:11px; 
	color:#000;
	padding:1px 5px 1px 5px;
	margin:0 0 14px 0;
	width:250px;
}
#name, #email, #subject {
	position:absolute;
	top:-2px;
	right:401px;
	margin-bottom:5px;
}
#message {
	position:relative;
	top:3px;
	left:-2px;
	width:580px;
	height:270px;
	border:1px solid #660000;
}
#textareaInitialMsg {	
	font-size:12px;
	display: inline;
	left:90px;
	bottom:-20px;
	position:absolute;
	color:#660000;
	font-weight:bold;
}

/************************************** Borders ************************************************/
#leftBdr {
	position: absolute; 
	width: 44px; 
	height:5000px; /* This should be at least as long as the longest page */
	left: 50%; 
	margin-left:-522px;
	top:0; 
	background:url(images/edge.png) repeat-y; 
}
#rightBdr {
	position: absolute; 
	width: 44px; 
	height:5000px; 
	right: 50%; 
	margin-right:-522px; 
	top:0; 
	background:url(images/edge.png) repeat-y; 
}

/************************************** Footer Section ******************************************/
#footer {
	width: 100%;
	height: 36px;
	background-color:#FFF;
	overflow:hidden;
}
#footer p {
	font-size:11px;
	color: #660000;
	text-align: center;
}
#footer span{
	position:relative;
	bottom:12px;
}
