body {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Trebuchet, Arial, sans-serif;
	color: #333333;
	text-align: center;
}

body#splash {
	overflow-y: hidden;
	background: black;
}
body#introPage {
	background-image: url(/img/backgrounds/body_bgGradient.jpg);
	overflow-y: hidden;
}

body#charactersPage, body#downloadsPage {
	background: url(/img/backgrounds/blue-bg.jpg) center top no-repeat #000000;
}

body#booksPage, body#academyPage {
	background: url(/img/backgrounds/teal-bg.jpg) center top no-repeat #000000;
}

body#contactPage, body#gadgetsPage {
	background: url(/img/backgrounds/red-bg.jpg) center top no-repeat #000000;
}

/*******************************************
TYPOGRAPHY
*******************************************/
h2.title {
	margin-bottom: 10px;
}
h3.title {
	margin-bottom: 20px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	line-height: 1.0em;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.sideNav a {
	line-height: 1.2em;
}

.modal p, .modal li {
	font-size: 1.6em;
}

#introPage .modal p {
	font-size: 1.2em;
}

#contactPage .sideNav .content p {
	margin-bottom: 12px;
}

#contactPage .sideNav .content p.phone, #contactPage .sideNav .content p.fax {
	margin-bottom: 5px;
}

#contactPage .sideNav .content h3 {
	margin-bottom: 2px;
}

#contactPage .contactImage h3.imageCaption {
	padding-top: 10px;
	text-align: center;
	font-size: 2em;
}

#contactPage p.toggleSubmit {
	text-align: center;
	width: 330px;
	height: 2em;
}

#contactPage .modal p#formResponseMsg {
	margin: 0;
	color: #009900;
	font-weight: bold;
}
#contactPage .modal p.formResponseError {
	margin: 0;
	color: #FF3300;
	font-size: 1em;
	font-weight: bold;
}

#contactPage .modal form p {
	display: block;
}

#contactPage .modal form .formLabel {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

#contactPage .modal form p#whichAgent {
	margin-top: 20px;
	margin-bottom: 8px;
}

#contactPage .modal form input {
	width: 320px;
	margin-top: 5px;
}

#contactPage .modal form textarea {
	width: 326px;
	height: 100px;
	margin-top: 5px;
}

#charactersPage .modal .content.character p {
	font-size: 1.8em;
	line-height: 1.4em;
	padding-left: 161px;
}

#charactersPage .modal .content h4 {
	color: #21799a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2em;
	margin-bottom: 5px;
	padding-left: 161px;
}

#booksPage .sideNav .content p {
	margin-bottom: 10px;
}

#booksPage .sideNav .content .scroll p {
	font-size: 1.1em;
}

#booksPage .sideNav .content .caption {
	text-align: center;
	margin-top: -3px;
}

#contactPage .sideNav p.icon {
	margin-bottom: 10px;
}

.contentNav {
	text-align: right;
	height: 30px;
}

#downloads .contentNav {
	margin-bottom: 10px;
}

.contentNav p {
	margin-bottom: 0px;
}

.contentNav a.active {
	text-decoration: underline;
}

/*******************************************
STRUCTURE
*******************************************/
#middle {
	width: 100%;
	text-align: left;
}

#introPage #middle {
	background: url(/img/backgrounds/main.jpg) center top no-repeat;
}

#outerContainer {
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 0px;
	padding-top: 0px;
}

.container {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#introPage #outerContainer .container {
	height: 650px;
	padding-top: 140px;

	position: relative;
	overflow: hidden;
	
}

#header {
	position: relative;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 168px;
}

#introPage #header {
	position: fixed;
}

#header .container {
	/*padding-left: 75px;
	padding-right: 75px;*/
	width: 905px;
}

#cornerBanner {
	position: fixed;
	right: 10px;
	top: 125px;
	z-index: 1001;
}

#content {
	position: relative;
	z-index: 500;
	width: 996px;
	display: block;
	clear: both;
}
#introPage #content {
	position: fixed;
	margin-top: 42px;
	height: 558px;
}

.content {
	padding: 5px;
}

.sideNav {
	position: absolute;
}

.sideNav #beetle {
	padding-top: 5px;
}

#beetle {
	position: absolute;
	top: 487px;
	clear: both;
	text-align: center;
}

