
body {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-decoration: none;
}

.container {
	padding-left: 3px;
	padding-right: 3px;
}

.container br {
	clear: both;
}

A {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-decoration: none;
}

A:link {
	color: #FC5551;
	text-decoration: none;
	text-align: center;
}

A:visited {
	color: #FC5551;
	text-decoration: none;
}

A:hover {
	color: #111111;
}

A:active {
	color: #FC5551;
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 18px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-align: center;
}

h2 {
	color: black;
	font-size: 16px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-align: center;
}

h3 {
	color: #1947D1;
	font-size: 14px;
	text-shadow: 1px 1px #bbbbbb;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
}

h4 {
	color: #3880C5;
	font-size: 12px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
}

h5 {
	color: black;
	font-size: 10px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
}

h6 {
	color: black;
	font-size: 8px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
}

.toplinks  a:link {
	color: #F7FA7A;
	font-size: 11px;
	font-weight: 400;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-decoration: none;
}

.toplinks  a:visited {
	color: #F7FA7A;
}

.toplinks  a:hover {
	color: #F7FA7A;
	text-decoration: underline;
}

.toplinks  a:active {
	color: #F7FA7A;
}

#top {
	color: white;
	float: right;
	font-family: 'Roboto', helvetica, arial, sans-serif;
	visibility: hidden;
}

#top li {
	display: inline;
	list-style-type: none;
	
}

#head {
	height: 76px;
	color: white;
	font-family: 'Roboto', helvetica, arial, sans-serif;
	background-image: url(test/images/jfwnew-black.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-color: black;
}

input {
	padding: 6px;
	font-size: 15px;
}

input[type="submit"] {
	background: #2d8ec6;
	color: white;
	border: none;
	padding: 10px 24px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: -1px 3px 3px #999999;
}

input[type="radio"] {
	margin-top: 7px;
}

input[name="update"] {
	background: #2d8ec6;
	color: white;
	border: none;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: -1px 3px 3px #999999;
}

input[type="submit"]:hover {
	background: #2d8eff;
}

input[name="update"]:hover {
	background: #2d8eff;
}

select {
	padding: 6px;
	font-size: 15px;
}

#cats {
	background-color: #111111;
	box-shadow: 0px 15px 0px #111111;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu2 {
	border: 1px solid;
	color: #FFFFFF;
	background-color: #111111;
	font-size: 21px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: 400;
	padding-top: 1px;
	padding-bottom: 3px;
}

.menu2  a:link {
	color: white;
	font-size: 21px;
	font-weight: 400;
	text-decoration: none;
}

.menu2  a:visited {
	color: white;
}

.menu2 a:hover {
	color: #F7FA7A;
}

.menu2:hover {
	background-color: blue;
}

.menu2  a:active {
	background-color: #F7FA7A;
}

#subcats {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	background-color: #111111;
	color: #111111;
	padding: 0px;
	box-shadow: 0px 2px 0px #111111;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu3 {
	color: #FFFFFF;
	background-color: #111111;
	font-size: 18px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: 300;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu3  a:link {
	color: white;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}

.menu3  a:visited {
	color: white;
}

.menu3  a:hover {
	color: #FC5551;
}

.menu3  a:active {
	color: #FC5551;
}

#promo {
	display: none;
}

#promo img {
	width: 100%;
}

#catlarge img {
	width: 100%;
}

.catbutton {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.subcatbutton {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.product {
	width: 95%;
	border: 1px solid;
	border-radius: 10px;
	background-image: url(images/product-banner.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 0 auto;
}

.productbanner {
	width: 100%;
}

.productinfo {
	width: 100%;
	background-color: white;
	text-align: justify;
	text-justify: inter-word;
}

.productimage {
	width: 100%;
	background-color: white;
}

.producttext {
	width: 100%;
	background-color: white;
}

.productbuy {
	float: right;
}

.productcart {
	float: left;
}

.productprice {
	float: right;
	padding: 10px;
	font-size: 17px;
}

.cartproduct {
	background-color: #FFFFEF;
	box-shadow: -2px 5px 5px #9E9D9D;
	border-radius: 10px;
	padding: 3px 10px;
}

.cartdesc {
	float: left;
	width: 72%;
}

.cartprice {
	float: right;
	width: 25%;
	padding-left: 2px;
	padding-right: 3px;
}

#totalandshipping {
	background-color: #F5F5F5;
	box-shadow: -2px 5px 5px #9E9D9D;
	border-radius: 10px;
	padding: 5px;
}

.how {
	text-align: center;
	text-justify: inter-word;
	display: flex;
	justify-content: center;
}

#howpicture {
	display: flex;
	justify-content: center;
}

#howinfo {
	text-align: justify;
}

