/****** FILE: themes/dfm/css/layout.css *****/
/* Reset
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

strong {
    font-weight: bold;
}

/* Layout
-------------------------------------------------------------------*/
body {
    background: #eeeeee;
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

#container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-shadow: 0 0 5px #D4D4D4;
}

#bar {
    background: #1c1c1c;
    height: 40px;
}

#slogan {
    float: left;
    color: #999999;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000;
    text-transform: uppercase;
    line-height: 40px;
    padding-left: 1%;
    padding-right: 1%;
}

#toppanel {
    position: absolute;
    top: 101px;
    max-width: 990px;
    width: 100%;
    z-index: 10001;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel_container {
    float: right;
    border-left: 1px solid #000;
    box-shadow: -1px 0 0 0 #323232;
    width: 250px;
}

#panel {
    width: 250px;
    position: relative;
    top: 0;
    height: 0px;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}
#panel_contents {
    background: #1C1C1C;
    height: 100%;
    width: 230px;
    position: relative;
    z-index: -1;
    padding: 10px;
}

#panel_contents label {
    color: #ccc;
    font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000000;
}

#panel_contents #CustomerLoginForm_LoginForm_Email {
    background: #E7E7E4;
    border: 1px solid #BBC8CE;
    border-radius: 5px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#panel_contents #CustomerLoginForm_LoginForm_Password {
    background: #E7E7E4;
    border: 1px solid #BBC8CE;
    border-radius: 5px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#CustomerLoginForm_LoginForm_action_dologin {
    display: block;
    height: 30px;
    width: 60%;
    background-color: #082a74;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#082a74), to(#082562));
    background-image: -webkit-linear-gradient(top, #082a74, #082562);
    background-image:    -moz-linear-gradient(top, #082a74, #082562);
    background-image:     -ms-linear-gradient(top, #082a74, #082562);
    background-image:      -o-linear-gradient(top, #082a74, #082562);
    color: #d6d5cc;
    border: none;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius:5px;
    line-height: 36px;
    font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 500;
}

.Actions #CustomerLoginForm_LoginForm_action_dologin {
    width: 30%;
    margin-top: 1em;
}

#ForgotPassword {
    margin-top: 10px;
    color: #545454;
    font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-shadow: 0 -1px 0 #000000;
}

#ForgotPassword a {
    color: #336FC1;
    font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 -1px 0 #000000;
    text-decoration: none;
}

.panel_button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    width: 250px;
    height: 40px;
    z-index: 20;
    cursor: pointer;
}

.panel_button_hide {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    width: 250px;
    height: 40px;
    z-index: 20;
    cursor: pointer;
    display: none;
}
.panel_button a, .panel_button_hide a {
    color: #999999;
    display: block;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    background: #1C1C1C;
}
.panel_button a:hover, .panel_button_hide a:hover {
    color: #ffffff;
    background: #336FC1;
}

.logout_button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    width: 250px;
    height: 40px;
    z-index: 20;
    cursor: pointer;
}

.logout_button a {
    color: #545454;
    display: block;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    background: #1C1C1C;
}
.logout_button a:hover {
    color: #ffffff;
    background: #336FC1;
}

#header {
    background: #1d2a3b;
    height: 67px;
    padding: 17px 25px;
}

#logo {
    max-width: 221px;
    float: left;
    width: 25%;
    min-width: 170px;
}

#nav {
    width: 70%;
    float: right;
    margin-top: 44px;
}

#nav ul {
    float: right;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    /*font-size: 1em;*/
    font-size: 13px;
}