.mainSection {
	position: absolute;
	width: inherit;
}

/*******************************************
TOP NAV
*******************************************/
#topnav {
	background: url(/img/nav/navBar.png) top left no-repeat;
	width: 905px;
	height: 177px;
	margin: -5px auto 0px auto;
	
}
#contactPage #topnav {
	/*margin-top: -14px;*/
}

#topnav li, #topnav li a {
	display: block;
}

#topnav li {
	margin-left: 0px;
	margin-right: 8px;
}

#topnav .content {
	height: 51px;
	padding: 68px 0px 0px 159px
}

#topnav li a {
	height: 51px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#topnav li a:hover, #topnav li a.active {
	background-position: 0px -51px;
}

#topnav li a#islandBtn {
	background-image: url(/img/nav/islandBtn.png);
	width: 81px;
}

#topnav li a#academyBtn {
	background-image: url(/img/nav/academyBtn.png);
	width: 87px;
}

#topnav li a#charactersBtn {
	background-image: url(/img/nav/charactersBtn.png);
	width: 116px;
}

#topnav li a#booksBtn {
	background-image: url(/img/nav/booksBtn.png);
	width: 81px;
}

#topnav li a#gadgetsBtn {
	background-image: url(/img/nav/gadgetsBtn.png);
	width: 88px;
}

#topnav li a#downloadsBtn {
	background-image: url(/img/nav/downloadsBtn.png);
	width: 117px;
}

#topnav li a#contactBtn {
	background-image: url(/img/nav/contactBtn.png);
	width: 88px;
}


/*******************************************
LIST NAV
*******************************************/
.modal .listNav {
	display: inline-block;
}

.modal .listNav ul {
	float: left;
}

.modal .listNav li, .modal .listNav a {
	display: block;
}

.modal .listNav li {
	margin-left: 0px;
	margin-right: 10px;
}

#charactersPage .modal .listNav li, #charactersPage .modal .listNav a, #charactersPage .modal .listNav img {
	width: 64px;
	height: 64px;
}
#contactPage .modal .listNav li, #contactPage .modal .listNav a, #contactPage .modal .listNav img {
	width: 32px;
	height: 32px;
}

#charactersPage .modal .listNav ul {
	margin-left: 20px;
	margin-right: 10px;
}

#contactPage .modal .listNav {
	margin-bottom: 20px;
}

#contactPage .modal ul {
	margin-left: 0px;
	margin-right: 0px;
}

/*******************************************
TITLES
*******************************************/
.content h2.title {
	height: 30px;
}

#introPage .modal .content h2.title {
	background: url(/img/titles/welcome-to-RBI.png) top left no-repeat;
}

.modal #allCharacters h2.title {
	background: url(/img/titles/the-rbi-team.png) top left no-repeat;
}
.modal #li h2.title {
	background: url(/img/titles/li-yung.png) top left no-repeat;
}
.modal #zia h2.title {
	background: url(/img/titles/zia-mendoza.png) top left no-repeat;
}
.modal #alek h2.title {
	background: url(/img/titles/alek-filipov.png) top left no-repeat;
}
.modal #kobe h2.title {
	background: url(/img/titles/kobe-shakur.png) top left no-repeat;
}
.modal #max h2.title {
	background: url(/img/titles/max-johnson.png) top left no-repeat;
}
.modal #kate h2.title {
	background: url(/img/titles/kate-jones.png) top left no-repeat;
}
.modal #jack h2.title {
	background: url(/img/titles/jack-stevens.png) top left no-repeat;
}

#booksPage .modal .content h2.title {
	height: 62px;
}

#booksPage .modal .content h3.title {
	height: 30px;
}

#booksPage .modal .content h3.title a {
	display: block;
	width: auto;
	height: 30px;
}

#booksPage .sideNav .content h2.title {
	background: url(/img/titles/the-rbi-series.png) top left no-repeat;
	height: 20px;
	margin-bottom: 5px;
}

