/*
Theme Name: Default
Author: Discovery Design Limited
Description: Base theme for eShops made easy/eShop Developer.
Copyright: Discovery Design Limited
Version: 1.0
*/

/* =Base
-------------------------------------------------- */

html {
	background: #FFF;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
	
}

img {
	border: none;
}

a {
	color: #08c;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

a:visited {
	color: #08c;

}

a:hover,
a:focus,
a:active {
	color: #0af;
	outline: 0;
}

/* typography */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin: 1.6em 0 .8em 0;
}

h1 {
	font-size: 1.75em;
	line-height: 1.2;
}

h2 {
	font-family: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.25em;
	line-height: 1.4;
	
}

h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: .4em;
}

h5,
h6 {
	font-size: 1em;
	line-height: 1.6;
}

p {
	font-size: 13px;
	font-size: 1.35rem;
	margin: 0 0 .8em 0;
}

ul,
ol {
	margin: 0 0 1.6em 3.2em;
	padding: 0;
}

ul li,
ol li {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .4em 0;
}

/* tables */

table {
	text-align: left;
	width: 100%;
}

table thead tr {
	border-bottom: 1px solid #e6e6e6;
}

table thead th {
	background: #f6f6f6;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

table tbody tr {
	border-bottom: 1px solid #e6e6e6;
}

table tbody td {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em;
}

/* forms */

fieldset {
	border: 0!important;
	margin: 0 0 .8em 0;
	padding: 0;
}

label {
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: .2em;
	margin-bottom: .4em;
	text-transform: uppercase;
}

button,
input,
select,
textarea {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	*overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 .5em 0 0;
	padding: .6em 1.2em;
	text-shadow: 0;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="submit"].secondary {
	background-color: #e6e6e6;
	color: #999;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	margin: 0 .6em 0.6em 0;
	padding: 0;
	position: relative;
	top: .25em;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #777;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .8em 0;
	width: 80%;
	min-width: 17em;
	background: #FFF;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:focus {
	border-color: #ccc;
	color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #bbb;
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: .5em;
}

input[type="text"].field-qty {
	min-width: 0;
	width: 3em;
}

.chrome select, .safari select {
	background: url('../graphics/select-pointer.gif') no-repeat right 50%;
	padding: .5em .5em .5em .5em;
}

select {
	border-radius: 0;
	border: 1px solid #d6d6d6;
	color: #777;
	cursor: pointer;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 .8em;
	padding: .5em .5em .5em .5em;
	-webkit-appearance: button;
	width: 83.5%;
	min-width: 17em;
}

select:hover {
	border-color: #ccc;
}

select:focus {
	border-color: #bbb;
	outline: none;
}

textarea {
	height: 15em;
	overflow: auto;
	padding-left: 3px;
	resize: vertical;
	vertical-align: top;
	width: 98%;
}

.actions {
	clear: both;
	padding: .8em 0;
}

/* handy columns */

.col-wrapper {
	clear: both;
	margin: 0;
}

.col {
	float: left;
	margin-right: 5%;
	padding: .063em 0;
}

.col-wrapper .col.last {
	margin-right: 0;
}

.col-span-1 .col {
	margin-right: 0;
	width: 100%;
}

.col-span-2 .col {
	width: 47.5%;
}

.col-span-3 .col {
	width: 30%;
}

.col-span-4 .col {
	width: 21.22%;
}


/* =Container
-------------------------------------------------- */

#container {}


/* =Header
-------------------------------------------------- */

.site-header {
	padding: 0 5%;
	border-bottom: 1px solid #000;
	
}

.site-header > .inner {
	margin: 0 auto;
	max-width: 71.25em;
	position: relative;
}

.leftlogo h3 {
	font: italic 1.5em/1.5em "cursive", serif;
	color: #c7c7c7!important;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 1px 0 black;	
	margin-top: .5em;
	
}





/* brand */

.brand {
	float: left;

}

.logo {
	font-size: 2em;
	margin: 0.4em 0 0 0;
}

.logo a {
	color: #e3e1e1;
	font-weight: bold;
}

.logo a span {
	color: #93cb6a;
}

.contactright {
	float: right;
	margin-top: 2.4em;
}


.contactright p {
	color: #5c5c5c;
	font-size: 2em;
	margin: 0;
	padding: 0;
}


.contactright p span {
	color: #00517e;
}

.site-description {
	color: #e3e3e3;
	float: left;
	font-size: 1em;
	margin: 0 0 1em 0;
	width: 100%;
}

.headermiddle {
	width: 100%;
	background: #00517e;
	border-bottom: 1px solid #000000;
}

.leftlogo {
	float: right;
	width: 22.6%;
	height: 100%;
	margin: 1.5em 0 0 1%;
}

.leftlogo img {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.slidercontainer {
	width: 74.9%;
	float: left;
	background: #003552;
	margin: 1.5em 0;
	border: 4px solid #003552;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.headermiddle .inner {
	margin: 0 auto;
	max-width: 71.25em;
	padding: 0 5% 0 5%;
}

/* cart */

.cart {
	background: #f6f6f6;
	color: #999;
	float: right;
	padding: 1.6em 0 1.2em 0;
	width: 25%;
}

.cart h3 {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 10% .4em 10%;
}

.cart dl,
.cart dl dt,
.cart dl dd {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	width: 50%;
}

.cart dl {
	clear: both;
	margin: 0 10%;
}

.cart dl dt {
	clear: left;
	float: left;
	width: 50%;
}

.cart dl dd {
	float: left;
}

.cart p {
	margin: 0 10% .4em 10%;
}

.cart a {
	color: #fff;
}

.cart .button-wrapper {
	margin-top: .8em;
}

.cart .button-wrapper a {
	background: #08c;
	border-radius: 0;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: .45em 1em .4em 1em;
}

.cart .button-wrapper a:hover {
	background-color: #0af;
}

/* Slider
-------------------------------------------------- */

#ddecom_imageslider_container {
	width: 100%;
	border-bottom: 3px solid #A42258;	
}


.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



/* =Content Area (mid div)
-------------------------------------------------- */

.breadcrumbs {
	border-bottom: 1px solid #eee;
	color: #aaa;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1.6em;
	padding: 1.6em 0 1.4em 0;
}

.breadcrumbs .sep {
	color: #08c;
	font-weight: bold;
	margin: 0 .25em;
}

.breadcrumbs a {
	color: #999;
}

.breadcrumbs a:hover {
	color: #666;
}

.content-area {
	padding: 0 5% 1.6em 5%;
	background: #F7F7F7;
}

.content-area > .inner {
	margin: 0 auto;
	max-width: 71.25em;
}

#seotext {
	float: right;
	width: 72.5%;
	background: #FFF;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 1%;
	margin-top: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#seotext p {
	font-size: 10px;
	font-style: italic;
}