/* LEVEL ONE */
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #166cde; }
ul.dropdown a:active                { color: #ffffff; }
ul.dropdown li.current a            { color: #166cde; }
ul.dropdown li a                    { display: block; padding: 4px 10px; color: #ffffff; text-decoration: none; text-shadow: 0 1px 0 #16202D; }
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }

#nav ul li.mobile-nav {
    display: none;
}

/* LEVEL TWO */
ul.dropdown ul 						{ width: 585px; visibility: hidden; position: absolute; top: 100%; left: -153px; padding-top: 16px; border-bottom: 1px solid #000000; z-index: 99999; background: #1D2A3B; border-left: 1px solid #000000; border-right: 1px solid #000000; }
ul.dropdown ul li 					{ font-weight: normal;  color: #000; float: none; font-size: 0.9em; line-height: 1.2em; }

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li span					{ width: 92.85%; display: inline-block; padding: 8px 10px; color: #ffffff; font-size: 1.2em; background: #336FC1; }
ul.dropdown ul li a					{ width: 92.85%; display: inline-block; padding: 8px 10px; color: #ffffff; }
ul.dropdown li.current ul li a      { color: #ffffff; }
ul.dropdown ul li a:hover			{ background: #336FC1; color: #ffffff; }
/* LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

ul.dropdown li a.home               { display: block; height: 16px; width: 19px; background: url(../images/icon-home.png) no-repeat top center; text-indent: -9999px; padding: 0; margin-top: 3px; }

ul.dropdown li a.home:hover               { background: url(../images/icon-home.png) no-repeat bottom center;}

.nav-group {
    float: left;
    width: 50%;
}

#page-content {
    border-top: 10px solid #336fc1;
    background: #ffffff;
    padding: 35px;
}

.blogSummary {
    border-bottom: 1px solid #ddd;
}

#page-content-main {
    width: 70%;
    float: left;
}

.product .product-heading {
    background-color: #1b2838;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b2838), to(#101925));
    background-image: -webkit-linear-gradient(top, #1b2838, #101925);
    background-image:    -moz-linear-gradient(top, #1b2838, #101925);
    background-image:     -ms-linear-gradient(top, #1b2838, #101925);
    background-image:      -o-linear-gradient(top, #1b2838, #101925);
    padding-left: 2%;
    width: 98%;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
}

.typography .product h2 {
    display: block;
    color: #f0f0f0;
    line-height: 30px;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    margin-bottom: 0px;
    float: left;
}

.product .product-links {
    background-color: #1b2838;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b2838), to(#101925));
    background-image: -webkit-linear-gradient(top, #1b2838, #101925);
    background-image:    -moz-linear-gradient(top, #1b2838, #101925);
    background-image:     -ms-linear-gradient(top, #1b2838, #101925);
    background-image:      -o-linear-gradient(top, #1b2838, #101925);
    min-height: 30px;
    padding-left: 2%;
    width: 98.3%;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    -khtml-border-radius: 0 0 5px 0;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.typography a.product-specs {
    display: block;
    color: #f0f0f0;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    margin-bottom: 0px;
    float: right;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #0c141e;
    box-shadow: -1px 0 0 0 #2b3b50;
}

.typography a.product-specs:hover {
    color: #336FC1;
    text-decoration: none;
}

.typography a.product-brochure {
    display: block;
    color: #f0f0f0;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    margin-bottom: 0px;
    float: right;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #0c141e;
    box-shadow: -1px 0 0 0 #2b3b50;
}

.typography a.product-brochure:hover {
    color: #336FC1;
    text-decoration: none;
}

.typography a.product-manual {
    display: block;
    color: #f0f0f0;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    margin-bottom: 0px;
    float: right;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #0c141e;
    box-shadow: -1px 0 0 0 #2b3b50;
}

.typography a.product-manual:hover {
    color: #336FC1;
    text-decoration: none;
}

.product-content {
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    background: #ffffff;
}

.product-specs-content {
    display: none;
}

.product-content .product-thumbnail {
    float: left;
    width: 35%;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    background: #ffffff;
}

.product-content .no-product-image {
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    height: 200px;
    line-height: 200px;
    background: #ffffff;
    display: block;
}

.product-content .product-features {
    float: left;
    width: 64.83%;
    position: relative;
    min-height: 200px;
    background: #f0f0f0;
}
.product-content .product-features .product-content-area {
    padding: 0.8em;
    margin-bottom: 30px;
    width: 94.2%;
}

#homepage-content {
    margin-top: 30px;
}

#homepage-content #homepage-content-left {
    width: 55%;
    margin-right: 5%;
    float: left;
}

#homepage-content #homepage-content-right {
    width: 40%;
    float: right;
}

#homepage-content #homepage-content-right ul {
    background: #e7e7e4;
    border-left: 1px solid #d3dce0;
    border-right: 1px solid #d3dce0;
    border-bottom: 1px solid #d3dce0;
    list-style: none;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 1px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}

#homepage-content #homepage-content-right ul li a {
    border-bottom: 1px solid #C1C1C1;
    color: #000000;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.2em;
    padding: 2px 5% 4px;
    text-decoration: none;
}

#homepage-content #homepage-content-right ul li {
    border-bottom: 1px solid #fcfcfb
}

#homepage-content #homepage-content-right ul li:last-of-type {
    border-bottom: none;
}

#homepage-content #homepage-content-right ul li:last-of-type a {
    border-bottom: none;
}

#homepage-content #homepage-content-right ul li a:hover {
    color: #336FC1;
}

#homepage-content h3 {
    display: block;
    background-color: #07276e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07276e), to(#082561));
    background-image: -webkit-linear-gradient(top, #07276e, #082561);
    background-image:    -moz-linear-gradient(top, #07276e, #082561);
    background-image:     -ms-linear-gradient(top, #07276e, #082561);
    background-image:      -o-linear-gradient(top, #07276e, #082561);
    height: 30px;
    color: #d6d5cc;
    line-height: 30px;
    padding-left: 5%;
    width: 95%;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
}


#page-content-aside {
    width: 25%;
    float: right;
}

#page-content-aside h3.aside-submenu-heading {
    display: block;
    background-color: #07276e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07276e), to(#082561));
    background-image: -webkit-linear-gradient(top, #07276e, #082561);
    background-image:    -moz-linear-gradient(top, #07276e, #082561);
    background-image:     -ms-linear-gradient(top, #07276e, #082561);
    background-image:      -o-linear-gradient(top, #07276e, #082561);
    min-height: 30px;
    color: #d6d5cc;
    line-height: 30px;
    padding-left: 5%;
    width: 95%;
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#page-content-aside ul.aside-submenu {
    background: #e7e7e4;
    border: 1px solid #d3dce0;
    list-style: none;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-bottom: 5px;
}

#page-content-aside ul.aside-submenu li {
    border-bottom: 1px solid #fcfcfb
}

#page-content-aside ul.aside-submenu li:last-of-type {
    border-bottom: none;
}

#page-content-aside ul.aside-submenu li a {
    display: block;
    padding: 2px 5% 4px 5%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #c1c1c1;
    line-height: 1.2em;
}

#page-content-aside ul.aside-submenu li:last-of-type a {
    border-bottom: none;
}

#page-content-aside ul.aside-submenu li a:hover {
    color: #336FC1;
}

#page-content-aside ul.aside-submenu li.current a {
    color: #336FC1;
}

#footer {
    background: #1d2a3b;
    height: 75px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

#footer-nav {
    float: left;
    width: 65%;
}

#footer-nav ul {
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875em;
}

#footer-nav ul li {
    float: left;
}

#footer-nav ul li a {
    color: #ffffff;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #16202D;
}

#footer-nav ul li a:hover {
    color: #166cde;
}

#footer-copyright {
    float: right;
    width: 30%;
    text-align: right;
}

#footer-copyright span {
    font-family: Exo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    color: #ffffff;
    line-height: 1.5em;
    text-shadow: 0 1px 0 #16202D;
}

#footer-copyright span a {
    color: #ffffff;
    text-shadow: 0 1px 0 #16202D;
    text-decoration: none;
}

#footer-copyright span a:hover {
    color: #336FC1;
}

#banner {
    height: 270px;
    background: url(../images/loading.gif) #1D2A3B center center no-repeat;
    position: relative;
    overflow: hidden;
}

#banner .nivoSlider {
    width: 100%;
    max-height: 270px;
}
#banner .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display: block !important;
    width: 100% !important;
}
#banner .nivoSlider a {
    border:0;
    display:block;
    position: relative;
    z-index: 9999;
}
#banner .nivoSlider a.nivo-imageLink {
    background-color:#fff;
filter:alpha(opacity=0);
/other than IE/
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
}
#banner .nivo-controlNav {
    padding-left: 73px;
    padding-top: 230px;
    position: relative;
    text-align: left;
    padding-bottom: 24px;
}
#banner .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 7px;
    cursor: pointer;
}
#banner .nivo-controlNav a.active {
    background-position:0 -10px;
}

#banner .nivo-directionNav {
    position: relative;
    z-index: 9999;
}

#banner .nivo-directionNav a {
    display:block;
    width:48px;
    height:58px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}
#banner a.nivo-nextNav {
    background-position: 0 -58px;
    margin-right: -5px;
    float: right;
    margin-top: 100px;
}
#banner a.nivo-prevNav {
    margin-left: -5px;
    float: left;
    margin-top: 100px;
}

#banner .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
#banner .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
#banner .nivo-caption a:hover {
    color:#fff;
}

#banner .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
#banner .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
#banner .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

#banner .nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}

#new-products {
    background: #e7e7e4;
    border: 1px solid #d3dce0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    position:relative;
}

#product-slider-container {
    width: 90%;
    background: #ffffff;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 1em;
    position:relative;
}

#new-products .nivoSlider {
    width:200px;
    height:222px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

#new-products .nivoSlider img {
    position:absolute;
    top:0px;
    left: 0px;
    z-index: -1;
}

#new-products .nivoSlider .nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

#new-products .nivoSlider a {
    border:0;
    display:block;
}

#new-products #product-slider a {
    position:absolute;
    cursor: pointer;
    width: 100%;
    height: 200px;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}

#new-products .nivo-controlNav {
    margin-bottom: 0.8em;
    padding-right: 1em;
    padding-top: 0.5em;
    position: relative;
    text-align: right;
    background: #E7E7E4;
}
#new-products .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    border:0;
    margin: 0 4px;
    cursor: pointer;
    font-family: Exo, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 0.7em;
}
#new-products .nivo-controlNav a:hover {
    text-decoration: none;
}
#new-products .nivo-controlNav a.active {
    color: #336FC1;
}

#new-products .nivo-directionNav {
    position: relative;
    z-index: 100;
}

#new-products .nivo-directionNav a {
    display:block;
    width:48px;
    height:58px;
    background:url(../images/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    cursor: pointer;
}
#new-products a.nivo-nextNav {
    background-position: 0 -58px;
    margin-right: -5px;
    float: right;
    margin-top: 100px;
}
#new-products a.nivo-prevNav {
    margin-left: -5px;
    float: left;
    margin-top: 100px;
}

#new-products .nivo-caption {
    color: #000000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.75em;
    margin-left: -58px;
    opacity: 0.9;
    padding: 8px;
    text-shadow: 0 1px 0 #ffffff;
    width: 300px;
    position: absolute;
    top: 195px;
    z-index: 10;
}
#new-products #product-slider .nivo-caption a {
    text-decoration: underline;
    color: #336FC1;
    position:relative;
    cursor: pointer;
    width: auto;
    height: auto;
    display: inline;
    top: 0;
    left: 0;
    z-index: 999;
}
#new-products .nivo-caption a:hover {
   text-decoration: underline;
}
#new-products .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
#new-products .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
#new-products .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

#new-products .nivo-slice {
    display:block;
    position:absolute;
    z-index:-1;
    height:100%;
    top:0;
}
#new-products .nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
#new-products .nivo-box img { display:block; }

.product {
    margin-bottom: 10px;
}

#NewPassword2 {
    clear: both;
}

#slider a.nivo-imageLink {
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    width: 100%;
    height: 170%;
}

/* Media Queries
--------------------------------*/
@media screen and (max-width: 1000px)  {
    .product-content .product-thumbnail {
        width: 34.9%;
    }
}

@media screen and (max-width: 980px)  {
    #banner .nivo-controlNav {
        display: none;
    }
}

@media screen and (max-width: 863px)  {
    #nav ul {
        font-size: 0.85em;
    }

    ul.dropdown ul {
        width: 540px;
    }
}

@media screen and (max-width: 790px)  {
    #nav ul {
        font-size: 0.8em;
    }

    ul.dropdown ul {
        width: 520px;
    }
}

@media screen and (max-width: 740px)  {
    #nav ul {
        font-size: 0.7em;
    }

    #banner .nivo-directionNav {
        display: none;
    }

    ul.dropdown ul {
        width: 500px;
    }
}

@media screen and (max-width: 700px)  {
    #toppanel {
        display: none;
    }

    #header {
        overflow: hidden;
    }

    #slogan {
        float: none;
        width: 98%;
    }

    ul.dropdown ul {
        width: 480px;
    }
}

