html, body
{
	height:100%;
	overflow: hidden;
}

body
{
	font-family: 'RalewayExtraLight', sans-serif;
}

.bar
{
	width:100%;
	background-color: #FFFFFF;
	height:60px;
	line-height: 60px;
	
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow:  00px 0px 5px 0px rgba(0, 0, 0, .2);
    z-index: 100;    
    position: relative;
}

.bar.bottom
{
	position: absolute;
	bottom: 0;
}

.finePrint
{
	float:left;
	margin-left:30px;
	font-size: 11px;
	margin-top:2px;
}

.finePrint:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.flashSite a
{
	float:right;
	margin-right: 30px;
	text-decoration: none;
	color:#000000;
	font-size: 22px;
}

.flashSite a:hover
{
	text-decoration: underline;
}

#logo
{
	font-size: 30px;
	margin-left:30px;
	float:left;
}


#cartBtn
{
	float:right;
	background-color: #e5e5e5;
	height:28px;
	margin-top:15px;
	line-height: 28px;
	font-size: 12px;
	padding-right:15px;
	cursor: pointer;
}

#cartIcon
{
	height:19px;
	vertical-align: middle;
	margin:0 12px 0 8px;	
}


#main
{
	width:100%;
/*	background-image:url('../images/bg.jpg');
	background-size: cover;
	background-position: center bottom;*/
	position: relative;
	overflow: hidden;
}

#bg
{
	width:100%;
	height:100%;
	background-image:url('../images/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -100;
	position: absolute;
	top:0;
}

#bgImage
{
	position: absolute;
	z-index: -100;
}

.item
{
	position: absolute;
	top:0%;
	left:0%;
	cursor: pointer;
	z-index: 0;
}

.item .name
{
	font-size: 64px;
}

.item .hotspot
{
	position: absolute;
}

.item .theText
{
	font-size: 25px;
	position: absolute;
	width:180px;
}

.item .arrows
{
	position: absolute;
	top:28px;
	left:-35px;
}

.item .arrows.right
{
	position: absolute;
	top:28px;
	left:255px;
}

.item .arrow
{
	position: absolute;
}

.item .arrow.left
{
	background-image: url('../images/arrowLeft.png');
	background-size: 100%;
	width:13px;
	height:22px;
	top:0px;
	left:0;
}

.item .arrow.right
{
	background-image: url('../images/arrowRight.png');
	background-size: 100%;
	width:13px;
	height:22px;
	top:0;
	left:0;
}

/* Cart */


/* Detail */

#itemDetail, #cart, #shippingInfo
{
	position: absolute;
	background-color: #FFFFFF;
	top:50%;
	left:50%;
	
	padding:50px;
	
	text-align: center;
	    
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow:  00px 0px 5px 0px rgba(0, 0, 0, .2);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}

#itemDetail
{
	width:700px;
	margin: -225px 0 0 -400px;
}

#cart
{
	width:800px;
	margin: -225px 0 0 -500px;
}

#shippingInfo
{
	width:700px;
	margin: -125px 0 0 -400px;
}

.closeBtn
{
	background-image: url(../images/close.png);
	width:20px;
	height:20px;
	background-size: cover;
	position: absolute;
	top:15px;
	right:15px;
	opacity: .6;
	cursor: pointer;
}

.closeBtn:hover
{
	opacity: 1;
}

.itemInfo
{
	margin:auto;
	display:inline-block;
	vertical-align: top;
	text-align: left;
}

.title
{
	font-size: 21px;
	margin-bottom: 3px;
	
	font-family: 'RalewayExtraLight', sans-serif;
}

.description
{	
	font-size: 13px;
}




.image
{
	width:
	float:left;
	width:288px;
	clear:both;
	display:inline-block;
	margin-right:45px;

}

/* Cart */
#cart
{
	text-align: left;
	min-width: 900px;
}

#cart div
{
	display:inline-block;
	color:#484848;
	font-size: 13px;
	vertical-align: top;
}

.hLine
{
	width:100%;
	height:1px;
	background-color:#adadad;
	display:block !important;
}


#cartItems
{
	width:100%;
}

.cartItem
{
	width:100%;
	height:60px;
	border-bottom: 1px solid #e1e1e1;
}

#cartItems div:last-child .cartItem, .cartItem.empty
{
	border-bottom: none;
}

.cartItem .vCenter
{
	padding-top:22px;
}

.cartTotals	
{
	padding-top: 22px;
}


#cartLabels div
{
	font-size: 14px;
	color:#484848;
	margin-bottom: 3px;
}

.itemDescription
{
	width:180px;
}

.options
{
	margin-right: 40px;
    width: 250px;
}

.quantity
{
	width:120px;
}

.quantity input, .checkout input
{
	font-family: 'RalewayExtraLight', sans-serif;
	text-align: center;
}

.each
{
	width:90px;
}

.total
{
	width:105px;
	text-align: center;
}

.vline
{
	width:1px;
	border-left:1px solid #adadad;
	height:100%;
}

.remove
{
	width:80px;
	text-align: center;
}


.returnPolicy
{
	margin-top:2px;
	font-size: 9px;
	display:inline;
	clear:none;
	cursor: pointer;
}

.returnPolicy:hover
{
	text-decoration: underline;
}

.variationOption
{
	margin:10px 15px 0 0;
	clear:both;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'RalewayThin';
    src: url('../fonts/raleway_thin-webfont.eot');
    src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway_thin-webfont.woff') format('woff'),
         url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('../fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayExtraLight';
    src: url('../fonts/Raleway-ExtraLight-webfont.eot');
    src: url('../fonts/Raleway-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-ExtraLight-webfont.woff') format('woff'),
         url('../fonts/Raleway-ExtraLight-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-ExtraLight-webfont.svg#RalewayExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/Raleway-Light-webfont.eot');
    src: url('../fonts/Raleway-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Light-webfont.woff') format('woff'),
         url('../fonts/Raleway-Light-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Light-webfont.svg#RalewayLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/Raleway-Regular-webfont.eot');
    src: url('../fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Regular-webfont.woff') format('woff'),
         url('../fonts/Raleway-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Regular-webfont.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/Raleway-Medium-webfont.eot');
    src: url('../fonts/Raleway-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Medium-webfont.woff') format('woff'),
         url('../fonts/Raleway-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Medium-webfont.svg#RalewayMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/Raleway-SemiBold-webfont.eot');
    src: url('../fonts/Raleway-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Raleway-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-SemiBold-webfont.svg#RalewaySemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/Raleway-Bold-webfont.eot');
    src: url('../fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Bold-webfont.woff') format('woff'),
         url('../fonts/Raleway-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Bold-webfont.svg#RalewayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayExtraBold';
    src: url('../fonts/Raleway-ExtraBold-webfont.eot');
    src: url('../fonts/Raleway-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/Raleway-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-ExtraBold-webfont.svg#RalewayExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayHeavy';
    src: url('../fonts/Raleway-Heavy-webfont.eot');
    src: url('../fonts/Raleway-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Heavy-webfont.woff') format('woff'),
         url('../fonts/Raleway-Heavy-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Heavy-webfont.svg#RalewayHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}