body {
#color:#4e4946;
#background:#ebf4fa;
background-image: url(../images/pageBackground.jpg);background-repeat:repeat-x; background-color: #114376; 
}

a {
color:#206ba4;
}
a:hover,.cycle-pager-active{
color:#9ecdee;
}

input[type="text"],
input[type="password"],
select,
textarea{
border-color:#c0c0c0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
a.btn{
background:#206ba4;
color:#fff;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
a.btn:hover{
color:rgba(255,255,255,0.7);
}

input[disabled],button[disabled]{
background:#dddddd;
border-color:#dddddd;
}

input.textboxDisabled{
border-color:#d7d7d7;
}

.sidebar .box{
background:#f1efe2;
}

#utility{
background:#f1efe2;
}

.product-list .product{
border-color:#f6f4ea;
}

.control{
background:#206ba4;
color:#fff;
}
.control a{
background:#fff;
}
.control .sort select{
color:#4e4946;
}

.checkout-progress{
color:#c0c0c0;
}

.row.heading,
#basket .basket_header,
#basket .subtotal,
#basket .total{
background:#c0c0c0;
color:#fff;
}

#basket .basket_product{
border-color:#0186d3;
}

#orders-list .row{
border-color:1px dotted;
}

#container{
background:#fff;
}

#documents ul{
background:#206ba4;
}
#documents a{
color:#fff;
}
#documents a{
color:#fff;
}

.review{
background:#f1efe2;
}

.rating .icon{
color:#9ecdee;
}

.discounts_table th,
.discounts_table td{
border-color:#0186d3;
}

/*
superfish
*/
.sf-menu a {
border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
border-top: 1px solid rgba(255,255,255,.5);
color:#206ba4;
}
.sf-menu li {
background: #f1efe2;
}
.sf-menu ul li {
background: #f1efe2;
}
.sf-menu ul ul li {
background: #f1efe2;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
background: #E7E4D3;
}
.sf-arrows .sf-with-ul:after {
border-top-color: #0186d3;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
border-top-color: #53befb;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
border-color: transparent;
border-left-color: #0186d3;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
border-left-color: #206ba4;
}
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
border-color: transparent;
border-left-color: #206ba4;
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
border-left-color: #206ba4;
}


/* Narrow
================================================== */
@media only screen and (min-width: 651px) and (max-width: 980px) {
body{
background:#fff;
}
}

/* Mobile
================================================== */
@media only screen and (max-width: 650px) {
body{
background:#fff;
}
}