#nav { background: url('../images/menu_background.png') repeat-x; }
.cms-index-index #nav #nav-home > a, #nav > li.active > a, #nav > li:hover > a { background: url('../images/menu_background_on.png') repeat-x; }
.header .welcome-msg, .header .item-right, .header-top-container { font-weight: bold; }
.page-title, .block-title, .product-name, .section-title  { color: #0c3288;}

/* Left */
.left-help { position: relative; background-color:#F1F4F6; border-radius: 5px; border: 1px solid #ddd; color: #414D60; max-width: 230px; }
.left-help .caption { width: 50%; margin: 0; left: 50%; bottom: 15%; }
.left-help p { padding: 3px 0; font-size: 14px; }
.left-help a { color: #414D60; }

@media only screen and (min-width: 960px) and (max-width:1279px) { .left-help p { font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width:959px) { .left-help p { font-size:10px; } .left-help h4 { font-size: 1.1em; } }
@media only screen and (max-width: 767px) { .left-help .caption > * { display: inline-block!important; } }

/*CMS Pages
*********************************/
.cms-page-view a{color: #00f;}
.cms-page-view a:hover{color: #ff0000;}
.cms-page-view a[name]{color:#000;}

/* Product Page
 ********************************/
.product-view .product-shop .product-name h1 { font-size: 2em; }
.product-view .paypal-wrapper .paypal-logo .paypal-or { display: inline; float: left; margin: 10px 20px 0 10px; }
.product-view .short-description { margin: 10px 0 0 0; } 
.product-view .sku { margin: 0; }
