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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

body {
	background: #dddddd;
	font: normal normal normal 14px/160% "Century Gothic", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #212121;
}

#container {
	clear:both;
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

section {
	clear: both;
}

h1 {
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}

h1 span {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	color: #9F0B21;
}

h4 {
	font-size: 15px;
}

a:link, a:active, a:visited {
	color: #9F0B21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#jumper { display: none }

header {
	padding-top: 35px;
	position: relative;
	z-index:100;
}

#basket-banner {
	background: #fcfcf5;
	border-bottom: 1px solid #edede2;
	height: 20px;
	left: 0;
	margin-bottom: 10px;
	padding: 3px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:900;
}

#basket-frame {
	color: #bbbb98;
	font-size: 10px;
	margin: 0 auto;
	text-align: right;
	width: 950px;
	z-index:999;
}

#logo {
	float: left;
	margin-left: 30px;
	margin-top: -5px;
}

#free-shoot {
	background: #D75619; /* Fallback */
	background: -webkit-gradient(linear, right center, left center, from(#A10621), to(#DA4520));
	background: -moz-linear-gradient(right, #A10621, #DA4520);
	border-radius: 10px;
	height: 70px;
	float: left;
	margin: 0 40px;
	margin-top: 10px;
	position: relative;
	width: 300px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

#free-shoot > #inner > h2 {
	font-size: 17px;
	line-height: 15px;
	margin-bottom: 5px;
}

#free-shoot > #inner {
	border: 2px solid #FFF;
	border-radius: 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 12px;
	left: 5px;
	height: 35px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 265px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

#free-shoot > #inner > p > a {
	color: #fff;
}

#address {
	float: right;
	color: #828282;
	margin-right: 20px;
	position: absolute;
	top: 40px;
	right: 5px;
	width: 364px;
	height:100px;
	margin-bottom:10px;
}

#address > h2 {
	margin:0;
	padding:0;
}

#address > p {
	font-size: 13px;
	margin: 5px 0;
}

nav {
	clear: both;
	margin: 25px 0 10px 0;
}

@media only screen and (max-device-width: 480px) {
	body {
	    width:960px !important;
	    margin:0 auto;
	}

    #header-nav {
    	float:left;
    	padding-top: 15px;
    	font-size: 14px;
    	width:960px;
    }

    #header-nav > ul {
        width:960px;
    	margin:0 auto;
    }

    nav ul {
    	list-style: none;
    	text-align: center;
    }

    nav > ul > li {
		padding:5px 9px !important;
	}

    nav ul li a {
    	text-decoration: none;
    	color: #3f4140;
    }
}

#header-nav {
	float:left;
	padding-top: 15px;
	font-size: 16px;
	width:960px;
}

#header-nav > ul {
	margin:0 auto;
}

nav ul {
	list-style: none;
	text-align: center;
}

nav ul li {
	display: inline;
	padding: 5px 19px;
}

nav ul li a {
	text-decoration: none;
	color: #3f4140;
}

nav ul li a:hover, nav ul li a.current {
	color: #9F0B21;
	text-decoration: none;
	background: url(../img/arrow.png) no-repeat center center;
	padding-bottom: 50px;
}

div.jspTrack {
	background: #000;
}

div.jspDrag {
	background: #D75619;
	background: -webkit-gradient(linear, right center, left center, from(#7D101D), to(#F87018));
	background: -moz-linear-gradient(right, #7D101D, #F87018);;
}

a.jspArrowLeft {
	height: 16px;
	width: 16px;
	background: url(../img/arrow-left.gif) no-repeat center center !important;
}

a.jspArrowRight {
	height: 16px;
	width: 16px;
	background: url(../img/arrow-right.gif) no-repeat center center !important;
}

div.border {
	height: 25px;
	background: #D75619;
	background: -webkit-gradient(linear, right center, left center, from(#7D101D), to(#F87018));
	background: -moz-linear-gradient(right, #7D101D, #F87018);;
	clear: both;
}

#home-top {
	border-top: 2px solid #fff;
}

.images > img {
	display:inline;
	margin: 0;
}

.bar {
	width:100%;
	height:10px;
}

.middle {
	border-top: 2px solid #FFF;
	background: #000;
	color: #FFF;
	overflow: hidden;
}

.middle h2 {
	margin-bottom: 10px;
	line-height: 130%;
}

.middle p {
	margin-bottom: 20px;
	line-height: 140%;
}

#text {
	width: 420px;
	float: left;
	padding: 20px;
	margin-right: 20px;
}

#text h2 {
	margin-bottom: 10px;
}

.middle-box-1, .middle-box-2 {
	width: 220px;
	float: left;
	text-align: center;
	height: 275px;
}

.middle-box-1 h2, .middle-box-2 h2 {
	margin-top: 10px;
}

.middle-box-1 {
	margin: 10px 5px 0 10px;
}

.middle-box-2 {
	margin: 10px 10px 0 5px;
}

.middle-box-1 a, .middle-box-2 a {
	color: #FFF;
	text-decoration: none;
}

.middle-box-1 a:hover, .middle-box-2 a:hover {
	color: #9F0B21;
}

.middle-box-1 img , .middle-box-2 img {
	border: 2px solid #FFF;
}

.column {
	width: 186px;
	float: left;
	padding-top: 20px;
}

.column p {
	padding: 10px 20px 10px 0;
}

.column h3 {
	padding: 10px 20px 10px 0;
	font-weight: bold;
}

p.date {
	font-size: 12px;
}

p.price {
	color: #970D21;
}

.bottom img {
	border: 1px solid #000;
}

.offer h3 {
	padding: 0 20px 10px 20px;
}

.offer {
	width: 340px;
	float: left;
}

.offer img {
	float: left;
	margin-top: 20px;
}

.offer-text {
	width: 200px;
	padding: 20px 0;
	float: left;
}

.offer-text > p {
	padding: 10px 20px;
}

#special-offers {
	width: 340px;
	padding-bottom: 20px;
	float: left;
}

#news {
	width: 560px;
	float: left;
}

/* Footer */

footer {
	margin-top: 20px;
	padding-bottom: 100px;
	font-size: 12px;
}

#footer-nav ul li {
	padding: 5px 10px;
}

#footer-nav a {
	color: #828282;
}

#footer-nav a:hover {
	text-decoration: none;
	color: #9F0B21;
}

#footer-logo {
	margin: 0 auto;
	width: 134px;
}

#top-row, #bottom-row {
	margin: 10px;
}

.photo-container {
	border: 2px solid #FFF;
	height: 170px !important;
	overflow: hidden;
	width: 209px !important;
}

.photo-container > img {
	margin: -5px 0 0 -5px;
	min-height: 175px;
}
