	a {
    color: lightblue;
	}
	html {
	margin:0;
	padding:0;
	height:100%;
	}
	.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
	}
	@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
	}
	@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
	}
	#aus {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -28px -22px;
	}
	#bra {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -14px -22px;
	}
	#can {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) 0 -22px;
	}
	#con {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -28px 0;
	}
	#eur {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -42px -11px;
	}
	#fra {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -28px -11px;
	}
	#gbr {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -14px -11px;
	}
	#ger {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) 0 -11px;
	}
	#ita {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -42px -22px;
	}
	#jap {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -42px 0;
	}
	#saf {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) -14px 0;
	}
	#usa {
	width: 14px;
	height: 11px;
	background: url(../img/models/flags/flags.jpg) 0 0;
	}

@media screen and (min-width: 0px) {
    body {
	font-family: Verdana, Arial;
	font-size: 100%;
	color: white;
	height: 100%;
	background-image: url("../img/bg/bg.png");
	background-repeat: repeat;
    background-position: left bottom;
	background-color: white;
	margin: 0;
    padding: 0;
    }
	.site-footer {
	font-size: 0.625em;
	width: 320px;
	height: 20px;
	background-color: #262626;
	text-align: center;
	padding-top: 10px;
	border: medium solid #262626;
	border-radius: 5px 5px 0 0;
	left: 50%;
	margin-left: -160px;
	position: relative;
	}
	.banner {
	text-align: center;
	top: 0px;
    left: 0px;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 1;
	}
	.bannerimg {
    height: auto; 
    width: auto; 
    max-width: 160px; 
	z-index: 1;
	}
	.logo {
	left: 50%;
	margin-left: 30px;
	position: relative;
	top: 137px;
	z-index: 2;
	height: auto; 
    width: auto; 
    max-width: 120px; 
	}
	.mobilemenu { 
	border-radius: 5px;
	display: block;
	left: 50%;
	margin-left: -160px;
	margin-top: 60px;
	position: absolute;
	z-index: 3;
	}
	.mobilemenuclosed { 
	background: #404040;
	border: medium solid #262626;
	border-radius: 5px;
	color: white;
	line-height: 40px;
	margin-top: 85px;
	padding-left: 5px;
	position: absolute;
	width: 315px;
	z-index: 3;
	}
	.mobilemenuclosed a { 
	color: white;
	font-weight: bold;
	}
	.mobilemenuopen { 
	background: #404040;
	border: medium solid #262626;
	border-radius: 5px;
	line-height: 40px;
	margin-top: 85px;
	padding-left: 5px;
	position: absolute;
	width: 315px;
	z-index: 3;
	}
	.mobilemenuopen a { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
	.menu {
	display: none;
	}
	.activemenu {
	background: #0066cc;
	border-radius: 5px;
	}
	.forummenu {
	background: #ff9900;
	border-radius: 5px;
	}
	.mobileonly {
	display: block;
	}
	.pconly {
	display: none;
	}
	.lowres {
	display: none;
	}
	.medres {
	display: none;
	}
	.hires {
	display: none;
	}
	.pagecontents {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 285px;
	left: 50%;
	margin-left: -160px;
	padding-top: 10px;
	padding-left: 10px;
	width: 315px;
	}
	.leftcol {
	margin-right: 0px;
	width: 315px;
	}
	.leftcol a {
    color: blue;
	}
	.rightcol {
	width: 315px;
	}
	.intro {
	color: inherit;
	font-size: 0.75em;
	padding-top: 5px;
	width: 100%;
	}
	.introtopic {
	border-bottom: thin solid;
	color: inherit;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;		
	z-index: -1;
	}
	.intro img {
	height: auto; 
	max-width: 100%;
	text-align: center;
    width: auto;
	}
	.becomememberleft {
	background-color: #4f81bd;
	color: white;
	float: left;
	font-size: 0.875em;
	margin: 0 auto;
	padding: 15px 5px 15px 5px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 40%;
	}
	.becomememberright {
	background-color: #4f81bd;
	color: white;
	font-size: 0.875em;
	margin: 0 auto;
	margin-left:52%;
	padding: 15px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 35%;
	}
	.mainpagecontainer {
	background: lightgrey;
	color: black;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	}
	.ytiframe {
	width: 285px;
	height: 160px;
	}
	.sidebarcontainer {
	background: #262626;
	color: white;
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	}
	.membercarsimg {
	height: auto;
	margin-left: 0px;
	max-width: 290px !important;
	text-align: center;
    width: 290px !important;
	}
	.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	margin-top: -110px;
	padding: 8px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	}
	.next {
	left: 235px;
	border-radius: 3px 0 0 3px;
	position: relative;
	top: -115px;
	}
	.prev {
	left: 0px;
	position: relative;
	top: -115px;
	}
	.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}
	.text {
	color: black;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	}
	.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
	background-color: #717171;
	}
	.overlay {
	color: white;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
	}
	.overlay  a{
	color: lightblue;
	}
	.overlay-content {
	font-size: 1em;
    position: relative;
    top: 15%;
    width: 90%;
    text-align: left;
	margin-left: 5%;
	margin-right: 5%;
    margin-top: 15px;
	}
	.overlay-content a {
	color: lightblue;
	font-size: 1em;
	}
	.overlay-content img {
    width: 90%;
    text-align: center;
	}
	.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
	}
	.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
	}
	.model-content {
	color: white;
	position: relative;
	border-radius: 0px 0px 0px 0px;
	border: thin solid black;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	width: 127px;
	height: 86px;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	margin-right: 1px;
	}
	.upper-modeltext {
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 125px;
	padding-left: 2px;
	}
	.lower-modeltext {
	position: absolute;
	bottom: 0px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 125px;
	padding-left: 3px;
	}
	.tabbar {
	margin-bottom: 25px;
	margin-left: -10px;
	margin-top: 5px;
	text-align: left;
	word-spacing: -1px;
	}
	.tabbar a {
	background-color: #4f81bd;
	border-color: #262626;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	border-width: 2px;
	color: white;
	text-decoration: none;
	margin-left: -2px;
	padding: 5px 5px 8px 5px;
	}
	.currenttab {
	background-color: #262626 !important;	
	}
	.tabs {
	text-align: left;
	width:		100%;
	}
	.tablink {
	left: 10px;
	position: relative;
	top: -5px;
	}
	.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
	.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	}
	.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 183px;
	width: 275px;
	}
	.container input:checked ~ .checkmark {
	background: rgba(0, 255, 0, 0.5);
	}
	.checkmark::after {
	content: "";
	position: absolute;
	display: none;
	}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

}
@media screen and (min-width: 768px) {
    body {
	font-family: Verdana, Arial;
	font-size: 100%;
	color: white;
	height: 100%;
	background-image: url("../img/bg/bg.png");
	background-repeat: repeat;
    background-position: left bottom;
	background-color: white;
	margin: 0;
    padding: 0;
    }
	.site-footer {
	font-size: 0.625em;
	left: 50%;
	margin-left: -310px; 
	margin-bottom: 0px;
	width: 600px;
	height: 20px;
	background-color: #262626;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	border: medium solid #262626;
	border-radius: 5px 5px 0 0;
	}
	.banner {
	text-align: center;
	top: 0px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 130px;
	position: fixed;
	background-color: #404040;
	margin: 0px;
	z-index: 1;
	}
	.bannerimg {
    height: auto; 
    width: auto; 
    max-width: 150px; 
	}
	.bannerrow1 {
	margin: auto;
	white-space: nowrap;;     
	}
	.bannerrow2 {
	margin: auto;
	white-space: nowrap;;     
	}
	.logo {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: -10px;
	z-index: 2;
	height: auto; 
    width: auto; 
    max-width: 120px; 
	}
	.mobilemenu {
	display: none;
	}
	.mobilemenuitems {
	display: none;
	}
	.menu {
	display: block;
	position: fixed;
	top: 130px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 30px;
    border-bottom: medium solid #262626;
	background: #404040;
	z-index: 1;
    }
	.menuitems {
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	top: 95px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 80px;
	z-index: 1;
    }
	.menuitems a {
    text-decoration: none;
	font-size: 0.625em;
    color: white;
    padding: 0px;
	}
	.menuitems a:hover {
	background: #666;
	border-radius: 5px;
	}
	.activemenu {
	background: #0066cc;
	border-radius: 5px;
	}
	.forummenu {
	background: #ff9900;
	border-radius: 5px;
	}
	.mobileonly {
	display: none;
	}
	.pconly {
	display: block;
	}
	.lowres {
	display: inline;
	}
	.medres {
	display: none;
	}
	.hires {
	display: none;
	}
	.pagecontents {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -365px;
	padding-top: 10px;
	padding-left: 10px;
	width: 730px;
	}
	.leftcol {
	float: left;
	margin-right: 20px;
	width: 63%;
	}
	.leftcol a {
    color: blue;
	}
	.rightcol {
	float: left;
	width: 34%;
	}
	.intro {
	color: inherit;
	font-size: 0.75em;
	padding-top: 5px;
	width: 100%;
	}
	.introtopic {
	border-bottom: thin solid;
	color: inherit;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;		
	z-index: -1;
	}
	.intro img {
	height: auto; 
	max-width: 100%;
	text-align: center;
    width: auto;
	}
	.becomememberleft {
	background-color: #4f81bd;
	color: white;
	float: left;
	font-size: 1em;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 35%;
	}
	.becomememberright {
	background-color: #4f81bd;
	color: white;
	font-size: 1em;
	margin: 0 auto;
	margin-left:60%;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 30%;
	}
	.mainpagecontainer {
	background: lightgrey;
	color: black;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.ytiframe {
	width: 430px;
	height: 242px;
	}
	.anchor:before {
	content: "";
	display: block;
	height: 167px;
	margin-top: -167px;
	visibility: hidden;
	}
	.sidebarcontainer {
	background: #262626;
	color: white;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.membercarsimg {
	height: auto;
	margin-left: -2px;
	max-width: 222px !important;
	text-align: center;
    width: 222px !important;
	}
	.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	margin-top: -115px;
	padding: 8px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	}
	.next {
	left: 164px;
	border-radius: 3px 0 0 3px;
	position: relative;
	top: -98px;
	}
	.prev {
	left: -2px;
	position: relative;
	top: -98px;
	}
	.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}
	.text {
	color: black;
	font-size: 0.75em;
	font-weight: bold;
	padding: 4px 0px;
	position: relative;
	top: 0px;
	left: -2px;
	width: 222px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	}
	.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
	background-color: #717171;
	}
	.overlay {
	color: white;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
	}
	.overlay  a{
	color: lightblue;
	}
	.overlay-content {
	font-size: 1em;
    position: relative;
    top: 10%;
    width: 44%;
    text-align: left;
	margin-left: 28%;
	margin-right: 28%;
    margin-top: 30px;
	}
	.overlay-content a {
	color: lightblue;
	font-size: 1em;
	}
	.overlay-content img {
    width: 100%;
    text-align: center;
	}
	.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
	}
	.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	}
	.model-content {
	color: white;
	position: relative;
	border-radius: 0px 0px 0px 0px;
	border: thin solid black;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	width: 183px;
	height: 122px;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	margin-right: 1px;
	}
	.upper-modeltext {
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.lower-modeltext {
	position: absolute;
	bottom: 0px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.tabbar {
	margin-bottom: 25px;
	margin-left: -10px;
	margin-top: 5px;
	text-align: left;
	word-spacing: -1px;
	}
	.tabbar a {
	background-color: #4f81bd;
	border-color: #262626;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	border-width: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: -2px;
	padding: 5px 5px 8px 5px;
	}
	.currenttab {
	background-color: #262626 !important;	
	}
	.tabs {
	text-align: left;
	width:		100%;
	}
	.tablink {
	left: 10px;
	position: relative;
	top: -5px;
	}
}
@media screen and (min-width: 900px) {
    body {
	font-family: Verdana, Arial;
	font-size: 100%;
	color: white;
	height: 100%;
	background-image: url("../img/bg/bg.png");
	background-repeat: repeat;
    background-position: left bottom;
	background-color: white;
	margin: 0;
    padding: 0;
    }
	.site-footer {
	font-size: 0.75em;
	position: absolute;
	width: 820px;
	height: 20px;
	left: 50%;
	margin-left: -420px;
	margin-bottom: 0px;
	background-color: #262626;
	text-align: center;
	padding-top: 10px;
	border: medium solid #262626;
	border-radius: 5px 5px 0 0;
	}
	.banner {
	white-space: nowrap;
	text-align: center;
	display: inline;
	top: 0px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 130px;
	position: fixed;
	background-color: #404040;
	margin: 0px;
	z-index: 1;
	}
	.bannerimg {
    height: auto; 
    width: auto; 
    max-width: 177px; 
	}
	.bannerrow1 {
	margin: auto;
	white-space: nowrap;;     
	}
	.bannerrow2 {
	margin: auto;
	white-space: nowrap;;     
	}
	.logo {
	left: 50%;
	margin-left: -380px;
	position: fixed;
	top: 52px;
	z-index: 2;
	height: auto; 
    width: auto; 
    max-width: 120px; 
	}
	.mobilemenu {
	display: none;
	}
	.mobilemenuitems {
	display: none;
	}
	.menu {
	display: block;
	position: fixed;
	top: 130px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 30px;
    border-bottom: medium solid #262626;
	background: #404040;
	z-index: 1;
    }
	.menuitems {
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	top: 95px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 80px;
	z-index: 1;
    }
	.menuitems a {
    text-decoration: none;
	font-size: 0.75em;
    color: white;
    padding: 3px;
	}
	.menuitems a:hover {
	background: #666;
	border-radius: 5px;
	}
	.activemenu {
	background: #0066cc;
	border-radius: 5px;
	}
	.forummenu {
	background: #ff9900;
	border-radius: 5px;
	}
	.mobileonly {
	display: none;
	}
	.pconly {
	display: block;
	}
	.lowres {
	display: none;
	}
	.medres {
	display: inline;
	}
	.hires {
	display: none;
	}
	.pagecontents {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -420px;
	padding-top: 10px;
	padding-left: 10px;
	width: 830px;
	}
	.leftcol {
	float: left;
	margin-right: 20px;
	width: 65%;
	}
	.leftcol a {
    color: blue;
	}
	.rightcol {
	float: left;
	width: 32%;
	}
	.intro {
	color: inherit;
	font-size: 0.75em;
	padding-top: 5px;
	width: 100%;
	}
	.introtopic {
	border-bottom: thin solid;
	color: inherit;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;		
	z-index: -1;
	}
	.intro img {
	height: auto; 
	max-width: 100%;
	text-align: center;
    width: auto;
	}
	.becomememberleft {
	background-color: #4f81bd;
	color: white;
	float: left;
	font-size: 1em;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 35%;
	}
	.becomememberright {
	background-color: #4f81bd;
	color: white;
	font-size: 1em;
	margin: 0 auto;
	margin-left:60%;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 30%;
	}
	.mainpagecontainer {
	background: lightgrey;
	color: black;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.ytiframe {
	width: 515px;
	height: 290Spx;
	}
	.anchor:before {
	content: "";
	display: block;
	height: 167px;
	margin-top: -167px;
	visibility: hidden;
	}
	.sidebarcontainer {
	background: #262626;
	color: white;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.membercarsimg {
	height: auto;
	margin-left: 0px;
	max-width: 240px !important;
	text-align: center;
    width: 240px !important;
	}
	.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	top: 44%;
	width: auto;
	margin-top: -22px;
	padding: 8px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	}
	.next {
	left: 185px;
	border-radius: 3px 0 0 3px;
	position: relative;
	top: -98px;
	}
	.prev {
	left: 0px;
	position: relative;
	top: -98px;
	}
	.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}
	.text {
	color: black;
	font-size: 0.75em;
	font-weight: bold;
	padding: 4px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	}
	.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
	background-color: #717171;
	}
	.overlay {
	color: white;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
	}
	.overlay  a{
	color: lightblue;
	}
	.overlay-content {
	font-size: 1em;
    position: relative;
    top: 10%;
    width: 44%;
    text-align: left;
	margin-left: 28%;
	margin-right: 28%;
    margin-top: 30px;
	}
	.overlay-content a {
	color: lightblue;
	font-size: 1em;
	}
	.overlay-content img {
    width: 100%;
    text-align: center;
	}
	.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
	}
	.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
	}
	.model-content {
	color: white;
	position: relative;
	border-radius: 0px 0px 0px 0px;
	border: thin solid black;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	width: 183px;
	height: 122px;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	margin-right: 1px;
	}
	.upper-modeltext {
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.lower-modeltext {
	position: absolute;
	bottom: 0px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.tabbar {
	margin-bottom: 25px;
	margin-left: -10px;
	margin-top: 5px;
	text-align: left;
	word-spacing: -1px;
	}
	.tabbar a {
	background-color: #4f81bd;
	border-color: #262626;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	border-width: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: -2px;
	padding: 5px 5px 8px 5px;
	}
	.currenttab {
	background-color: #262626 !important;	
	}
	.tabs {
	text-align: left;
	width:		100%;
	}
	.tablink {
	left: 10px;
	position: relative;
	top: -5px;
	}
}
@media screen and (min-width: 1200px) {
    body {
	background-color: white;
	background-image: url("../img/bg/bg.png");
	background-position: left bottom;
	background-repeat: repeat;
	color: white;
    font-family: sans-serif;
	font-size: 100%;
	height: 100%;	
	margin: 0;
    padding: 0;
    }
	.site-footer {
	font-size: 0.75em;
	width: 900px;
	height: 20px;
	left: 50%;
	margin-left: -450px;
	background-color: #262626;
	text-align: center;
	padding-top: 10px;
	border: medium solid #262626;
	border-radius: 5px;
	}
	.banner {
	white-space: nowrap;
	text-align: center;
	display: inline;
	top: 0px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 130px;
	position: fixed;
	background-color: #404040;
	margin: 0px;
	z-index: 1;
	}
	.bannerimg {
    height: auto; 
	max-width: 235px; 
    width: auto;     
	}
	.bannerrow1 {
	margin: auto;
	white-space: nowrap;;     
	}
	.bannerrow2 {
	margin: auto;
	white-space: nowrap;;     
	}
	.logo {
	left: 50%;
	margin-left: -430px;
	position: fixed;
	top: 67px;
	height: auto; 
    width: auto; 
    max-width: 140px; 
	z-index: 2;
	}
	.mobilemenu {
	display: none;
	}
	.mobilemenuitems {
	display: none;
	}
	.menu {
	display: block;
	position: fixed;
	top: 130px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 50px;
    border-bottom: medium solid #262626;
	background: #404040;
	z-index: 1;
    }
	.menuitems {
	display: block;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	top: 110px;
    left: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 80px;
	z-index: 1;
    }
	.menuitems a {
    text-decoration: none;
	font-size: 0.825em;
    color: white;
    padding: 3px;
	}
	.menuitems a:hover {
	background: #666;
	border-radius: 5px;
	}
	.activemenu {
	background: #0066cc;
	border-radius: 5px;
	}
	.forummenu {
	background: #ff9900;
	border-radius: 5px;
	}
	.spacer {
	height: 170px;
	}
	.mobileonly {
	display: none;
	}
	.pconly {
	display: block;
	}
	.lowres {
	display: none;
	}
	.medres {
	display: none;
	}
	.hires {
	display: inline;
	}
	.pagecontents {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: -450px;
	padding-top: 10px;
	padding-left: 10px;
	width: 900px;
	}
	.leftcol {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 65%;
	}
	.leftcol a {
    color: blue;
	}
	.rightcol {
	float: left;
	width: 32%;
	}
	.intro {
	color: inherit;
	font-size: 0.75em;
	padding-top: 5px;
	width: 100%;
	}
	.introtopic {
	border-bottom: thin solid;
	color: inherit;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;		
	z-index: -1;
	}
	.intro img {
	height: auto; 
	max-width: 100%;
	text-align: center;
    width: auto;
	}
	.becomememberleft {
	background-color: #4f81bd;
	color: white;
	float: left;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 35%;
	}
	.becomememberright {
	background-color: #4f81bd;
	color: white;
	font-size: 1.5em;
	margin: 0 auto;
	margin-left:60%;
	padding: 20px;
	text-align: center;
	border: medium solid #262626;
	border-radius: 10px 10px 10px 10px;
	width: 30%;
	}
	.mainpagecontainer {
	background: lightgrey;
	color: black;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.ytiframe {
	width: 560px;
	height: 315px;
	}
	.anchor:before {
	content: "";
	display: block;
	height: 187px;
	margin-top: -187px;
	visibility: hidden;
	}
	.sidebarcontainer {
	background: #262626;
	color: white;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
	}
	.membercarsimg {
	height: auto;
	margin-left: 10px;
	max-width: 250px !important;
	text-align: center;
    width: 250px !important;
	}
	.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	top: 42%;
	width: auto;
	margin-top: -22px;
	padding: 8px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	}
	.next {
	left: 206px;
	border-radius: 3px 0 0 3px;
	position: relative;
	top: -98px;
	}
	.prev {
	left: 10px;
	position: relative;
	top: -98px;
	}
	.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}
	.text {
	color: black;
	font-size: 0.75em;
	font-weight: bold;
	padding: 4px 0px;
	position: relative;
	top: 0px;
	left: 10px;
	width: 93.5%;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	}
	.dot {
	cursor:pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
	background-color: #717171;
	}
	.overlay {
	color: white;
    height: 100%;
    width: 0;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    transition: 0.5s;
	}
	.overlay  a{
	color: lightblue;
	}
	.overlay-content {
	font-size: 1em;
    position: relative;
    top: 10%;
    width: 44%;
    text-align: left;
	margin-left: 28%;
	margin-right: 28%;
    margin-top: 30px;
	}
	.overlay-content a {
	color: lightblue;
	font-size: 1em;
	}
	.overlay-content img {
    width: 100%;
    text-align: center;
	}
	.closebtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    display: block;
	}
	.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
	}
	.model-content {
	color: white;
	position: relative;
	border-radius: 0px 0px 0px 0px;
	border: thin solid black;
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	width: 183px;
	height: 122px;
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	margin-right: 1px;
	}
	.upper-modeltext {
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.lower-modeltext {
	position: absolute;
	bottom: 0px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	width: 180px;
	padding-left: 3px;
	}
	.tabbar {
	margin-bottom: 25px;
	margin-left: -10px;
	margin-top: 5px;
	text-align: left;
	word-spacing: -1px;
	}
	.tabbar a {
	background-color: #4f81bd;
	border-color: #262626;
	border-style: solid;
	border-radius: 0px 0px 10px 10px;
	border-width: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-left: -2px;
	padding: 5px 5px 8px 5px;
	}
	.currenttab {
	background-color: #262626 !important;	
	}
	.tabs {
	text-align: left;
	width:		100%;
	}
	.tablink {
	left: 10px;
	position: relative;
	top: -5px;
	}
}