@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Dosis:600);
*/
/*
//(C)2007-2011 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET

RED:e40c11 

*/

/*TEMPLATE*/
* {
	padding:0;
	margin:0;
}
html,body {
	padding:0 !important;
	margin:0 !important;
	height:100%;
	width:100%;
}
body {
	background-image:url(images/bg.jpg);
	background-size: 150px auto;
	background-repeat:repeat;
	background-color:#e40c11;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}
#container {
	background-color:#FFF;
	padding:0 12px 10px;
	width:1000px;
	box-shadow:0px 0px 10px #000;
	margin:0px auto;
}
#content {
	width:1000px;
	margin:0px auto;
	overflow: hidden;
}
#head {
	width:1000px;
	height:160px;
	margin-bottom:10px;
}
#head .col {
	vertical-align:middle;
}
div#footer {
	display:block;
	width:400px;
	margin:0px auto;
	padding-top:5px;
}
div#footer p {
	text-shadow:0px -1px 0px #2A3B5C;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
div#footer p a {
	color:#FFF;
	text-decoration:none;
}
div#footer p a:hover {
	color:#999;
	text-decoration:underline;
}
div.content-body {
	box-sizing:border-box;
	padding:5px 10px;
	padding-top: 10px;
}
div.content-body.full {
	padding:5px 0 5px 10px;
}
#note_box {
	margin-bottom:10px;
	margin-top:8px;
	padding:8px;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
	display:none;
}
#note_box a {
	color:#FFF;
}
.info_box {
	padding:5px 10px;
	background-color:#EAEAEA;
	font-size:12px;
	color:#000;
	overflow:hidden;
}
#subcat {
	font-size:14px;
}
#subcat a {
	text-shadow:0px -2px 0px #FFF;
}
.product_box {
	padding:0;
	margin:0;
	margin-bottom:10px;
	width:810px;
}
.product_box .title a {
	font-family:Dosis,Arial,sans-serif;
	font-size:22px;
	text-decoration:none;
	color:#E40C11;
}
.product_box .title a:hover {
	color:#000;
}
.product_box p.price {
	display:block;
	width:100px;
	font-size:28px;
	color:#222;
	text-align:center;
	letter-spacing:-3px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product_box .basket-button {
	display:block;
	width:100px;
	text-align:center;
}
.product_box .price_ex {
	font-size:12px;
	color:#999;
	text-align:center;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product_box .info {
	font-size:12px;
	color:#444;
}
.product_box .feature {
	font-size:12px;
	color:#7E98A9;
	letter-spacing:-1px;
}
.p_price {
	font-size:28px;
	color:#222;
	letter-spacing:-3px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
#note_box.red {
	background-color:#E40C11;
	color:#FFF;
	font-size:12px;
}
#note_box.green {
	background-color:#8AAA1F;
	color:#FFF;
	font-size:12px;
}
hr {
	border:0;
	margin:15px 0;
	border-bottom:2px dotted #CCC;
}
.product_box hr, hr.small {
	border:0;
	margin:3px 0;
	border-bottom:1px solid #DDD;
}
.xmas-notice-box {
	border: 2px solid red;
	padding: 10px;	
	margin: 10px;
}

/*HEAD ELEMENTS*/
#logo {
	width:220px;
	height:170px;
	position:relative;
}
#logo #logo-container {
	background:url(../../images/bg-logo.png) no-repeat;
	position:absolute;
	top:0;
	width:225px;
	height:234px;
	padding:10px;
	padding-top:0;
	z-index:100;
	box-sizing:border-box;
}
#logo-container h1 {
	text-align:left;
}
#logo-container h1 a {
	display:inline-block;
	background-image:url(../../images/logo.png);
	background-repeat:no-repeat;
	background-size:contain;	
	width:200px;
	height:233px;
	text-indent:-9999px;
}
#ts2012 {
	width:200px;
	padding:0;
}
#ts2012 #ts2012-container {
	width:100%;
}
#ts2012-container.sublogo .col {
	text-align:center;
}
#ts2012-container.sublogo img {
	max-width:80px;
}
#search {
	width:330px;
	padding:0 10px;
}
#basket {
	width:180px;
}
.sponsorship-button {
    background-color: #e40c11;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 5px;
}
/*GENERAL*/
h1,h2,h3 {
	font-family:Dosis,Arial,sans-serif;
}
h1 {
	font-size:40px;
	color:#000;
	letter-spacing:-2px;
}
h2 {
	font-size:22px;
	color:#E40C11;
	font-weight:700;
}
h3 {
	font-size:22px;
	color:#285877;
	font-weight:bold;
	letter-spacing:-1px;
}
.text_content, p {
font-size:14px;
color:#000;
}
a {
color:#E40C11;
text-decoration:underline;
}
a:hover {
color:#333;
text-decoration:none;
}

.spacer5 {
	padding:0;
	margin:0;
	height:5px;
}
.spacer10 {
	padding:0;
	margin:0;
	height:10px;
}
.spacer15 {
	padding:0;
	margin:0;
	height:15px;
}