/* =Nav main
-------------------------------------------------- */

.nav-main {
	background: #003552;
	padding: 0 5%;
}

.nav-main ul,
.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-main ul {
	margin: 0 auto;
	max-width: 71.25em;
}

.nav-main li {
	float: left;
	width: 20%;
}

.nav-main a {
	color: #999;
	display: block;
	padding: 1.2em 0;
	text-align: center;
}

.nav-main a:hover {
	background: #333;
	color: #FFF;
}

.nav-main .selected a {
	background: #111;
	color: #fff;
}

/* =Site Content
-------------------------------------------------- */

.site-content {
	float: right;
	width: 72.5%;
	background: #FFF;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 1%;
	margin-top: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.site-content p {
	color: #000000;
}


.site-content p img {
	width: 100%;
}

.site-content ul {
	line-height: .9em;
}

#content h1 {
	margin: 0 0 .5em 0;
	background: #003552;
	color: #FFF;
	border-bottom: 2px solid #00517e;
	font: normal 400 15px/38px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	padding: .5em 0;
	line-height: 2em;
	font-weight: bold;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	}
	

.bottomtext {
	color: #a2a1a1!important;
	line-height: 1.2em;
	font-style: italic;
	font-size: .8em;
	
}

/* =Departments
-------------------------------------------------- */

.departments-wrapper {}

.departments,
.departments li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.departments li {
	background: #f6f6f6;
	margin: 0 0 .8em 0;
}

.departments h3 {
	margin: 0;
}

.departments h3 a {
	display: block;
	padding: 1.2em 1.6em;
}


/* =Products
-------------------------------------------------- */

