#noscript{
    background-color:#CC0000;
    padding:10px;
    font-size:20px;
    color:#FFFFFF;
    text-align:center;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}

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

}

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

}

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

}

html,body{
    background-color: #ffffff;
    color:#222222;
    font-family: Arial;
}

#top{
    background-color: rgba(255,255,255,0.9);
    height: 80px;
    width:100%;
    position: fixed;
    z-index: 10;
}

.container{
    position: relative;
    width: 1020px;
}

#top .container{    
    border-bottom: 1px solid #dedede;
}

#logo{
}

#search-box{
    width: 180px;
    float: right;
}

.search-button{
    border:1px solid #a8a8a8;
    border-right:none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ffffff;  
    padding: 0px;  
}

#searchFor{
    border:1px solid #a8a8a8;
    border-left:none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #ffffff;
    padding: 5px 10px;
    width: 120px;
    text-align: left;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#middle{
    margin: 80px 0px;
    min-height:300px;
    width: 100%;
    float: left;
}

#col-left{
    width:229px;
    float:left;
}

#col-right{
    width:665px;
    text-align:left;
    float:left;
}

#col-right-gallery-no-cart{
    width:100%;
    text-align:left;
    float:left;
}

#col-right-1{
    width:500px;
    float:left;
    border-right:1px dotted #CCCCCC;
}

#col-right-2{
    width:163px;
    float:left;
}

#footer{
    background-color: #ffffff;
    width: 100%;
    color:#333333;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
}

#footer .container{    
    padding: 10px 0px;
    border-top: 1px solid #dedede;
}

.spacer{
    clear:both;
    height:1px;
    font-size:2px;
}

#menu-leftWrapper {
    left: 10px;
    position: absolute;
    width: 170px;
    height: 100%;
}

#menu-left {
    position: absolute;
    top: 40px;
    background: #ffffff;
}

#menu-left.fixed {
    position: fixed;
    top: 70px;
}

.box-inner{
    text-align:left;
    width: 825px;
    float: right;
    background: #ffffff;
}

.topBanner{
    text-align: center;
    width: 100%;
    float: left;
    margin: 10px 0px 20px 0px;
}

#slideshow {

}

.box-inner-1{
    padding:10px;
}

b{    
    font-family: 'oswaldbook';
}

a{
    color:#222222;
}

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


h1,h2,h3,h4,h5,h6 {
    color: #333333;
    margin: 0px 0px 10px 0px;
    padding:0px 0px 8px 0px;
    border-bottom:1px solid #dedede;
    font-family: 'oswaldbook';
}

/** Main menu using sucker fish style list menu **/

/** Main menu using sucker fish style list menu **/
#mainMenu{
    width: 100%;
    float: left;
}

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

#mainMenu li{
    float:left;
    position:relative;
    margin:0;
    padding:0;
    text-decoration:none;
    display: block;
    color: #036C90;
    white-space:nowrap;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

#mainMenu li ul{
    display:none;
    position:relative;
    top:0px;
    left:0px;
    z-index: 100;
}

#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
    background-color: #ffffff;
    border:none;
}

#mainMenu li ul li a{
    color: #333333;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li:hover, #mainMenu li.over {
    color:#333333;
}

#mainMenu a{
    padding:0px 10px;
    line-height: 40px;
    color: #333333;
    text-decoration:none;
    display:block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'oswaldbold';
}

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

#mainMenu li.lastMenu{
    border-right:none;
}

#mainMenu li.activeMenu a{
    color:#333333;
    text-decoration: underline;
}

#mainMenu li ul li{
    border-right:none;
}


/**
 * Modules
*/
.module-box{
    padding:10px;
    padding-top: 0px;
    margin-bottom: 15px;
    border: solid 1px #E5E5E5;
    outline: 0;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
}

.module-box h2{
    border-bottom: 3px double #CCCCCC;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

/** Search **/
.search-hightlight{
    background-color:#FFFF00;
}


/**
 * Form
*/
.form-table{
    width:80%;
}

.textfield-large{
    width:100%;
}

.textarea-large{
    width:100%;
    height:400px;
}

.required-field{

}

.required-field-highlight{
    background-color: #f8bdb6;
}

#login-reminder{
    padding: 10px 20px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 12px/100% Verdana, Tahoma, sans-serif;
    line-height: 130%;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#login-reminder:hover, #login-reminder:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

input.button{
    border: solid 1px #CCCCCC;
    background: #CCCCCC url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    padding:0px 10px;
    line-height: 25px;
    height:25px;
    cursor: pointer;
}

input.button:hover, input.over{
    background: #AAAAAA url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #999999), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #999999 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
}

#login-username, #login-password{
    width:150px;
}

#easy_zoom{
    width:330px;
    height: 100%;
    border:3px solid #336699;
    background:#ffffff;
    color:#333333;
    position:absolute;
    top:0px;
    left:260px;
    overflow:hidden;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

#webpage-gallery-box{
    width: 100%;
    float: left;
    margin: 20px 0px;    
}

#webpage-gallery-box ul{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#webpage-gallery-box li{
    float: left;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    padding: 0px;
    height: 70px;
    overflow: hidden;
    background-color: #ffffff;
}

#webpage-gallery-box div{
    margin: 0px;
    padding: 0px;
    border: 5px solid #ffffff;
    overflow: hidden;
    height: 60px;
}

/**
 * Pagination
 **/
.items-per-page-box{
    float:left;
}

#pagination-details{
    float: right;
}

.breadcrumb{
    font-size: 12px;
    padding:0px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.breadcrumb a{
    color: #999999;
}

.formSecurityValidation{
    display: none;
}

.box-featured-product-item{
    margin:0px 5px 5px 0px;
    padding:5px;
}

#social-links{
    float: right;
}

#social-links a{
    margin-left: 2px;
}

.content-left{
    width: 600px;
    min-height: 10px;
    margin:0px 20px;
    float: left;
}

.content-rightWrapper {
    right: 0px;
    position: absolute;
    width: 170px;
    height: 100%;
}

.content-right {
    position: absolute;
    top:50px;
    padding-left: 10px;
    background: #ffffff;
    font-family: 'oswaldlight';
}

.content-right.fixed {
    position: fixed;
    top: 90px;
}

#bweb-system-message{    
    width: 630px;
    position: absolute;
    top: 10px;
    z-index: 1000;
}

.post-comment{
    margin:20px 0px;
    font-style: italic;
}

.post-by{
    font-style:italic;
    padding:0px 0px;
    margin:5px 0px 20px 0px;
    font-size:12px;
}

.blog-box-item h3{
    border: none;
}

.blog-box-item{
    background: #FFFFFF;
}

.blog-box-item ul{
    list-style: none;
    margin: 10px 0px 10px 20px;
    padding: 0px;
}

.blog-box-item ul li{
    padding: 0px 0px 8px 0px;
    font-size: 16px;
}

.blog-box-item a:visited{
    color:#333333;
}

.post-banner{
    margin: 10px 0px 20px 0px;
}

.activePostCategory, .activePostArchive{
    font-family: 'oswaldbook';
    text-decoration: underline;
}