body{
    margin:0px;
    padding:0px;
    color:#3a3a3a;
    font-family:Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height:1.4em;
    text-align: center;
}

html, body{ 
    height: 100%;
}

.clr{
    clear: both;
}

* {
    margin:0;
    padding:0;
}
p {
    margin-bottom:15px;
}
img { 
    border: 0;
}
.redtext {
    color: #c8341c;
}
.greytext {
    color: #3a3a3a;
}
.whitetext {
    color: #fff;
}
h1, h2, h3, h4, h5, .position {
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    margin-bottom:15px;
}
h1{    
    font-size:175%; /*18px*/
}
h2,
h2 a,
.position{/*same as nav_cat a in cart.css*/
    font-size:150%; /*22px*/
    font-weight:bold;
    color:#c8341c;    
    text-decoration: none;
}
h2 a:hover {
    color:#fff;
    text-decoration: underline;
}
h3{
    font-size:130%; /*15px*/
}
h4{
    font-size:115%; /*15px*/
    font-weight:bold;
    color:#c8341c;
}
blockquote {
    background-color: #FFF;
    border: 1px dashed #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 0;
    padding: 10px 20px;
}
blockquote p{
    margin-bottom:0 !important;
}
/**
* Layout Specific
*/
.global_wrap{
    width:950px !important;
    height: auto;
    margin:0 auto;
    text-align:left;
}
/**
* Header with Logo and Search
*/
#header{
    height:60px;/*60-0-0=60*/
    background: url(images/header_bg.jpg) repeat-x left top;
    position:relative;
    z-index:999;
}
#logo{
    width:225px;
    height:55px;
    float:left;
    display:inline;
}
/**
* Main Menu (check ../menu/style.css for full css)
*/
#navigation{
    text-align:right;
    float:right;
    display:inline;
}
/**
* Banner
*/
#banner{
    width:100%;
    height:330px;
    background: url(images/banner_bg.jpg) repeat left top;
    padding:50px 0 20px;
    display:block;
    position:relative;
    overflow:hidden;
}
.rslides_tabs {
    margin:10px 0 !important;
}
.inner_banner {
    width:100%;
    height:100%;
    background:#fff;
    position:relative;
    overflow:hidden;
}
/**
* Main Content
*/
#wrapper_content {
    background:#f8f8f8;
    border-top:1px solid #c8341c;
    min-height: 300px;
    padding:50px 0;    
}
#wrapper_content a {
    color:#c8341c;
    text-decoration:none;
}
#wrapper_content a:hover {
    text-decoration:underline;
}
#left {
    width:204px;
    float:left;
    display:inline;
    margin-right: 20px;
}
#left div{
    margin-bottom: 30px;
}
#left div div{
    margin-bottom: 0 !important;
}
#component {
    width:726px;
    float:right;
    display:inline;
}
#component ul, #component ol {
    margin:0 0 15px;
    padding:0;
    line-height: 1.8em;
}
#component ul li{
    list-style:none;
    background:url(images/icons/bullet_star.png) no-repeat left center;    
    padding-left:15px;    
}
#component ol li{
    list-style:decimal;
    margin-left:15px; 
}
/**
* Footer
*/
#footer {
    width:100%;
    background:url(images/footer_bg.jpg) repeat-x left top #202020;
    padding:30px 0;
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#fff;
    overflow:auto;
}
#footer a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    color: #c8341c;
    text-decoration: none;
}
#footer .widget{
    clear:both;
}
#footer_left{
    width:470px;
    float:left;
    display:inline;
    text-align: left;
}
#footer_right{
    /*width:475px;*/
    float:right;
    display:inline;
    text-align: right;
}
#footer_right img {    
    margin:0 0 0 10px;
    float:left;
    display:inline;
}
#footer_right img:first-child {
    margin-left:0 !important;
}
/**
* Widget
**/
.widget h3,
.widget h3 a,
.widget .widget_title{
    margin: 0;
    padding: 0 0 15px;
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    font-size: 16px ;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color:#c8341c;    
}
.widget h3 a:hover{
    text-decoration: underline;
}
.widget .side_row{
    margin:0;
    padding:0;
}
.side_row li {
    list-style: none;
}
.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
    width:inherit;
}

.widget .side_row input.search{
    width: 134px;
    padding: 4px;
    border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
}

.widget .side_row .search_btn{
    width: 33px;
    height: 33px;
    background: url(images/search.png);
}

