a:hover 
	{
	background-color: #cccccc; border: none
	}

.body
	{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/side.jpg);
	background-repeat: repeat-y;
	background-position: left
	}

.margin
	{
	margin-left: 150px;
	}

A.service
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonService.jpg);
	}
	
A.service:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonServiceOver.jpg);
	}

A.history
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonHistory.jpg);
	}
	
A.history:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonHistoryOver.jpg);
	}
	
A.community
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonCommunity.jpg);
	}
	
A.community:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonCommunityOver.jpg);
	}
	
A.warranty
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonWarranty.jpg);
	}
	
A.warranty:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonWarrantyOver.jpg);
	}
	
A.home
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonHome.jpg);
	}
	
A.home:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonHomeOver.jpg);
	}
	
A.tips
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonTips.jpg);
	}
	
A.tips:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonTipsOver.jpg);
	}

A.contacts
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonContacts.jpg);
	}
	
A.contacts:Hover
	{
	width: 125px;
	height: 33px;
	background:  url(images/buttonContactsOver.jpg);
	}
	
DIV.button
	{
	position: absolute;
 	background: transparent;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
 	width: 125px;
	height: 300px;
	top: 150px;
	left: 0;
	}
DIV.main 
	{
	position: absolute;
 	background: transparent;
	color: #000000;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
 	width: 650px;
	top: 150px;
	left: 130px;
	}

DIV.Image 
	{
	float: right;
	clear: left;
	padding-left: 10px;
	}

em
	{
	color: red;
	font-size: large;
	}

div.warranty
	{
	background: url(images/glasurit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
