@charset "UTF-8";

/* standard reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
  margin: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* END standard reset */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d8ccaa;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:11px;
	line-height:165%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:top center;
	
	scrollbar-face-color: ThreeDFace !important;
  	scrollbar-shadow-color: ThreeDDarkShadow !important;
  	scrollbar-highlight-color: ThreeDHighlight !important;
  	scrollbar-3dlight-color: ThreeDLightShadow !important;
  	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
  	scrollbar-track-color: Scrollbar !important;
 	scrollbar-arrow-color: ButtonText !important;

}

.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;	
}

.oneColFixCtrHdr #header h1 {
	color:#FFFFFF;
	display:block;
	background-image:url(../images/logo.gif);
	width:630px;
	height:41px;
	margin:45px auto 0px auto;

}

.oneColFixCtrHdr #header span{
	display:none;
}

.oneColFixCtrHdr #navigation  {
	font-size:130%;
	text-align:center;
	color:#fff;
}



.oneColFixCtrHdr #navigation ul{
	margin: 35px auto 0 auto;
}

.oneColFixCtrHdr #navigation ul li{
	display:inline;
	margin: 0 35px 0 0;
	color:#ad9961;
}

.oneColFixCtrHdr #navigation ul li a{
	font-weight:bold;
	color:#b1b3b4;
}

.oneColFixCtrHdr #navigation ul li a{
	text-decoration:none;
	font-weight:bold;
}


.oneColFixCtrHdr #navigation ul li a:hover{
	color:#fff;
	border-bottom:3px #fff solid;
	padding-bottom:5px;
	font-weight:bold;
}

.oneColFixCtrHdr #stickers {
	padding: 15px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:120%;
	
}

.oneColFixCtrHdr #stickerwrap{
	display:block;
	width:690px;
	margin-left: auto;
	margin-right: auto;
	height:102px;
}

.oneColFixCtrHdr #stickers span {
	display:none;
}

.oneColFixCtrHdr #stickers ul{
	margin: 15px 0px 0px 0px;
	padding: 0;
	text-indent:none;
	
}

.oneColFixCtrHdr #stickers ul li{
	display:inline-block;
	margin: 0 0px 0 0;
	padding:0px;
	
}

.oneColFixCtrHdr #stickers  .sticker1{
	float:left;
	background-image:url(../images/sticker_1.png);
	background-repeat:none;
	width:98px;
	height:100px;
}

.oneColFixCtrHdr #stickers  .sticker2{
	float:left;
	background-image:url(../images/sticker_2.png);
	background-repeat:none;
	width:98px;
	height:100px;
}

.oneColFixCtrHdr #stickers .sticker3{
	float:left;
	background-image:url(../images/sticker_3.png);
	background-repeat:none;

	width:98px;
	height:100px;
}

.oneColFixCtrHdr #stickers .sticker4{
	float:left;
	background-image:url(../images/sticker_4.png);
	background-repeat:none;
	
	width:98px;
	height:100px;

}

.oneColFixCtrHdr #stickers .sticker5{
	float:left;
	background-image:url(../images/sticker_5.png);
	background-repeat:none;
	
	width:98px;
	height:100px;

}

.oneColFixCtrHdr #stickers .sticker6{
	float:left;
	background-image:url(../images/sticker_6.png);
	background-repeat:none;
	
	width:99px;
	height:100px;

}

.oneColFixCtrHdr #stickers .sticker7{
	float:left;
	background-image:url(../images/sticker_7.png);
	background-repeat:none;
	width:99px;
	height:102px;

}


.oneColFixCtrHdr #mainContent {
	display:block;
	padding: 70px 100px 75px 60px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:490px;
}

.oneColFixCtrHdr #mainContent #homeLeft {
	position:relative;
	float:left;
	text-align:right;
	
}


.oneColFixCtrHdr #mainContent #homeRight {
	position:relative;
	float:right;
	width:225px;
	padding-top:25px;
}


.oneColFixCtrHdr #mainContent #detailsLeft {
	position:relative;
	float:left;
	
}


.oneColFixCtrHdr #mainContent #detailsRightOne {
	position:relative;
	float:left;
	width:230px;
	padding-top:149px;
	padding-right:30px;
	padding-left:78px;
}


.oneColFixCtrHdr #mainContent #detailsRightTwo {
	position:relative;
	float:left;
	width:225px;
	padding-top:177px;
}

.oneColFixCtrHdr #mainContent #timelineLeft {
	position:relative;
	float:left;
	width:230px;
	padding: 20px 30px 30px 44px;
	
}




.oneColFixCtrHdr #mainContent #timelineRightOne {
	position:relative;
	float:left;
	width:230px;
	padding-top:49px;
	padding-right:30px;
}


.oneColFixCtrHdr #mainContent #timelineRightTwo {
	position:relative;
	float:left;
	width:225px;
	padding-top:49px;
}

.oneColFixCtrHdr #mainContent #reviewLeft {
	position:relative;
	float:left;
	width:230px;
	padding: 20px 30px 30px 44px;
	
}


.oneColFixCtrHdr #mainContent #reviewRightOne {
	position:relative;
	float:left;
	width:230px;
	padding-top:49px;
	padding-right:30px;
}