/*OTHER*/
.hide {
	display:none;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.overflow-hidden {
	overflow:hidden;
}
.text-right {
	text-align:right;
}
.display-inline {
	display:inline;
}
.display-block {
	display:block;
}
.list-no-style {
	list-style:none;
}
.no-underline {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}

/*Ul List*/
ul.list {
	list-style:square;
	line-height:18px;
	margin-left:15px;
}

/*TEXT*/
.text-small {
	font-size:12px;
}
.text-regular {
	font-size:14px;
}
.text-medium {
	font-size:22px;
}
.text-mini {
	font-size:10px;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

/*Col Table*/
.coltable {
	display:table;
	width:100%;
}
.coltable.padcol .col{
	padding:10px;
}
.coltable.float .col{
	float:left;
}
.coltable.marg {
	margin:15px 0;
}
.coltable.profile .col {
	border:1px solid #eee;
	height:275px;
}
.coltable.profile .col:hover {
	border:1px solid #e40c11;
}
.coltable.profile .col p {
	color: #e40c11;
    font-family: Dosis,Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 16px;
}
.coltable.profile .col a {
	text-decoration:none;
}
.coltable .col {
	vertical-align:top;
	display:table-cell;
	box-sizing:border-box;
}
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable .col.w75 {
	width:75%;
}
.coltable.col2 .col {
	width:50%;
}
.coltable.col3 .col {
	width:33%;
}
.coltable.col4 .col,
.coltable .col.w25 {
	width:25%;
}
.coltable.pad .col {
	padding:10px;
}
.coltable .col.center {
	text-align:center;
}
.coltable img {
	max-width:100%;
	width:100%;
}

/*Sidebox / Content Body*/
.sidebox-container,
.content-body {
	float:none !important;
	display:table-cell;
	vertical-align:top;
	width: 100%;
}
.content-body {
	
}

/*SIDEBOX CSS*/
.sidebox-container {
	width:180px;
	box-sizing:border-box;
	padding-top:10px;
}
.sidebox-container.float-left {
	transition: all 0.3s ease-out 0s;
	padding-top:20px;
	opacity: 0.5;
}
.sidebox-container.float-left:hover {
	opacity: 1;
}
.sidebox {
	width:100%;
	box-sizing:border-box;
	display:block;
	margin-bottom:10px;
}
.sidebox .full-span {
	width:180px;
}
.sidebox_bdy.red {
	background-color:#E40C11;
	box-shadow:inset 0 0 10px #700;
	color:#FFF;
}
.sidebox_bdy.red h2 {
	color:#FFF;
}
.sidebox_top {
	padding-left:5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#e40c11;
	font-size:18px;
}
.sidebox_bdy #product_title {
	font-size:28px;
	letter-spacing:-1px;
	font-style:italic;
}
.sidebox_bdy .sidebox_product_button {
	display:block;
	width:100%;
	text-align:center;
	background-color:#DDD;
	padding:3px 0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	text-decoration:none;
	font-size:12px;
	color:#5E7280;
	margin-top:3px;
	
}
.sidebox_bdy .sidebox_product_button:hover {
	border-color:#BBB;
	position:relative;
	top:1px;
}

/*CATEGORY LIST*/
.sidebox_bdy ul.options {
	list-style:none;
	margin:0 auto;
}
.sidebox_bdy ul.options li {
	list-style:none;
}
.sidebox_bdy ul.options li a {
	font-size:14px;
	/*border-top:1px dotted #CCC;*/
	padding:6px 8px 6px;
	display:block;
	text-decoration:none;
	border-radius: 3px;
	color:#666;
}
.sidebox_bdy ul.options li a:hover {
	color:#FFF;
	background-color:#E40C11;
}
.sidebox_bdy ul.options li a:active {
	position:relative;
	top:1px;
}
.sidebox_bdy ul.options.mini li a {
	font-size:12px;
}
.sidebox_bdy ul.options.center li a {
	text-align:center;
}

/*SEARCH BOX*/
#head #search .field {
	background-color:#F9F9F9;
	border:1px solid #EEE;
	padding:10px;
	width:320px;
	margin:0 auto;
	border-radius:8px;
}
#head #search .field label {
	display:block;
	text-transform:uppercase;
	font-style:italic;
	font-size:11px;
	color:#999;
}
#head #search .field input.key {
	border:2px solid #CCC;
	width:220px;
	padding:8px 3px 7px;
	transition:all 0.2s ease-in-out 0s;
}
#head #search .field input[type=submit] {
	padding:0;
	margin:0;
	background:url(images/bt-search.png) no-repeat;
	width:81px;
	height:34px;
	text-indent:-9999px;
	border:none;
	border-radius:0;
}
#head #search .field input[type=submit]:hover {
	padding:0;
	margin:0;
	background:url(images/bt-search-hvr.png) no-repeat;
	border:none;
	box-shadow:none;
}
#head #search .field input[type=submit]:active {
	position:relative;
	top:1px;
}
#head #search .field input:hover {
	border-color:#e40c11;
}
#head #search .field p.store-text {
	
}
#head #search .field p.store-text {
	margin-top:5px;
	font-size:12px;
	color:#999;
}
#head #search .field p.store-text a {
	color:#FFF;
	background-color:#CCC;
	font-size:10px;
	padding:1px 5px;
	text-decoration:none;
}
#head #search .field p.store-text a:hover {
	background-color:#E40C11;
}
#head #search .field p.store-text span {
	font-family:Dosis,Arial,sans-serif;
	color:#E40C11;
}