.modal #book1 h2.title {
	background: url(/img/titles/book1-title.png) top left no-repeat;
}
.modal #book2 h2.title {
	background: url(/img/titles/book2-title.png) top left no-repeat;
}
.modal #book3 h2.title {
	background: url(/img/titles/book3-title.png) top left no-repeat;
}
.modal #book4 h2.title {
	background: url(/img/titles/book4-title.png) top left no-repeat;
}
.modal #book5 h2.title {
	background: url(/img/titles/book5-title.png) top left no-repeat;
}
.modal #book6 h2.title {
	background: url(/img/titles/book6-title.png) top left no-repeat;
}
.modal #book7 h2.title {
	background: url(/img/titles/book7-title.png) top left no-repeat;
}
.modal #book8 h2.title {
	background: url(/img/titles/book8-title.png) top left no-repeat;
}


.modal #book1 h3.title {
	background: url(/img/titles/prologue-book1.png) top left no-repeat;
}
.modal #book2 h3.title {
	background: url(/img/titles/prologue-book2.png) top left no-repeat;
}
.modal #book3 h3.title {
	background: url(/img/titles/prologue-book3.png) top left no-repeat;
}
.modal #book4 h3.title {
	background: url(/img/titles/prologue-book4.png) top left no-repeat;
}
.modal #book5 h3.title {
	background: url(/img/titles/prologue-book5.png) top left no-repeat;
}
.modal #book6 h3.title {
	background: url(/img/titles/prologue-book6.png) top left no-repeat;
}
.modal #book7 h3.title {
	background: url(/img/titles/prologue-book7.png) top left no-repeat;
}
.modal #book8 h3.title {
	background: url(/img/titles/prologue-book8.png) top left no-repeat;
}


#contactPage .sideNav .content h2.title {
	background: url(/img/titles/contact-rbi.png) top left no-repeat;
	height: 20px;
}
#contactPage .modal .content h2.title {
	background: url(/img/titles/submit-a-question.png) top left no-repeat;
}

#academyPage .modal .content h2.title {
	background: url(/img/titles/ripley-academy.png) top left no-repeat;
}


#downloadsPage .modal .content h2.title {
	height: 29px;
}
#downloadsPage .sideNav .content h2.title {
	height: 25px;
}

#downloadsPage .modal #desktopImages h2.title {
	background: url(/img/titles/desktop-images.png) top left no-repeat;
}

#downloadsPage .modal #coloringPages h2.title {
	background: url(/img/titles/coloring-pages.png) top left no-repeat;
}

#downloadsPage .modal #funPuzzles h2.title {
background: url(/img/titles/fun-puzzles.png) top left no-repeat;
}

#downloadsPage #agentIcons h2.title {
	background: url(/img/titles/agent-icons.png) top left no-repeat;
}



#gadgetsPage .modal .content h2.title {
	height: 29px;
}
#gadgetsPage .sideNav .content h2.title {
	height: 25px;
}

#gadgetsPage #gadgetThumbs h2.title {
	background: url(/img/titles/gadgetsTitle.png) top left no-repeat;
}

#gadgetsPage .modal #nightVisionGoggles h2.title {
	background: url(/img/titles/gogglesTitle.png) top left no-repeat;
}
#gadgetsPage .modal #gpsTracker h2.title {
	background: url(/img/titles/gpsTitle.png) top left no-repeat;
}
#gadgetsPage .modal #thermalImager h2.title {
	background: url(/img/titles/thermalTitle.png) top left no-repeat;
}
#gadgetsPage .modal #gpsTrackerCuff h2.title {
	background: url(/img/titles/cuffTitle.png) top left no-repeat;
}
#gadgetsPage .modal #handheldSonar h2.title {
	background: url(/img/titles/sonarTitle.png) top left no-repeat;
}

/*******************************************
ALL MODALS
*******************************************/
.modal { 
	float: right;
}

.modal button {
	background: transparent;
	border: none;
	padding: 0;
}

.modal button img {
	margin: 0 !important;
}

button.modal_close {
	cursor:pointer;
}

.modal .modal_top, .modal .modal_bottom, .modal .modal_wrap {
	width: inherit;
	float: left;
	clear: both;
}

.modal .modal_top, .modal .modal_bottom {
	overflow: hidden;
}

.modal .content {
	float: left;
	margin-top: 0px;
	padding: 5px 5px 15px 5px;
}

.modal .contentContainer {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -50px;
	margin-bottom: -70px;
	position: relative;
	z-index: 10;
}