.products-wrapper {}
.products {
	margin: 0 0 1.6em 0!important;	
}
.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.products li {
	border-bottom: 1px solid #eee;
	position: relative;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: ackground-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	width: 30%;
	float: left;
	margin-right: 3%;
	height: 32em;
}

.products li input[type="submit"] {
	margin-bottom: 1em;
}

.products li:nth-child(3n) {
	margin-right: 0;
}


.products li:hover {
	background: #f6f6f6;
}

.products li:nth-child(-n+3) {
	border-top: 1px solid #eee;
}

.products .sale {
	background: #d00;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	left: -.5em;
	padding: .6em 1em .55em 1em;
	position: absolute;
	text-align: center;
	top: 5.5em;
}

.products h3 a {
	color: #2c333a;
}

.products .thumbnail {
	float: left;
	line-height: 0;
	text-align: center;
	width: 100%;
}

.products .thumbnail img {
	height: auto;
	opacity: 1;
	width: 100%;
}

.products .rrp {
	color: #ff0000;
	text-decoration: line-through;
}

.products .thumbnail .no_image_available {
	background: #f6f6f6;
	color: #999;
	display: block;
	line-height: 14.5em;
	height: 14.5em;
}

.products .thumbnail a .no_image_available {
	-webkit-transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.products .thumbnail a:hover .no_image_available {
	color: #666;
}

.products .thumbnail a:hover .no_image_available,
.products li:hover .thumbnail a .no_image_available {
	background-color: #eee;
}

.products .description {
	color: #999;
}

.products .price {
	font-size: 1.25em;
	font-weight: bold;
}

.products .price .from {
	color: #999;
	font-size: 50%;
	font-weight: normal;
	margin-right: .25em;
}


/* =Product Details
-------------------------------------------------- */

.product-wrapper {
	position: relative;
}

.product-gallery {
	border-bottom: 1px solid #eee;
	float: left;
	margin-bottom: 1.6em;
	width: 47.5%;
}

.product-gallery .product-image-main {
	line-height: 0;
	margin: 0 0 .5em 0;
}

.product-gallery .product-image-main img {
	height: auto;
	width: 100%;
}

.product-gallery .no_image_available {
	background: #f6f6f6;
	color: #999;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 25em;
	height: 25em;
	text-align: center;
}

.product-gallery ul,
.product-gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-gallery ul {
	padding-bottom: .5em;
}

.product-gallery li {
	float: left;
	line-height: 0;
	margin-left: 2.5%;
	width: 23%;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-gallery li a {
	padding-right: 25%;
}

.product-gallery li a img {
	height: auto;
	width: 100%;
}

.product-details {
	border-left: 1px solid #eee;
	float: right;
	padding-left: 2.5%;
	width: 47.5%;
}

.product-details .sale {
	background: #d00;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	left: -.5em;
	padding: .6em 1em .55em 1em;
	position: absolute;
	top: .6em;
}

.product-details h1 {
	margin-top: .8em;
}

.product-details .price {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: -.8em;
}

.product-details .rrp {
	color: #ff0000;
	font-size: 1.25em;
	text-decoration: line-through;
}

.product-details .price .from {
	color: #999;
	font-size: 75%;
	font-weight: normal;
	margin-right: .25em;
}

.product-details .price .currency {}

.product-details fieldset {
	/* ie7, ie8 */
	border: none;
	padding: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: .8em;
}

.product-details fieldset:first-of-type {
	border-top: 1px solid #eee;
	padding-top: .8em;
}

.product-details .actions {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.6em;
	padding-bottom: .8em;
}

/* =Shopping cart
-------------------------------------------------- */

.cart-wrapper {
	margin: 0 0 3.2em 0;
}

.cart-wrapper {
	margin: 0 0 3.2em 0;
}

.cart-list-headings {
	border-bottom: 1px solid #eee;
}

.cart-list-headings h3 {
	float: left;
	margin: 0 0 .8em 0;
}

.title-cart-product {
	width: 39%;
}

.cart-list-orderreview .title-cart-product {
	width: 53%;
}

.title-cart-remove {
	width: 15%;
}

.title-cart-price-per {
	width: 15%;
}

.title-cart-price-qty {
	width: 15%;
}

.title-cart-price-total {
	width: 15%;
}

.cart-list,
.cart-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cart-list {
	margin: 1.6em 0;
	list-style: none;
}

.cart-list .cart-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: .8em 0;
}

.cart-list .cart-item:nth-child(even) {
	background: #fcfcfc;
}

.cart-product {
	float: left;
	padding-right: 2%;
	width: 37%;
}

.cart-list-orderreview .cart-product {
	width: 51%;
}

.cart-remove {
	float: left;
	padding-right: 2%;
	width: 13%;
}

.cart-price-per {
	float: left;
	padding-right: 2%;
	width: 13%;
}

.cart-price-qty {
	float: left;
	padding-right: 2%;
	width: 13%;
}

.cart-price-qty label, .cart-price-qty span {
	display: none;
}

.cart-price-total {
	float: left;
	padding-right: 0;
	width: 15%;
}

.cart-list .cart-product img {
	float: left;
	margin: 0 .8em 0 0;
	width: 33.333%;
	min-width: 6em;
}

.cart-item .no_image_available {
	background: #f6f6f6;
	color: #999;
	display: block;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 .8em 0 0;
	min-width: 6em;
	padding: 3.2em 0;
	text-align: center;
	width: 33.333%;
}

.cart-message {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1.6em 0;
	padding-bottom: .8em;
	text-align: center;
}

dl.cart-totals,
dl.cart-totals dt,
dl.cart-totals dd {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
}

dl.cart-totals {
	margin: 0 0 1.6em 0;
}

dl.cart-totals dt {
	border-bottom: 1px solid #e6e6e6;
	clear: left;
	float: left;
	padding: .5em 5% .5em 0;
	width: 44.5%;
}

dl.cart-totals dd {
	border-bottom: 1px solid #e6e6e6;
	float: left;
	font-weight: bold;
	padding: .5em 0;
	width: 50%;
}

dl.cart-totals .cart-grand-total {
	font-size: 16px;
	font-size: 1.6rem;;
}

.cart-actions {
	margin: 0 0 1.6em 0;
}

.cart-actions input {
	padding: 1em;
}

.cart-actions #viewcart_updatecart,
.cart-actions #viewcart_emptycart {
	float: left;
}