/*CART BOX*/
#basket-box {
	background-color:#EEE;
	padding:10px;
	width:158px;
	padding-top:30px;
	height:90px;
	background:url(images/bg-cart-box.png) no-repeat;
}
#basket-box div.info-text {
	text-align:right;
	display:block;
	padding-top:2px;
}
#basket-box div.info-text p.quantity {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
}
#basket-box div.info-text p.total {
	font-family:Dosis,Arial,sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#777;
}
#basket-box div.info-button {
	display:block;
	margin-top:8px;
}
#basket-box div.info-button a {
	display: block;
	text-decoration: none;
	padding: 6px 20px;
	text-align:center;
	font-family:Dosis,Arial,sans-serif;
	color:#FFF;
	text-transform: uppercase;
	background-color:#E40C11;
}
#basket-box div.info-button a:hover {
	background-color: #333;
}
/*
#basket-box div.info-button a {
	display:block;
	text-indent:-9999px;
	height:30px;
	background:url(images/bt-view-basket.png) no-repeat;
	background-position:center;
}
#basket-box div.info-button a:hover {
	background:url(images/bt-view-basket-hvr.png) no-repeat center;
}
#basket-box div.info-button a:active {
	position:relative;
	top:1px;
}
*/

/*CHECKOUT BUTTON*/
a.checkout-bt {
	background-color:#A4B315;
	padding:10px 0;
}

/*NAVIGATION*/
#nav, #nav-foot {
	box-sizing:border-box;
	width:1000px;
	background:url(images/bg-menu.png) no-repeat;
}
#nav {
	padding-left:230px;
}
#nav-foot {
	background:none;
	background-color:#e40c11;
	border-top:4px solid #CCC;
}
#nav-foot ul li.menulink {
	border-left:none;
	border-right:1px solid #FFF;
}

/*OTHER ELEMENTS*/
.imageGallery {
	border:2px solid #999;
	box-shadow: 0px 3px 0px #333;
}
.imageGallery:hover {
	border:2px solid #444;
}
.denote {
	color:#C30;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 2px #111;
}
#base-menu {
	margin-right: auto;
	position: fixed;
	bottom:0px;
	width: 100px;
	height: 40px;
	text-align:right;
	right:1%;
}
.next, .back, .remove {
	background-color:#E40C11;
	color:#FFF;
	font-size:12px;
	padding:2px 5px;
	text-decoration:none;
}
.back:hover, .next:hover, .remove:hover {
	background-color:#000;
	color:#FFF;
}
.next, .back {
	font-size:14px;
	padding:3px 10px;
}
.genericbt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EAEAEA), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #EAEAEA 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#cccccc');
	background-color:#EAEAEA;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#195d8a;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 0px;
	width:100px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.genericbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #EAEAEA) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #EAEAEA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#EAEAEA');
	background-color:#cccccc;
}.genericbt:active {
	position:relative;
	top:1px;
}
.redbt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c70e0e), color-stop(1, #ff3030) );
	background:-moz-linear-gradient( center top, #c70e0e 5%, #ff3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70e0e', endColorstr='#ff3030');
	background-color:#c70e0e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c26161;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #632828;
}
.redbt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #c70e0e) );
	background:-moz-linear-gradient( center top, #ff3030 5%, #c70e0e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#c70e0e');
	background-color:#ff3030;
	color:#FFF;
}
.redbt.myButton:active {
	position:relative;
	top:1px;
	color:#FFF;
}
.addtobasket {
	background-color:#e8f4eb;
	border-radius:3px;
	border:1px solid #bfbfbf;
	display:inline-block;
	color:#285877;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 34px;
	text-decoration:none;
	text-shadow:1px -1px 0px #ffffff;
}.addtobasket:hover {
	background-color:#d1d1d1;
}.addtobasket:active {
	position:relative;
	top:1px;
}
.pointer {
	cursor:pointer;
}
.grey {
	color:#999;
}
.grey-light {
	color:#CCC;
}
.grey-dark {
	color:#444;
}
.white {
	color:#FFF;
}
.green {
	color:#95A424;
}
.red {
	color:#C00;
}
.text-bold {
	font-weight:bold;
}

/*Cart Summary*/
.cart-row {
	font-size:12px;
	background-color:#EAEAEA;
	margin-bottom:5px;
	padding:8px;
}
.cart-row table {
	width:100%;
}
.cart-row .attr {
	font-size:10px;
	color:#999;
}
.cart-row .attr2 {
	font-size:10px;
	color:#688AAD;
}
.cart-row .title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row .title a {
	font-size:14px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
}
.cart-row .price {
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.cart-row.plain {
	margin-top:5px;
	padding:0;
	font-size:12px;
}


/*FORM*/
.form_table {
	padding:10px;
	margin:0;
	border:0;
	background-color:#EAEAEA;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.form_table.w600 {
	width:600px;
}
.form_box {
	padding:3px;
	background-color:#F1F1F1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	color:#285877
}
.form-block {
	overflow:hidden;
	display:block;
}
.field {
	margin-bottom:5px;
}
.form-block .field.wide {
	width: 90%;
}
label {
	margin: 5px 0;	
}
.form-block .field {
	float: left;
    width: 210px;
    margin: 0 10px 10px;
	min-height:65px;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
	display:block;
}
.form-block .field textarea {
	width: 100%;	
}
.form-block .checkbox-row {
	display: flex;	
}
.form-block .checkbox-row input[type="checkbox"] {
	margin: 5px;
}
.checkbox-row label {
	margin-left: 20px;	
}
.checkbox-row label:first-child {
	margin-left: 0px;	
}
.form-block .field p.caption, .form_caption { /*Note caption*/
	font-size:10px;
	color:#999;
	letter-spacing:-0.5px
}
.form_caption { /*Toggle caption*/
	margin-left:5px;
	display:none;
}
.form-block.cut .field { /*shrink fields for twin sidebox pages*/
	width:170px;
}
.form-block.cut .field.textarea-full, .form-block.cut .field.textarea-full textarea {
	width:490px;
	margin:0;
}
.form-block.cut .field input[type="text"], .form-block.cut .field input[type="password"], .form-block.cut .field textarea {
	width:160px;
	margin:0;
}
.form-block.cut .field select {
	padding:7px 0 6px;
	width:150px;
}
.form_spacer {
	margin:0;
	padding:0;
	height:15px;
}
#form_input {
	padding-top:3px;
	padding-bottom:3px;
}
#form_radio {
	margin-top:5px;
	padding:5px;
	background-color:#DDD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	font-size:12px;
}
.form_subcaption {
	font-family:Dosis,Arial,sans-serif;
	text-transform:uppercase;
	padding:6px 12px 7px;
	margin: 10px -10px;
	font-size:20px;
	color:#555;
	background-color:#D0D0D0;
	font-size:16px;
}
input[type="submit"] {
	font-family:Dosis,Arial,sans-serif;
	border:0;
	border:1px solid #e40c11;
    background-color: #e40c11;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 20px;
	text-shadow:0 -1px 0 #900;
	font-weight:100;
	font-size:14px;
	text-transform:uppercase;
	border-radius: 3px;
}
input[type="submit"]:hover {
    background-color: #222;
	border:1px solid #000;
	text-shadow:0 -1px 0 #000;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="text"]:focus,select:focus {
	border:1px solid #e40c11;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}
input[type="text"],input[type="password"],textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:160px;
	font-size:12px;
	padding:8px 6px;
	border:1px solid #fff;
}
input, textarea, select {
}
select {
	background-color:#FFF;
	width:160px;
	font-size:12px;
	border:1px solid #999;
	color:#000;
	padding:8px 0 7px;
}
.form-block .field-data { /*field data*/
	width:315px;
	background-color:#EAEAEA !important;
	float:left;
	padding:15px 10px;
	margin:5px;
	margin-bottom:10px;
}
.form-block.cbox .field-data {
	width:230px;
}
.form-block .field-data h6 {
	font-size:14px;
	color:#888;
	border-bottom:1px dotted #CCC;
	margin-bottom:4px;
	padding-bottom:7px;
}
.form-block .field-data h6.top {
	margin-top:8px;	
}
.sidebox select { /*sidebox forms*/
	width:170px;
}
.sidebox input[type="text"], .sidebox input[type="password"], .sidebox textarea {
	border:1px solid #BBB;
	color:#777;
}
.sidebox input[type="text"]:hover, .sidebox input[type="password"]:hover, .sidebox textarea:hover {
	border:1px solid #AAA;
}
.sidebox input[type="text"]:focus, .sidebox input[type="password"]:focus, .sidebox textarea:focus {
	border:1px solid #E40C11;
	background-color:#FFF;
}
/*Add to cart*/

