html,body
{
    width: 100%;              
    margin: 0px;
    padding: 0px;
}

body
{
    font: 13px tahoma, arial;
    margin-top: 0;
}

.nomargin
{
	margin: 0 !important;
}

#content-wrapper p, #fancybox-content p
{
    margin: 13px 0;
}

em
{
    font-style: italic; 
}

strong em
{
    font-weight: bold;
}

h1, .large-title
{
    font-weight: normal;
    color: #ad2828;
    margin-bottom: 15px;
    font-family: "Yanone Kaffeesatz", "Myriad Pro", "Arial"; 
    font-size: 34px !important;
}

h1 .header-highlight
{
    color: #000;
}

.large-title-sub
{
	margin-top: 5px;
	color: #999;
	font-family: "Yanone Kaffeesatz", "Myriad Pro", "Arial"; 
	font-weight: 300;
	font-size: 18px;
}

h2
{
    font-family: "Yanone Kaffeesatz", "Myriad Pro", "Arial";  
    font-size: 24px !important;
    color: #999;
    margin-bottom: 0 !important;
    font-weight: 300;
}

h2 span
{
	color: black;
}

h3
{
    font-weight: bold;
    font-family: "Myriad Pro", Arial; 
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h4
{
    font-weight: bold;
    font-family: "Myriad Pro", Arial; 
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background-color: #f2f2f2;
}

.intro-para
{
    color: #290003;
    font-size: 15px;
    line-height: 20px;
}

#page
{
    width: 1009px;
    text-align: center;
    margin: 15px auto;
}

.inner
{
    text-align: left;
}

.cb, .hr
{
    clear: both;
    font-size: 0.1px;
    height: 1px;
    overflow: hidden;
}

.hr
{
   	background: #fff url(/pics/separator.gif) repeat-x;
   	border: none;
    margin: 20px 0;
}

a
{
    color: #ad2828;
}

.skip-link
{
    float: right;
    margin-top: 10px;
    color: #999;
}

/*************************************
 * Header
 ************************************/ 

#header{
	width: 100%;
}

#header #header-top
{
	background: #fff url(/pics/page-bg.png) top center;
	height: 490px;
}

.short-header #header-top
{
    height: 452px !important;
}

.no-video-header #header-top
{
    height: 90px !important;
    margin-bottom: 0 !important;
}

.category-header #header-top
{
	height: 488px !important;
}

.adminarea #header-top
{
    height: 55px !important;
    margin-bottom: 10px;   
}

#header #header-content
{
    width: 1009px;
    text-align: center;
    margin: 0 auto;
    height: 60px;
}

#header-links
{   
    float: right;
    font: bold 14px Arial;
    color: #fff;
    text-align: right;
    width: 565px;
    position: relative;
}

.login-link
{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}

#header-search
{
    margin-top: 16px;
    background-color: #fff;
    width: 200px;
    height: 26px;
    float: right;
    padding-left: 10px;
}
    .search-box
    {
        font-size: 11px;
        width: 160px;
        font-weight: normal;
    }
    #header-search input
    {
        margin: 0;
        border: none;
        color: #666;
        height: 20px;
        padding: 3px;
        float: left;
    }
    
