/* CSS Document */

a img
{
	border:none;
}

.page_border
{
	margin:0px;
	margin-left:14px;
	margin-right:14px;

}

.home_top
{
	margin-bottom:20px;
}

.home_top_catalogue
{
	background-image:url(../images/home/catalogue_panel.jpg);
	background-repeat:no-repeat;

	width:563px;

	/*padding-left:160px;*/

	height:220px;
/*	padding-top:130px;*/
	float:left;
}

	

	.home_top_catalogue h2
	{
		color:white;
		padding-left:20px;
		margin-top:0px;
	}
	
	.home_top_catalogue_body
	{
		margin-left:130px;	
		margin-top:10px;
	}

	.home_top_catalogue #alltheparts
	{
		color:red;
		font-size:1.4em;
		font-weight:bold;
	}

	.home_top_catalogue #partslist
	{
		margin-top:12px;
		margin-bottom:10px;
		color:#6177b0;
		font-size:1.3em;
		font-weight:bold;
	}


.home_top_safe
{
	background:#c2cee5;
	background-image:url(../images/home/header_safe_shopping.png);
	background-repeat:no-repeat;
	
	padding-top:35px;
	height:186px;
	
	padding-left:20px;
	width:173px;
	float:left;
}

.home_top_safe p
{
	margin-top:10px;
	margin-bottom:10px;
}


.home_middle
{
	margin-bottom:30px;
}


	.panel_newsletter
	{
		float:left;
		background:#d7dfee;
		background-image:url(../images/manufacturers/header_newsletter.png);
		background-repeat:no-repeat;
		width:190px;
		
		height:107px;
		padding-top:25px;
		
		
	}

	.panel_newsletter_content
	{
		margin-left:10px;
	}


	.panel_accessories
	{
		border:2px solid #355eaa;
		background-image:url(../images/home/header_accessories_shop.png);
		background-repeat:no-repeat;

		padding-top:0px;
		height:131px;

		padding-left:20px;
		width:520px;

		float:right;
	}
	
		.panel_accessories_intro
		{
			float:left;
			width:160px;
			

			padding-top:40px;
		}
		
		 
		.panel_accessories_products
		{
			float:left;

			margin-left:0px;

			width:178px;
			height:131px;
			
			background-position:30px 30px;
			background-repeat:no-repeat;

			border-left:2px solid #355eaa;
			
			
		}
		
			.panel_accessories_products_text
			{
				margin-left:10px;
				height:105px;
			}
				.panel_accessories_products_text h1
				{
					font-size:1.2em;

				}
					.panel_accessories_products_text h1 a
					{
						color:#355eaa;
	
					}
	
	