/*******************************************
SIDE NAV
*******************************************/
.sideNav {
	position: absolute;
}

.sideNav .content {
	width: 187px;
	float: left;
	padding: 40px 20px 20px 20px;
}

/*******************************************
IMAGE NAV
*******************************************/
.imageNav {
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
}

.imageNav a {
	position: absolute;
	display: block;
	text-decoration: none !important;
}

/*******************************************
SCROLL PANES
*******************************************/
.scroll {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative; /* IE6 AND IE7 relative positioned elemented inside a fixed height scrollable pane will remain fixed unless the scroll pane itself has a relative position (http://snook.ca/archives/html_and_css/position_relative_overflow_ie/) */
}

#introPage .modal .images .scroll {
	height: 325px;
	overflow-y: hidden;
}

.modal .content .scroll {
	max-height: 100%;
	height: auto;
	padding: 5px;
}

.sideNav .scroll {
	max-height: 360px;
}

#booksPage .sideNav .scroll {
	max-height: 390px;
	width: 200px;
}

#contactPage .sideNav .scroll {
	max-height: 370px;
	width: 200px;
}

/*******************************************
INTRO
*******************************************/
#introPage .modal {
	width: 711px;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

#introPage .modal .modal_top {
	height: 105px;
	background: url(/img/modal/island/modal-window-top.png) 0 100% no-repeat;
}

#introPage .modal .modal_bottom {
	height: 82px;
	background: url(/img/modal/island/modal-window-bottom.png) 100% 0 no-repeat;
}

#introPage .modal .modal_wrap {
	background: url(/img/modal/island/modal-window-middle.png) 0 0 repeat-y;
}

#introPage .modal .content {
	width: 467px;
}

#introPage .modal button.modal_close {
	margin-left:614px;
	margin-top: 1px;
	width:78px;
	height:22px;
}

#introPage .modal .images {
	background: url(/img/modal/island/image-scroller-bg.png) top left no-repeat;
	width: 164px;
	height: 325px;
	float: right;
	text-align: center;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#introPage .modal .imageContainer {
	width: 145px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#introPage .modal .imageContainer img {
	width: 110px;
	border: solid 1px #cccccc;
}

#introPage .modal .imageContainer .top, #introPage .modal .imageContainer .bottom, #introPage .modal .imageContainer .wrap {
	width: 145px;
}

#introPage .modal .imageContainer .top, #introPage .modal .imageContainer .bottom {
	height: 6px;
}

#introPage .modal .imageContainer .top {
	background: url(/img/container/imageContainer_top.png) top left no-repeat;
}
#introPage .modal .imageContainer .bottom {
	background: url(/img/container/imageContainer_bottom.png) top left no-repeat;
}
#introPage .modal .imageContainer .wrap {
	background: url(/img/container/imageContainer_middle.png) top left repeat-y;
}

/*******************************************
CHARACTERS
*******************************************/
#charactersPage .modal {
	width: 633px;
	margin-top: 16px;
}

#charactersPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/characters/charactersMain_top.png) 0 100% no-repeat;
	width: 633px;
}

#charactersPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/characters/charactersMain_bottom.png) 100% 0 no-repeat;
	width: 633px;
}

#charactersPage .modal .modal_wrap {
	background: url(/img/modal/characters/charactersMain_wrap.png) 0 0 repeat-y;
	width: 633px;
}

#charactersPage .modal .content {
	width: 560px;
}

#charactersPage .modal .content .characterPortrait {
	margin: -40px 10px 10px 10px;
}

#charactersPage .modal .content .characterPortrait.alignright {
	margin-right: 0px !important;
}

#charactersPage .modal .imageNav {
	width: 476px;
	height: 276px;
	background: url(/img/characters/all-characters.png) top left no-repeat;
}

#charactersPage .sideNav .imageNav {
	width: 230px;
	height: 330px;
	top: 100px;
}

#charactersPage .modal button.modal_close {
	margin-left: 632px;
	margin-top: -1px;
	width: 78px;
	height: 23px;
}

#charactersPage .sideNav {
	width: 344px;
	height: 457px;
	background: url(/img/modal/characters/charactersSide.png) top left no-repeat;
	margin-left: 46px;
}

/*#characterNav a {
	background: black;
}*/

