@import url('//fonts.googleapis.com/css?family=Oswald|Roboto:400,400italic,700');

body {
	margin: 0;
	padding: 0 0 10px;
	background: #000000;
	font: 14px/1.5 'Roboto', Arial, Helvetica, sans-serif;
	color: #151516;
}



/* ============================================== various template-specific elements that need hiding ============================================== */

#nav, #page-top, .HideForMobile, .logo-bot, #logo-top-left, #logo-top, #logo-top-right, #logo-right, #logo-left {
	display: none;
}


/* ============================================== nav ============================================== */

#header table {
	width: 100%;
	background: #1C1D20 url(images/header-bg.gif) top center repeat-x;
	border-bottom: 1px solid #28292D;
	text-align: center;
}
#header td {
	padding: 20px 10px;
}
#header img {
	border: none;
	width: 100%;
	max-width: 300px;
}
#logo {
	display: block;
	font: 34px/1.0 'Oswald', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#header #logo-cell {
	padding: 0;
}
#header td#tagline {
	display: none;
}
#tagline {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	background: #FFFFFF;
}



/* ============================================== nav ============================================== */

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	padding: 10px;
	background: #D72C35 url(../images/lines.png) 0 0 repeat;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.0;
	color: #FFFFFF;
}



/* ============================================== general ============================================== */

#content {
	padding: 10px;
	background: #F0F0F0;
	border-top: 1px solid #FFFFFF;
	overflow: auto;
}

h1 {
	margin: 12px 0 20px;
	font: 28px/1.2 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #D72C35;
}
h2 {
	margin: 30px 0 14px;
	font-size: 22px;
}
h3 {
	margin: 20px 0 -10px;
	font-size: 16px;
}
p {
	margin: 14px 0;
}
a {
	color: #D72C35;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(../images/bullet.png) 20px 8px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
}
small {
	font-size: 12px;
	line-height: 1.2;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #666666;
}
#content img {
	max-width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#content td img {
	max-width: none;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px 'Roboto', Arial, Helvetica, sans-serif;
	color: #151516;
	width: 100%;
}
.button {
	width: auto;
	font: 14px 'Oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D72C35;
	padding: 5px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 40%;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer, #footer td, #page-end {
	width: 100%;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	color: #666666;
}
#footer p {
	margin: 5px 0;
}
#footer table {
	width: 100%;
}
#footer th {
	font-weight: normal;
	padding: 5px;
}
#credit {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	color: #666666;
}
#credit p {
	margin: 4px;
}
#footer a, #credit a {
	color: #666666;
}



/* ============================================== plug-in overwrites ============================================== */

/* SHOP */

#prodlist {
	margin: 0 -30px 0 0;
	overflow: auto;
}
#prodlist h2, #prodlist hr {
	margin-left: 0;
	margin-right: 0;
}
#prodlist table {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
#update_qty {
	display: block;
	margin: 5px 0;
}
#basket img {
	max-width: 80px;
}
#basket input#update_qty, #basket input#contShop, #basket input#checkout  {
	width: 160px;
}
#checkout th  {
	width: 120px;
}
#payment-types td {
	vertical-align: top;
}
#payment-types img {
	display: none;
}
#payment-types span {
	display: block;
	position: relative;
	margin: 40px 0 0 -190px;
}



/* GALLERY */

#gallery {
	margin: 0 0 0 -30px;
}