.cart-actions #viewcart_updatecart,
.cart-actions #viewcart_emptycart {
	float: left;
	margin: 0 5% .8em 0;
	width: 47.5%;
}

.cart-actions #viewcart_emptycart {
	margin-right: 0;
}

.cart-actions #viewcart_continuecheckout {
	display: block;
	margin: 0;
	width: 100%;
}

/* =Order Details
-------------------------------------------------- */

.body_order_details textarea {
	width: 91.4%;
}

#orderdetails_shippinginformation, #review_additional_container label {
	clear: both;
}

.body_order_review .col-first {
	margin: 0;
}

.body_order_review #review_container .col.col-first {
	float: right;
}

.body_order_review .col-second {
	margin-right: 5%;
}

/* =Pagination
-------------------------------------------------- */

.pagination {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin: 0 0 1.6em 0;
}

.pagination ul,
.pagination li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	border-left: 1px solid #e9e9e9;
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.pagination li a {
	color: #999;
	display: block;
	font-weight: bold;
	padding: .5em 1em;
}

.pagination li a:hover {
	background: #fcfcfc;
	color: #666;
}

.pagination .first {
	border-left: 0;
}

.pagination .last {
	border-right: 1px solid #e9e9e9;
}

.pagination .total,
.pagination .summary {
	border: 0;
	border-left: 1px solid #e9e9e9;
	color: #999;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: .5em 1em;
}


/* =Contact form
-------------------------------------------------- */

.contact-form {}

.contact-form fieldset {
	/* IE7, IE8 */
	padding: 0;
	border: none;
	border-bottom: 1px solid #eee;
	float: left;
	padding-bottom: .8em;
	padding-right: 5%;
	width: 41%;
}

.contact-form fieldset.captcha {
	border-bottom: 0;
}

.contact-form fieldset.captcha img {
	display: block;
	margin: .8em 0;
}

.contact-form .actions {
	clear: both;
}


/* =Site map
-------------------------------------------------- */

.sitemap-wrapper {}

.sitemap-wrapper h2 {
	border-top: 1px solid #eee;
	clear: left;
	float: left;
	margin: 0;
	padding-top: 1em;
	padding-right: 5%;
	width: 20%;
}