#charactersPage .modal .imageNav .li {
	width: 44px;
	height: 26px;
	left: 0;
	top: 38px;	
}

#charactersPage .modal .imageNav .zia {
	width: 44px;
	height: 26px;
	left: 58px;
	top: 28px;	
}

#charactersPage .modal .imageNav .alek {
	width: 58px;
	height: 26px;
	left: 111px;
	top: 1px;	
}

#charactersPage .modal .imageNav .kobe {
	width: 58px;
	height: 26px;
	left: 194px;
	top: 2px;	
}

#charactersPage .modal .imageNav .max {
	width: 58px;
	height: 26px;
	left: 264px;
	top: 13px;	
}

#charactersPage .modal .imageNav .kate {
	width: 56px;
	height: 26px;
	left: 332px;
	top: 25px;	
}

#charactersPage .modal .imageNav .jack {
	width: 58px;
	height: 26px;
	left: 413px;
	top: 16px;
}

#charactersPage .sideNav .imageNav .li {
	width: 40px;
	height: 50px;
	left: 0px;
	top: 120px;	
}

#charactersPage .sideNav .imageNav .zia {
	width: 45px;
	height: 50px;
	left: 0px;
	top: 50px;	
}

#charactersPage .sideNav .imageNav .alek {
	width: 45px;
	height: 55px;
	left: 65px;
	top: 15px;	
}

#charactersPage .sideNav .imageNav .kobe {
	width: 40px;
	height: 60px;
	left: 130px;
	top: 10px;
}

#charactersPage .sideNav .imageNav .max {
	width: 45px;
	height: 65px;
	left: 50px;
	top: 90px;
}

#charactersPage .sideNav .imageNav .kate {
	width: 45px;
	height: 55px;
	left: 110px;
	top: 95px;
}

#charactersPage .sideNav .imageNav .jack {
	width: 45px;
	height: 50px;
	left: 160px;
	top: 71px;
}

#charactersPage .sideNav .imageNav .next {
	width: 36px;
	height: 40px;
	left: 160px;
	top: 265px;	
}
#charactersPage .sideNav .imageNav .all {
	width: 40px;
	height: 40px;
	left: 108px;
	top: 274px;	
}
#charactersPage .sideNav .imageNav .prev {
	width: 36px;
	height: 40px;
	left: 60px;
	top: 280px;	
}

/*******************************************
BOOKS
*******************************************/
#booksPage .modal {
	width: 663px;
}

#booksPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/books/booksMain_top.png) 0 100% no-repeat;
	width: 663px;
}

#booksPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/books/booksMain_bottom.png) 100% 0 no-repeat;
	width: 663px;
}

#booksPage .modal .modal_wrap {
	background: url(/img/modal/books/booksMain_wrap.png) 0 0 repeat-y;
}

#booksPage .modal .content.book h2.title {
	margin-left: 230px;
}
#booksPage .modal .content.book h3.title, #booksPage .modal .content.book .divider {
	margin-left: 240px;
}

#booksPage .modal .content {
	width: 590px;
}

#booksPage .modal .content .bookLarge {
	margin: 10px 10px 10px 10px;
}

#booksPage .modal .content .bookLarge.alignleft {
	margin-right: 20px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
}

#booksPage .modal .content .divider {
	background: url(/img/modal/books/booksMain_divider.png) top left repeat-x;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#booksPage .sideNav {
	width: 343px;
	height: 485px;
	background: url(/img/modal/books/booksSide.png) top left no-repeat;
	margin-left: 10px;
}

#booksPage .sideNav .content .bookThumb {
	margin-bottom: 5px;
	width: 90px;
	height: 146px;
	overflow: hidden;
}

.bookThumb.alignleft {
	clear: both;
}

#booksPage .modal .flippingBook {
	width: 600px;
	height: 400px;
	text-align: center;
	margin-bottom: 10px;
}

.buyNow {
	clear: left;
	margin-top: -80px;
	margin-bottom: 10px;
	min-height: 123px;
	min-width: 123px;
	background: url(/img/buyNow.png) top left no-repeat;
}

.buyNow ul {
	padding-top: 110px;
	float: left;
}

.buyNow li {
	font-size: 1.8em;
	padding-right: 12px;
	padding-top: .2em;
}

