/*******************************************************************************************************************************************************************************************************************************/
/***generic*********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
#contentWrapper{
	width:1200px;
	margin:0 auto;
	margin-bottom:25px;
	display:table;
}

/*******************************/
#strapline{
	width:100%;
	margin-bottom:20px;
	text-align:center;
	font-size:30px;
	color:#202020;
	float:left;
}

#aboutUs{
	width:100%;
	margin-bottom:25px;
	font-size:16px;
	color:#202020;
	color: blue;
	float:left;
}

#aboutUsText{
	color:#202020;
}

#aboutUs h1, #aboutUs h2, #aboutUs h3{
	padding:0px;
	margin:0px;
	display:inline;
	font-weight:100;
	font-size:16px;
	color: lightgreen;
	background:none;
} 

/**********************************/
.categoryImageLinkWrapper{
	width:100%;
	float: left;
}

/**********************************/
#imageWrapper{
	width:288.75px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

#imageWrapper:nth-child(4), #imageWrapper:nth-child(8), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:288.75px;
	height:288.75px;
	float:left;
}

#image img{
	width:288.75px;
	height:288.75px;
	display: block; 
}

#imageLabelOuter{
	width:288.75px;
	background:#9c080e;
	float:left;
}

#imageLabelInner{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap;
	text-align:center;
	font-weight:100;
	font-size:15px;
	color:white;
	float:left;
}

#imageLabelInner h1, #imageLabelInner h2, #imageLabelInner h3{
	margin: 0px;
	font-weight:100;
	font-size:15px;
}

/**********************************/
#motorsExplained{
	width:86.2%;
	height:auto;
	margin-bottom:15px;
	margin-left:6%;
	margin-right:7.8%;
	float:left;
}

#motorsExplained img{
	width:100%;
	height:auto;
	float:left;
}
/*******************************************************************************************************************************************************************************************************************************/
/***size1***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){
#contentWrapper{
	width:1200px;
}

#imageWrapper{
	width:288.75px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(4), #imageWrapper:nth-child(8), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:288.75px;
	height:288.75px;
}

#image img{
	width:288.75px;
	height:288.75px;
}

#imageLabelOuter{
	width:288.75px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size2***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){
#contentWrapper{
	width:1100px;
}

#imageWrapper{
	width:263.75px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(4), #imageWrapper:nth-child(8), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:263.75px;
	height:263.75px;
}

#image img{
	width:263.75px;
	height:263.75px;
}

#imageLabelOuter{
	width:263.75px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size3***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){
#contentWrapper{
	width:1000px;
}

#imageWrapper{
	width:238.75px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(4), #imageWrapper:nth-child(8), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:238.75px;
	height:238.75px;
}

#image img{
	width:238.75px;
	height:238.75px;
}

#imageLabelOuter{
	width:238.75px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size4***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){
#contentWrapper{
	width:900px;
}

#imageWrapper{
	width:290px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:290px;
	height:290px;
}

#image img{
	width:290px;
	height:290px;
}

#imageLabelOuter{
	width:290px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size5***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){
#contentWrapper{
	width:800px;
}

#imageWrapper{
	width:256px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:256px;
	height:256px;
}

#image img{
	width:256px;
	height:256px;
}

#imageLabelOuter{
	width:256px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size6***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){
#contentWrapper{
	width:700px;
}

.categoryImageLinkWrapper{
	width:100%;
	float: left;
}

#imageWrapper{
	width:223px;
	margin-right:15px;
	margin-bottom:15px;
}

#imageWrapper:nth-child(3), #imageWrapper:nth-child(6), #imageWrapper:nth-child(9), #imageWrapper:nth-child(12){
	margin-right:0px;
}

#image{
	width:223px;
	height:223px;
}

#image img{
	width:223px;
	height:223px;
}

#imageLabelOuter{
	width:223px;
}

}/**@media**/
/*******************************************************************************************************************************************************************************************************************************/
/***size7***********************************************************************************************************************************************************************************************************************/
/*******************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){
#contentWrapper{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:25px;
	float:left;
}

.categoryImageLinkWrapper{
	width:100%;
}

#imageWrapper{
	width:100%;
	margin-bottom:15px;
	float:left;
}

#image{
	width:100%;
	height:auto;
	float:left;
}

#image img{
	width:100%;
	height:auto;
}

#imageLabelOuter{
	width:100%;
	float:left;
}

}/**@media**/