.fiftyleft {
	float: left;
	width: 50%;
}

.fiftyright {
	float: right;
	width: 50%;
}

.customerheader {
	font-size: 14px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-weight: 400;
}

.customer {
	font-size: 11px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-weight: 400;
	background-color: #F5F5F5;
	box-shadow: -2px 5px 5px #9E9D9D;
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

.largeinput {
	width: 95%;
}

#wheelinfo {
	background-image: url(images/wheelinfoback.jpg);
	background-size: auto;
	background-repeat: no-repeat;
}

#return {
	display: none;
}

#message {
	visibility: hidden;
}

#footer {
	background-color: #111111;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-weight: 300;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#footerlinks {
	float: left;
}

#footerlink {
	margin: 0;
	padding: 0;
}

#footerlink li {
	list-style-type: none;
	padding-bottom: 4px;
}

#copyright {
	font-size: 12px;
	color: #FFFFFF;
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-weight: 300;
	text-align: right;
	float: right;
}

#addinfo {
	background-color: #FFFFFF;
}

@media screen and (min-width: 650px) {
	.container {
		margin: auto;
		max-width: 800px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.container br {
		clear: both;
	}
	.toplinks  a:link {
		color: #F7FA7A;
		font-size: 11px;
		font-weight: 400;
		font-family: 'Roboto', Helvetica, arial, sans-serif;
		text-decoration: none;
		display: inline;
	}
	.toplinks  a:visited {
		color: #F7FA7A;
	}
	.toplinks  a:hover {
		color: #F7FA7A;
		text-decoration: underline;
	}
	.toplinks  a:active {
		color: #F7FA7A;
	}
	#top {
		color: white;
		float: right;
		font-family: 'Roboto', helvetica, arial, sans-serif;
		font-size: 11px;
		visibility: visible;
	}
	#top li {
		display: inline;
		list-style-type: none;
	}
	#cats {
		color: #111111;
		width: 100%;
		clear: both;
	}
	.menu2 {
		float: left;
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 3px;
	}
	.menu2 a:link {
		font-size: 16px;
		font-weight: 400;
	}
	#subcats {
		width: 100%;
		clear: both;
	}
	.menu3 {
		float: left;
		font-size: 12px;
		font-weight: 400;
		padding-top: 2px;
		padding-left: 3px;
		padding-bottom: 0px;
		margin-left: 10px;
	}
	.menu3 a:link {
		font-size: 12px;
		font-weight: 400;
	}
	#promo {
		width: 100%;
		display: inline;
	}
	
	#promovideo {
		margin: 0 auto;
		width: 80%;
	}
	
	.promowrapper {
		position: relative;
		padding-bottom:56.25%;
		padding-top:25px;
		height:0px;
		
	}	
	.promowrapper  iframe{
		position: absolute;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		height:100%;
		width:100%;
	}		
	
	.promoitem1 {
		float: left;
		width: 75.55%;
	}
	.promoitem2 {
		float: right;
		width: 24.45%;
	}
	.catbutton {
		width: 33%;
		float: left;
		display: flex;
		justify-content: center;
	}
	.subcatbutton {
		width: 33%;
		float: left;
		display: flex;
		justify-content: center;
	}
	.product {
		width: 95%;
		margin: 0 auto;
	}
	.productbanner {
		width: 100%;
	}
	.productinfo {
		width: 100%;
		background-color: white;
	}
	.productimage {
		float: left;
		width: 35%;
		background-color: white;
	}
	.producttext {
		float: right;
		width: 55%;
		background-color: white;
		padding: 15px;
	}
	#cartallproducts {
		float: left;
		width: 58%;
	}
	#totalandshipping {
		float: right;
		width: 40%;
	}
	.cartprod {
		float: left;
		width: 47%;
		margin: 0 auto;
		margin-right: 3px;
	}
	.cartprod div img {
		width: 95%;
	}
	.cartprod div h3 {
		font-size: 12px;
	}
	#addinfo {
		width: 100%;
	}
	#siteseal {
		float: left;
	}
	#payment {
		float: right;
	}
	#count {
		width: 100%;
	}
	#googleplus {
		width: 100%;
	}
	#howpicture {
		width: 45%;
		float: left;
	}
	#howinfo {
		width: 45%;
		float: right;
	}
	.customer {
		float: left;
		padding: 15px;
		margin: 10px;
		width: 40%;
	}
	#processbuttons {
		width: 85%;
	}
	#footerlinks {
		visibility: hidden;
		float: left;
	}
	#footerlink li {
		display: inline;
		list-style-type: none;
	}
}