.denote {
	color:#C30;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px -1px 0px #FFF;
	display:inline;
}
.button {
   border-top: 1px solid #ffb2b2;
   background: #ff2121;
   background: -webkit-gradient(linear, left top, left bottom, from(#b30000), to(#ff2121));
   background: -moz-linear-gradient(top, #b30000, #ff2121);
   padding: 3px 5px 3px 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   /*
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   */
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-weight:bold;
   text-align:center;
   letter-spacing:-1px;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
.button:hover {
   border-top-color: #9e2020;
   background: #9e2020;
   color: #ffffff;
}

/*sidebox BOXES*/
.sidebox_bdy {
	padding:5px;
	color:#000;
	border:1px solid #e3e3e3;
	box-sizing:border-box;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.sidebox_top {
	padding:3px 8px;
	letter-spacing:-1px;
	color:#999;
	font-family:Dosis;
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	background: #f3f3f3;
	border:1px solid #e3e3e3;
	border-bottom: none;
}

/*MODULE*/
.module_select {
	 background-color:#EEE;
	 border-radius:3px;
	 margin-top:5px;
	 padding:5px 10px;
	 border-radius:5px;
	 border:1px solid #CCC;
}
.module_select:hover {
	background-color:#FFF;
	
}
.module_select input[type='radio'] {
	margin-right:5px;
}
.module_select h6 {
	font-size:14px;
	color:#E40C11;
	margin:0 0 2px;	
}
.module_select hr {
	margin:3px 0;
}
.module_select .price-box {
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #BBB;
	display:block;
	font-size:12px;
	color:#000;
}

/*Sitemap*/
ul#sitemap {
	margin-top:10px;
	display:block;
}
ul#sitemap li {
	list-style:square;
	list-style-position:inside;
}
ul#sitemap li a {
	text-decoration:none;
}

/*Menu List*/
ul.menu-list {
	margin-top:18px;
}
ul.menu-list li {
	float:left;
	margin:5px;
}
ul.member-menu li {
	background-color: #E40c11;
	border:1px solid #E40c11;
	width:120px;
	padding:8px 10px;
	text-align:center;
}
ul.member-menu li a {
	color:#FFF;
	display:block;
	text-decoration:none;
}
ul.member-menu li:hover {
	background-color:#000;
	border:1px solid #000;
	box-shadow:inset 0 1px 0 #555;
}

/*Button*/
a.button-plain {
	padding:6px 15px;
	background-color:#285877;
	color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
a.button-plain:hover {
	background-color:#666;
	text-shadow:0 -1px 0 #000;
	box-shadow:inset 0 0 5px black;
}
a.button-plain.add-to-cart {
	padding:5px 12px;
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	border-radius:4px;
}

/*Gallery*/
ul#gallery {
	margin-top:10px;
	display:block;
}
ul#gallery li {
	float:left;
	width:169px;
	list-style:none;
	margin-right:8px;
	margin-bottom:5px;
}
img.gallery-image {
    border: 2px solid #285877;
}

/*FB Icons*/
.share-icons a:hover {
	position:relative;
	top:1px;
}

/*Comments List*/
ul.comments {
	margin-top:10px;
	list-style:none;
	background:#EEE;
	padding:0 3px 1px;
	border-radius:5px;
}
ul.comments li {
	position:relative;
	display:block;
	margin-bottom:10px;
	border-top:1px solid #CCC;
	padding:5px;
}
ul.comments li.no-border {
	border:none;
}
ul.comments li p.info {
	font-size:16px;
	font-weight:bold;
	color:#285877;
}
ul.comments li .info-box {
	height:25px;
	padding-top:5px;
	display:block;
}
ul.comments li p {
	font-size:12px;
}
ul.comments li .rating-box {
	position:absolute;
	padding:4px 5px 6px;
	right:0;
	top:3px;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
}
ul.comments li .rating-box img {
	position:relative;
	top:2px;
}
ul.comments li .rating-box.red {
	background-color:#C00;
	text-shadow:0 -1px 0 #900;
}
ul.comments li .rating-box.grey {
	background-color:#999;
	text-shadow:0 -1px 0 #777;
}
ul.comments li .rating-box.green {
	background-color:#9DB01E;
	text-shadow:0 -1px 0 #829020;
}

/*SUB CATEGORY*/
.sub-category {
	display:block;
	overflow:hidden;
}
.sub-category a {
	font-size:14px;
	text-shadow:0px -1px 0px #FFF;
}
.sub-category ul {
	display:block;
	list-style:none;
}
.sub-category ul li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#EEE;
	width:140px;
	padding:5px;
}
.sub-category ul li a {
	text-decoration:none;
	font-size:14px;
	color:#E40C11;
	font-weight:bold;
}
.sub-category ul li a:hover {
	color:#000;
}

