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

html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
}

body {
	font-family:Georgia, "Times New Roman", serif;
	/*font-family:verdana, arial, sans-serif; */
	font-size:80%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

p {
	line-height:1.5em; 
	/*letter-spacing:0.1em; */
	text-align:justify;
}

#background{
	position:absolute; 
	z-index:1; 
	width:1021px;
	height:100%;
}

#scroller {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	overflow:auto; 
	z-index:2;
	min-width:950px;
} 

#whitecontent {
	position:absolute; 	
	width:620px;
	right:45px;
	top: 20%;
	height:101px;
	background-color:#CCC;
}

#content {
	background: url(transpwhite.png);
	position:absolute; 	
	width:620px;
	right:5%;
	border-right:1px #CCC solid;
	border-left:1px #CCC solid;
}

#bookShow {
	padding:5px 20px 20px 20px;
	text-align:center;
}

.bookShowImg {
	border-right:1px #666 dotted;
	margin-right: 10px;
	border:0px;
}

#normalText {
	padding:5px 20px 20px 20px;	
}

/*------------NORMAL BOOK -----------------*/

#bookHigh {
	padding:5px 10px 20px 10px;	
}

#bookHighQuote {
	padding-top:5px;
	padding-left:20px;
	margin-bottom:40px;
	padding-right:20px;		
}

.bookHighQuoteText {
	font-size: 18px;
	color: #647f87;
	font-style: oblique;
	line-height: 24px;
}

.bookHighTitle {
	font-size: 28px;
	color: #647f87;
	font-style: oblique;
	font-weight: bold;
	padding-top:30px;
}

.bookHighAuthor {
	font-size: 16px;
	color: #666;
	font-style: oblique;
	font-weight: bold;
	margin-left: 0px;
}

.bookHighAuthor2 {
	font-size: 16px;
	color: #999;
	font-style: oblique;
	margin-left: 0px;
}

.bookHighText {
	color: #000;
}

.bookHighText a:link {
	font-weight:bold;
	color: #069;
}

.bookHighText a:visited {
	font-weight:bold;
	color: #069;
}

.bookHighText a:active {
	font-weight:bold;
	color: #069;
}

p.bookHighText:first-letter {
	display:block;
	float:left;
	font-size:90px;
	color:#647f87;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-top: 8px;
}

#relContainer {
	width:100%;
	margin-top:20px;
	display:table-row;
}

.convegnoInfo {
	font-size: 14px;
	color: #000;
	font-weight: false;
	padding-top:30px;
}

.convegnoInfo a:link {
	font-weight:bold;
	color: #069;
}

.convegnoInfo a:visited {
	font-weight:bold;	
	color: #069;
}

.convegnoInfo a:active {
	font-weight:bold;	
	color: #069;
}


.convegnoInfo2 {
	font-size: 21px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
	padding-top:30px;
}

.convegnoInfo3 {
	font-size: 16px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
	padding-top:30px;
}

.convegnoInfo4 {
	font-size: 14px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
}

.convegnoInfo4 a:link {
	font-size: 14px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
}

.convegnoInfo4 a:visited {
	font-size: 14px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
}

.convegnoInfo4 a:active {
	font-size: 14px;
	color: #069;
	font-style: oblique;
	font-weight: bold;
}

/*------------/NORMAL BOOK -----------------*/


/*------------SELECTED BOOK -----------------*/

#bookSel {
	background-color:#333;
	padding:5px 20px 20px 20px;	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top:20px;
}



.bookSelText a:link {
	text-decoration: none;
	color: #FFF;
	}


.bookSelTitle {
	font-size: 28px;
	color: #647f87;
	font-style: oblique;
	font-weight: bold;
	padding-top:30px;
	margin-top:20px;
}

.bookSelAuthor {
	font-size: 16px;
	color: #666;
	font-style: oblique;
	font-weight: bold;
	margin-left: 0px;
}

.bookSelText {
	color: #FFF;
}

p.bookSelText:first-letter {
	display:block;
	float:left;
	font-size:90px;
	color:#FFF;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-top: 8px;
}

/*------------/SELECTED BOOK -----------------*/

/*------------VIDEO -----------------*/
#fixedVideo {
	background-color:#FFF;
	padding: 15px; 
	margin: 0 0 15px 0; 
	-moz-box-shadow: 0 0 2px #999; 
	-webkit-box-shadow: 0 0 2px #999;
}	

object.mov {
    display: none;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
/*------------/VIDEO -----------------*/


/*------------TWO COLUMN BOOK -----------------*/

#bookTwo {
	background-color:#FFF;
	padding:5px 0px 20px 0px;
	margin-bottom: 20px;
	width:52%;
	float:left;
	display:block;
}

#bookTwoRight {
	background-color:#FFF;
	padding:5px 0px 20px 0px;
	margin-right:20px;
	margin-bottom: 20px;
	width:43%;
	float:right;
	display:block;
	vertical-align:middle;
}

