/* ******************************************************************** */
/* **  CSS for Scott - Oracle ot the Earth 								*/
/* **  by Astrid Drolosn, Kauai Hawaii 2008								*/
/* **  (cc) creative commons copyright 									*/
/* ******************************************************************** */

body {
	background-color: #000000;
	color: #FFFFFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
/* ***************************** Main Layout Wrappers ***************************** */
#Wrapper {
	width: 1005px;
	height: 740px;
	margin: 15px auto 0px auto;
}
#Banner {
	width: 1000px;
	height: 192px;
	background-image: url(../bgr/backroundimage_01.jpg);
	background-repeat: no-repeat;
}
#ContentWrapper {
	width: 1000px;
	height: 543px;
	background-image: url(../bgr/backroundimage_02.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear:none;
}
#BannerEndless {
	width: 1000px;
	height: 192px;
	background-image: url(../bgr/endlessd__01.jpg);
	background-repeat: no-repeat;
}
#ContentWrapperEndless {
	width: 1000px;
	height: 550px;
	background-image: url(../bgr/endlessd__02.jpg);
	background-repeat: no-repeat;
	position: absolute;
	clear:both;
}

#QuoteWrapper {
	width: 700px;
	height: 543px;
	float: left;
	background: url(../book/getyourquote/plainbgr.jpg) no-repeat left top;
}


/* ***************************** Inside Content Boxes ***************************** */

/* Content Space */
#MainContent {
	left: 200px;
	width: 550px;
	height:1px;
	position: absolute;
	top: 0px;
	visibility: visible;
}
/* ***************************** Text Design  Content Space ***************************** */
h1.MainContent {
	font-size: 24px;
	color: #660000;
	font-style: normal;
	padding-left: 50px;
	margin: 30px 0px -20px 0px;
	width: 500px;
	height: 27px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
}
h2.MainSubLine {
	font-size: 17px;
	color: #006666;
	font-style: italic;
	padding-left: 50px;
	margin: 25px 0px 0px 0px;
	font-weight: bold;
}
p.txt {
	font-size: 24px;
	color: #333300;
}
p.MainContent {
	font-size: 16px;
	color: #333300;
	font-style: normal;
	padding-left: 55px;
	margin: 10px 50px 0px 0px;
	line-height: 1.3em;
	text-align: justify;
}

p.MainContent2 {
	font-size: 16px;
	color: #333300;
	font-style: normal;
	padding-left: 55px;
	margin: 10px 50px 0px 0px;
	line-height: 1.3em;
	text-align: left;
}
/* ********************* LIST *************************** */

ul, ol {
	
	margin-left: 5px;
	font-size: 16px;
	color: #FFFFCC;
	list-style: disc;
		}

/* ********************* LINKS *************************** */
#ContentWrapper a:link {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
#ContentWrapper a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666600;
}
#ContentWrapper a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9966CC;
}
#ContentWrapper a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC00CC;
}
/* ******* */
#ContentWrapperEndless a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
#ContentWrapperEndless a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
#ContentWrapperEndless a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9966CC;
}
#ContentWrapperEndless a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC00CC;
}

/* ******************** SHOP STYLE *********************************** */
	
