/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #577686;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h1 {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 34px;
	/*font-weight: bold;*/
	margin-bottom: 20px;
	line-height: 34px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}

h3 {
	font-family: Arial, sans-serif;
	color: #577686;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Arial, sans-serif;
	color: #577686;
	font-size: 14px;
	font-weight: bold;
}
/* end common styles */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #827763;
	background: url(/media/212/bodyback.jpg) repeat-x #e4b703;
	text-align: left;
}

#container {
	position: relative;
	width: 1000px;
	border: 2px solid #ff0000;
	/*background: url(/media/251/containerback_one.jpg) no-repeat #FFF;*/
	/*background-position: bottom left;*/
	height: 600px;
	margin: 0 auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	z-index: 2;
}

#header {
	width: 1000px;
	z-index: 5;
}

#logo {
	width: 900px;
	margin: 0 auto;
	padding-top: 40px;
}

#logo img {
	behavior: url(/css/iepngfix.htc);
}

#buyNow {
	width: 900px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
}

#buyNow p {
	width: 700px;
	float: left;
}

.buyButton a {
	position: relative;
	background-color: #ff0000;
	color: #ffffff;
	display: inline-block;
	height: 45px;
	width: 150px;
	border: 2px solid #ffcc00;
	text-align: center;
	line-height: 45px;
	z-index: 20;
}

.buyButton a:hover {
	background-color: #ffcc00;
	color: #ff0000;
	border: 2px solid #ff0000;
	text-decoration: none;
}

#navBar {
	width: 1000px;
	height: 35px;
	background: #000;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FFF;
	margin: 0 0 20px 0;
}

#homeContent {
	margin: 0 auto;
	width: 940px;
}

#homeText {
	float: left;
	width: 450px;
	background: rgb(254, 204, 0);
	background: rgba(254, 204, 0, 0.8);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 15px;
}

#homeText p {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#insideLeft{
	float: left;
	width: 450px;
	text-align: center;
}

#insideRight {
	float: right;
	width: 450px;
}

#manualLeft{
	width: 900px;
	float: left;
	text-align: center;
}

#storeLeft{
	width: 675px;
	float: left;
	text-align: center;
}

#checkoutBox {
	float: right;
	width: 200px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding: 15px; 
}

.cartIntro {
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	text-align: center;
	margin: 0;
}

.cartTotal {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

#manualRight {
	float: right;
	width: 150px;
}

#insideManualText {
	float: left;
	width: 900px;
	/*height: 460px;*/
	background-color: transparent;
	/* border: 1px solid #000000;
	 opacity: 0.85;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding: 15px; */
}

#insideStoreText {
	float: left;
	width: 650px;
	/*height: 460px;*/
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #000000;
	 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding: 15px; 
}

#insideStoreText h2 {
	text-align: left;
	line-height: 26px;
	margin-bottom: 10px;
}

#insideStoreText p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}

#fbContainer {
	border: 0px;
	outline: none;
}

#insideManualText h2 {
	text-align: left;
	line-height: 26px;
	margin-bottom: 10px;
}

#insideManualText p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}

#insideText {
	position: relative;
	float: left;
	width: 100%;
	background: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.85);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 15px;
	z-index: 10;
}

#insideText p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#insideText p strong {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 12px;
}

#videoBox {
	float: right;
	-moz-box-shadow: 0px 0px 15px #1c1c1c;
	-webkit-box-shadow: 0px 0px 15px #1c1c1c;
	width: 420px;
	height: 320px;
	}

.video {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0px;
}

.video a {
	margin: 0;
	padding: 0;
}

#sightingsBox {
	float: left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	width: 320px;
	border: 1px solid #000000;
	padding: 10px;
}

.ytVid {
	margin: 0;
	padding: 0;
	border: 0;
}

.video img {
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
}

.video img:hover {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
}

#flashMovie {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 600px;
	margin-left: -500px;
	z-index: 2;
	/*border: 1px solid #ff0000;*/
}

ul#prodList {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#prodList li {
	padding: 10px 0;
	border-bottom: 1px solid #666666;
}

ul#prodList li div.simpleCart_shelfItem {
	
	text-align: left;
}

ul#prodList li div.simpleCart_shelfItem img {
	float: left;
	margin: 0 20px 0 0;
}