.autocomplete-w1 { background:url(/pics/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; border-bottom: none; background:#fff; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:8px 5px; white-space:nowrap; overflow:hidden; border-bottom: 1px solid #999; }
.autocomplete strong { font-weight:normal; color:#ad2828; }

#shopping-cart-area
{
    width: 150px;
    height: 40px;
    background: url(/pics/header/shopping-cart-bg.png) no-repeat;
    float: right;
    padding: 10px 5px 0 40px;
    font-size: 11px;
    text-align: left;
    margin-left: 20px;
}

#header-links a
{
    color: #fff;
}

/* Logo and title */
.logo
{
    padding-top: 10px;
}

/* Top nav */
#top-nav-wrapper
{
    height: 42px;
    background: url(/pics/menu-bg.png);
}

#top-nav-outter
{
	width: 1009px;
    text-align: center;
    margin: 0 auto;
}

.top-nav
{
    height: 47px;
    padding: 0 5px;
    margin-left: 20px;
}

.top-nav li
{
    float: left;
    position: relative;
}

.top-nav li.selected
{
	background: url(/pics/selected-menu-arrow.png) center 33px  no-repeat;
}

.top-nav li a
{
    color: #7e0105;
    font: bold 14px arial;
    padding: 10px 15px 12px 15px;
    height: 22px;    
    background: url(/pics/header/top-nav-separator.png) top right no-repeat;
    display: block;
    text-decoration: none;
}

.top-nav li a:hover
{
    text-decoration: underline;
}

.top-nav li a span
{
    color: #333;
}

.top-nav li.account-menu 
{
    background: url(/pics/header/account.png) 5px 10px no-repeat;
    padding-left: 15px;
}

/*************************************
 * Columns
 ************************************/ 
#content-wrapper
{
    clear: both;
}

#left-column
{
    width: 190px;
    float: left;
    padding-top: 10px;
    margin-bottom: 20px;
}
	
#upper-content-area
{
    width: 958px;
    background: #fff url(/pics/slider-gradient.png) no-repeat center 366px;
    padding: 20px 20px 0 20px;
    text-align: center;
    margin: 20px auto 0 auto;
    /*height: 355px;*/
    height: 320px;
}
    
    .short-header #upper-content-area
    {
        background-position: center 330px;
    }
    
    .category-header #upper-content-area
	{
    	height: 358px;
    }
    
    #upper-content-area h1
    {
        margin-top: -15px;
        margin-bottom: 10px;
    }
    
    #upper-content-area #category-meta
    {
        float: right;
    }
    
    #category-meta
    {
        background-color: #f2f2f2;
        padding: 10px;
    }
    
    #category-meta-icons
    {   
        float: right;
        padding-top: 3px;
        margin-left: 15px;
    }
    

#center-column
{
    width: 610px;
    float: left;
    margin: 0 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.no-right-column
{
    width: 798px !important;
    margin-right: 0 !important;
}

.wide-center-column
{
    width: 578px !important;
}

#right-column
{
    width: 155px;
    float: left;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: 8px;
}

/*************************************
 * Column menu (e.g. for categories)
 ************************************/ 
.column-menu
{
    background: #f4f4f4 url(/pics/sidenav-bg.png);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.column-menu li
{
    margin: 6px 10px; 
    padding-bottom: 5px;
    border-bottom: solid #d3d1ca 1px;
    font-size: 13px;
}

.column-menu li a
{
    color: #373737;
    text-decoration: none;
    display: block;
}

.column-menu li a:hover
{
    text-decoration: underline;
}

.column-menu li.selected a
{
    color: #3b0004;
    background: url(../pics/selected-arrow.png) 0 4px no-repeat;
    padding-left: 10px;
}

.column-menu li.header,
.right-box-header
{
    background: url(../pics/column-menu-header-bg.png) 1px 0 no-repeat;
    height: 50px;
    margin: 0;
    border: none;
    padding: 3px 10px 0 10px;
    letter-spacing: 1px;
}

.column-menu li.header a, .column-menu li.header a:hover,
.right-box-header a, .right-box-header:hover
{
    font-family: "Yanone Kaffeesatz", "Myriad Pro", "Arial"; 
    font-size: 22px !important;
    color: #fff;
    text-decoration: none;
}

.first-menu-item
{
    padding-top: 0;
}

/*************************************
 * Right column
 ************************************/ 
.right-video
{
    width: 155px;
    height: 225px;
    background: url(/pics/sidebar/video-background.png);
    padding-top: 38px;
    text-align: center;
    display: block;
}

/*************************************
 * Product listing
 ************************************/ 
.product-listing
{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid #d3d1ca 1px;
    min-height: 180px; 
    height: auto;
}

/* for Internet Explorer */
/*\*/
* html .container {
    height: 180px;
}
/**/

.product-thumbnail
{
    float: right;
    margin-left: 10px;
}

.product-link
{
    font-size: 28px;
    color: #ad2828;
    font-family: "Yanone Kaffeesatz", "Myriad Pro", "Arial";
    text-decoration: none; 
}

.product-link:hover
{
	text-decoration: underline;
}

.product-creator
{
    font-weight: bold;
    color: #373737;
}

.product-creator a
{
    font-weight: bold;
    color: #373737;
    text-decoration: none;
}

.product-creator a:hover
{
    text-decoration: underline;
}

.product-price
{
    font-weight: bold;
    color: #773035;
}

.product-intro
{
    margin: 10px 0;
}

/* Thumbnail view
*/
.thumbnail-product-listing
{   
    width: 45%;
    float: left;
    margin-right: 5%;
    border: none;
    height: 300px;
}

.thumbnail-product-listing .product-thumbnail
{ 
    float: none;
    margin: 0;
}

.primary-button
{
	color: #fff;
	padding: 6px 14px;
	background-color: #ad2828;
	text-decoration: none;
	font-size: 14px;
	background: url(/pics/page-bg.png) center center;
	border: none;
}

.primary-button:hover
{
	background: url(/pics/page-bg.png) top 600px;
}

.secondary-button
{
	color: #3b0004;
	padding: 6px 14px;
	background-color: #f2f2f2;
	text-decoration: none;
	font-size: 14px;
}

.secondary-button:hover
{
	background-color: #ddd;
}

/*************************************
 * Photos
 ************************************/
.photo-right
{
    float: right;
    margin: 5px 0 15px 15px;
}

/*************************************
 * Product listing
 ************************************/ 
#product-details h1
{
    margin-bottom: 5px;
} 
 
#product-details h2
{
    font-size: 18px !important;
    color: #373737;
    font-weight: normal;
    margin-bottom: 5px;
} 

#product-details h2 a
{
    color: #373737;
    text-decoration: none;
} 

#product-details h2 a:hover
{
    text-decoration: underline;
} 

#product-details h2 .price
{
    color: #3d0003;
    font-weight: normal !important;
}

#product-details .main-image
{
    float: right;
    margin-left: 10px;
}

.top-add-to-cart
{
    clear: left !important;
    display: block;
    padding: 15px 0;
}
    #product-details .top-add-to-cart
    {
        background-color: #f2f2f2;
        padding: 10px;
        float: right;
    }

#product-meta
{
    float: left; 
    width: 270px; 
    margin-left: 10px; 
    margin-top: 10px;
    padding-right: -20px;
}

#product-meta-details
{
    background-color: #f2f2f2; 
    padding: 15px; 
    margin-top: 15px; 
    font-size: 14px; 
    line-height: 20px;
}

.product-in-stock
{
    margin-top: 0;
    background: url(/pics/icons/tick.png) no-repeat;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: green;
    display: block;
    margin-bottom: 15px;
    
}

.stock-rating-separator
{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    padding: 0 8px;
    color: #999;
}

#product-details ul, .bullets
{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.bullets li
{
    margin-left: 10px;
}

#product-details ul li:before, .bullets li:before {
    content: "\00BB \0020";
}

/* Ratings */
.customer-rating
{
    margin-top: 10px;
}

#customer-rating-title
{
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
}

.rating_container
{
    float: left;
}

.rating_container a
{  
    float:left;  
    display:block;  
    width:20px;  
    height:22px;  
    border:0;  
    background-image:url(/pics/product-page/ratings.png);  
} 

.rating_container a.rating_off
{  
    background-position:0 0px;  
} 

.rating_container a.rating_half 
{  
    background-position:0 -25px;  
}

.rating_container a.rating_on 
{  
    background-position:0 -50px;  
} 

.rating_container a.rating_selected
{  
    background-position:0 -75px;  
}  

/***********************************
 * Paging controls
 ***********************************/
.pages
{
    clear: both;
	padding: 3px;
	list-style-type: none;
}

.pages li 
{
	float: left;
	margin: 0 4px 0 0;
	display: block;
}

.pages li a 
{
	color: #3b0004;
	padding: 6px 10px;
	background-color: #f2f2f2;
	text-decoration: none;
	float: left;
}

.pages li a:hover 
{
	color: #fff;
	background: #ddd;
}

.pages li.nolink 
{
	color: #999;
	padding: 6px 10px;
	background-color: #f2f2f2;
}

.pages li.current span
{
	color: #fff;
	background: url(/pics/page-bg.png) center center;
	padding: 6px 10px;
	float: left;
}

/*************************************
 * Footer
 ************************************/ 
#footer-wrapper
{
    clear: both;
    margin-top: 20px;
    padding: 35px 0;
    background: #e6e6e6 url(../pics/footer/footer-bg.png) repeat-x;
}

#footer
{
    width: 925px;
    text-align: center;
    margin: 0 auto;
}

/* Left column */
#footer-left
{
    width: 285px;
    float: left;
    margin-right: 25px;
}

#footer-left .copyright-text
{
    color: #666;
}

.quote-author
{
    font-weight: bold;
}

/* Center column */
#footer-center
{
    width: 285px;
    float: left;
    margin-right: 25px;
}

/* Right column */
#footer-right
{
    float: left;
    width: 305px;
}

#footer-right .footer-box h3
{
    background: url(../pics/footer/exclusive-star.png) no-repeat;
    text-indent: 30px;
}

/* Generic footer */
.footer-box
{
    border: solid #d3d1ca 3px;
    background-color: #fff;
    padding: 10px;
}

.footer-box h3
{
    color: #3b0004;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0;
}

.footer-box ul li
{
    margin: 8px 5px; 
    padding-top: 8px;
    border-top: solid #d3d1ca 1px;
}

.footer-box ul li a
{
    color: #3b0004;
    text-decoration: underline;
}

.footer-box ul li a:hover
{
    text-decoration: none;
}

/*************************************
 * Slider
 ************************************/ 
 
 .videoEndScreen
{
    display: none; 
    text-align: center; 
    background: url('/gallery/default-video-bg.png') no-repeat; 
    height: 245px;
    padding: 40px 25px 25px 40px; 
    text-align: left;
}
    
.videoEndScreen .thumbnail
{
    float: left; 
    margin-top: 10px;
}
    
.videoEndMeta
{
    float: left; 
    display: block; 
    width: 400px; 
    margin-left: 35px;
}
    
.videoEndScreen h1
{
    font-size: 30px; 
    color: #fff; 
    font-weight: bold;
}
    
.videoEndScreen h2
{
    font-size: 15px; 
    color: #fff !important;
    padding-bottom: 20px;
}
    
#videoPlayer
{
    display: block; 
    text-align: center; 
    height: 310px;
}
    
#playButton
{
    margin-top: 130px;
    display: none;
}

/*************************************
 * Secondary product / category lists
 ************************************/ 

#secondary-boxes
{
    margin-left: -12px;
}

.secondary-column
{
    width: 33.3%;
    float: left;
    color: #777;
    font-size: 13px;
    padding-bottom: 10px;
}

.secondary-column .secondary-box
{
    margin-left: 12px;
}

.secondary-box-image
{
    margin-top: 5px;
    margin-bottom: 5px;
}








ul.top-nav li .sub {
	z-index: 100;
	position: absolute;	
	top: 41px; left: 0;
	background: #e4e4e4;
	padding: 10px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	
}

ul.top-nav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}

ul.top-nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul.top-nav .sub ul li {
	width: 100%;
	color: #fff;
}

ul.top-nav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul.top-nav .sub ul li h2 a {
	padding: 5px 0;
}

ul.top-nav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../pics/selected-arrow.png) 0 12px no-repeat;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
ul.top-nav .sub ul li a:hover { text-decoration: underline; }