.sitemap-wrapper ul,
.sitemap-wrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap-wrapper ul {
	border-top: 1px solid #eee;
	float: left;
	margin: 0 0 1.6em 0;
	padding-top: 1em;
	width: 75%;
}

.sitemap-wrapper ul li {
	margin: 0 0 .4em 0;
}


/* =Sidebar
-------------------------------------------------- */

.sidebar {
	float: left;
	position: relative;
	width: 21.59%;
	padding: 1%;
	margin-right: 1.5%;
	margin-top: 1em;
	background: #FFF;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
}

.nav-company h3 {
	
}

.sidebar h3 {
	
	margin: 0!important;
	background: #003552;
	color: #FFF;
	border-bottom: 2px solid #00517e;
	font: normal 400 13px/38px "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	height: 3.3em;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	line-height: 3.4em;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	
}

.sideimage {
	
	width: 50%;
	margin: 0 auto;
}

#sidebarbox {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebarbox li{
	float: left;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}

#sidebarbox li img {
	width: 100%;
}

#sidebarbox li p {
	margin: .4em 0;
}

#sidebarbox img {
	width: 100%;
	line-height: 0;
	display: block;
	padding: 0;
}



.sidetext {
	padding: 1%;
}



/* search */

.search {
	position: relative;
	margin-top: -2.5em;
	width: 25%;
	float: right;
	overflow: hidden;
}

.search input[type="search"] {
	border-color: #fff;
	outline: none;
	min-width: 0;
	width: 80%;
	height: 1.2em;
	background: #fff;
}

.search input[type="search"]:focus {
	outline: none;
}

.search input[type="submit"] {
	border: 1px solid #08c;
	height: 2.3em;
	margin: 0;
	float: right;
	padding: 0;
	width: 11%;
	text-align: center;
	*position: absolute;
	*right: 0;
}

.search input[type="submit"]:hover {
	border-color: #0af;
}

/* base sidebar nav */

.sidebar nav ul,
.sidebar nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar nav a {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #bbb;
	display: block;
	padding: .5em 0 .5em .5em;
	color: #000;
}

.sidebar nav a:hover {
	color: #999;
	background: #f5f5f5;
}

.sidebar nav .selected a {
	background-color: #fff;
	color: #111;
}

.sidebar nav .selected a:before {
	content: '\00bb';
	margin-right: .5em;
}


/* =Site Footer
-------------------------------------------------- */

.site-footer {
	border-top: 5px solid #003552;
	clear: both;
	padding: 0 5%;
	color: #FFF;
	background: #00517e;
}

.site-footer p {
	color: #FFF;
}

.site-footer h4{
	color: #ffde00;
	margin-top: 0.2em;
}

.site-footer a {
	color: #FFF;
}

.site-footer a:hover {
	color: #ffde00;
	text-decoration: none;
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

.site-footer > .inner {
	margin: 0 auto;
	max-width: 71.25em;
	padding-top: .8em;
}

.site-footer .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .col ul li {
	margin: 0;
}

.site-footer .nav-legal,
.site-footer .nav-legal li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #F1F1F1;
}

.site-footer .nav-legal li a {
	color: #F1F1F1;
}

.site-footer .nav-legal {
	border-top: 1px solid #003552;
	padding: 1.6em 0 1.6em 0;
	text-align: center;
	margin-top: 0.5em;
}

.site-footer .nav-legal li {
	display: inline;
	margin-right: .4em;
}

.site-footer .nav-legal li:before {
	content: '\00b7';
	margin-right: .7em;
}

.site-footer .nav-legal li:first-of-type:before {
	content: '';
	margin: 0;
}

.body_order_details .site-footer input[type="text"], .body_contact .site-footer input[type="text"]{
	width: 80%;
}

.callnow {
	color: #FFF;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}


.callnow span {
	color: #ffde00;
}


.site-footer span {
	color: #FFF;
}

.footerleft {
	float: left;
	width: 71%;
}

.footerright {
	float: right;
	width: 11%;
}


#accred-thumb {
margin: 0;
padding: 0;
}


#accred-thumb li {
background: #fff;
border: 1px solid #e6e6e6;
display: inline-block;
float: left;
margin: 5px 0 0 5px;
position: relative;
width: 45%;
}