/*Contact Form / Map*/
.contact-container {
	width:810px;
}
.contact-container .contact-form, .contact-container .contact-map {
	width:405px;
	float:left;
}
.contact-container .contact-map #map_canvas {
	display:block;
	margin:0;
	margin-top:10px;
	width:390px;
	height:220px;
	border:4px solid #FFF;
	box-shadow:0 0 5px #CCC;
}
.contact-container .contact-map h2 {
	display:inline;
}
.contact-container .contact-map .map-link {
	font-size:10px;
	text-decoration:none;
	display:inline;
}

/*Data List*/
ul.data-list {
	list-style:none;
	margin:10px 0;
	background-color:#EAEAEA;
}
ul.data-list li {
	padding:5px;
	border-top:1px dotted #BBB;
}
ul.data-list li.first {
	border-top:none;
}
ul.data-list li hr {
	margin:8px 0;
}
ul.data-list li h3 {
	color: #444444;
    font-size: 16px;
    font-weight: bold;
}

/*Horizontal Product List*/
ul.product-box, ul.ambassadors {
	display:block;
	margin:10px 0;
	list-style:none;
	overflow:hidden;
}
.product-box li.item, ul.ambassadors li {
	position:relative;
	list-style:none;
	float:left;
	min-height:220px;
	width:180px;
	margin:10px;
	border:1px solid #ddd;
}
.product-box li.item:hover {
	border:1px solid #E40C11;
}
.product-box li.item img {
	vertical-align: top;
}

.product-box li.item .pro-text {
	background-color: #f3f3f3;
}
.product-box li.item .pro-text p {
	margin:0;
	padding: 5px 10px;
}
.product-box li.item ul.info {
	overflow:hidden;
	margin-top:5px;
	list-style:none;
	display: table;
	width: 100%;
}
.product-box li.item ul.info li {
	display: table-cell;
	vertical-align: bottom;
	float: none !important;
	text-align: center;
}
.product-box li.item ul.info li.p-price {
	float:right;
	font-weight:bold;
	color:#000;
	font-size:14px;
	line-height: 16px;
	text-align:right;
	padding: 4px 5px;
	background-color: #e3e3e3;
	text-decoration: none;
}
.product-box li.item ul.info li.p-price span.special {
	color:#E40C11;
}
.product-box li.item ul.info li.p-price span.special-was {
	font-size:11px;
	color:#999;
	text-decoration:line-through;
}
.product-box li.item ul.info li.basket {
	float:left;
}
.product-box li.item ul.info li.basket a, .product-box li.item ul.info li.basket span.out-of-stock {
	display:block;
	padding:5px 6px;
	color:#FFF;
	font-size: 11px;
	line-height: 16px;
	background-color:#7ea81c;
	text-decoration:none;
}
.product-box li.item ul.info li.basket a:hover {
	background-color:#000;
}
.product-box li.item ul.info li.basket a:active {
	position:relative;
	top:1px;
}
.product-box li.item ul.info li.basket span.out-of-stock {
	background-color:#CCC;
}
.product-box .title a {
	display:block;
	color: #555;
    font-family: Dosis,Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
	letter-spacing:-0.5px;
}
.product-box .title a:hover {
	text-decoration:underline;
}
.product-box .title.result a {
	font-size:16px;
	min-height:45px;
}
.product-box .links a {
	color:#7a99c8;
	text-decoration:none;
}
.product-box .links a:hover {
	text-decoration:underline;
}
.product-box .price {
	font-size:28px;
	color:#222;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product-box .price_ex {
	font-size:12px;
	color:#999;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.product-box .info {
	font-size:12px;
	color:#444;
}
.product_box .feature {
	font-size:12px;
	color:#E40C11;
}

