

.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 7px;
}
#header-cart .head {
    margin-bottom: 7px;
    padding-right: 8px;
}
#header-cart .head h4 {
    cursor: pointer;
    float: none;
    display: inline;
    padding-left: 19px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #ababab;
    font-size: 0.95em;
    font-weight: normal;
}
#cart-content {
    background: url(../images/dropcart.png) bottom repeat-x #fafafa;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0 0 8px 8px;
    color: #aaa;
    position: absolute;
    top: 25px;
	-moz-box-shadow:0 3px 3px rgba(0, 0, 0, .5);
    right: 0px;
    width: 200px;  
}
#cart-content .product-images {
    float: left;
}
#cart-content .product-images img {
    border: 1px solid #a9a9a9;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color: #1E7EC8;
    text-indent: 5px; 
}
#cart-content li {
    clear: both;
}
#cart-content a:hover {
    color: #aaa;
}
#cart-content .actions a span {
    cursor: pointer;
}
#cart-content #center-buttons {
    padding-top: 5px;
    clear: both;
    text-align: center;
	padding:10px 0;
}

#cart-content .actions a {
	padding:3px 7px;
	background:#940D29 url(../images/active_a.png) 0 -5px;
	border:1px solid #940D29;
	margin:0 1px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#fff;
	text-shadow:1px 1px #600719;
	text-transform:uppercase;
	font-weight:bold;
	font-size:80%;
	-moz-box-shadow:1px 1px #fff;
}

#cart-content .actions a:hover {
	background-position:0 0px;
}

#cart-content .truncated {
	display:none;
}

#cart-content h6 {
	background:#fff;
	border:1px solid #eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-transform:uppercase;
	text-align:center;
	color:#900;
	font-size:80%;
	padding:5px 0;
}

#cart-content li {
	padding:8px 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;
	font-size:11px;
}

#cart-content .product-details a {
	font:11px Arial, Helvetica, sans-serif;
	line-height:13px;
}

#slider
{
    height: 200px;
    position: relative;
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #ccc;
}
div.scroller
{
    height: 200px;
    overflow: hidden;
    width: 930px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 15px;
    top: 15px;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 200px;
    overflow: hidden;
    width: 930px;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
    color: #aaa;
    filter: alpha(opacity=60);
    float: left;
    height: 14px;
    margin: 0px 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -1000px;
    width: 14px;
}
.slidercontrol a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.content .sliderdescription
{
    background: url(../images/grid.gif) repeat left top;
    color: #222;
    filter: alpha(opacity=50);
    font: 12px bold Helvetica, sans-serif;
    left: 15px;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -100px;
    width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active
{
    background-color: #fff !important;
}
.content a
{
    font: 12px bold Helvetica, sans-serif;
    text-decoration: none;
}
.aprev
{
    background: url(../images/aprev.gif) no-repeat 3px 3px;
}
.anext
{
    background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop
{
    background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay
{
    background: url(../images/aplay.gif) no-repeat 6px 3px;
}

.footerl .mini-newsletter {
    float: left;
    clear:both;
    width:390px;
}
.footerl {
    float: left;
}
.footerl .mini-newsletter h4{
    color: #505050;
    margin-right: 10px;
}
.footerl form, .footerl .mini-newsletter h4 {
    float: left;
    line-height: 30px;
    font-size: 11px;
}
.footerl .mini-newsletter input.input-text {
    float: left;
}
.footerl .form-button-alt{
    float: right;
    margin:3px 0px 0px 6px;
}

.col-main p.link {
	margin:0;
}

.form-button, .form-button-alt, p.link a, a.button {
    background:#940D29 url(../images/active_a.png) repeat-x 0 -5px;
    border: 1px solid #600719;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;
    margin: 0px;
    vertical-align:top;
    padding: 4px 8px;
    color: #fff;
	text-shadow:1px 1px #600719;
	-moz-box-shadow:1px 1px #fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.form-button:hover, .form-button-alt:hover, p.link a:hover, a.button:hover {
	background-position:0 0;
}

h4, h3, .category-head h2 {
    font-size: 12px;
    font-weight: bold;
    color: #222;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
}


.col-main p{
	margin:15px;
	font-size:120%;
	line-height:150%;
}

#offices {
	color: #fff; 
	width: 380px; 
	float: right; 
	font-size: 0.9em; 
	line-height: 1.3em; 
	margin-top: 4px;
}
#offices .howtofindus {
	font-weight: bold;
	color: #000;
}
#offices a {
	color: #8cd5f9;
	text-decoration: none;
}
#offices a:hover {
	text-decoration: underline;
}
.officeColumn {
	width: 190px; 
	float: left;
}


ul#nav-sidebox li {
	border-top: 1px solid #d5d5d5;
}

ul#nav-sidebox li a {
	display: block;	
	text-indent: 15px;
}

ul#nav-sidebox li a:hover {
	background-color: #dadad5;
	color: 000;
}

ul#nav-sidebox li li.level1 a {
	text-indent: 30px;
}


.sidebox {
	width: 185px;
	height: 170px;
	background-image :url(../images/emptybox.gif) !important; 
	padding: 5px;
	line-height: 1.4em;
}

.sidebox p {
	margin-bottom: 4px;
	padding: 2px 0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	clear: left;
}
	
.sidebox div {
	float: left;
	width: 50%;
	font-size: 90%;
}