#ShopContent {
	width: 800px;
	left: 105px;
	position: absolute;
	top: 0px;
	height: 1px;
}
p.ShopContent {
	font-size: 16px;
	color: #333300;
	margin-top: 10px;
	font-style: normal;
	padding-left: 5px;
	text-align: justify;
}
h1.ShopContent {
	font-size: 18px;
	border-bottom-color: #CC6633;
	border-bottom-width: thin;
	border-bottom-style: dashed;
}
h1.faq {
	font-size: 24px;
	border-bottom: medium dotted #CC6633;
}
.imgSpace  {
	padding: 10px 10px 10px 10px;
}
.imgSpaceBottom  {
	padding: 0px 0px 10px 0px;
}
.smallShop {
	font-size: 10px;
	color:  #FFFFCC;
	font-style: normal;
	margin-left: 10px;
	margin-top: 20px;
	font-weight: bold;
}
.price {
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px 0px 5px 60px;
	background-image: url(../displays/backroundprice.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	margin-bottom: 3px;
}
.taggg {
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	background: url(../displays/backroundprice.gif) no-repeat center bottom;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.sipping {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 70px;
	padding: 0px;
}

.box {
	font-size: 16px;
	border: thin dotted #FFFF99;
	width: 600px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: thin dotted #864925;
	text-align: center;
	border-top: thin dotted #864925;
	background: #333333;
	margin-top: 20px;
}

.order {
	display: inline;
	padding-bottom: -5px;
	padding-left: 30px;
	border-bottom: medium dotted #FF6600;
	}

/* ******************** FOOTER *********************************** */
.footer {
	font-size: x-small;
	color: #999999;
	font-style: normal;
	margin: 10px auto 0px auto;
	line-height: normal;
	text-align: center;
}
/* ******************** LINK *********************************** */	
.link {
	text-align:center;
	font-weight: bold;
	color: #003333;
}
.linkBox {
	text-align:center;
	font-weight: bold;
	background-image: url(../bgr/trans-whitheRound.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: bottom;
	margin: 5px;
	padding: 3px;
	display: block;
}
/* ************** Endelss Desing on Black ******************* */
#ContentEndless {
	left: 199px;
	width: 550px;
	height:auto;
	position: absolute;
	top: -29px;
}
h1.ContentEndless {
	font-size: 24px;
	color: #FFFFCC;
	font-style: normal;
	padding-left: 50px;
	margin: 30px 0px -20px 0px;
	width: 500px;
	height: 27px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #F76939;
}
h2.ContentEndless {
	font-size: 17px;
	color: #FFCC00;
	font-style: italic;
	padding-left: 50px;
	margin: 25px 0px 0px 0px;
	font-weight: bold;
}
p.ContentEndless {
	font-size: 16px;
	color: #CCCCCC;
	font-style: normal;
	padding-left: 5px;
	margin: 10px 0px 0px 0px;
	line-height: 1.3em;
}

/* ***************************** Link Styles ***************************** */	
/*
#MainContent a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#MainContent a:visited {
	text-decoration: none;
	color: #990000;
}
#MainContent a:hover {
	text-decoration: none;
	color: #33CC99;
}
#MainContent a:active {
	text-decoration: none;
	color: #FFFF00;
} */
/* ******** Links for Endless **************** */	

#SampleBook a:link {
	color: #99FFFF;
	font-weight: bold;
	text-decoration: none;
}
#SampleBook a:visited {
	text-decoration: none;
	color: #CC0000;
}
#SampleBook a:hover {
	text-decoration: underline;
	color: #99FF33;
}
#SampleBook a:active {
	text-decoration: none;
	color: #FFFF00;
}
/* ***************************** ContetSideBarLeft ***************************** */

/*#SampleBook{
	left: 173px;
	width: 551px;
	height:574px;
	position: absolute;
	top: 7px;
	background-color: #F1702F;
	overflow: visible;}*/
	
	

#SampleBook {
	left: 175px;
	top: -70px;
	width: 634px;
	height:1150px;
	position: absolute;
}
/* ***************************** ContetSideBarLeft ***************************** */

#BuyBookBox {
	margin: 0px 0px 0px 0px;
	width: 185px;
	height:216px;
	left:802px;
	top:326px;
	position: absolute;
	z-index:1;
	visibility: visible;
}
/* ***************************** ContetSideBarLeft ***************************** */

#ShowBox {
	margin: 0px 0px 0px 0px;
	width: 400px;
	height:400px;
	left:41px;
	top:-448px;
	position: absolute;
	z-index:100;
	visibility: visible;
}
/* *****************************Text Design Content Side Bar Left ***************************** */	
h1.BuyBookBox {
	font-size: 15px;
	color: #333333;
	font-style: normal;
	padding-left: 25px;
	margin: 8px 15px -5px 0px;
	border-bottom-color: #704330;
	border-bottom-style: dotted;
	border-bottom-width: medium;
}
p.BuyBookBox {
	font-size: 10px;
	color: #333333;
	font-style: normal;
	padding-left: 30px;
	margin: 8px 10px -10px 0px;
}
hr {
	color: #F76939;
	text-decoration: line-through;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
}
.linkOrder {
}
.startup {
	color: #339900;
}
h3.MainContent {
	font-size: 24px;
	color: #660000;
	font-style: normal;
	padding-left: 50px;
	margin: 30px 0px -20px 0px;
	width: 404px;
	height: 27px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
}
#Wrapper #ContentWrapperEndless #ShopContent input {
	bottom: 0px;
}