/*Mini*/
.product-box.mini li.item { /*mini*/
	width:145px;
	margin:3px;
	min-height:160px;
	opacity: 0.5;
	transition: all 0.2s ease-out 0s;
}
.product-box.mini li.item:hover { /*mini*/
	opacity: 1;
}
.product-box.mini li.item p a { /*mini*/
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0px;
}

/*Sitemap*/
.sitemap {
	list-style:square;
	margin-left:15px;
}
.sitemap li {
	line-height:18px;
}
.sitemap li a {
	text-decoration:none;
	transition:all 0.2s ease-in-out 0s;
}

/*Ambassadors*/
ul.ambassadors li img {
	max-width:180px;
}
ul.ambassadors li {
	min-height:310px;
}
ul.ambassadors li:hover {
	border:1px solid #E40C11
}
ul.ambassadors li p {
    display: block;
	color: #E40C11;
    font-family: Dosis,Arial,Helvetica,sans-serif,"Trebuchet MS";
    font-size: 16px;
}

/*Product Gallery*/
ul.product-gallery {
	list-style:none;
	overflow:hidden;
	text-align:center;
}
ul.product-gallery li {
	display: inline-block;
	width: 30%;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #eee;
}
ul.product-gallery li img {
	width:100%;
	border:1px solid #FFF;
}

/*Logo Bar*/
.logo-bar {
	width:1000px;
	height:80px;
	background:url(images/bg-logo-bar.jpg) no-repeat;
}
.logo-bar p {
	overflow:hidden;
}
.logo-bar p a {
	display:block;
	width:100px;
	height:70px;
	text-align:center;
	float:left;
	text-indent:-9999px;
}

/*Footer Links Bar*/
#links-foot {
	overflow:hidden;
	background-color:#CCC;
	width:980px;
	padding:5px 10px;
}
#links-foot .copyright {
	float:right;
	width:25%;
	text-align:right;
}
#links-foot .cat-nav {
	float:left;
	width:75%;
}
#links-foot div.copyright p {
	text-align:right;
	font-size:12px;
	color:#666;
}
#links-foot div.copyright p a {
	color:#F00;
}
#links-foot .cat-nav ul {
	list-style:none;
}
#links-foot .cat-nav ul li {
	float:left;
}
#links-foot .cat-nav ul li.caption {
	font-family:Dosis,Arial,sans-serif;
	padding-top:4px;
	font-size:16px;
	color:#999;
	
}
#links-foot .cat-nav ul li a {
	display:block;
	padding:6px 10px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#links-foot .cat-nav ul li a:hover {
	text-decoration:underline;
}

/*Facbeook Sidebox Link*/
a#bt-sidebox-fb {
	display:block;
	width:170px;
	height:60px;
	text-indent:-9999px;
	background:url(images/bt-facebook.jpg) no-repeat;
	margin-bottom:5px;
	border-radius: 5px;
}
a#bt-sidebox-fb:hover {
	background:url(images/bt-facebook-hvr.jpg) no-repeat;
}

/*YouTube Sidebox Link*/
a#bt-sidebox-yt {
	display:block;
	width:170px;
	height:60px;
	text-indent:-9999px;
	background:url(images/bt-yt.jpg) no-repeat;
	margin-bottom:5px;
	border-radius: 5px;
}
a#bt-sidebox-yt:hover {
	background:url(images/bt-yt-hvr.jpg) no-repeat;
}

/*Member Sidebox Link*/
a#bt-sidebox-mem {
	display:block;
	width:170px;
	height:60px;
	text-indent:-9999px;
	background:url(images/bt-membership.jpg) no-repeat;
	border-radius: 5px;
}
a#bt-sidebox-mem:hover {
	background:url(images/bt-membership-hvr.jpg) no-repeat;
}

/*Member Sidebox Link*/
a#bt-sidebox-amb {
	display:block;
	width:170px;
	height:60px;
	text-indent:-9999px;
	background:url(images/bt-amb.jpg) no-repeat;
	margin-bottom:5px;
	border-radius: 5px;
}
a#bt-sidebox-amb:hover {
	background:url(images/bt-amb-hvr.jpg) no-repeat;
}

/*Checkout BT*/
a.checkout-bt {
	font-family:Dosis,Arial,sans-serif;
	display:block;
	width:150px;
	text-align:center;
	background-color:#E40C11;
	padding:8px 0;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	text-shadow:0 -1px 0 #900;
}
a.checkout-bt:hover {
	background-color:#000;
	text-shadow:none;
}

/*Hours / Info List*/
dl {
    line-height: 32px;
	width:100%;
}
dl dt {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px dotted #CCC;
    clear: left;
    color: #E40C11;
    float: left;
    font-weight: bold;
    height: 30px;
	width:50%;
}
dl dd {
    border-bottom: 1px dotted #CCC;
    float: right;
    font-size: 14px;
    height: 30px;
	width:50%;
	text-align:right;
	font-weight:bold;
	color:#000
}

/*BANNER*/
#banner-space {
	width:1000px;
	height:250px;
	overflow:hidden;
}

/*FORM Sidebox Links*/
form#sidebox_form_signin p {
	margin-top:3px;
}
form#sidebox_form_signin a {
	text-decoration:none;
	color:#999;
}
form#sidebox_form_signin a:hover {
	color:#E40C11;
}

