/* Basic color customizations */
::selection {
	background: #B3D4FC;
	text-shadow: none;
}

/* Primary Nav Background */
.sf-menu {
	background: transparent url('../graphics/layout/bg-nav.png') repeat-x left top;
	border: 1px solid #F0F0F0;
}

/* Top Right Nav */
#topnav .collection_item_label a, #topnav .collection_item_gallery_label a {
	color: #8F8F8F;
}
#topnav .collection_item_label a:hover, #topnav .collection_item_gallery_label a:hover {
	color: #F25100;
}

a:link, a:visited {
	color: #00A4Df;
}

a:hover, a:active {
	color: #F25100;
}

.footer-top {
	background: #28323C url('../graphics/layout/bg-footer.png') repeat top center;
}

/* ====================================
   Aplomb Product Colors
==================================== */

.product h1.page_title {
color:#375573;
}

.fdpc_product_form {
background:#e9eff4;
}

.product input[type=text],.product textarea {
border:1px solid #eee;
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input {
color:#515151;
}

.fdpc_product_testimonial h1,.fdpc_product_testimonial h2,.fdpc_product_testimonial h3,.fdpc_product_testimonial h4,.fdpc_product_testimonial h5,.fdpc_product_testimonial h6 {
color:#00a4df;
}

.fdpc_product_action ul.content_collection_items li a,.product input.form_submit_button {
color:#fff;
background:#83c6e9;
}

.fdpc_product_action ul.content_collection_items li a:hover,.product input.form_submit_button:hover {
background:#F25100;
}

/* Other color customizations go here. Just write your own css or copy/paste from firefox with the adjusted colors. */

.fdpc_spotlight_text {
    position: absolute;
    top: 23px;
    left: 108px;
    width: 736px;
    height: 300px;
}

.fdpc_spotlight .fdpc_spotlight_title {
    display: block;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 2px #35352D;
    width: 736px;
    margin: 35px auto 0 auto;
    text-align: center;
    line-height: .9em;
}

.fdpc_spotlight_text_content {
    margin-top: 35px;
    text-align: center;
    font-size: 22px;
    color: #000;
    text-shadow: .5px 1px #B0B0A4;
    line-height: 1.1em;
}

.fdpc_spotlight_button {
    text-align: center;
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.51);
    padding: 20px;
    width: 50%;
    margin: 35px auto 0 auto;
    border-radius: 6px;
    line-height: 1.1em;
}