@charset "UTF-8";
@import url("reset.css"); /* Zero out styles for browser consistancy. */

*{
	margin:0px; 
	padding:0px
}
html, body {
	background: #fff; 
	text-align: center; /*IE Centering for #wrapper*/
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
}
a  {
	cursor: pointer;
}	
/* background: url('../images/bodyBG.gif') repeat-y top center;} */

#wrapper { 
	width: 100%; 
	height:auto; 
	text-align: center; 
	margin: 0px auto; 
	float:none; 
	display:block;
}	
.matte { 
	width: 850px; 
	height:auto;  
	margin: 0px auto;
}
#header { 
	width:800px; 
	padding: 20px 0px; 
	border-top: 1px solid #fff; 
	border-right: 1px solid #fff; 
	border-left: 1px solid #fff; 
}
#header h1 {
	width: 180px; 
	height:25px; 
	float: left; 
	margin: 0px 17px 0px 17px; 
	background: url('../images/logo.gif') no-repeat top left; 
}
#header h1 span {
	display:none;
}
#page {
	width: 800px; 
	height:auto; 
	text-align: left;
}
/* Navigation */
ul.nav {
	height:30px;
}
ul.nav li, ul.nav li a {
	float:left; 
	background-position: 0px -30px; 
}
.nav li {
	color: #000;
	display: block;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 0em;
}
ul.nav span{
	display:none;
	
}
ul.nav li {
	margin-left:10px;
}
/* About */
ul.nav li.about a {width: 53px; height: 30px; background: url('../images/navAbout.gif');}

/* Bookstore */
ul.nav li.bookstore a { width: 110px; height: 30px; background: url('../images/navBookstore.gif');}

/* Contact */
ul.nav li.contact a { width: 84px; height: 30px; background: url('../images/navContact.gif');}

/* Home */
ul.nav li.home a { width: 52px; height: 30px; background: url('../images/navHome.gif');}

/* Leading a Business */
ul.nav li.leadingBusiness a { width: 200px; height: 30px; background: url('../images/navLeadingBusiness.gif');}

/* Leading Myself */
ul.nav li.leadingMyself a { width: 162px; height: 30px; background: url('../images/navLeadingMyself.gif');}

/* Leading Others */
ul.nav li.leadingOthers a { width: 162px; height: 30px; background: url('../images/navLeadingOthers.gif');}

/* Newsletter */
ul.nav li.newsletter a {width: 124px; height: 30px;  background: url('../images/navNewsletter.gif');}

/* Services */
ul.nav li.services a {width: 90px; height: 30px; background: url('../images/navServices.gif'); background-position: 0px 0px;  }

/* Contact */
ul.nav li.contact a { width: 84px; height: 30px; background: url('../images/navContact.gif'); background-position: 0px 0px;}

