body {
	margin:0px;
	text-align:center;
	background:#BEBDBD url(https://shop.enginekits.com/layout/bg.jpg) repeat-y scroll center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border:none;
	}
#header {
	position:relative;
	margin:0 auto;
	background:url(https://shop.enginekits.com/layout/header.jpg) top left no-repeat;
	width:760px;
	height:99px;
	}
#content {
	margin:0 auto;
	width:760px;
	/*border:solid 1px #ff3300;*/
	}
#footer {
	margin:0 auto;
	background-color:#CCC;
	font-size:10px;
	width:723px;
	padding-right:3px;
	padding:2px 0px 2px 0px;
	margin-top: 40px;
	}
#footer a {
	text-decoration:none;
	color:#000;
	}
/* Content Boxes
*****************************/
.stuff {
	display:block;
	margin-top:0px;
	text-align:left;
	padding:5px;
	padding-top: 0px;
	text-align:left;
	font-size:10px;
	}
	
#stuff_img
	{
	border: 1px solid #000;
	}	
	
#categoriesBox .stuff ul{
	margin-left:2px;
	padding: 0px;
	list-style-type: none;
}
#categoriesBox .stuff ul a{
	color:#176099;
}
#categoriesBox .stuff ul a:hover{
	color:#ff3300;
}


#catalogs .stuff ul{
	margin-left:2px;
	padding: 0px;
	list-style-type: none;
}
#catalogs .stuff ul a{
	color:#176099;
}
#catalogs .stuff ul a:hover{
	color:#ff3300;
}


#mainItems .stuff a{
	color:#176099;
}
#mainItems .stuff a:hover{
	color:#ff3300;
}

.stuff h5 {
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	background:url(https://shop.enginekits.com/layout/catalogsItems.gif) no-repeat;
	}
.stuff h4 {
	width:164px;
	margin-left:20px;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	background:url(https://shop.enginekits.com/layout/categoriesHeader.gif) no-repeat;
	}

h5 {
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	}
#categoriesBox {
	float:left;
	width:164px;
	margin-left:20px;
	/*background:url(http://www.enginekits.com/ek/images/categoriesHeader.gif) no-repeat;*/
	}

#mainItems {
	float:left;
	width:515px;
	margin-left:10px;
	background:url(https://shop.enginekits.com/layout/mainItems.gif) no-repeat;
	/*border:solid 1px #000000;*/
	}

#catalogs {
	/*float:left;
	width:165px;
	margin-left:10px;*/
	background:url(https://shop.enginekits.com/layout/catalogsItems.gif) no-repeat;
	}
#contact {
	/*float:left;
	width:165px;
	margin-left:10px;*/
	background:url(https://shop.enginekits.com/layout/catalogsItems.gif) no-repeat;
	}



/* Top Buttons
****************************/
#buttons {
	margin:0px;
	padding:0px;
	display:block;
	position:absolute;
	list-style:none;
	left:364px;
	top:10px;
	}
#buttons li {
	float:left;
	display:block;
	padding-left: 10px;
	width:72px;
	height:26px;
	}
input,textarea,select	{
border:solid 1px #176099;
color:#176099;

}
input:checkbox{
border:none;
}
.variation	{
background:#E5E5E5;
padding:3px;

}
#mainItems .variation input{
border:none;

}

.clear {
		margin: 0px;
		padding: 0px;
		clear: both;
	  }