/*
 * Copyright © 2001 - 2017 Fluid Media Ltd. All rights reserved
 * http://www.fluidmedia.co.uk/
 */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
body {
	background-color: #fff;
	background-image: url(lambretta/supertune-bkg.jpg);
}

/* Layout */
#container {
	position:relative;
    width:auto;
    max-width:850px;
    margin: 0 auto;
   	box-shadow: 0 0 8px #000;
}
#header {
	background:#ededed;
}
#menu {
	background: #0e1116;
    height: auto;
	position:relative;
    width:auto;
    max-width:850px;
    margin: 0 auto;
	padding: 0px 0px 4px;
	overflow:auto;
}
#content {
	background: #fff;
	padding: 10px 20px;
	min-height:280px;
	overflow:auto;
}
#footer {
	background:#0e1116;
	width:100%;
	height:auto;
	overflow:auto;
}
#supertunelambretta {
	max-width:100%;
	height:auto;
}
.boxes {
	font-size: x-small;
	color: #777;
	padding:10px 30px 10px;
	float:left;
}
.leftbox {
	max-width:550px;
	float:left;
	padding:10px 10px;
}
.group {
	clear:both;
	float:left;
}
#copyright {
	clear:both;
    text-align:right;
	padding:10px;
}

/* Hyperlinks */
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	font-size: small;
	color: #555555;
}
a:hover {
	font-size: small;
	color: #000000;
}
a.b:link, a.b:visited, a.b:active {
	font-size: x-small;
	color: #999999;
}
a.b:hover {
	font-size: x-small;
	color: #fff;
}
a.c:link, a.c:visited, a.c:active {
	font-size: xx-small;
	color: #999;
}
a.c:hover {
	font-size: xx-small;
	color: #fff;
}
a.d:link, a.d:visited, a.d:active {
	font-size: x-small;
	color: #999;
}
a.d:hover {
	font-size: x-small;
	color: #fff;
}
h1 {
	font-size: large;
	color: #dd0000;
	font-weight: bold;
}
li {
	margin: .4em 0 0 0
}
ul{
	list-style-image: url(bullet.gif);
	list-style-type: circle;
}

/* Styles */
.flexim {
	max-width:100%;
	height:auto;
	padding: 2px;
}
.copyright {
	font-size: xx-small;
	color: #999999;
}
.page-error {
	font-size: small;
	color: #cc0000;
	font-weight: bold;
}
.quote {
	font-size: medium;
	color: #000;
	font-style: italic;
}

/* Forms */
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.form-error {
	font-size: x-small;
	color: #cc0000;
}

/* Video Auto Size */
.lambretta-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Slick Menu */
#menu-ul {
	list-style-type:none;
	margin:0;
}

#menu-ul li {
	display:inline;
}

#menu-ul li::after { 
	font-size: x-small;
	color: #fff;
    content: " |";
}

#menu-ul li:last-child:after { 
    content: "";
}

.slicknav_menu {
	display:none;
}

@media (max-width: 400px) {
.contentpages td img {
    max-width: 80px !important;
    height: auto !important;
    margin-right: 5px !important;
}

#menu-ul {
	display:none;
}

.slicknav_menu {
	display:block;
}

/* library

http://colorzilla.com/gradient-editor

.blue-quote {
	font-size: medium;
	color: #5BA8B7;
	font-style: italic;
}
.box {
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4372c2;
}
.hover-box {
	font-size: x-small;
	color: #cccccc;
}
.hover-box a{
	color: #cccccc;
}
.hover-box a:hover {
	color: #ffffff;
}
.nav-block a{
    display:block;
	font-size: x-small;
	color: #4a4a4a;
	text-align:center;
	padding: 8px 14px;
}
.nav-block a:hover {
    display:block;
	color: #000000;
	background-image: url(image-ov.jpg);
}
.rounded-corner-box {
	color: #ffffff;
	background-color: #000000;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 20px 20px;
}
.mainbox {
	background: rgb(35, 32, 50); **Fall-back for browsers that don't support rgba**
	background: rgba(35, 32, 50, .8);
}
.passport_pic {
	float: left;
	margin: 0.2em 0.9em 0.9em 0;
}
.border_pic { 
border: 1px solid #ffffff; 
}

	background:#ffffff url('mizuno-judo-suits-uk-background.jpg') no-repeat center top fixed;
	
a img {
   border:1px solid #0000ff;
}
a:hover img {
   border:1px solid #ff0000;
}

"pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
Times New Roman, Times, serif;
Verdana, Arial, Helvetica, sans-serif;
Georgia, Times New Roman, Times, serif;
Palatino Linotype, Book Antiqua, Palatino, serif;
MS Serif, New York, serif;
Lucida Console, Monaco, monospace;
*/