.oneColFixCtrHdr #mainContent #reviewRightTwo {
	position:relative;
	float:left;
	width:225px;
	padding-top:49px;
}

.oneColFixCtrHdr #mainContent #extractLeft {
	position:relative;
	float:left;
	width:230px;
	padding: 20px 0px 30px 45px;
	
}

.oneColFixCtrHdr #mainContent #videoLeft {
	position:relative;
	float:left;
	width:210px;
	padding: 20px 0px 30px 45px;
	
}

.oneColFixCtrHdr #mainContent #extract {
	position:relative;
	float:right;
	width:500px;
	height:440px;
	margin-top:50px;
	background-color: #FFFBEF;

	/*background-image:url(../images/extract_background.gif);
	background-repeat:no-repeat;*/
	overflow:scroll;
	overflow-x:hidden;
	
	scrollbar-face-color: #D8CCAA;
  	scrollbar-shadow-color: #b1b3b4;
  	scrollbar-highlight-color: #FFFBEF;
  	scrollbar-3dlight-color: #FFFBEF;
  	scrollbar-darkshadow-color: #D8CCAA;
  	scrollbar-track-color: #FFFBEF;
 	scrollbar-arrow-color: #000;
	
}
	


.oneColFixCtrHdr #mainContent #video {
	position:relative;
	float:right;
	text-align:center;
	width:500px;
	margin-top:50px;
	
	padding:10px;
	background-color: #FFFBEF;
	
	
}


.oneColFixCtrHdr #mainContent #chloeLeft {
	position:relative;
	float:left;
	text-align:right;
	padding-left:175px;

	
}

.oneColFixCtrHdr #mainContent #chloeLeft img{
	
	border:#b1b3b4 7px solid;
	
}


.oneColFixCtrHdr #mainContent #chloeRight {
	position:relative;
	float:right;
	width:225px;
	padding-top:25px;
}


.oneColFixCtrHdr #mainContent h2 {
	font-size:140%;
	color:#ad9961;
	font-weight:300;
	line-height:130%;
}

.oneColFixCtrHdr #mainContent #homeRight h2{
	font-size:140%;
	padding-top:25px;
}


.oneColFixCtrHdr #mainContent p {
	font-size:120%;
	line-height:120%;
}

.oneColFixCtrHdr #mainContent .home  {
	width:225px;
	float:left;
	padding:0px;
	margin:0 0 10px 0;
}

.oneColFixCtrHdr #mainContent .videoText  {
	width:200px;
	float:left;
	padding:0px;
	margin:0 0 10px 0;
}


.oneColFixCtrHdr #mainContent .videoText  {
	width:200px;
	float:left;
	padding:0px;
	margin:0 0 10px 0;
}

.oneColFixCtrHdr #mainContent .videoActive  {
	border:5px solid #AD9961 ;
}

.oneColFixCtrHdr #mainContent  a img {
	border:5px solid #B1B3B4 ;
}

.oneColFixCtrHdr #mainContent  a:hover img {
	border:5px solid #D8CCAA ;
}


.oneColFixCtrHdr #mainContent .extractText  {
	width:400px;
	float:left;
	padding:10px 0px 0px 40px;
	margin:0px 0px 10px 0;
	font-size:135%;
	line-height:135%;
}

.oneColFixCtrHdr #mainContent .details {
	width:225px;
	float:left;
	padding:0px;
	margin:0 0 10px 0;
}

.oneColFixCtrHdr #mainContent .timeline {
	width:225px;
	float:left;
	padding:0px;
	margin:0 0 10px 0;
}

.oneColFixCtrHdr #mainContent #detailsRight h2{
	
	padding-top:131px;
}


.oneColFixCtrHdr #mainContent .caption  {
	width:100px;
	color:#b1b3b4;
	position:relative;
	float:left;
	font-size:110%;
	line-height:130%;
	padding-left:10px;
	
}

.oneColFixCtrHdr #mainContent .captionChloe  {
	width:100px;
	color:#b1b3b4;
	position:relative;
	float:left;
	font-size:110%;
	line-height:130%;
	margin-bottom:62px;
	
	
}

.oneColFixCtrHdr #mainContent .captionVideo  {
	color:#b1b3b4;
	position:relative;
	float:left;
	font-size:110%;
	line-height:130%;
	margin-bottom:5px;
	padding-left:15px;
	
	
}

.oneColFixCtrHdr #mainContent .review  a{
	color:#b1b3b4;
	position:relative;
	float:left;
	font-size:100%;
	line-height:130%;
	margin-bottom:5px;
	font-weight:bold;
	text-decoration:none;
	
	
}

.oneColFixCtrHdr #mainContent .review  a:hover{
	
	text-decoration:underline;
	
	
}

.oneColFixCtrHdr #mainContent .chloesm {
	float:left;
	border:#b1b3b4 4px solid;
}


.oneColFixCtrHdr #footer {
	padding: 40px 60px 40px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}

.oneColFixCtrHdr #footer #penguin{
	float:right;
	background-image:url(../images/penguin_logo.gif);
	background-repeat:no-repeat;
	width:29px;
	height:39px;
		
}


.oneColFixCtrHdr #footer #penguin span{
	display:none;
	
}


	


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 40px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:120%;
	color:#ad9961;
	
}

.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#b1b3b4;
}

.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline;
	color:fff;
	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