.buyNow li a {
	float: left;
}

.buyNow li img {
	margin-top: -.2em;
	margin-right: 3px;
}

.buyNow li.amazonAus {
	visibility: hidden;
}

/*******************************************
ACADEMY
*******************************************/
#academyPage .modal {
	width: 633px;
	margin-top: 16px;
}

#academyPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/academy/academyMain_top.png) 0 100% no-repeat;
	width: 633px;
}

#academyPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/academy/academyMain_bottom.png) 100% 0 no-repeat;
	width: 633px;
}

#academyPage .modal .modal_wrap {
	background: url(/img/modal/academy/academyMain_wrap.png) 0 0 repeat-y;
}

#academyPage .modal .content {
	width: 560px;
}

#academyPage .sideNav {
	width: 342px;
	height: 456px;
	background: url(/img/modal/academy/academySide.png) top left no-repeat;
	margin-left: 46px;
}

/*******************************************
CONTACT
*******************************************/
#contactPage .modal {
	width: 635px;
}

#contactPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/contact/contactMain_top.png) 0 100% no-repeat;
	width: 635px;
}

#contactPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/contact/contactMain_bottom.png) 100% 0 no-repeat;
	width: 635px;
}

#contactPage .modal .modal_wrap {
	background: url(/img/modal/contact/contactMain_wrap.png) 0 0 repeat-y;
}

#contactPage .sideNav {
	width: 348px;
	height: 477px;
	background: url(/img/modal/contact/contactSide.png) top left no-repeat;
	margin-left: 40px;
}

#contactPage .modal .content {
	width: 563px;
}

#contactPage .modal .content #mrcain {
	margin-right: 20px;
}

/*******************************************
DOWNLOADS
*******************************************/
#downloadsPage .modal {
	width: 639px;
}

#downloadsPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/downloads/downloadsMain_top.png) 0 100% no-repeat;
	width: 639px;
}

#downloadsPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/downloads/downloadsMain_bottom.png) 100% 0 no-repeat;
	width: 639px;
}

#downloadsPage .modal .modal_wrap {
	background: url(/img/modal/downloads/downloadsMain_wrap.png) 0 0 repeat-y;
}

#downloadsPage .sideNav {
	width: 331px;
	height: 457px;
	background: url(/img/modal/downloads/downloadsSide.png) top left no-repeat;
	margin-left: 50px;
}

#downloadsPage .modal .content {
	width: 568px;
}

#downloadsPage .modal table {
	width: 100%;
}

#downloadsPage .sideNav table {
	width: 100%;
}

#downloadsPage table td, #downloadsPage table img {
	text-align: center;
}


#downloadsPage .modal table td.cellCaption {
	padding-top: 5px;
	padding-bottom: 20px;
}

#downloadsPage .sideNav table td.cellCaption {
	padding-bottom: 5px;
}

/*******************************************
GADGETS
*******************************************/
#gadgetsPage .modal {
	width: 639px;
}

#gadgetsPage .modal .modal_top {
	height: 85px;
	background: url(/img/modal/gadgets/gadgetsMain_top.png) 0 100% no-repeat;
	width: 639px;
}

#gadgetsPage .modal .modal_bottom {
	height: 85px;
	background: url(/img/modal/gadgets/gadgetsMain_bottom.png) 100% 0 no-repeat;
	width: 639px;
}

#gadgetsPage .modal .modal_wrap {
	background: url(/img/modal/gadgets/gadgetsMain_wrap.png) 0 0 repeat-y;
}

#gadgetsPage .sideNav {
	width: 331px;
	height: 457px;
	background: url(/img/modal/gadgets/gadgetsSide.png) top left no-repeat;
	margin-left: 50px;
}

#gadgetsPage .modal .content {
	width: 568px;
}

#gadgetsPage .modal img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
}

#gadgetsPage .modal table {
	width: 100%;
}

#gadgetsPage .sideNav table {
	width: 100%;
}

#gadgetsPage table td, #gadgetsPage table img {
	text-align: center;
}


#gadgetsPage .modal table td.cellCaption {
	padding-top: 5px;
	padding-bottom: 20px;
}

#gadgetsPage .sideNav table td.cellCaption {
	padding-bottom: 5px;
}

