@charset "UTF-8";
/* CSS Document */

/************************************************
*************************************************
HTML TAGS
*************************************************
************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #605d59;
	background: #ffffff url(../images/background.gif) repeat-x left top;
}
h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: -.5px;
	display: block;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #ff6600;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	padding: 15px 0px 2px 0px;
	margin: 0px;
	color: #ff6600;
	font-weight: bold;
}

a, a:link, a:visited  {
	color: #605d59;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff6600;
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.orangeLink	{
	color: #ff6600;	
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.orangeLink:hover	{
	color: #605d59;	
	border-bottom: 1px dotted;
	text-decoration: none;
}
img {
	border: none;
}

/************************************************
*************************************************
CONTAINERS
*************************************************
************************************************/

#wrapper {
	position: relative;
	width: 877px;
	margin: 0 auto;
	height: auto;
}
#globalNav {
	float: left;
	clear: both;
	width: 622px;
	height: 36px;
	padding: 0px 0px 0px 155px;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}
#mainContainerWrapper {
	width: 877px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	background: #ffffff url(../images/sheet.jpg) repeat-y center 4px;
	float: left;
}
#mainContainerBackground {
	position: relative;
	float: left;
	background: transparent url(../images/sheet_bottom.jpg) no-repeat center bottom;
	width: 877px;
	height: auto;
	text-align: left;
}
#mainContainer {
	position: relative;
	padding: 0px 0px 75px 0px;
	width: 877px;
	height: auto;
	text-align: left;
	float: left;
}
#mainContent{
	width: 380px;
	min-height: 350px;
	height: auto;
	float: left;
}
.generalPadding {
	padding: 100px 30px 0px 0px;
}
.bioPadding {
	padding: 300px 30px 0px 0px;
}
#sidebar {
	width: 130px;
	height: auto;
	float: left;
	clear: both;
	padding: 380px 30px 0px 160px;
	font-size: 11px;
	line-height: 16px;
}
#footer {
	float: left;
	clear: both;
	width: 752px;
	height: auto;
	padding: 20px 0px 30px 125px;
	font-size: 11px;
	text-align: left;
	color: #ff6600;
}

/************************************************
*************************************************
GLOBAL NAV
*************************************************
************************************************/

#globalNav ul {
	width: 777px;
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

#globalNav ul li {
	text-align:center;
	width: auto;
	height: 26px;
	display: block;
	padding: 10px 15px 0px 15px;
	margin: 0px;
	float: left;
}

#globalNav a, #globalNav a:link, #globalNav a:visited  {
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
}
#globalNav a:hover, #globalNav a:active {
	color: #ff6600;
	border-bottom: none;
	text-decoration: none;
}

.nav1, .nav2, .nav3, .nav4, .nav5, .nav6, .nav7 {
	background: transparent no-repeat center bottom;
} 

/************************************************
*************************************************
SIDEBAR
*************************************************
************************************************/

#sidebar h2 {
	font-size: 15px;
	color: #605d59;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.sidebarLinks {
	border-bottom: 1px dotted;
}
#utilityNav {
	width: 130px;
	float: left;
}
#utilityNav ul {
	width: 130px;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	float: left;
	list-style: none;
	font-weight: bold;
}

#utilityNav ul li {
	background: transparent url(../images/arrow.gif) no-repeat right center;
	text-align:left;
	width: auto;
	height: 20px;
	display: block;
	padding: 0px 25px 0px 0px;
	margin: 0px;
	float: left;
	clear: both;
}
#utilityNav a, #utilityNav a:link, #utilityNav a:visited  {
	border-bottom: none;
}
#utilityNav a:hover, #utilityNav a:active {
	border-bottom: none;
}
.utilityExtra {
	width: 130px;
	float: left;
	clear: both;
	padding: 20px 0px 0px 0px;
}

/************************************************
*************************************************
BUY NOW
*************************************************
************************************************/

#buyNow {
	width: 395px;
	height: auto;
	float: left;
	padding: 50px 0px 0px 0px;
}
#buyNowHeader {
	width: 375px;
	height: 15px;
	padding: 5px 0px 20px 5px;
	display: block;
	background: #ffffff url(../images/background_orange.gif) repeat-x left -5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#buyNow img {
	padding: 0px 9px 0px 0px;
	border: none;
}
#buyNow a {
	text-decoration: none;
	border-bottom: none;
}


/************************************************
*************************************************
MISC.
*************************************************
************************************************/

.credit {
	font-style: italic;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.quote {
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
.headline {
	font-size: 30px;
	color: #ff6600;
	line-height: 33px;
	font-weight: bold;
}
.subheadline {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}
.highlight {
	font-size: 18px;
	color: #ff6600;
	line-height: 21px;
}
.featuredText {
	font-size: 18px;
	line-height: 25px;
}
.secondColor {
	color: #ff6600;
}
.forwardLink, .backLink {
	padding: 0px 0px 0px 9px;
	height: auto;
	font-size: 11px;
	font-weight: bold;
}
.forwardLink {
	background: transparent url(../images/arrow_forward.gif) no-repeat left center;
	text-decoration: none;
	}
.backLink {
	background: transparent url(../images/arrow_back.gif) no-repeat left center;
	text-decoration: none;
}
.bioBackground {
	background: transparent url(../images/book_and_sheets_bio.jpg) no-repeat center top;
}
.mainBackground {
	background: transparent url(../images/book_and_sheets.jpg) no-repeat center top;
}
.excerptEntry{
	color: #ff6600;
	background: transparent url(../images/dots.gif) no-repeat center left;
	padding: 0px 0px 0px 100px;
	
}
.center	{text-align:center;}