ul.nav li a:hover,
ul.nav li.active a,
ul.nav li a.active {
	background-position: 0px -30px;
}
/* ///////////////////// Store Nav //////////////////////////////// */
#pageCont ul.storeNav {
	width: 461px;
	height: 37px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#pageCont .storeNav li {
	float:left;
	display:inline-block;
	padding:0px;
	margin-left:20px;
	margin-top:14px;
}
#pageCont .storeNav li.checkout {
	float:right; 
	margin-top:12px;
}
#pageCont .storeNav li a span { 
	display:none;
}
#pageCont .storeNav li a,
#pageCont .storeNav li a:hover {
	display:block;
	height:12px;
	line-height:30px;
	background:none;
	background:url('../images/storeNav.png') no-repeat;	
}
#pageCont .storeNav li a.books {
	width: 36px; 
	background-position: 0px 0px;
}
#pageCont .storeNav li a.books:hover,
#pageCont .storeNav li.active a.books { 
	background-position: 0px -12px;
}
#pageCont .storeNav li a.ebooks {
	width: 43px; 
	background-position: -59px 0px;
}
#pageCont .storeNav li a.ebooks:hover,
#pageCont .storeNav li.active a.ebooks { 
	background-position: -59px -12px;
}
#pageCont .storeNav li a.services {
	width: 50px; 
	background-position: -129px 0px;
}
#pageCont .storeNav li a.services:hover,
#pageCont .storeNav li.active a.sevices { 
	background-position: -129px -12px;
}
#pageCont .storeNav li a.media{ 
	width: 35px;
	background-position: -206px 0px
} 
#pageCont .storeNav li a.media:hover,
#pageCont .storeNav li.active a.media {
	background-position: -206px -12px;
}
#pageCont .storeNav li a.accessories{ 
	width: 72px;
	background-position: -264px 0px
} 
#pageCont .storeNav li a.accessories:hover,
#pageCont .storeNav li.active a.accessories {
	background-position: -264px -12px;
} 
#pageCont .storeNav li a.simple-truths { 
	width:84px;
	background-position:-358px 0px;
}
#pageCont .storeNav li a.simple-truths:hover,
#pageCont .storeNav li.active a.simple-truths {
	background-position:-358px -12px;
}
#pageCont .storeNav li a.checkout { 
	background:url('../images/checkout.gif') no-repeat top right;
	height: auto;
	padding-right:20px;
	text-decoration:none;
	margin:0px;
	color:#2f292a;
}
#pageCont .storeNav li a.checkout:hover {
	color:#2f292a;
	text-decoration:underline;
}
/* ///////////////////// End Store Nav //////////////////////////////// */
#pageCont .storeNav li a.checkout { 
	background:url('../images/checkout.gif') no-repeat top right;
	height: auto;
	padding-right:20px;
	text-decoration:none;
	margin:0px;
	color:#2f292a;
}
#pageCont .storeNav li a.checkout:hover {
	color:#2f292a;
	text-decoration:underline;
}
.content {
	width: 800px; 
	height:auto; 
	float:left; 
	border: 1px solid #fff;
}
.content div.mainCont {
	width:770px;
	height: auto; 
	float:left; 
	padding:13px 10px 13px 12px;
}
.contentLeft {
	width: 484px;
	float:left;
}
.contentRight {
	width: 268px;
	float:right;
}
.contentRight p, .contentRight h3 {
 	padding-left:7px;	
}
#pageCont {
	width:480px; 
	float:left;
}
#storeNav {
	width:480px; 
	height: 37px;
	background: url('../images/pageTopStore.png') no-repeat;
	float:left;
}
#pageCont div.cont{
	width: 480px;
	height:auto;
	float:left;
	padding-bottom:20px;
	overflow:auto;   
	background: url('../images/pageMid.png') repeat-y;
}

/* ********************** 
	Wide Page
********************** */
#pageCont.widePage,
#storeNav.widePage,
#pageCont.widePage div.cont,
.widePage {
	width:770px; 
}
#storeNav.widePage {
	background: url('../images/pageTopStoreWide.png') no-repeat;
}
#pageCont.widePage div.cont{  
	background: url('../images/pageMidWide.png') repeat-y;
}

.columnOne,
.columnTwo,
.columnThree { text-align:left;}

.columnOne {
	width:250px;
	height: auto;
	float:left;
	margin: 0 25px 0 0;
}
.columnTwo {
	width:135px;
	height: auto;
	float:left;
	padding-top:35px;
	margin:0 40px 0 0;
}
.columnThree {
	width:125px;
	height: auto;
	float:left;
	padding-top:35px;
}
.columnThree .actions {
	padding-right:10px;
}