@media screen and (max-width: 690px)  {
    #nav ul li {
        display: none;
    }

    #nav ul li.mobile-nav {
        display: block;
    }

    #nav {
        margin-top: 20px;
        width: 20%;
    }

    #banner {
        display: none;
    }

    #nav ul {
        font-size: 1em;
    }

    #page-content-main {
        float: none;
        width: 100%;
    }

    #homepage-content #homepage-content-left {
        float: none;
        margin-right: 0%;
        width: 100%;
        margin-bottom: 1em;
    }

    #homepage-content #homepage-content-right {
        float: none;
        margin-right: 0%;
        width: 100%;
        margin-bottom: 1em;
    }

    #page-content-aside {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    #footer-nav {
        float: none;
        width: 100%;
    }
    #footer-nav ul li {
        float: none;
        text-align: center;
    }
    #footer-nav ul li a {
        padding: 1em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px;
    }
    #footer-nav ul li a:hover {
        background: #336FC1;
        color: #fff;
    }
    #footer-copyright {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    #footer {
        height: auto;
    }
}

@media screen and (max-width: 600px)  {
    .product-content .product-thumbnail {
        width: 100%;
        float: none;
    }

    .product-content .product-features {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 430px)  {
    #bar {
        height: 80px;
        text-align: center;
    }

    #new-products {
        display: none;
    }
}