#accred-thumb li img{
}

/* =My Account
-------------------------------------------------- */

.addresses .shipping-address, dl.order-view-totals dd  {
	text-align: right;
}
.addresses h3 {
	margin: 1.6em 0 0.5em 0;
	border-bottom: 1px solid #e6e6e6;
}

.no-items {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 1.6em 0;
	padding-bottom: .8em;
	text-align: center;
}

.myaccount-fieldset-50 {
	width: 50%;
	float: left;
}

.body_myaccount .nav-myaccount-dashboard a:before,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a:before,
.body_myaccount_orders .nav-myaccount-orders a:before,
.body_myaccount_settings .nav-myaccount-settings a:before {
	content: '\00bb';
	margin-right: .5em;
}
.body_myaccount .nav-myaccount-dashboard a,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a,
.body_myaccount_orders .nav-myaccount-orders a,
.body_myaccount_settings .nav-myaccount-settings a {
	background-color: #fff;
	color: #111!important;
}

.myaccount-button-wrapper {
	margin-top: .8em;
}

.myaccount-button-wrapper a {
	background: #08c;
	border-radius: 0;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: .45em 1em .4em 1em;
	float: right;
}

.myaccount-button-wrapper a:hover {
	background-color: #0af;
}

/* =Blog
-------------------------------------------------- */
.blog-wrapper {
	margin-bottom: 1em;
}

.blog-cols .col-first {
	width: 57.5%;
}

.blog-cols .col-second {
	width: 37.5%;
}

.blog-posts .blog-post {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}

.blog-post h2 {
	margin: 1.6em 0 0em 0;
}

.ie-7 .blog-post img, .ie-8 .blog-post img {
	width: inherit;
}

.blog-post img {
	max-width: 100%!important;
	height: auto!important;
}

.blog-menu,
.blog-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-menu li a {
	border-bottom: 1px solid #eee;
	color: #bbb;
	display: block;
	padding: .5em 0;
}

.blog-menu a:hover {
	color: #999;
}

.blog-posts-related-no-posts, .blog-posts-related-no-posts {
	border-bottom: 1px solid #eee;
}

/* =Responsive Div Tables
-------------------------------------------------- */

.table-wrapper {
	margin: 0 0 3.2em 0;
}

.table-list-headings {
	border-bottom: 1px solid #eee;
}

.table-list-headings h3 {
	float: left;
	margin: 0 0 .8em 0;
}

.table-item > div {
	float: left;	
}

.table-cell-40 {
	width: 40%;
}

.table-cell-20 {
	width: 20%;
}

.table-list,
.table-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.table-list {
	margin: 1.6em 0;
	list-style: none;
}

.table-list .table-item {
	background: #fff;
	border-bottom: 1px solid #eee;
	clear: both;
	padding: .8em 0;
}

.table-list .table-item:nth-child(even) {
	background: #fcfcfc;
}

.table-cell-mobile-content {
	display: none;
}


/* =Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 72.31em) {
	
	.leftlogo {
		margin: 2.5em 0 0 0;
	}
	
	.leftlogo h3 {
		font: italic 1.3em/1.5em "cursive", serif;
		margin: 0 0 0 0;
	}
	
	.contactright p 
	}

	.logo {
		font-size: 1.6em;
		margin: 0.4em 0 0 0;
	}
}



/* first drop */