/* ********************** 
	End Wide Page
********************** */
.hPan { 
	float:left; 
	margin-top:1px;
}
.hPan div.tout { 
	float:left; 
	width: auto;
}
/* Box Roll Overs */
ul.boxes {
	width: 268px; 
	height: auto; 
	float:right;
	clear:left;
	list-style:none; 
	list-style-image:none; 
	padding:0px;
	margin: 0px 0px 15px 0px;
}
ul.threeBoxes { 
	width: 402px; 
}
ul.boxes span { 
	display:none; 
}
ul.boxes li {
	width: 134px; 
	height:127px; 
	float: left; 
}
ul.boxes a {
	width: 134px; 
	height:127px; 
	float:left;
}
ul.bottomBoxes {
	width:770px;
	text-align:left;
}	
ul.bottomBoxes li {
	width: 126px;
}
ul.bottomBoxes {
	width: 770px;
	margin:0;
}
ul.bottomBoxes a {
	width: 126px; 

}

/* Roll 1*/
ul.boxes li.roll1 a {background: url('../images/roll1.png');}
ul.boxes li.roll1 a:hover {background-position:0px -127px;} 
/* Roll 2*/
ul.boxes li.roll2 a {background: url('../images/roll2.png');}
ul.boxes li.roll2 a:hover {background-position:0px -127px;}
/* Roll 3*/
ul.boxes li.roll3 a {background: url('../images/roll3.png');}
ul.boxes li.roll3 a:hover {background-position:0px -127px;}
/* Roll 4*/
ul.boxes li.roll4 a {background: url('../images/roll4.png');}
ul.boxes li.roll4 a:hover {background-position:0px -127px;}
/* Roll 5*/
ul.boxes li.roll5 a {background: url('../images/roll5.png');}
ul.boxes li.roll5 a:hover {background-position:0px -127px;}
/* Roll 6*/
ul.boxes li.roll6 a {background: url('../images/roll6.png');}
ul.boxes li.roll6 a:hover {background-position:0px -127px;}

span.hoverfill {
	width: 268px;
	height: 200px;
	display:inline-block;
	text-align:left;
}

/* Items */
.item {
	width:420px;
	float:left;
	height: auto;
	margin-bottom:28px;
}
#detailsWide {
	width: 577px;
	height:auto;
	text-align:center;
}
.detailsHorizRule {
	width: 577px;
	height:24px;
	display:block;
	background-color: #cccccc;
}

#pageCont .item a.itemThumb,
#pageCont .item img.itemThumb {
	float: left;
	border: none!important;
	text-decoration:none!important;
}
#pageCont .item a.add,
a.buy,
#pageCont .item a.details,
a.back { 
	height: auto;
	padding:0px 20px 2px 0px;
	height:25px;
	text-decoration:none;
	margin:0px;
	color:#2f292a;
}
#pageCont .item a.add:hover,
#pageCont .item a.buy:hover,
#pageCont .item a.details:hover,
#pageCont .item a.back:hover {
	text-decoration:underline;
} 

#pageCont .item a.add {background:url('../images/add.gif') no-repeat top right;}

a.buy {background:url('../images/buy.gif') no-repeat top right;}

#pageCont .item a.details {background:url('../images/details.gif') no-repeat top right;}

a.back { background:url('../images/back.gif') no-repeat top right;}

#pageCont a.detailsLink {
	display:block;
	color:#3a4b62;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}
#pageCont a.detailsLink:hover {
	color:#fff;
	background-color:#3a4b62;
}
span.price {
	font-style:italic;
	color:#3a4b62;
}
#pageCont .item .itemDescription {
	margin-left:12px;
	float:left;
	width: 306px;
}
/* Change Styles for Details Page */
#pageCont .details .itemDescription {
	width:273px;
	margin-left:19px
}

#pageCont .details .itemDescription span {
	font-weight: bold;
	font-style:normal;
}
/*
#pageCont div.book { display:none;} 
#pageCont div.media { display:none;} 
#pageCont div.accessories { display:none;} 
*/
/* FOOTER */
div.footer {width: 800px;height:30px; width: 100%; background:#e8ebf0; clear:both;}
div.footer div {background:#e8ebf0; margin-top:8px;}
div.footer div.left {float:left; margin-left:1px;}
div.footer div.right {float:right; margin-right:1px;}
div.footer div.right span{text-align:right;}