ul#prodList li div.simpleCart_shelfItem div.prodText {
	float: left;
	margin-top: 10px;
}

ul#prodList li div.simpleCart_shelfItem div.prodText span.details {
	display: inline-block;
	width: 350px;
	margin-right: 20px;
}

ul#prodList li div.simpleCart_shelfItem div.prodText span.options {
	display: inline-block;
	width: 150px;
}

ul#prodList li div.simpleCart_shelfItem div.prodText .item_quantity {
	width: 25px;
	text-align: center;
}

ul#prodList li div.simpleCart_shelfItem div.prodText p {
	font-weight: bold;
	font-size: 13px;
}

ul#prodList li div.simpleCart_shelfItem div.prodText div.smallText p {
	font-weight: normal;
	font-size: 10px;
}


a.item_add {
	border: 1px solid #fecc00;
	padding: 3px 8px;
	background-color: #31418f;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}

a.item_add:hover {
	border: 1px solid #31418f;
	background-color: #fecc00;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

a.simpleCart_checkout {
	border: 1px solid #fecc00;
	padding: 3px 8px;
	background-color: #31418f;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	margin-right: 15px;
}


a.simpleCart_checkout:hover {
	border: 1px solid #31418f;
	background-color: #fecc00;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.simpleCart_empty {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a.simpleCart_empty:hover {
	text-decoration: underline;
	color: #ff0000;
}


/* manual styles */

#manual {
	width: 650px;
	height: 350px;
	overflow: auto;
}

#prev {
	float: left;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

#next {
	float: left;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #000000;
}

#nav {
	float: left;
	/*width: 600px;*/
}

#nav a { 
	text-decoration: none;
	display: block; 
	float: left;
	width: 27px;
	height: 25px;
	line-height: 25px;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
	margin-right: 4px;  
	}
#nav a.activeSlide { 
	background: url(/media/498/littlerotatorback.jpg) no-repeat #ff0000; 
	}
#nav a:focus { 
	background: url(/media/498/littlerotatorback.jpg) no-repeat #ff0000; 
}

#footer {
	width: 100%;
	height: 35px;
	background-color: #ffcc01;
}

#footerTube {
	width: 1000px;
	margin: 0 auto;
}

#footerTube span {
	line-height: 35px;
	font-size: 10px;
	padding-left: 15px;
}

#smallText {
	font-weight: normal;
	line-height: 11px;
	font-size: 10px;
}

/* fancy box styles */

/* html, body {
	height: 100%;
} */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/data/images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/data/images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/data/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(/data/images/data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/data/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/data/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/data/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/data/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/data/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/data/images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/data/images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/data/images/fancy_title_right.png) repeat-x;
}

	
/* main nav styles */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;	
	z-index:		29;
}
.sf-menu {
	line-height:	1.0;	
	z-index:		29;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		29;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	font-size:14px;
	margin-left:10px;
}

.sf-menu a {
	border-right:	1px solid #7b6d52;
	margin-top: 7px;
	padding: 5px 20px 5px 20px;
	text-decoration:none;
	color:#797979;
}

.sf-menu li li a {
		border-right: 0px solid #7b6d52;
		padding: 0px 5px 4px 5px;
		color:#797979;
}
.sf-menu a  { /* visited pseudo selector so IE6 applies text colour  , .sf-menu a:visited */
	color:			#FFFFFF;
	/*font-weight: bold;*/
	/*font-family:"Times New Roman",Georgia,Serif;*/
	text-transform: uppercase;
}

.sf-menu li {
	background:	none;

}


.sf-menu li li {
	background:		#ADA592;
	border-top:	0px solid #979797;
	border-bottom:	1px solid #EAEAEA;
	border-left:	0px solid #EAEAEA;
}

.sf-menu li li li {
	background:		#ADA592;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#FF0000;
	outline:		0;
}

.sf-menu li li a {
	color: #000000;
}


.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color: #000000;
	color: #FFFFFF;
	}
	

	
.sf-menu li li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	}
	
.sf-menu li li li a {
	color: #000000
	}
	
.sf-menu li li li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			20px; /* IE6 only 1.05*/
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/data/img/arrows-ffffff.png') no-repeat -20px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			7px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/data/img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



















































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