.widget .side_row .search label{
    display: none;
}
.shopping_cart_wrap { 
    background: url(images/icons/shopping_cart.png) no-repeat 135px 55px #c8341c;
    color:#fff;
    line-height: 26px;
}
.shopping_cart_wrap .widget {
    padding:15px;
}
.shopping_cart_wrap .cart_button{
    width:95px;/*120-25=95*/
    height: 25px;
    margin-top: 15px;
    padding: 1px 5px 4px 25px;
    background: url(images/shoppingcart_mod_viewcart.png) no-repeat top left;
}
.twitter_wrap, .facebook_wrap, .tumblr_wrap {    
    float:right;
    display:inline;
    margin:10px 0 10px 10px;   
}
.twitter_wrap .widget a, .facebook_wrap .widget a, .tumblr_wrap .widget a { 
    width:25px;
    height:25px;
    display:block;
}
.twitter_wrap {    
    background: url(images/icons/twitter.png) no-repeat left top;
    overflow:hidden;
}
.facebook_wrap {
    background: url(images/icons/facebook.png) no-repeat left top;
    overflow:hidden;
}
/**
* Home SEARCH Widget
*/
a.button,button { /*to overwrite css3buttons.css*/
    text-shadow:none;
    background:none;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    vertical-align:middle;
}
/**
* Home LOGIN Widget
*/
.home_login {
    width:174px; /*224-15-15-20(for margin)=174*/
    background:url(images/login_bg.jpg) repeat left top;
    padding:15px 15px 25px;
    color:#000 !important;
}
.home_login h3{
    width:150px !important; /*174-24=150*/
    height:24px !important; /*30-6=24*/
    background:url(images/login_header.png) no-repeat left top;
    font-weight:700;
    padding:6px 0 6px 24px;
    margin-bottom: 10px;
}
.home_login ul{
    margin-left: 10px !important;
}
.home_login ul li{
    margin-bottom: 5px !important;
}
.home_login a{
    color:#000 !important;
}
/**
* Pagination
*/
.pagination {
    height:30px;
}
.pagination a,
.pagination strong,
.pagination a:active{
    padding:5px 10px;
    background-repeat: no-repeat; 
    background-position: 2px 0;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pagination a{    
    text-decoration:none;
    color:#fff;
    background: #c8341c;
}
.pagination a:hover {    
    text-decoration:underline;
}
.pagination a:active,
.pagination strong {
    color:#111111;
    background-image: url("images/button_pagination_strong.png");    
}
.nav_next, .nav_prev {
    height:20px; /*22-2=20px*/    
}
.nav_next a, .nav_prev a {
    color:#fff !important;
}
.nav_next {
    background: url("images/icons/nav_next.png") no-repeat right top;
    width:40px; /*70-10-20=40*/
    padding:0px 10px 2px 20px;
    text-align:left;
}
.nav_next:hover {
    background: url("images/icons/nav_next_hover.png") no-repeat right top;
}
.nav_prev {
    background: url("images/icons/nav_prev.png") no-repeat left top;
    width:60px; /*90-10-20=60*/
    padding:0px 20px 2px 10px;
    text-align:right;
}
.nav_prev:hover {
    background: url("images/icons/nav_prev_hover.png") no-repeat left top;
}
.icons ul, .article-info{
    display:block;
    clear:both;
}
.article-info{
    margin-bottom: 15px;
}
.icons ul{
    list-style: none;
    margin-right:10px;
}
.icons ul li{
    list-style: none;
    float:left;
    display:inline;
}
.published, .author, .hits{
    color:#606060;
    font-style: italic;
    font-size: 80%;
}
/**
* Contact Form Validation
**/
.success, .validation {
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    border: none;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #1f1f1f;
    background-color: #d87160;
    background-image:url('images/success.png');
}
.validation {
    color: #1f1f1f;
    background-color: #dadada;
    background-image: url('images/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/**
* Banner Rotator
*/
#banner{
    text-align: left;
}
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    left: 10px;
    top: -50px;
    z-index: 99;
}
.slide_nav{
    font-size: 16px;
    float:left;
    margin:1px; 
    width:10px;
    padding:3px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}

/**
* Contact Info
*/
.email span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_email.png');
    background-repeat: no-repeat;
}
.mobile span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_mobile.png');
    background-repeat: no-repeat;
}
.phone span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_tel.png'); 
    background-repeat: no-repeat;
}
.fax span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_fax.png'); 
    background-repeat: no-repeat;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_website.png');
    background-repeat: no-repeat;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear:both;
    font-weight:bold;
}
/**
* LOGIN CSS
*/
.m_login.myform label,
.register.myform label{
    color:#1a1a1a !important;
}
.m_login.myform button, .m_login.myform .submit,
.register.myform button, .register.myform .submit {
    
}
.register.myform input, .ddlstyle, .register.myform textarea {
    width: 500px !important;
}
.register.myform p, p.desc {
    border-bottom: 0 !important;
    font-size: 90% !important;
}
.m_login.myform, .register.myform {
    padding: 0 !important;
}
.register.myform {
    width: 100% !important;
}
.m_login.myform h1, #maincol h1, .register.myform h1, #maincol h1 {
    color: #c8341c !important;
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 30px;
}
.register.myform button, .register.myform .submit {
    background: url(images/cartbutton_bg.png) no-repeat 0 -373px !important;
    width:140px !important;/*170-30=140*/
    height:25px !important;/*30-5=25*/
    padding:5px 0 0 30px !important;
    font-size: 90% !important;
    color:#fff !important;    
}