@media only screen and (max-width: 62.5em) {
	
/*
		body:before {
			background: rgba(255,0,0,.1);
			content: '';
			display: block;
			height: 5em;
			left: 0;
			position: fixed;
			top: 0;
			width: 2em;
		}
	*/
	
	
	

	
	

	.site-description {
		font-size: .875em;
	}

	.cart {
		width: 33%;
	}

	.site-content {
		float: none;
		width: auto;
	}

	.sidebar {
		float: none;
		width: auto;
	}

	.search {
		background: #f6f6f6;
		margin-top: .8em;
		position: relative;
		padding: .8em;
		top: 0;
		width: auto;
		float: none;
	}

	.search input[type="search"] {
		border-color: #ddd;
		margin: 0;
		padding: .6em .5em .5em .5em;
	}
	
	.sidebar nav ul {
		width: 100%;
	}
	
	
	.sidebar nav li {
		width: 49.8%;
		float: left;
	}

	

	.sidebar nav:first-of-type {
		margin-left: 0;
	}

	.site-footer .col {
		margin: 0;
		min-height: 11em;
		width: 50%;
	}

	.site-footer .col p {
		margin-right: 1.6em;
	}
	
	.sidebar {
		margin-right: 0;
	}
	
	.footerleft {
		float: left;
		width: 100%;
	}
	
	.footerright {
		float: left;
		width: 100%;
	}
	
	.footerright img {
		width: 20%;
	}
	
	.contactright {
		margin-top: 1.7em;
	}
	
	.site-footer .nav-legal a {
		font-size: 0.8em;
	}
	
	.site-footer .nav-legal,
	.site-footer .nav-legal li {
		font-size: 0.8em!important;
	}
	
	#sidebarbox li {
		float: left;
		width: 100%;
		margin-right: 1%;
	}
	
	#sidebarbox .last {
		margin: 0;
	}

	.leftlogo {
			width: 100%;
			margin: .5em 0 .5em 0;
		}
		
	.leftlogo h3 {
		font: italic 1.3em/1.5em "cursive", serif;
		margin: 0;
		text-align: center;
		
	}
	
	.slidercontainer {
		width: 100%;
		margin-bottom: 0;
	}
	
	#seotext {
		float: none;
		width: auto;
	}
	
	.sideimage {
		width: 15%;
	}
	
	#accred-thumb li {
		width: 17%;
		margin-right: 1%;
	}
}

/* second drop */

@media only screen and (max-width: 37.5em) {
	
	/*
		body:before {
			background-color: rgba(0,255,0,.1);
		}
	*/
	
	.order-details .col {
		float: none;
		margin-left: 0;
	}
	
	.order-details .col-span-2 .col {
		width: 100%;
	}
	
	.body_order_details .site-content input[type="text"], 
	.body_order_details .site-content input[type="email"]{
		width: 96%;
	}
	
	.body_order_details .site-content select {
		width: 100%;
	}
	.body_order_details .site-content textarea {
		width: 99.8%;
	}
	
	.body_contact .site-content fieldset {
		width: 100%;
	}
	
	.body_contact .site-content input[type="text"], 
	.body_contact .site-content input[type="email"], 
	.body_contact .site-content select {
		width: 96%;
	}
	
	.contactright {
		float: left;
		margin: 0;
	}
	
	.brand {
		width: 100%;
	}
	
	.callnow {
		font-size: 1.5em;
	}
	
	.leftlogo h3 {
		font: italic 1.1em/1.1em "cursive", serif;
		margin: 0;
		text-align: center;
		
	}
	
	.contactright {
	float: left;
	width: 100%;
	margin: 0;
	}
	
	
	/* My Account */
	.addresses .shipping-address, dl.order-view-totals dd {
		text-align: left;
	}
	
	/* Blog */
	.blog-cols .col-first, .blog-cols .col-second {
		width: 100%;
	}

	/* Responsive Div Tables */
	.table-cell-mobile-80 {
		width: 80%;
	}
	.table-cell-mobile-70 {
		width: 70%;
	}
	.table-cell-mobile-60 {
		width: 60%;
	}
	.table-cell-mobile-30 {
		width: 30%;
	}
	.table-cell-mobile-content {
		display: block;
		color: #999;
	}
	.table-cell-mobile-hide {
		display: none;
	}

}

/* third drop */

@media only screen and (max-width: 52.19em) {
	
	
	
	.contactright {
		float: left;
		margin: 0;
		width: 100%;
	}
	
	.contactright p {
		font-size: 1em;
		text-align: center;
		width: 100%;
	}
	
	.site-description {
		margin: 0;
	}
	
	.slidercontainer {
		width: 100%;
	}
	
	.leftlogo {
		width: 100%;
	}
	
	.brand {
		width: 100%;
	}
	
	.logo {
		width: 300px;
		margin: 0 auto;
		float: none;
	}
	
	.logo img {
		width: 300px;
		margin: 0 auto;
		
	}
	
}




/* fourth drop */

