﻿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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
a:focus, object:focus { outline: none; -moz-outline-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border: 0px;
	}
a:link, a:visited, a:hover {
	color: #6d6e71;
	text-decoration: none;
	}
a {
	overflow: hidden;
	}
a:hover {
	text-decoration: underline;
	}
body 
{
    background: #3e647e;
    font-size: 11px;
    color: #6d6e71;
    font-family: Arial, Helvetica, sans-serif;
}
#container 
{
    width: 901px;
    margin: 0 auto 0 auto;
}
#header 
{
    padding: 17px 0 0 26px;
    position: relative;
}
#header h2 
{
    background: url(../images/common/logo.png) no-repeat;
    text-indent: -9000px;
    overflow: hidden;
}
#header h2, #header h2 a 
{
    display: block;
    width: 153px;
    height: 59px;
}
#nav-wrp 
{
    background: url(../images/common/nav.png) no-repeat;
    position: absolute;
    top: 45px;
    right: 7px;
    width: 632px;
}
#nav-wrp ul 
{
    width: 389px;
    overflow: hidden;
    height: 22px;
}
#nav-wrp li 
{
    float: left;
    height: 22px;
    text-indent: -9000px;
    overflow: hidden;
    list-style-type: none;
}
#nav-wrp li a 
{
    display: block;
    height: 22px;
}
li.shop, li.shop a 
{
    width: 70px;
}
li.news, li.news a 
{
    width: 48px;
}
li.news 
{
    padding-right: 27px;
}
li.about, li.about a 
{
    width: 115px;

}
li.about 
{
    padding-right: 31px;
}
li.locator, li.locator a 
{
    width: 98px;
}
#search-wrp 
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 169px;
    padding-top: 4px;
}
#search-wrp input 
{
    vertical-align: top;
    
}
.search 
{
    border: 0px;
    width: 142px;
    height: 12px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    color: #939598;
    padding: 0px;
}
.go 
{
    width: 21px;
    height: 18px;
    border: 0px;
    cursor: pointer;
    background: transparent;
   
}
#cart-nav 
{
    width: 460px;
    position: absolute;
    top: 15px;
    right: 10px;
}
#cart-nav li 
{
    float: right;
    padding-left: 15px;
    list-style-type: none;
    line-height: 12px;
}
#cart-nav li, #cart-nav li a
{
    color: #fff;
}
#cart-nav li a img{
    margin-top: -7px;
    margin-right: 10px;
    }
#footer ul 
{
    width: 901px;
    overflow: visible;
    
}
#footer li 
{
    float: left;
    list-style-type: none; 
    font-size: 12px;
    line-height: 13px;
}
li.copy 
{
    padding-left: 15px;
    width: 257px;
}
li.face 
{
   width: 57px;
   margin-left: 185px;
}
li.service 
{
    width: 113px;
}
li.contact 
{
    width: 75px;
}
li.retailers 
{
    width: 87px;
}
li.join 
{
    width: 112px;
}
#footer 
{
    padding-bottom: 40px;
}
#footer li img 
{
    vertical-align: top;
    margin-right: 5px;
    margin-top: -5px;
}
#footer li, #footer li a 
{
    color: #fceeae;
}
#content-wrp 
{
    border: 1px solid #fceeae;
    background: transparent;
    margin: 13px 0 17px 0;
}
#content 
{
    margin: 3px;
    background: #fff;
    width: 893px;
    overflow: hidden;
}
#module-1 
{
    float: left;
    display: inline;
    width: 205px;
    background: url(../images/branded/sidebar-bg.jpg) no-repeat;
    min-height:320px;
    height:auto !important;
    height:320px;
}
#module-2 
{
    float: right;
    width: 688px;
}
/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
.flexslider .slides img {max-width: 100%; display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