/*******************************************
LINKS
*******************************************/
.icon.globe_icon {
	background: url(/img/icons/web-icon.png) top left no-repeat;
}
.icon.phone_icon {
	background: url(/img/icons/phone-icon.png) top left no-repeat;
}
.icon.fax_icon {
	background: url(/img/icons/fax-icon.png) top left no-repeat;
}
.icon.zip_icon {
	background: url(/img/icons/zip-icon.png) top left no-repeat;
}
.icon.pdf_icon {
	background: url(/img/icons/pdf-icon.png) top left no-repeat;
}
.icon.desktop_icon {
	background: url(/img/icons/desktop-images.png) top left no-repeat;
	min-height: 30px;
	font-size:16px;
}
.icon.coloring_icon {
	background: url(/img/icons/color-pages.png) top left no-repeat;
	min-height: 30px;
	font-size:16px;
}
.icon.puzzles_icon {
	background: url(/img/icons/brain.png) top left no-repeat;
	min-height: 30px;
	font-size:16px;
}

.icon.amazon_icon {
	background: url(/img/icons/amazonLogo.png) top left no-repeat;
	min-height: 25px;
}

a {
	color: #060c33;
	text-decoration: none;
	font-weight: bold;
	font-family: inherit;
}

a .linkArrow {
	color: #1f7999;
	font-size: 1.4em;
}

#booksPage .sideNav a {
	font-family: Georgia,"Times New Roman",serif;
}

#contactPage .sideNav a {
	color: #FF3300;
}

#contactPage .sideNav a:visited, #contactPage .sideNav a:hover {
	color: #C98D44;
}


#downloadsPage .modal a {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
	color: #0a869e;
}

#downloadsPage .modal a:visited, #downloadsPage .modal a:hover, #downloadsPage .modal .contentNav a:hover {
	color: inherit !important;
}

#downloadsPage .modal table a {
	font-weight: normal;
}

#downloadsPage .modal .contentNav a {
	color: #0a869e !important;
}

#downloadsPage .modal .contentNav a.active, #downloadsPage .modal .contentNav a.active:hover {
	color: inherit !important;
}

#downloadsPage .sideNav a {
	font-size: 1.2em;
	text-decoration: underline;
}

#downloadsPage .contentNav p {
	font-size: 1.2em;
	font-weight: bold;
}

#downloadsPage .modal #coloringPages table a {
	font-size: 1.6em;
}

#downloadsPage .modal #coloringPages p.icon {
	padding-left: 1.4em;
}

#downloadsPage .modal #coloringPages p.icon.pdf_icon {
	display: inline;
}


#downloadsPage .modal #funPuzzles table a {
	font-size: 1.6em;
}

#downloadsPage .modal #funPuzzles p.icon {
	padding-left: 1.4em;
}

#downloadsPage .modal #funPuzzles p.icon.pdf_icon {
	display: inline;
}





#gadgetsPage .modal a {
	font-weight: bold;
	text-decoration: underline;
	color: inherit;
	color: #999999;
}

#gadgetsPage .modal a:visited, #gadgetsPage .modal a:hover, #gadgetsPage .modal .contentNav a:hover {
	color: inherit !important;
}

#gadgetsPage .modal table a {
	font-weight: normal;
}

#gadgetsPage .modal .contentNav a {
	color: #0a869e !important;
}

#gadgetsPage .modal .contentNav a.active, #gadgetsPage .modal .contentNav a.active:hover {
	color: #999999 !important;
}

#gadgetsPage .sideNav a {
	font-size: 1.2em;
	text-decoration: underline;
}

#gadgetsPage .contentNav p {
	font-size: 1.2em;
	font-weight: bold;
}

#gadgetsPage .modal #coloringPages a {
	font-size: 1.6em;
}

#gadgetsPage .modal #coloringPages p.icon {
	padding-left: 1.4em;
}

#gadgetsPage .modal #funPuzzles p.icon.pdf_icon {
	display: inline;
}


#gadgetsPage .modal #funPuzzles a {
	font-size: 1.6em;
}

#gadgetsPage .modal #funPuzzles p.icon {
	padding-left: 1.4em;
}

#gadgetsPage .modal #funPuzzles p.icon.pdf_icon {
	display: inline;
}