@media only screen and (max-width: 33.75em) {
	
	/*
		body:before {
			background-color: rgba(0,0,255,.1);
		}
	*/

	.site-header {
		padding: 0;
	}

	.brand {
		float: none;
		margin: 0 5% 0 5%;
		width: auto;
	}


	.cart {
		clear: both;
		float: none;
		margin: 2.2em 0 0 0;
		width: auto;
	}

	.cart h3,
	.cart dl,
	.cart p {
		margin-left: 5%;
		margin-right: 5%;
	}

	.products li {
		padding-left: 0;
	}

	.products h3 {
		font-size: 1em;
		margin: 1.2em 0 .6em 33%;
		padding-left: .6em
	}

	.products p {
		margin: 0 0 .6em 33%;
		padding-left: .6em
	}

	.products .sale {
		font-size: .75em;
		margin: 0;
		top: 0;
	}

	.products .price {
		font-size: 1em;
		font-weight: bold;
	}

	.products .thumbnail {
		margin: 0;
		width: 30%;
	}

	.product-gallery,
	.product-details {
		border-left: 0;
		float: none;
		padding-left: 0;
		width: auto;
	}

	.cart .button-wrapper {
		float: right;
		margin-top: -2.2em;
	}

	li.cart-product img {
		float: none;
		margin: 0 0 .8em 0;
		width: 100%;
	}

	.content-area .col-span-2 .col {
		float: none;
		margin: 0;
		width: auto;
	}

	.site-footer .col {
		float: none;
		min-height: 0;
		width: auto;
	}
	
	.products li {
		width: auto;
		margin-right: 0;
		padding: .063em 1.6em .8em 0em;
		float: none;
		height: auto;
	}
	
	.products .thumbnail {
		margin: -2.4em 0 0 0;
	}
	
	.products li:nth-child(-n+3) {
		border-top: none;
	}
	
	.products li:first-child {
		border-top: 1px solid #eee;	
	}
	
	
	.products li input[type="submit"] {
		margin-left: .6em;
	}
	
	.cart-list-headings {
		display: none;
	}

	.cart-product {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}

	.cart-price-per,
	.cart-price-qty,
	.cart-price-total,
	.cart-remove {
		padding-top: .6em;
		padding-right: 3%;
		width: 22%;
	}

	.cart-price-qty {
		text-align: right;
		width: 34%;
	}

	.cart-price-total,
	.cart-remove {
		padding-top: 2.6em;
	}

	.cart-list-orderreview .cart-price-qty,
	.cart-list-orderreview .cart-price-total {
		padding-top: .8em;
	}

	.cart-list-orderreview .cart-price-total {
		width: 34%;
	}

	.cart-price-per {
		clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
	}
	.title-cart-remove {
		padding-right: 0;
		width: 25%;
	}

	.cart-price-qty label {
		display: block;
	}
	.cart-price-qty span {
		display: inline-block;
	}
	
	.slidercontainer {
		width: 100%;
		float: left;
		background: #003552;
		margin: 1em 0 0 0;
	}
	
	
	
	
	.sidebar nav li {
		width: 100%;
		float: left;
	}
	
	.callnow {
		font-size: 1.3em!important;
	}
		
	
	
	
	.site-description {
		margin: 0;
	}
	
	.site-footer p {
		font-size: .7em;
	}
	
	.logo {
		font-size: 1.28em;
		margin: 0.4em 0 0 0;
	}
	
	.nav-main li {
		width: 100%;
	}
	
	.footerright img {
		width: 30%;
	}
}

/* fith drop */

@media only screen and (max-width: 27.5em) {
	
	/*
		body:before {
			background-color: rgba(220,105,234,.1);
		}
	*/
	
	.products .thumbnail .no_image_available  {
		line-height: 2em;
		padding-top: 5em;
		height: 9.5em;
	}

}



/* =Helpers
-------------------------------------------------- */

/* for screen readers */

.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* clearfix class */

.group:before,
.group:after {
	content: " ";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}

#ddcms_flickr_modal { margin: 0; padding: 0; }

#photogallery1, #photogallery2, #photogallery3 { 
margin: 0;
clear: left;
}

#ddecom_flickr_modal li {
float: left;
list-style: none;
margin:7px 4px 0px 6px;
}

#ddecom_flickr_modal img {
height:125px;
width: 125px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#ddecom_flickr_modal {

margin: 1px 0px 0px 2px;	
}

.clear {
	clear: both;
}