/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
}
/*********************************************************************
GENERAL STYLES - top level appearance for entire site
**********************************************************************/

body {
	background: #1F87E7 url(../promo_images/blue_bg.jpg) no-repeat scroll center -45px;	
	font: normal 12px/1.2em Arial, Helvetica, sans-serif;
}

h1{
	font: bold 14px Arial, Helvetia, sans-serif;
	line-height: 1.2em;
	color: #fff;
	margin-bottom: 15px;
}

p {
}

#header {
	background-color: #214A84; 
	height: 61px;
}


.wrapper {
	margin: 0 auto;
	width: 692px;
}



/*********************************************************************
HEADER
**********************************************************************/

#header .wrapper {
	text-align: right;
}

#targetLink {
	position: relative;
	top: 11px;
	right: 12px;
}


/*********************************************************************
LEFTCOL
**********************************************************************/

#leftCol {
	display: inline;
	float: left;
	position: relative;
	width: 253px;
}

#bs_logo {
	margin-left: -10px;
	margin-top: 5px;
}

#copyright {
	font-size: 11px;
	color: #fff;
	margin-top: 400px;
	margin-left: 20px
}


/*********************************************************************
RIGHTCOL
**********************************************************************/

#rightCol {
	display: inline;
	float: right;
	margin-right: 12px;
	position: relative;
	width: 358px;
}

#storesContainer {
	position: relative;
}

#fineStores {
	background:transparent url(../promo_images/buyNow_bg.png) no-repeat scroll left top;
	height:110px;
	margin-left: 32px;
	text-align:center;
	padding-top:  20px;
	position: relative;
	width:338px;
	z-index: 1;
}

#fineStores table {
	margin: 0 auto;
}

#fineStoresLinks {
	background:transparent url(../promo_images/buyNowHoverBG.png) no-repeat scroll left bottom;
	height:30px; /*animate height*/
	left:32px;
	padding-bottom: 20px;
	position:absolute;
	top:115px;
	width:340px;
}

#fineStoresLinks ul {
	height:315px;
	list-style-type:none;
	margin: 10px 0 0 20px;
	overflow:scroll;
	padding-bottom: 11px;
	width:320px;
	display: none;
}

#fineStoresLinks ul li {
	background:transparent url(../promo_images/buyNowHoverBG.png) no-repeat scroll center top;
	color:#FFDF00;
	font-size: 14px;
	margin-bottom:5px;
	line-height:17px;
	padding:17px 0 17px 10px;
	position: relative;
	*margin-bottom: 3px;
	width:277px;
}

#fineStoresLinks ul li img {
	display: inline; 
	position: absolute; 
	right: 20px; 
	top: 11px;
}

#fineStoresLinks ul li a {
	color:#FFDF00;
	font-family:normal Arial,Helvetica,Sans-serif;
	text-decoration:none;
}

#fineStoresLinks ul li a:hover {
	text-decoration: underline;
}

a#seeMore {
	background: transparent url(../promo_images/moreArrow.png) no-repeat scroll 300px 10px;
	bottom: 25px;
	display: block; 
	padding-top: 10px; 
	padding-left: 20px; 
	color: #fff; 
	position: absolute;
	text-decoration: none;
	width: 300px;
}

a#seeMore:hover {
	text-decoration: underline;
}

a#seeMore.active {
	background: transparent url(../promo_images/lessArrow.png) no-repeat scroll 300px 12px;
}

#seeHow {
	margin-top: 10px;
}

#rightColTexts {
	margin-bottom:45px;
	margin-left:155px;
	margin-top:45px;
	width:200px;
}

#everyoneLoves {
	background:transparent url(../promo_images/everyoneLoves.png) no-repeat scroll left top;
	height:187px;
	margin-left:30px;
	margin-top:30px;
	padding:70px 54px 0 20px;
	width:249px;
}

#videoPlayer {
	margin-top: 30px;
}

/*********************************************************************
Jscroll
**********************************************************************/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #318FE7;
}
.jScrollPaneDrag {
	position: absolute;
	background: #6FBBFF;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}











