/***** Orange Custom Color Stylesheet *****/
body { background-image: url('/img.php?store=hostspros.com&i=http://hostspros.com/images/bg-image/bgnd.gif'); }

/***** Title Color Styling *****/
.title h1, 
.title h2,
.title h3,
.title h4,
.title h5, 
.title h6,
.title .price-holder {
    color:#f4902d;
}

/** Header **/
/* Header Store Name and Image */
#header h1 {
    text-shadow: 0 2px 0 #AC5601;
}

#header h1 a:hover {
    color: #FF9C45;
}

#header_image {
    background: url('/img.php?store=hostspros.com&i=http://hostspros.com/images/coral-logo_o1.png') no-repeat left center;
}

#site-header, #site-header-inner {
    background-color: #E47405;
}

/* Main Menu */
#main-menu ul,
#main-menu ul li li a {
    text-shadow: 0 2px 0 #AC5601;
}

#main-menu ul li:hover {
    text-shadow: 0 2px 0 #AC5601; /*find color for the text shadow*/
    background-color: #AC5601;
    border-left: 1px solid #FF9C45;
    border-bottom: 1px solid #FF9C45;
}

#main-menu ul li.current_page_item {
    border-left: 1px solid #FF9C45;
    border-bottom: 1px solid #FF9C45;
    text-shadow: 0 2px 0 #AC5601;
}

#the-menu ul {
    background-color: #AC5601;
    border-left: 1px solid #FF9C45;
    border-bottom: 1px solid #FF9C45;
}

#the-menu li ul li:hover, #main-menu ul li.current_page_item {
    background-color: #803C00;
}

#the-menu li ul a, #the-menu li ul a:visited {
    text-shadow: 0 2px 0 #AC5601;
}

/** Slider **/
.slide a:hover {
    background-color: #AC5601;
}
.slide-text h1, .slide-text p, .slide-text ul, .slide-text .slider-title  {
    text-shadow:0 2px 0 #AC5601;
}

/** General template button type styling **/
.btn, .table-btn {
    background: -moz-linear-gradient(top, #f3963a, #e47405);
    background: -webkit-linear-gradient(top, #f3963a, #e47405);
    background: -ms-linear-gradient(top, #f3963a, #e47405);
    background: -o-linear-gradient(top, #f3963a, #e47405);
    background-color: #e47405;
    border-bottom:3px solid #ac5601;
}

.btn:hover, .table-btn:hover {
    background: -moz-linear-gradient(top, #e47405, #f3963a);
    background: -webkit-linear-gradient(top, #e47405, #f3963a);
    background: -ms-linear-gradient(top, #e47405, #f3963a);
    background: -o-linear-gradient(top, #e47405, #f3963a);
    background-color: #f3963a;
}

.signup {
    background: -moz-linear-gradient(top, #f3963a, #e47405);
    background: -webkit-linear-gradient(top, #f3963a, #e47405);
    background: -ms-linear-gradient(top, #f3963a, #e47405);
    background: -o-linear-gradient(top, #f3963a, #e47405);
    background-color: #e47405;
    border-bottom:1px solid #ac5601;
}

.button-search, .order_tld, .add_cart_tld,
.faq_hide a,
.button-contact {
    background: -moz-linear-gradient(top, #f3963a, #e47405);
    background: -webkit-linear-gradient(top, #f3963a, #e47405);
    background: -ms-linear-gradient(top, #f3963a, #e47405);
    background: -o-linear-gradient(top, #f3963a, #e47405);
    background-color: #e47405;
    border-bottom: 3px solid #ac5601;
}

.button-search:hover, .order_tld:hover, .add_cart_tld:hover,
.faq_hide a:hover,
.button-contact:hover {
    background: -moz-linear-gradient(top, #e47405, #f3963a);
    background: -webkit-linear-gradient(top, #e47405, #f3963a);
    background: -ms-linear-gradient(top, #e47405, #f3963a);
    background: -o-linear-gradient(top, #e47405, #f3963a);
    background-color: #f3963a;
}

.faq_question a:link,
.faq_question a:visited,
.faq_question a:active {
    color: #E47405;
}
.faq_question a:hover {
    color: #F3963A;
}

/***** Tables  *****/
table {
    border: 1px solid #ac5601;
}

table tr th,
.tld_search_results table td.th_styling {
    background: -moz-linear-gradient(top, #f3963a, #e47405);
    background: -webkit-linear-gradient(top, #f3963a, #e47405);
    background: -ms-linear-gradient(top, #f3963a, #e47405);
    background: -o-linear-gradient(top, #f3963a, #e47405);
    background-color: #e47405;
}

table .tip {
    background: none repeat scroll 0 0 #f3963a;
}
/** Black Icons background **/
.img-border.colorful {
    background-color: #FF9C45;
}


/** Footer & Live Chat Icon **/
.contact-us #footer_chat_link:hover img {
    background-color: #ac5601;
}

/** Fancybox **/
.colorful-border .fancybox-skin { border: 5px solid #f3963a; }

/** To Top Icon **/
#toTop { background: url('/img.php?store=hostspros.com&i=http://hostspros.com/images/totop_o.png') no-repeat left top; }
#toTopHover { background: url('/img.php?store=hostspros.com&i=http://hostspros.com/images/totop_o.png') no-repeat left -53px; }

/** Regions **/
.region_selector {
    border-left: 3px solid #E47405;
    border-right: 3px solid #E47405;
    border-bottom: 3px solid #E47405;
}