/*Generic UL*/
.content-body ul.list {
	list-style:square;
	border-bottom:2px dotted #CCC;
	border-top:2px dotted #CCC;
	margin:20px 0 10px;
	padding:5px 0 15px;
}
.content-body ul.list li {
	font-style:italic;
	font-size:14px;
	margin:1em 1.5em 0;
	margin-right:0;
}

/*Content*/
.container {
    overflow: hidden;
    width: 810px;
}
.container .left {
    float: left;
    width: 400px;
}
.container .right {
    float: right;
    width: 400px;
}

/*Product Contents*/
div.product-contents ul {
	list-style:square;
}
div.product-contents p {
	margin:1em 0;
	font-size:12px !important;
}
div.product-contents ul li {
	margin:1em 0 1em 1em;
}

/*Mobile Header*/
#mobile-head {
	font-family: Dosis,Arial,sans-serif;
	text-align:center;
	padding-bottom:10px;
	font-size:16px;
	display:none;
}

/* Laybuy */
.laybuy-price {
	padding: 0px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0 0 10px;
	text-align: center;
	display: table;
	width: 180px;
	margin-top: -8px;
}
.laybuy-price p {
	background-color: #eee;
	vertical-align: middle;
	display: table-cell;
	color: #00C2D9;
	font-size: 10px;
	padding: 5px;
}
.laybuy-price .lb-icon {
	display: table-cell;
	background-color: #FFFFFF;
	border-right: 1px solid #eee;
	padding: 5px 10px;
}
.laybuy-price .lb-icon img {
	vertical-align: top;
}
.laybuy-price a {
	color: #aaa;
	display: block;
}

.laybuy-popup-box {
	width:800px;
	background-color:#FFF;
	padding:30px;
	box-sizing: border-box;
}
.laybuy-popup-content {
	text-align: center;
}
.laybuy-popup-content > img.logo {
	max-width: 50%;
}
.laybuy-popup-content .coltable .col img {
	max-width: 50px;
	margin-bottom:15px;
}
.laybuy-popup-close {
	float:right;
	font-size:25px;
	
}
.laybuy-popup-close {
	text-decoration: none;
}
p.laybuy-special {
	color:#23ABCF;
	font-size:20px;
	padding:10px 40px;
}

/*Sidebox Extras & Specials*/
.sb-special {
	margin: 0;
}
.sb-special .sidebox_bdy {
	box-shadow: none;
	background-image: url(images/bg.jpg);
	background-size: 150px auto;
	background-repeat: repeat;
	border-radius: 8px 8px 0 0;
	border: none;
}
#bt-add-cart {
	border-radius: 3px;
	text-shadow: 0 -1px 0 #63880B;
	border: 1px solid #7ea81c;
	background-color: #7ea81c;
	font-size: 16px;
	padding: 10px;
}

.pricebox .sidebox_bdy {
	padding: 10px;
	letter-spacing: 0px;
	color: #666;
}
.pricebox .sidebox_bdy .p_price {
	font-weight: 600;
	letter-spacing: -2px;
	color: #C00;
}

/*Form Override*/
input[type="text"], input[type="password"], textarea {
	border-radius: 3px;	
}

.sub-form {
	width: 100%;
	display: table;
}
.subform-third,
.subform-half,
.subform-full {
	width: 33.333%;
	float: left;
	display: table;
	vertical-align: top;
}
.subform-half {
	width: 50%;
}
.subform-full {
	width: 100%;
}

.sub-form label {
	width: 100% !important;
	display: block;
}
.sub-form input {
	width: 90% !important;
	display: block;
}

/*Quantity*/
.q-quantity {
	text-align: center;
	
	padding: 0;
}
.q-quantity .price_ex {	
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	width: 70px !important; 
	height: 30px;
	background-color: #C00;
	background-image: url(images/bg.jpg);
	background-size: 150px auto;
	background-repeat: repeat;
	border-radius: 100%;
	padding: 20px 0;
	display: inline-block;
}
.q-quantity .price_ex i {	
	opacity: 0.7;
	font-size: 16px;
	position: relative;
	font-style: normal;
	top: -3px;
	left: -3px;
}

