.welcome-msg {
    float: left;
    padding-right: 7px;
    color: #a8a8a8;
	padding-top:1px;
}

.f-left  { float: left; }
.f-right { float: right; }

/* additional nav items */
.cms-home .nav-home a, 
.cms-about-magento-demo-store .nav-about a,
.cms-testimonials .nav-testimonials a,
.contacts-index-index .nav-contacts a { background-image: url(../images/nav-active-item-left.gif); background-repeat: no-repeat; background-position: 0 0; }

.cms-home .nav-home a span,
.cms-about-magento-demo-store .nav-about a span,
.cms-testimonials .nav-testimonials a span,
.contacts-index-index .nav-contacts a span { background-image: url(../images/nav-active-item-right.gif); background-repeat: no-repeat; background-position: 100% 0; }

.callout-center { width: 950px; margin: 12px auto; }

.mini-navigation h4 {}
.mini-navigation li { vertical-align: bottom; }
.mini-navigation li a { display: block; background: url(../images/bullet-nav.gif) no-repeat 100% 50%; }
.mini-navigation li a span { display: block; background: url(../images/hline-dotted.gif) repeat-x 0 100%;}

/* glider */
#slider { 
    position: relative;
    width:520px;
    height:350px;
    z-index: 5;
	overflow: hidden;
}
div.scroller { 
    width:520px;
    height:420px;
    overflow: hidden;
    position: relative;     
}
div.slidercontrolwr{
    position:absolute;
    right:15px;
    top:15px;
    z-index:6;    
}
div.scroller img{
    border: none;
}
div.scroller div.sectionslide {  
    width:520px;
    height:320px;
    overflow:hidden;
    float:left;
}
div.scroller div.content {
    width: 10000px;
    padding: 0px;
}

.content .sliderdescription{
    width: 500px;
    padding: 0px 10px;
    display: block;
    position:relative;
    top:-60px;
    color: #000;
    background: url(../images/grid.gif) repeat left top;
    font: 11px bold Helvetica, sans-serif;
    opacity:0.65;
    filter:alpha(opacity=65);       
}   
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #5a5a5a; }


.slidercontrol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0 0;
padding:0;
}


.slidercontrol a:hover {
}


.slidercontrol{
    list-style: none;
    padding: 0px;
    margin: 0px;    
}   

.slidercontrol a{
    float: left;
    width: 15px;
    margin: 0px 2px;
    padding: 3px 5px;
    text-decoration: none;
    color: #fff;
	background:#aaa;
	border: 1px solid #fff;
    overflow: hidden;   
	font-size: 12px;
	text-align:center;
    opacity:0.6;
    filter:alpha(opacity=80);           
}   

.slidercontrol a:hover{
    opacity:1;
    filter:alpha(opacity=100);
}

.footer .payments {
    margin-top: 10px;
    float: right;
}
.footer .mini-newsletter {
    font-size: 1.1em;
    width: 380px;
}
.footer .mini-newsletter input {
    margin: 0 0 0 10px;
}

/* matrix slider */
.recently-wrapper {
    clear: both;
}
.recently {
    width: 950px;
    height: 335px;    
    position: relative;
    margin: 12px auto 0;
}
.recently .head {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    text-align: left;
    background: url(../images/slider-title.gif) no-repeat left top;
    width: 120px;
    height: 335px;
}
.recently .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 120px;
    padding: 0;
    width: 830px;
    height: 335px;
    background: #b9b9b9;
}
.recently p, 
.recently .price-box {
    margin: 0;
    padding: 0;
}
.recently #move-left,
.recently #move-right {
    position: absolute;
    z-index: 7;
    width: 165px;
    height: 166px;
    text-indent: -9999px;
}
.recently #move-left {
    top: 1px;
    left: 0;
    background: #fff url(../images/slide-right.gif) no-repeat 50% 50%;
}
.recently #move-right {
    top: 168px;
    right: 1px;
    background: #fff url(../images/slide-left.gif) no-repeat 50% 50%;
}
#matrix-slider li,
#matrix-slider-row li {
    float: left;
    width: 165px;
    height: 166px;
    margin-right: 1px;
    margin-top: 1px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#matrix-slider li div.item,
#matrix-slider-row li div.item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 165px;
    height: 166px;
    background: #fff;
    padding-top: 11px;
}

/********************** Tabs */
.tabs                   { margin-bottom:15px; overflow:hidden; border-bottom:1px solid #5184B6; }
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background:url(../images/tabs_bg.gif) repeat-x 0 100% #f2f2f2; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 15px; color:#444; }
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; }
.tabs li.active a,
.tabs li.active a:hover { background:#618499 url(../images/button-blue.gif) repeat-x scroll 0 0;  font-weight:bold; color:#fff; }

.short-description{ margin: 5px 0px;}