/****** FILE: themes/dfm/css/typography.css *****/
/* 
* DFM Security Typography
*/

 
/* GENERIC STYLES 
-------------------------------------------- */
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.85em;
	color: #000;
	line-height: 1.4em;
	margin-bottom: 15px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #000;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */
.typography a { 
 	text-decoration: none; 
	color: #336FC1;
}

.typography a:hover { 
	text-decoration: underline;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ol {
	list-style: decimal;
}

.typography ul {
	list-style: disc;
}

.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #000;
}

.typography li {
	margin: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.85em;
	line-height: 1.4em;
}
		
/* HEADER STYLES 
-------------------------------------------- */
.typography h1 {
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.75em;
	color: #000;
	line-height: 1.25em;
	margin-bottom: 15px;
}

.typography h1 a {
	color: #000;
	font-family: Exo, Arial, Helvetica, sans-serif;
}

.typography h1 a:hover {
	color: #336FC1;
}

.typography h2 {
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.65em;
	color: #000;
	line-height: 1.65em;
	margin-bottom: 15px;
}

.typography h2 a {
	color: #000;
	font-family: Exo, Arial, Helvetica, sans-serif;
}

.typography h2 a:hover {
	color: #336FC1;
}

.typography h3 {
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.55em;
	color: #000;
	line-height: 1.55em;
	margin-bottom: 15px;
}