.bookTwoTitle {
	font-size: 28px;
	color: #647f87;
	font-style: oblique;
	font-weight: bold;
	padding-top:30px;
	margin-top:20px;
}

.bookTwoAuthor {
	font-size: 16px;
	color: #666;
	font-style: oblique;
	font-weight: bold;
	margin-left: 0px;
}

.bookTwoText {
	color: #000;
	line-height:1.5em; 
}

.bookTwoQuote {
	color: #647f87;
	line-height:1.5em; 
	font-size:18px;
	vertical-align:middle;	
}

p.bookTwoText:first-letter {
	display:block;
	float:left;
	font-size:90px;
	color:#FFF;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-top: 8px;
}

/*------------/TWO COLUMN BOOK -----------------*/

.apexDx {
	display: block;
	float: right;
	margin-right: 5px;
}

.reviewQuoteText {
	font-size: 20px;
	color: #647f87;
	font-style: oblique;
}

.reviewQuoteTextApex {
	font-size: 40px;
	color: #647f87;
	font-style: oblique;
	font-family: "Comic Sans MS", cursive;
}

.reviewtext {
	/*font-family:verdana, arial, sans-serif; 
	font-size:76%;
	line-height:1.8em; 
	letter-spacing:0.1em; 
	text-align:justify;	*/
	color: #333;
}

.reviewtext a:link {
	font-weight:bold;
	color: #069;
}

.reviewtext a:visited {
	font-weight:bold;
	color: #069;
}

.reviewtext a:active {
	font-weight:bold;
	color: #069;
}

p.reviewtext:first-letter {
	display:block;
	float:left;
	font-size:78px;
	color:#900;
	font-family: inherit;
	font-style: normal;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-top: 8px;
}

.reviewmoretext {
	border-top:#999 1px dotted;
	color: #333;
}

#fixed {
	position:absolute; 
	top:80px; 
	left:60px; 
	width:400; 
	z-index:3; 
	color:#567; 
	padding:10px;
}

#fixedTitle {
	position:absolute; 
	top:150px; 
	left:0px; 
	width:100%; 
	z-index:2; 
	color:#567; 
	padding:0px;
	min-width:950px;	
}

#fixedChart {
	position:absolute; 
	top:280px; 
	left:50px; 
	width:200px; 
	z-index:3; 
	padding:0px;
	min-width:250px;	
}

#main-title {
	background: url(transpBlack.png);
	padding-top:17px;
	padding-bottom:37px;
	padding-right:0px;
	padding-left:110px;
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	height:46px;
	min-width:950px;	
}

.main-titleText {
	text-align: left;
	color: white;
	font-size: 20px;
}

#logo {
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100PX;
	height:100px;
}

.callout { 
	background: #fdfce4; 
	padding: 15px; 
	border: 1px solid #fff000; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}     

h2 { 
	font-size: 24px; 
	margin: 0 0 15px 0; 
	color: #4660E2; 
}

.buyonNormal {
	font-size:12px;
	font-style:italic;
	margin-left:25px;
}

/* Navigation
-------------------------------------------------------------- */

#nav {
	width: 100%;
	text-align: left;
	height: 80px;
}
#nav ul { width:100%; margin: 0px;}
#nav ul li {
	list-style-type: none;
	line-height:1.2em;
	text-transform: uppercase;
	display: inline;
	font-family: Tahoma;
	color: #FFF;
	font:bold .9em/.1em Arial, Helvetica, "Helvetica Neue", sans-serif;
	/*padding:2px 5px 2px 5px;*/
	margin-bottom:5px;
}
#nav a {
	color:#FFF;
	text-decoration: none;
	display: inline-block;
	line-height:1em;
	padding:5px 5px 5px 5px;
	/*margin:2px 5px 2px 5px;	*/
	background-color:#0166FF;	
	/*border:1px solid #fff;
	border-width:1px 0 1px 0;*/	
	margin-bottom:5px;
	
}
#nav a:hover {
	background-color: #FFF;
	color:#0166FF;
	padding:5px 5px 5px 5px;
	/*margin:2px 5px 2px 5px;*/
	border:none;
}


#navspan {
 color:#FFF;	
}

/* END Navigation
-------------------------------------------------------------- */

/* CHARTS
------------------------------------------------------------ */
.charttitle {
	font-size:32px;
	font-weight:500;
	font-style:italic;
	margin-left:40px;
	line-height:2.3em;
}

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one { background: #fff; padding: 15px; margin: 0 0 15px 0; -moz-box-shadow: 0 0 2px #999; -webkit-box-shadow: 0 0 2px #999; }

#example-one .nav { overflow: hidden; margin: 0 0 5px 0; }

.buyon {
	font-size:10px;
	font-style:italic;
	margin-left:25px;
	text-align:right;
}

.flagImage {
	padding-right: 5px;
	border:0px;
}
/* END CHARTS
------------------------------------------------------------ */

/* FOOTER
------------------------------------------------------------ */
#footerSt {
	background-color:#131313;
	padding:5px 0 20px 0;
}


/* END FOOTER
------------------------------------------------------------ */