/*RESPOSIVE OVERRIDE*/
@media screen and (max-width:1000px) {
	#container,
	#links-foot,
	#nav-foot,
	#nav,
	#content,
	#head,
	#banner-space,
	.logo-bar {
		width:100%;
		box-sizing:border-box;
	}
	#banner-space,
	#logo,
	#head {
		height:auto;
	}
	#logo #logo-container {
		position:static;
		height:auto;
	}
	#nav {
		padding-left:0;
	}
	#base-menu {
		display:none;
	}
	.logo-bar {
		background-size:contain;
	}
	.logo-bar p {
		width:100%;
		display:table;
	}
	.logo-bar p a {
		display:table-cell;
		float:none;
		vertical-align:middle;
	}
	.logo-bar p a img {
		width:100%;
		vertical-align:top;
	}
	img.responsive {
		width:100%;
		vertical-align:top;
	}
	#search,
	#basket {
		padding:0;
		padding-left:5px;
	}
	#logo {
		width:225px;
	}
}
@media screen and (max-width:900px) {
	#ts2012 {
		display: table-row;
		max-width: 240px;
		margin: 0 auto;
		border: 4px solid #fff;
	}	
}
@media screen and (max-width:800px) {
	#head #search .level input {
		display:block;
		width:100% !important;
		box-sizing:border-box;
	}
	#head #search .level input[type='submit'] {
		background-color:#eb2612;
		text-align:center;
		text-indent:0;
		background-image:none;
	}
	#head #search .level input[type='submit']:hover {
		background-color:#000;
	}
	#head #search,
	#head #search .field {
		width:auto;
	}
	#head #search .store-text {
		text-align:center;
		padding-top:10px;
	}
	#head #search .store-text a {
		white-space:nowrap;
	}
	#basket-box {
		background:none;
		text-align:center;
		border:1px solid #EEE;
		background-color:#F9F9F9;
		border-radius:8px;
		width:auto;
		padding:5px;
	}
	#basket-box div.info-text {
		text-align:center;
	}
	#basket-box div.info-button a,
	#basket,
	#basket-box .info-button a {
		width:auto;
	}
	.sidebox {
		text-align:center;		
	}
	.sidebox.social {
		display:none;
	}
	.sidebox-container.float-left {
		display:none;
	}
	.laybuy-popup-box {
		width:100%;
		padding: 20px 10px;
	}
}
@media screen and (max-width:700px) {
	.subform-third,
	.subform-half,
	.subform-full {
		display: block;
		width: 90% !important;
		float: none;
		margin: 5px 0;
	}
	.sub-form input {
		width: 100% !important;
	}
}
@media screen and (max-width:600px) {
	.logo-bar {
		display:none;
	}
	#nav-foot {
		display:none;
	}
	.sidebox-container,
	.content-body {
		display:block;
		width:100% !important;
	}
	#logo,
	#logo-container {
		display:block;
		width:100% !important;
		background:none !important;
	}
	#logo h1 {
		text-align:center;
	}
	#search,
	#basket {
		float:left;
		width:50% !important;
	}
	.store-text {
		display:none;
	}
	h1 {
		font-size:34px;
	}
	h2 {
		font-size:26px;
	}
	#logo-container h1 a {
		width:120px;
		height:140px;
	}
	.form-block.cbox .field-data {
		width:100%;
		margin:10px 0;
		box-sizing:border-box;
	}
	#mobile-head {
		display:block;
	}
	#ts2012 {
		display: block;
		max-width: 240px;
		margin: 0 auto 12px;
	}	
}
@media screen and (max-width:400px) {
	.product-box li.item, ul.ambassadors li,
	.product-box.mini li.item {
		width:100%;
		margin:5px 0;
		box-sizing:border-box;
	}
	.product-box li.item, ul.ambassadors li img,
	.product-box.mini li.item img {
		/*width:100%;*/
		text-align:center;
	}
	.product-box .title.result a {
		font-size:20px;
	}
}

/* Drop down css */
body {margin:25px; font-size:13px; font-weight:normal;}
ul.menu {list-style:none; margin:0; padding:0; font-family:'Dosis'; font-weight:600; display:table; width:100%;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#FFF; text-decoration:none}
ul.menu li {position:relative; float:left;}
ul.menu > li {
	float:none;
	display:table-cell;
	vertical-align:middle;
}
ul.menu .full-drop,
ul.menu ul {position:absolute; top:45px; right:0; display:none; opacity:0; list-style:none;z-index:99;}

ul.menu ul > li {position:relative;border-bottom:1px solid #FFF; width:120px; margin:0}
ul.menu ul li a {display:block; padding:7px 7px 8px; background-color:#777; color:#FFF; text-shadow:none;}
ul.menu ul li a:hover {background-color:#000; color:#E40C11; }

ul.menu .menulink { border-left:1px solid #ff4848; padding:13px 5px; font-weight:normal; text-align:center; text-shadow:0px -1px 0px #B00; font-size:14px; text-transform:uppercase;}
ul.menu .menulink:first-child {
	border-left:1px solid #ff4848;
}
ul.menu .menulink:hover, ul.menu .menuhover {background-color:#222; text-shadow:0px -1px 0px #000; }
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 100px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
ul.menu .foot-slogan {text-align:right;color:#FFF;padding-right:10px;font-size:18px;}

ul.menu .full-drop {
	width:400px;
	left:0;
	padding:10px;
	border:1px solid #EEE;
	background-color:#FFF;
	opacity:1;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
ul.menu .full-drop h3 {
	margin:0;
	padding:0 0 10px;
	text-shadow:none;
	font-size:16px;
	color:#999;
}
ul.menu .full-drop .col:first-child {
	padding-right:10px;
}
ul.menu .full-drop .link-drop a {
	display:block;
	color:#000;
	text-align:left;
	padding:5px 0;
	text-shadow:none;
	border-top:1px solid #EEE;
	transition:all 0.2s ease-in-out 0s;
}
ul.menu .full-drop .link-drop a:hover {
	background-color:#e40c11;
	padding-left:10px;
	color:#FFF;
}
ul.menu .menulink.mobile-nav {
	display:none;
}
@media screen and (max-width:680px) {
	ul.menu .menulink {
		display:none;
	}
	ul.menu .menulink.mobile-nav {
		display:block;
	}
	ul.menu .menulink {
		font-size:14px;
		padding:13px 2px;
	}
	ul.menu li ul {
		width:100%;
		padding:0;
		top:40px;
	}
	ul.menu li ul li {
		width:100%;
		box-sizing:border-box;
	}
	#nav, #nav-foot {
		background-image:none;
		background-color:#e40c11;
	}
}
@media screen and (max-width:400px) {
	ul.menu .full-drop {
		width:100%;
		box-sizing:border-box;
	}
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:relative;
	bottom:40px;
	left:-16px;
	text-align:center;
	z-index:9999;
}
.nivo-controlNav a {
	cursor:pointer;
	float:right !important
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom:5px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding:0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

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

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* nivo end*/