.typography h3 a {
	color: #000;
	font-family: Exo, Arial, Helvetica, sans-serif;
}

.typography h3 a:hover {
	color: #336FC1;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}


/****** FILE: themes/dfm/css/form.css *****/
/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

#Form_Form_action_process, #Form_RegistrationForm_action_doRegister {
	display: block;
	height: 30px;
	width: 30%;
	background-color: #082a74; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#082a74), to(#082562));
	background-image: -webkit-linear-gradient(top, #082a74, #082562); 
	background-image:    -moz-linear-gradient(top, #082a74, #082562);
	background-image:     -ms-linear-gradient(top, #082a74, #082562);
	background-image:      -o-linear-gradient(top, #082a74, #082562);
	color: #d6d5cc;
	border: none;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	line-height: 36px;
	font-family: Quicksand,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 500;	
	margin-top: 1em;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
	float: left;
	margin-bottom: 15px;
	width: 315px;
}

.Actions {
	margin-left: 150px;
}

/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

#Form_Form input.text, #Form_RegistrationForm input.text {
	background: #e7e7e4;
	border: 1px solid #bbc8ce;
	height: 30px;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#Form_Form #Form_Form_EditableSpamProtectionField7, #Form_RegistrationForm_Captcha {
	background: #e7e7e4;
	border: 1px solid #bbc8ce;
	height: 30px;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#Form_Form textarea.textarea {
	background: #e7e7e4;
	border: 1px solid #bbc8ce;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 10px 0;
	color: #000;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1em;
	float: left;
	width: 150px;
}

.typography label.required {
 	display: block;
	margin: 10px 0 10px 0;
	color: #ef2929;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	float: none;
}

.typography span.required {
 	display: block;
	margin: 10px 0 10px 0;
	color: #ef2929;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	clear: both;
}

.typography span.validation {
 	display: block;
	margin: 10px 0 10px 0;
	color: #ef2929;
	font-family: Exo, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 0.8em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#SearchForm_SearchForm {
	margin-bottom: 1em;
}

#SearchForm_SearchForm input.text {
	background: #e7e7e4;
	border: 1px solid #bbc8ce;
	height: 30px;
	width: 63%;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	display: block;
	height: 36px;
	width: 30%;
	background-color: #082a74; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#082a74), to(#082562));
	background-image: -webkit-linear-gradient(top, #082a74, #082562); 
	background-image:    -moz-linear-gradient(top, #082a74, #082562);
	background-image:     -ms-linear-gradient(top, #082a74, #082562);
	background-image:      -o-linear-gradient(top, #082a74, #082562);
	color: #d6d5cc;
	border: none;
	cursor: pointer;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	float: left;
	line-height: 36px;
	font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    font-weight: 500;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}
		
#CustomerLoginForm_LostPasswordForm_action_forgotPassword {
	display: block;
	height: 30px;
	width: 60%;
	background-color: #082a74; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#082a74), to(#082562));
	background-image: -webkit-linear-gradient(top, #082a74, #082562); 
	background-image:    -moz-linear-gradient(top, #082a74, #082562);
	background-image:     -ms-linear-gradient(top, #082a74, #082562);
	background-image:      -o-linear-gradient(top, #082a74, #082562);
	color: #d6d5cc;
	border: none;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius:5px;
	line-height: 36px;
	font-family: Exo,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: 500;
	margin-top: 1em;
}	
	
#Form_Form .field {
	clear: both;
}
	
#CustomerLoginForm_LoginForm #Email, #CustomerLoginForm_LoginForm #Password, #CustomerLoginForm_LoginForm #Remember {
	clear: both;
}
	
#Form_RegistrationForm {
	width: 500px;
}

#Captcha {
	clear: both;
}

#Password .middleColumn {
	width: auto;
}

#Password .middleColumn .middleColumn {
	width: 315px;
}

#Form_Form div.field {
	clear: both;
	width: 100%;
}

#Form_Form label {
	clear: left;
}
	
/* Media Queries
--------------------------------*/
@media screen and (max-width: 997px)  {
	#SearchForm_SearchForm input.text {
		width: 62%;
	}
}

@media screen and (max-width: 815px)  {
	#SearchForm_SearchForm input.text {
		width: 60%;
	}
}

@media screen and (max-width: 690px)  {
	#SearchForm_SearchForm input.text {
		width: 65%;
	}	
}

/****** FILE: themes/dfm/css/prettyPhoto.css *****/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important;}
#pp_content_specs {padding-bottom: 0px;}
#pp_content_specs #pp_full_res {overflow-y: scroll; max-height: 580px;}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.pp_inline {
 	font-family: Quicksand, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.875em;
	color: #000;
	line-height: 1.5em;	
}

/****** FILE: themes/dfm/css/jquery.ui.all.css *****/
/*!
 * jQuery UI CSS Framework 1.9.1
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";


