/* $Id: local-sample.css,v 1.2 2010/07/02 23:14:21 eternalistic Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

div.header-top-wrapper {
height: 42px;
}

body {
    background: url("/sites/rugauthority.com/files/body-bg.gif") repeat-y scroll 50% 0 #FFFFFF;
/*    background-color: #f0f0f0;*/
}

div.footer-message-wrapper {
    background: none repeat scroll 0 0 #ffffff;
}

#header-site-info-inner {
/*     background: url("../images/sitename-background.png") no-repeat scroll top;*/
}

#logo {
    margin: 0px 10px 0 0;
}

#header-site-info-inner {

   padding: 0px 20px;
}

html {
    background-color: #ffffff;
}

.uc-price {
    color: #000000;
}

#page-top {
/*    background: url("/sites/all/themes/fusion_luxe/images/page-gradient.png") repeat-x scroll 0 0 transparent;*/
    display: block;
    height: 10px;
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:focus,
#primary-menu ul.links li a:active,
#primary-menu ul.links li.active-trail a:link,
#primary-menu ul.links li.active-trail a:visited  {
    text-transform: uppercase;
}

/* used for taxonomy views field - comment under picture on taxonomy page */

.views-field-tid {
#    float: right;
    padding: 0 0 0 4px;
}

