@charset "utf-8";
/*colour pallet
#ededed silver grey
#666 mid grey 
#333 dark grey
#cecac1 taupe- portrait background*/
body {
	background: url(../_images/tile.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: 100.01%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 170px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #cecac1 url(../_images/logos/banner.jpg) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
} 


.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 49em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
} 

.thrColAbsHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	top: 170px;
	left: 1px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	font-size: 0.9em;
}
.thrColAbsHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	top: 175px;
	right: 6px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ededed; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font-size: .9em;/* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
	margin: 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	
} 
#header h1 {
	color: #666;
	font-size: 43px;
	font-weight: normal;
	padding-top: 0.6em;
	padding-left: 190px;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#666;
	bottom: 1.4em;
	padding-top:1em;
}
#mainContent h2 {
	font-size: 1.4em;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 1.2em;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 1.2em;
}
#mainContent h3 a {
	color: #333;
	text-decoration: none;
}

#mainContent h4 {
	font-size: 1em;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 1.2em;
	padding-bottom: .2em;
	border-bottom: 1px solid #666;
	margin-bottom: .8em;
}
#mainContent h4 a {
	text-decoration: underline;
	color: #666;
}

#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #666;
	padding-top: 0.5em;
}
#mainContent h1 img{
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#mainContent a img {
	border-style: none;
}

#mainContent p {
	text-align: justify;
}
#mainContent p a {
	color: #333;
}
#mainContent ul,#mainContent ol {
	margin-left: 30px;
}
#mainContent ul li,#mainContent ol li {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
}
#mainContent ul li a {
	color: #900;
}
#mainContent blockquote{
	margin: 2em 10%;
	font-weight: normal;
	color: #333;
	font-style: italic;
}
#mainContent blockquote a{
	text-decoration: none;
	color: #333;
}

#mainContent .youTube {
	margin-left: -10px;
	margin-bottom: 2em;
}
#mainContent .terms {
	font-size: 0.8em;
	margin-top: 2em;
}
#mainContent .terms h3 {
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}
#mainContent tr #amazon {
	left: -100px;
	position: absolute;
	overflow: visible;
}

#sidebar1 h3,#sidebar2 h3 {
	padding-left:10px;
	padding-top:1.2em;
	padding-bottom: 1em;
	font-size: 1.2em;
	color: #333;
	padding-right: 10px;
	text-decoration: none;
}
#sidebar1 #info h3 a {
	color: #333;
	text-decoration: none;
}

#sidebar1 h4,#sidebar2 h4 {
	font-size: 1em;
	margin: 0px;
	padding: 2px 5px;
	color: #FFF;
	background-color: #999;
}
#sidebar1 #info p {
	padding-right: 5px;
	padding-left: 5px;
}


#sidebar1 #info,#factSheets {
	margin: 0px 0px 10px;
	background-color: #ededed;
}

#sidebar1 #info a:hover, #info a:focus, #info a:active,#factSheets a:hover, #factSheets a:focus, #factSheets a:active {
	color: #666;
	background: #FFF;
}

#sidebar1 #info ul,#factSheets ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sidebar1 #info ul li,#factSheets ul li {
	padding: 0px;
	margin: 0px;
	}
#sidebar1 #info ul a,#factSheets ul a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	border-bottom: 1px solid #333;
	display: block;
	width: 110px;
	padding-left: 30px;
	}
#sidebar1 #info ul a:hover,#factSheets ul a:hover {
	color: #666;
	background: #fff
}
#sidebar1 #info ul a.current,#factSheets ul a.current {
	background: #fff;
	cursor: default
}
#sidebar1 #info ul a.last,#factSheets ul a.last {
	border-bottom: none;
}
#sidebar1 a img {
	border-style: none;
}

#sidebar1 .otherItems {
	background: #ededed;
}
#sidebar2 p {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#sidebar2 p a img {
	border-style: none;
}

#sidebar2 p a #seasonalCard {
	border-style: none;
}
#sidebar2 p #featuredPortrait {
	border-style: none;
}
.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;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#footer p {
	margin: 0;
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	padding: 2px 0px 3px;
}
#footer h2 {
	color: #fff;
}
#footer p a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.strapLine {
	font-size: 0.6em;
}
.flickr {
	margin: 0px auto;
	width: 135px;
	overflow: hidden;
}
.offleft {
	margin-left: -16000px;
	position: absolute;
}
a #cardSelection {
	border-style: none;
	margin: 20px auto;
}
#mainContent .reviews  img {
	padding: 0px 5px 0px 0px;
	border-style: none;
}
#container #mainContent p.noScript {
	font-size: .8em;
	color: #C00;
}
